Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bitcoin: update to 25.0.
@ 2023-05-29  8:32 damadmai
  2023-05-29  9:29 ` [PR PATCH] [Updated] " damadmai
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: damadmai @ 2023-05-29  8:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/damadmai/void-packages bitcoin25.0
https://github.com/void-linux/void-packages/pull/44133

bitcoin: update to 25.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**


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

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

From bb1988b1b22053cd1b17e8c9552aa28d072925e1 Mon Sep 17 00:00:00 2001
From: "Daniel A. Maierhofer" <git@damadmai.at>
Date: Mon, 29 May 2023 10:29:12 +0200
Subject: [PATCH] bitcoin: update to 25.0.

---
 srcpkgs/bitcoin/template | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/bitcoin/template b/srcpkgs/bitcoin/template
index cf464ce35c46..0d6e3e8d979e 100644
--- a/srcpkgs/bitcoin/template
+++ b/srcpkgs/bitcoin/template
@@ -1,7 +1,7 @@
 # Template file for 'bitcoin'
 pkgname=bitcoin
-version=22.0
-revision=5
+version=25.0
+revision=1
 build_style=gnu-configure
 configure_args="--with-incompatible-bdb --disable-ccache --disable-static
  --enable-hardening --with-boost=${XBPS_CROSS_BASE}/usr --with-gui"
@@ -11,11 +11,11 @@ makedepends="db-devel boost-devel miniupnpc-devel qt5-tools-devel
 short_desc="Bitcoin is a peer-to-peer network based digital currency"
 maintainer="Daniel A. Maierhofer <git@damadmai.at>"
 license="MIT"
-homepage="https://bitcoin.org/"
-distfiles="https://bitcoin.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz
+homepage="https://bitcoincore.org/"
+distfiles="https://bitcoincore.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz
  https://raw.githubusercontent.com/bitcoin-core/packaging/${version%.*}.x/debian/bitcoin-qt.desktop
  https://raw.githubusercontent.com/bitcoin/bitcoin/v${version}/share/pixmaps/bitcoin128.png"
-checksum="d0e9d089b57048b1555efa7cd5a63a7ed042482045f6f33402b1df425bf9613b
+checksum="5df67cf42ca3b9a0c38cdafec5bbb517da5b58d251f32c8d2a47511f9be1ebc2
  0a46bbadda140599e807be38999e6848c89f9c3523d26fede02d34d62d50f632
  ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722"
 conflicts="litecoin>=0" # Both provide libbitcoinconsensus.so.0
@@ -42,10 +42,6 @@ pre_build() {
 post_install() {
 	rm "${DESTDIR}"/usr/bin/{test,bench}_bitcoin
 
-	for b in bitcoind bitcoin-cli bitcoin-tx; do
-		vcompletion contrib/${b}.bash-completion bash $b
-	done
-
 	vlicense COPYING
 }
 

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

* Re: [PR PATCH] [Updated] bitcoin: update to 25.0.
  2023-05-29  8:32 [PR PATCH] bitcoin: update to 25.0 damadmai
@ 2023-05-29  9:29 ` damadmai
  2023-05-29 16:54 ` damadmai
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: damadmai @ 2023-05-29  9:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/damadmai/void-packages bitcoin25.0
https://github.com/void-linux/void-packages/pull/44133

bitcoin: update to 25.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**


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

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

From a4a494143f9918aff245caebf94c2d7f89a6fcbb Mon Sep 17 00:00:00 2001
From: "Daniel A. Maierhofer" <git@damadmai.at>
Date: Mon, 29 May 2023 10:29:12 +0200
Subject: [PATCH] bitcoin: update to 25.0.

---
 srcpkgs/bitcoin/template | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/bitcoin/template b/srcpkgs/bitcoin/template
index cf464ce35c46..9c4ab073d690 100644
--- a/srcpkgs/bitcoin/template
+++ b/srcpkgs/bitcoin/template
@@ -1,7 +1,7 @@
 # Template file for 'bitcoin'
 pkgname=bitcoin
-version=22.0
-revision=5
+version=25.0
+revision=1
 build_style=gnu-configure
 configure_args="--with-incompatible-bdb --disable-ccache --disable-static
  --enable-hardening --with-boost=${XBPS_CROSS_BASE}/usr --with-gui"
@@ -11,11 +11,11 @@ makedepends="db-devel boost-devel miniupnpc-devel qt5-tools-devel
 short_desc="Bitcoin is a peer-to-peer network based digital currency"
 maintainer="Daniel A. Maierhofer <git@damadmai.at>"
 license="MIT"
-homepage="https://bitcoin.org/"
-distfiles="https://bitcoin.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz
- https://raw.githubusercontent.com/bitcoin-core/packaging/${version%.*}.x/debian/bitcoin-qt.desktop
+homepage="https://bitcoincore.org/"
+distfiles="https://bitcoincore.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz
+ https://raw.githubusercontent.com/bitcoin-core/packaging/main/debian/bitcoin-qt.desktop
  https://raw.githubusercontent.com/bitcoin/bitcoin/v${version}/share/pixmaps/bitcoin128.png"
-checksum="d0e9d089b57048b1555efa7cd5a63a7ed042482045f6f33402b1df425bf9613b
+checksum="5df67cf42ca3b9a0c38cdafec5bbb517da5b58d251f32c8d2a47511f9be1ebc2
  0a46bbadda140599e807be38999e6848c89f9c3523d26fede02d34d62d50f632
  ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722"
 conflicts="litecoin>=0" # Both provide libbitcoinconsensus.so.0
@@ -42,10 +42,6 @@ pre_build() {
 post_install() {
 	rm "${DESTDIR}"/usr/bin/{test,bench}_bitcoin
 
-	for b in bitcoind bitcoin-cli bitcoin-tx; do
-		vcompletion contrib/${b}.bash-completion bash $b
-	done
-
 	vlicense COPYING
 }
 

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

* Re: [PR PATCH] [Updated] bitcoin: update to 25.0.
  2023-05-29  8:32 [PR PATCH] bitcoin: update to 25.0 damadmai
  2023-05-29  9:29 ` [PR PATCH] [Updated] " damadmai
