Update bitcion to 0.18.1.

Release notes:

https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.18.1.md

Tested on amd64. Comments? Ok?

RS


Index: Makefile
===================================================================
RCS file: /cvs/ports/net/bitcoin/Makefile,v
retrieving revision 1.18
diff -u -p -u -p -r1.18 Makefile
--- Makefile    12 Jul 2019 20:47:59 -0000      1.18
+++ Makefile    18 Aug 2019 13:14:53 -0000
@@ -4,8 +4,7 @@ COMMENT =               P2P payment system
 
 GH_ACCOUNT =           bitcoin
 GH_PROJECT =           bitcoin
-GH_TAGNAME =           v0.18.0
-REVISION =             0
+GH_TAGNAME =           v0.18.1
 
 SHARED_LIBS +=  bitcoinconsensus          2.0 # 0.0
 SHARED_LIBS +=  secp256k1                 0.0 # 0.0
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/bitcoin/distinfo,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 distinfo
--- distinfo    12 May 2019 11:59:49 -0000      1.7
+++ distinfo    18 Aug 2019 13:14:53 -0000
@@ -1,2 +1,2 @@
-SHA256 (bitcoin-0.18.0.tar.gz) = 75hq4XMKqXVoK2zIMmh16OfJ1jm6IXE1HFDQU6VfzTg=
-SIZE (bitcoin-0.18.0.tar.gz) = 6528139
+SHA256 (bitcoin-0.18.1.tar.gz) = 2zx2rJE639Z+PH/yQ7RDyXBvgd04LRISh1/vwt4epf8=
+SIZE (bitcoin-0.18.1.tar.gz) = 6626674
Index: patches/patch-configure_ac
===================================================================
RCS file: /cvs/ports/net/bitcoin/patches/patch-configure_ac,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 patch-configure_ac
--- patches/patch-configure_ac  12 May 2019 11:59:49 -0000      1.2
+++ patches/patch-configure_ac  18 Aug 2019 13:14:53 -0000
@@ -5,7 +5,7 @@ We already uses PIE as default. Unbreak 
 Index: configure.ac
 --- configure.ac.orig
 +++ configure.ac
-@@ -742,7 +742,6 @@ if test x$use_hardening != xno; then
+@@ -746,7 +746,6 @@ if test x$use_hardening != xno; then
    AX_CHECK_LINK_FLAG([[-Wl,--high-entropy-va]], 
[HARDENED_LDFLAGS="$HARDENED_LDFLAGS -Wl,--high-entropy-va"])
    AX_CHECK_LINK_FLAG([[-Wl,-z,relro]], [HARDENED_LDFLAGS="$HARDENED_LDFLAGS 
-Wl,-z,relro"])
    AX_CHECK_LINK_FLAG([[-Wl,-z,now]], [HARDENED_LDFLAGS="$HARDENED_LDFLAGS 
-Wl,-z,now"])
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/bitcoin/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 PLIST
--- pkg/PLIST   12 May 2019 11:59:49 -0000      1.4
+++ pkg/PLIST   18 Aug 2019 13:14:53 -0000
@@ -34,6 +34,7 @@ lib/pkgconfig/libsecp256k1.pc
 lib/pkgconfig/libunivalue.pc
 @man man/man1/bitcoin-cli.1
 @man man/man1/bitcoin-tx.1
+@man man/man1/bitcoin-wallet.1
 @man man/man1/bitcoind.1
 share/bash-completion/completions/bitcoin/
 share/bash-completion/completions/bitcoin/bitcoin-cli.bash-completion

Reply via email to