Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bitcoin: update to 0.20.1
@ 2020-11-09 16:55 ndowens
  2020-11-09 17:58 ` ev-ermakov
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: ndowens @ 2020-11-09 16:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 310 bytes --]

There is a new pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages bitcoin
https://github.com/void-linux/void-packages/pull/26246

bitcoin: update to 0.20.1


A patch file from https://github.com/void-linux/void-packages/pull/26246.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bitcoin-26246.patch --]
[-- Type: text/x-diff, Size: 2856 bytes --]

From c8faa4c23fb6f31de61dd9d29d2db54959d914a4 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Sun, 8 Nov 2020 15:05:03 -0600
Subject: [PATCH] bitcoin: update to 0.20.1

---
 srcpkgs/bitcoin/patches/qt5.15.patch | 10 ----------
 srcpkgs/bitcoin/template             | 18 ++++++++++++------
 2 files changed, 12 insertions(+), 16 deletions(-)
 delete mode 100644 srcpkgs/bitcoin/patches/qt5.15.patch

diff --git a/srcpkgs/bitcoin/patches/qt5.15.patch b/srcpkgs/bitcoin/patches/qt5.15.patch
deleted file mode 100644
index adfe3604717..00000000000
--- a/srcpkgs/bitcoin/patches/qt5.15.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/qt/trafficgraphwidget.cpp	2020-03-04 13:13:02.000000000 +0100
-+++ -	2020-07-02 17:58:16.576242713 +0200
-@@ -6,6 +6,7 @@
- #include <qt/trafficgraphwidget.h>
- #include <qt/clientmodel.h>
- 
-+#include <QPainterPath>
- #include <QPainter>
- #include <QColor>
- #include <QTimer>
diff --git a/srcpkgs/bitcoin/template b/srcpkgs/bitcoin/template
index df1ab218e16..b8ad4e4dd97 100644
--- a/srcpkgs/bitcoin/template
+++ b/srcpkgs/bitcoin/template
@@ -1,12 +1,12 @@
 # Template file for 'bitcoin'
 pkgname=bitcoin
-version=0.19.1
-revision=3
+version=0.20.1
+revision=1
 build_style=gnu-configure
 configure_args="--with-incompatible-bdb --disable-ccache --disable-static
  --enable-hardening --with-boost=${XBPS_CROSS_BASE}/usr"
-hostmakedepends="pkg-config yasm protobuf"
-makedepends="db-devel protobuf-devel libprotoc-devel boost-devel
+hostmakedepends="pkg-config yasm autoconf automake libtool"
+makedepends="db-devel boost-devel
  miniupnpc-devel libevent-devel qrencode-devel libatomic-devel"
 short_desc="Bitcoin is a peer-to-peer network based digital currency"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -15,7 +15,7 @@ homepage="https://bitcoin.org/"
 distfiles="https://bitcoin.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz
  https://raw.github.com/bitcoin-core/packaging/master/debian/bitcoin-qt.desktop
  https://raw.github.com/bitcoin/bitcoin/v${version}/share/pixmaps/bitcoin128.png"
-checksum="f2591d555b8e8c2e1bd780e40d53a91e165d8b3c7e0391ae2d24a0c0f23a7cc0
+checksum="4bbd62fd6acfa5e9864ebf37a24a04bc2dcfe3e3222f056056288d854c53b978
  0a46bbadda140599e807be38999e6848c89f9c3523d26fede02d34d62d50f632
  ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722"
 conflicts="litecoin>=0" # Both provide libbitcoinconsensus.so.0
@@ -29,11 +29,17 @@ if [ -z "$CROSS_BUILD" ]; then
 	subpackages+=" bitcoin-qt"
 fi
 
+export BITCOIN_GENBUILD_NO_GIT=1
+
+pre_configure() {
+  autoreconf -fi
+}
+
 post_install() {
 	rm "${DESTDIR}"/usr/bin/{test,bench}_bitcoin
 
 	for b in bitcoind bitcoin-cli bitcoin-tx; do
-		vinstall contrib/${b}.bash-completion 644 usr/share/bash-completion $b
+		vcompletion contrib/${b}.bash-completion bash "$b"	
 	done
 
 	vlicense COPYING

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: bitcoin: update to 0.20.1
  2020-11-09 16:55 [PR PATCH] bitcoin: update to 0.20.1 ndowens
@ 2020-11-09 17:58 ` ev-ermakov
  2020-11-09 18:02 ` [PR PATCH] [Updated] " ndowens
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: ev-ermakov @ 2020-11-09 17:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 236 bytes --]

New comment by ev-ermakov on void-packages repository

https://github.com/void-linux/void-packages/pull/26246#issuecomment-724175820

Comment:
I think the following line should also be added:
```sh
depends="desktop-file-utils"
```


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] bitcoin: update to 0.20.1
  2020-11-09 16:55 [PR PATCH] bitcoin: update to 0.20.1 ndowens
  2020-11-09 17:58 ` ev-ermakov