@ 2023-05-29 16:54 ` damadmai
  2023-05-29 17:36 ` damadmai
  2023-06-26 20:07 ` [PR PATCH] [Closed]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: damadmai @ 2023-05-29 16:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/damadmai/void-packages bitcoin25.0
https://github.com/void-linux/void-packages/pull/44133

bitcoin: update to 25.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**


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

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

From 2151d8760844df8e9d84de153eb75b129f45b166 Mon Sep 17 00:00:00 2001
From: "Daniel A. Maierhofer" <git@damadmai.at>
Date: Mon, 29 May 2023 10:29:12 +0200
Subject: [PATCH] bitcoin: update to 25.0.

---
 srcpkgs/bitcoin/template | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/bitcoin/template b/srcpkgs/bitcoin/template
index cf464ce35c46..8d48937069fc 100644
--- a/srcpkgs/bitcoin/template
+++ b/srcpkgs/bitcoin/template
@@ -1,7 +1,7 @@
 # Template file for 'bitcoin'
 pkgname=bitcoin
-version=22.0
-revision=5
+version=25.0
+revision=1
 build_style=gnu-configure
 configure_args="--with-incompatible-bdb --disable-ccache --disable-static
  --enable-hardening --with-boost=${XBPS_CROSS_BASE}/usr --with-gui"
@@ -11,14 +11,14 @@ makedepends="db-devel boost-devel miniupnpc-devel qt5-tools-devel
 short_desc="Bitcoin is a peer-to-peer network based digital currency"
 maintainer="Daniel A. Maierhofer <git@damadmai.at>"
 license="MIT"
-homepage="https://bitcoin.org/"
-distfiles="https://bitcoin.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz
- https://raw.githubusercontent.com/bitcoin-core/packaging/${version%.*}.x/debian/bitcoin-qt.desktop
+homepage="https://bitcoincore.org/"
+distfiles="https://bitcoincore.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz
+ https://raw.githubusercontent.com/bitcoin-core/packaging/main/debian/bitcoin-qt.desktop
  https://raw.githubusercontent.com/bitcoin/bitcoin/v${version}/share/pixmaps/bitcoin128.png"
-checksum="d0e9d089b57048b1555efa7cd5a63a7ed042482045f6f33402b1df425bf9613b
+checksum="5df67cf42ca3b9a0c38cdafec5bbb517da5b58d251f32c8d2a47511f9be1ebc2
  0a46bbadda140599e807be38999e6848c89f9c3523d26fede02d34d62d50f632
  ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722"
-conflicts="litecoin>=0" # Both provide libbitcoinconsensus.so.0
+conflicts="litecoin" # Both provide libbitcoinconsensus.so.0
 skip_extraction="bitcoin-qt.desktop bitcoin128.png"
 
 if [ "$CROSS_BUILD" ]; then
@@ -42,10 +42,6 @@ pre_build() {
 post_install() {
 	rm "${DESTDIR}"/usr/bin/{test,bench}_bitcoin
 
-	for b in bitcoind bitcoin-cli bitcoin-tx; do
-		vcompletion contrib/${b}.bash-completion bash $b
-	done
-
 	vlicense COPYING
 }
 

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

* Re: [PR PATCH] [Updated] bitcoin: update to 25.0.
  2023-05-29  8:32 [PR PATCH] bitcoin: update to 25.0 damadmai
  2023-05-29  9:29 ` [PR PATCH] [Updated] " damadmai
  2023-05-29 16:54 ` damadmai
@ 2023-05-29 17:36 ` damadmai
  2023-06-26 20:07 ` [PR PATCH] [Closed]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: damadmai @ 2023-05-29 17:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/damadmai/void-packages bitcoin25.0
https://github.com/void-linux/void-packages/pull/44133

bitcoin: update to 25.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**


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

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

From 82b7fe42c24edab30d31cea206804bc5aea612cc Mon Sep 17 00:00:00 2001
From: "Daniel A. Maierhofer" <git@damadmai.at>
Date: Mon, 29 May 2023 10:29:12 +0200
Subject: [PATCH] bitcoin: update to 25.0.

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

diff --git a/srcpkgs/bitcoin/template b/srcpkgs/bitcoin/template
index cf464ce35c46..c261d56e290d 100644
--- a/srcpkgs/bitcoin/template
+++ b/srcpkgs/bitcoin/template
@@ -1,7 +1,7 @@
 # Template file for 'bitcoin'
 pkgname=bitcoin
-version=22.0
-revision=5
+version=25.0
+revision=1
 build_style=gnu-configure
 configure_args="--with-incompatible-bdb --disable-ccache --disable-static
  --enable-hardening --with-boost=${XBPS_CROSS_BASE}/usr --with-gui"
@@ -11,14 +11,14 @@ makedepends="db-devel boost-devel miniupnpc-devel qt5-tools-devel
 short_desc="Bitcoin is a peer-to-peer network based digital currency"
 maintainer="Daniel A. Maierhofer <git@damadmai.at>"
 license="MIT"
-homepage="https://bitcoin.org/"
-distfiles="https://bitcoin.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz
- https://raw.githubusercontent.com/bitcoin-core/packaging/${version%.*}.x/debian/bitcoin-qt.desktop
+homepage="https://bitcoincore.org/"
+distfiles="https://bitcoincore.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz
+ https://raw.githubusercontent.com/bitcoin-core/packaging/main/debian/bitcoin-qt.desktop
  https://raw.githubusercontent.com/bitcoin/bitcoin/v${version}/share/pixmaps/bitcoin128.png"
-checksum="d0e9d089b57048b1555efa7cd5a63a7ed042482045f6f33402b1df425bf9613b
+checksum="5df67cf42ca3b9a0c38cdafec5bbb517da5b58d251f32c8d2a47511f9be1ebc2
  0a46bbadda140599e807be38999e6848c89f9c3523d26fede02d34d62d50f632
  ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722"
-conflicts="litecoin>=0" # Both provide libbitcoinconsensus.so.0
+conflicts="litecoin" # Both provide libbitcoinconsensus.so.0
 skip_extraction="bitcoin-qt.desktop bitcoin128.png"
 
 if [ "$CROSS_BUILD" ]; then
@@ -42,15 +42,12 @@ pre_build() {
 post_install() {
 	rm "${DESTDIR}"/usr/bin/{test,bench}_bitcoin
 
-	for b in bitcoind bitcoin-cli bitcoin-tx; do
-		vcompletion contrib/${b}.bash-completion bash $b
-	done
-
 	vlicense COPYING
 }
 
 bitcoin-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
+	conflicts="litecoin" # Both provide libbitcoinconsensus.so.0
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include

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

* Re: [PR PATCH] [Closed]: bitcoin: update to 25.0.
  2023-05-29  8:32 [PR PATCH] bitcoin: update to 25.0 damadmai
                   ` (2 preceding siblings ...)
  2023-05-29 17:36 ` damadmai
@ 2023-06-26 20:07 ` leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2023-06-26 20:07 UTC (permalink / raw)
  To: ml

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

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

bitcoin: update to 25.0.
https://github.com/void-linux/void-packages/pull/44133

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**


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

end of thread, other threads:[~2023-06-26 20:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-29  8:32 [PR PATCH] bitcoin: update to 25.0 damadmai
2023-05-29  9:29 ` [PR PATCH] [Updated] " damadmai
2023-05-29 16:54 ` damadmai
2023-05-29 17:36 ` damadmai
2023-06-26 20:07 ` [PR PATCH] [Closed]: " leahneukirchen

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).