@ 2020-11-09 18:02 ` ndowens
  2020-11-10 23:08 ` ndowens
  2020-11-13  9:49 ` [PR PATCH] [Closed]: " ndowens
  3 siblings, 0 replies; 6+ messages in thread
From: ndowens @ 2020-11-09 18:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 315 bytes --]

There is an updated pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages bitcoin
https://github.com/void-linux/void-packages/pull/26246

bitcoin: update to 0.20.1


A patch file from https://github.com/void-linux/void-packages/pull/26246.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bitcoin-26246.patch --]
[-- Type: text/x-diff, Size: 2900 bytes --]

From 14d616a87159497b0ba642b15bd9ab5b82fa4ca9 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Sun, 8 Nov 2020 15:05:03 -0600
Subject: [PATCH] bitcoin: update to 0.20.1

---
 srcpkgs/bitcoin/patches/qt5.15.patch | 10 ----------
 srcpkgs/bitcoin/template             | 19 +++++++++++++------
 2 files changed, 13 insertions(+), 16 deletions(-)
 delete mode 100644 srcpkgs/bitcoin/patches/qt5.15.patch

diff --git a/srcpkgs/bitcoin/patches/qt5.15.patch b/srcpkgs/bitcoin/patches/qt5.15.patch
deleted file mode 100644
index adfe3604717..00000000000
--- a/srcpkgs/bitcoin/patches/qt5.15.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/qt/trafficgraphwidget.cpp	2020-03-04 13:13:02.000000000 +0100
-+++ -	2020-07-02 17:58:16.576242713 +0200
-@@ -6,6 +6,7 @@
- #include <qt/trafficgraphwidget.h>
- #include <qt/clientmodel.h>
- 
-+#include <QPainterPath>
- #include <QPainter>
- #include <QColor>
- #include <QTimer>
diff --git a/srcpkgs/bitcoin/template b/srcpkgs/bitcoin/template
index df1ab218e16..2ba79d5a2c3 100644
--- a/srcpkgs/bitcoin/template
+++ b/srcpkgs/bitcoin/template
@@ -1,13 +1,14 @@
 # Template file for 'bitcoin'
 pkgname=bitcoin
-version=0.19.1
-revision=3
+version=0.20.1
+revision=1
 build_style=gnu-configure
 configure_args="--with-incompatible-bdb --disable-ccache --disable-static
  --enable-hardening --with-boost=${XBPS_CROSS_BASE}/usr"
-hostmakedepends="pkg-config yasm protobuf"
-makedepends="db-devel protobuf-devel libprotoc-devel boost-devel
+hostmakedepends="pkg-config yasm autoconf automake libtool"
+makedepends="db-devel boost-devel
  miniupnpc-devel libevent-devel qrencode-devel libatomic-devel"
+depends="desktop-file-utils"
 short_desc="Bitcoin is a peer-to-peer network based digital currency"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
@@ -15,7 +16,7 @@ homepage="https://bitcoin.org/"
 distfiles="https://bitcoin.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz
  https://raw.github.com/bitcoin-core/packaging/master/debian/bitcoin-qt.desktop
  https://raw.github.com/bitcoin/bitcoin/v${version}/share/pixmaps/bitcoin128.png"
-checksum="f2591d555b8e8c2e1bd780e40d53a91e165d8b3c7e0391ae2d24a0c0f23a7cc0
+checksum="4bbd62fd6acfa5e9864ebf37a24a04bc2dcfe3e3222f056056288d854c53b978
  0a46bbadda140599e807be38999e6848c89f9c3523d26fede02d34d62d50f632
  ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722"
 conflicts="litecoin>=0" # Both provide libbitcoinconsensus.so.0
@@ -29,11 +30,17 @@ if [ -z "$CROSS_BUILD" ]; then
 	subpackages+=" bitcoin-qt"
 fi
 
+export BITCOIN_GENBUILD_NO_GIT=1
+
+pre_configure() {
+	autoreconf -fi
+}
+
 post_install() {
 	rm "${DESTDIR}"/usr/bin/{test,bench}_bitcoin
 
 	for b in bitcoind bitcoin-cli bitcoin-tx; do
-		vinstall contrib/${b}.bash-completion 644 usr/share/bash-completion $b
+		vcompletion contrib/${b}.bash-completion bash "$b"
 	done
 
 	vlicense COPYING

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] bitcoin: update to 0.20.1
  2020-11-09 16:55 [PR PATCH] bitcoin: update to 0.20.1 ndowens
  2020-11-09 17:58 ` ev-ermakov
  2020-11-09 18:02 ` [PR PATCH] [Updated] " ndowens
@ 2020-11-10 23:08 ` ndowens
  2020-11-13  9:49 ` [PR PATCH] [Closed]: " ndowens
  3 siblings, 0 replies; 6+ messages in thread
From: ndowens @ 2020-11-10 23:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 315 bytes --]

There is an updated pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages bitcoin
https://github.com/void-linux/void-packages/pull/26246

bitcoin: update to 0.20.1


A patch file from https://github.com/void-linux/void-packages/pull/26246.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bitcoin-26246.patch --]
[-- Type: text/x-diff, Size: 5802 bytes --]

From aa7e6b47770ba0b3c506ef14a8a1b019c26d1188 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Sun, 8 Nov 2020 15:05:03 -0600
Subject: [PATCH] bitcoin: update to 0.20.1

---
 srcpkgs/bitcoin/patches/aarch64.patch | 91 +++++++++++++++++++++++++++
 srcpkgs/bitcoin/patches/qt5.15.patch  | 10 ---
 srcpkgs/bitcoin/template              | 19 ++++--
 3 files changed, 104 insertions(+), 16 deletions(-)
 create mode 100644 srcpkgs/bitcoin/patches/aarch64.patch
 delete mode 100644 srcpkgs/bitcoin/patches/qt5.15.patch

diff --git a/srcpkgs/bitcoin/patches/aarch64.patch b/srcpkgs/bitcoin/patches/aarch64.patch
new file mode 100644
index 00000000000..56df7e78629
--- /dev/null
+++ b/srcpkgs/bitcoin/patches/aarch64.patch
@@ -0,0 +1,91 @@
+From 14337d0d80b5a4cb2674a8a3a44dfb7b30370c70 Mon Sep 17 00:00:00 2001
+From: Luke Dashjr <luke-jr+git@utopios.org>
+Date: Sat, 28 Jul 2018 19:32:41 +0000
+Subject: [PATCH] crypto/sha256: Use pragmas to enforce necessary intrinsics
+ for GCC and Clang
+
+This avoids problems when the user specifies CXXFLAGS explicitly disabling the relevant optimisations.
+---
+ src/crypto/sha256_avx2.cpp  | 10 ++++++++++
+ src/crypto/sha256_shani.cpp | 10 ++++++++++
+ src/crypto/sha256_sse41.cpp | 10 ++++++++++
+ 3 files changed, 30 insertions(+)
+
+diff --git src/crypto/sha256_avx2.cpp src/crypto/sha256_avx2.cpp
+index 624bdb42e474..adddf4338a71 100644
+--- src/crypto/sha256_avx2.cpp
++++ src/crypto/sha256_avx2.cpp
+@@ -9,6 +9,12 @@
+ 
+ #include <crypto/common.h>
+ 
++#if defined(__clang__)
++#pragma clang attribute push(__attribute__((__target__("avx,avx2"))), apply_to = function)
++#elif defined(__GNUC__)
++#pragma GCC target ("avx,avx2")
++#endif
++
+ namespace sha256d64_avx2 {
+ namespace {
+ 
+@@ -325,4 +331,8 @@ void Transform_8way(unsigned char* out, const unsigned char* in)
+ 
+ }
+ 
++#if defined(__clang__)
++#pragma clang attribute pop
++#endif
++
+ #endif
+diff --git src/crypto/sha256_shani.cpp src/crypto/sha256_shani.cpp
+index 3473f6e39f34..42957a9e1e35 100644
+--- src/crypto/sha256_shani.cpp
++++ src/crypto/sha256_shani.cpp
+@@ -11,6 +11,12 @@
+ #include <stdint.h>
+ #include <immintrin.h>
+ 
++#if defined(__clang__)
++#pragma clang attribute push(__attribute__((__target__("sse4,sha"))), apply_to = function)
++#elif defined(__GNUC__)
++#pragma GCC target ("sse4,sha")
++#endif
++
+ namespace {
+ 
+ alignas(__m128i) const uint8_t MASK[16] = {0x03, 0x02, 0x01, 0x00, 0x07, 0x06, 0x05, 0x04, 0x0b, 0x0a, 0x09, 0x08, 0x0f, 0x0e, 0x0d, 0x0c};
+@@ -353,4 +359,8 @@ void Transform_2way(unsigned char* out, const unsigned char* in)
+ 
+ }
+ 
++#if defined(__clang__)
++#pragma clang attribute pop
++#endif
++
+ #endif
+diff --git src/crypto/sha256_sse41.cpp src/crypto/sha256_sse41.cpp
+index 4eaf7d7b188c..000132fcf6f2 100644
+--- src/crypto/sha256_sse41.cpp
++++ src/crypto/sha256_sse41.cpp
+@@ -9,6 +9,12 @@
+ 
+ #include <crypto/common.h>
+ 
++#if defined(__clang__)
++#pragma clang attribute push(__attribute__((__target__("sse4.1"))), apply_to = function)
++#elif defined(__GNUC__)
++#pragma GCC target ("sse4.1")
++#endif
++
+ namespace sha256d64_sse41 {
+ namespace {
+ 
+@@ -317,4 +323,8 @@ void Transform_4way(unsigned char* out, const unsigned char* in)
+ 
+ }
+ 
++#if defined(__clang__)
++#pragma clang attribute pop
++#endif
++
+ #endif
diff --git a/srcpkgs/bitcoin/patches/qt5.15.patch b/srcpkgs/bitcoin/patches/qt5.15.patch
deleted file mode 100644
index adfe3604717..00000000000
--- a/srcpkgs/bitcoin/patches/qt5.15.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/qt/trafficgraphwidget.cpp	2020-03-04 13:13:02.000000000 +0100
-+++ -	2020-07-02 17:58:16.576242713 +0200
-@@ -6,6 +6,7 @@
- #include <qt/trafficgraphwidget.h>
- #include <qt/clientmodel.h>
- 
-+#include <QPainterPath>
- #include <QPainter>
- #include <QColor>
- #include <QTimer>
diff --git a/srcpkgs/bitcoin/template b/srcpkgs/bitcoin/template
index df1ab218e16..2ba79d5a2c3 100644
--- a/srcpkgs/bitcoin/template
+++ b/srcpkgs/bitcoin/template
@@ -1,13 +1,14 @@
 # Template file for 'bitcoin'
 pkgname=bitcoin
-version=0.19.1
-revision=3
+version=0.20.1
+revision=1
 build_style=gnu-configure
 configure_args="--with-incompatible-bdb --disable-ccache --disable-static
  --enable-hardening --with-boost=${XBPS_CROSS_BASE}/usr"
-hostmakedepends="pkg-config yasm protobuf"
-makedepends="db-devel protobuf-devel libprotoc-devel boost-devel
+hostmakedepends="pkg-config yasm autoconf automake libtool"
+makedepends="db-devel boost-devel
  miniupnpc-devel libevent-devel qrencode-devel libatomic-devel"
+depends="desktop-file-utils"
 short_desc="Bitcoin is a peer-to-peer network based digital currency"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
@@ -15,7 +16,7 @@ homepage="https://bitcoin.org/"
 distfiles="https://bitcoin.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz
  https://raw.github.com/bitcoin-core/packaging/master/debian/bitcoin-qt.desktop
  https://raw.github.com/bitcoin/bitcoin/v${version}/share/pixmaps/bitcoin128.png"
-checksum="f2591d555b8e8c2e1bd780e40d53a91e165d8b3c7e0391ae2d24a0c0f23a7cc0
+checksum="4bbd62fd6acfa5e9864ebf37a24a04bc2dcfe3e3222f056056288d854c53b978
  0a46bbadda140599e807be38999e6848c89f9c3523d26fede02d34d62d50f632
  ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722"
 conflicts="litecoin>=0" # Both provide libbitcoinconsensus.so.0
@@ -29,11 +30,17 @@ if [ -z "$CROSS_BUILD" ]; then
 	subpackages+=" bitcoin-qt"
 fi
 
+export BITCOIN_GENBUILD_NO_GIT=1
+
+pre_configure() {
+	autoreconf -fi
+}
+
 post_install() {
 	rm "${DESTDIR}"/usr/bin/{test,bench}_bitcoin
 
 	for b in bitcoind bitcoin-cli bitcoin-tx; do
-		vinstall contrib/${b}.bash-completion 644 usr/share/bash-completion $b
+		vcompletion contrib/${b}.bash-completion bash "$b"
 	done
 
 	vlicense COPYING

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Closed]: bitcoin: update to 0.20.1
  2020-11-09 16:55 [PR PATCH] bitcoin: update to 0.20.1 ndowens
                   ` (2 preceding siblings ...)
  2020-11-10 23:08 ` ndowens
@ 2020-11-13  9:49 ` ndowens
  3 siblings, 0 replies; 6+ messages in thread
From: ndowens @ 2020-11-13  9:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 159 bytes --]

There's a closed pull request on the void-packages repository

bitcoin: update to 0.20.1
https://github.com/void-linux/void-packages/pull/26246

Description:


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PR PATCH] bitcoin: update to 0.20.1
@ 2020-11-08 21:05 ndowens
  0 siblings, 0 replies; 6+ messages in thread
From: ndowens @ 2020-11-08 21:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 310 bytes --]

There is a new pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages bitcoin
https://github.com/void-linux/void-packages/pull/26228

bitcoin: update to 0.20.1


A patch file from https://github.com/void-linux/void-packages/pull/26228.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bitcoin-26228.patch --]
[-- Type: text/x-diff, Size: 1903 bytes --]

From e159fa57e6a50b4946f67e856de07ed4b040e0e6 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Sun, 8 Nov 2020 15:05:03 -0600
Subject: [PATCH] bitcoin: update to 0.20.1

---
 srcpkgs/bitcoin/template | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/bitcoin/template b/srcpkgs/bitcoin/template
index df1ab218e16..84647652374 100644
--- a/srcpkgs/bitcoin/template
+++ b/srcpkgs/bitcoin/template
@@ -1,11 +1,11 @@
 # Template file for 'bitcoin'
 pkgname=bitcoin
-version=0.19.1
-revision=3
+version=0.20.1
+revision=1
 build_style=gnu-configure
 configure_args="--with-incompatible-bdb --disable-ccache --disable-static
  --enable-hardening --with-boost=${XBPS_CROSS_BASE}/usr"
-hostmakedepends="pkg-config yasm protobuf"
+hostmakedepends="pkg-config yasm protobuf autoconf automake libtool"
 makedepends="db-devel protobuf-devel libprotoc-devel boost-devel
  miniupnpc-devel libevent-devel qrencode-devel libatomic-devel"
 short_desc="Bitcoin is a peer-to-peer network based digital currency"
@@ -15,7 +15,7 @@ homepage="https://bitcoin.org/"
 distfiles="https://bitcoin.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz
  https://raw.github.com/bitcoin-core/packaging/master/debian/bitcoin-qt.desktop
  https://raw.github.com/bitcoin/bitcoin/v${version}/share/pixmaps/bitcoin128.png"
-checksum="f2591d555b8e8c2e1bd780e40d53a91e165d8b3c7e0391ae2d24a0c0f23a7cc0
+checksum="4bbd62fd6acfa5e9864ebf37a24a04bc2dcfe3e3222f056056288d854c53b978
  0a46bbadda140599e807be38999e6848c89f9c3523d26fede02d34d62d50f632
  ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722"
 conflicts="litecoin>=0" # Both provide libbitcoinconsensus.so.0
@@ -29,6 +29,10 @@ if [ -z "$CROSS_BUILD" ]; then
 	subpackages+=" bitcoin-qt"
 fi
 
+pre_configure() {
+  autoreconf -fi
+}
+
 post_install() {
 	rm "${DESTDIR}"/usr/bin/{test,bench}_bitcoin
 

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-11-13  9:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-09 16:55 [PR PATCH] bitcoin: update to 0.20.1 ndowens
2020-11-09 17:58 ` ev-ermakov
2020-11-09 18:02 ` [PR PATCH] [Updated] " ndowens
2020-11-10 23:08 ` ndowens
2020-11-13  9:49 ` [PR PATCH] [Closed]: " ndowens
  -- strict thread matches above, loose matches on Subject: below --
2020-11-08 21:05 [PR PATCH] " ndowens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).