pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Package bitcoin version 0.14.2



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Fri Feb 23 02:18:01 2018 +0100
Changeset:	180d71d0f4d492cce3975fdd92d145355ca19091

Modified Files:
	bitcoin/Makefile
	bitcoin/distinfo

Log Message:
Package bitcoin version 0.14.2

This takes it one step closer to the current upstream.

For the extensive release notes, please refer to:
https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.14.2.md

This version notably fixes CVE-2017-8798.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=180d71d0f4d492cce3975fdd92d145355ca19091

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 bitcoin/Makefile | 4 ++--
 bitcoin/distinfo | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/bitcoin/Makefile b/bitcoin/Makefile
index 22c929a0a9..75460e32e1 100644
--- a/bitcoin/Makefile
+++ b/bitcoin/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 # TODO: update to latest release
-DISTNAME=	bitcoin-0.14.1
+DISTNAME=	bitcoin-0.14.2
 CATEGORIES=	finance
 MASTER_SITES=	${MASTER_SITE_GITHUB:=bitcoin/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
@@ -40,7 +40,7 @@ BUILD_DEFS+=		VARBASE
 OWN_DIRS=		${VARBASE}/bitcoin
 EGDIR=			${PREFIX}/share/examples/bitcoin
 CONF_FILES=		${EGDIR}/bitcoin.conf ${PKG_SYSCONFDIR}/bitcoin.conf
-CONF_FILES_PERMS=	${EGDIR}/bitcoin.conf ${PKG_SYSCONFDIR}/bitcoin.conf ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0600
+CONF_FILES_PERMS=	${EGDIR}/bitcoin.conf ${PKG_SYSCONFDIR}/bitcoin.conf ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0644
 
 # This is currently unnecessary, but it seems likely we will find a
 # file that references /usr when ${PREFIX} is appropriate.
diff --git a/bitcoin/distinfo b/bitcoin/distinfo
index caeccdb5c3..9e830114f5 100644
--- a/bitcoin/distinfo
+++ b/bitcoin/distinfo
@@ -1,9 +1,9 @@
 $NetBSD$
 
-SHA1 (bitcoin-0.14.1.tar.gz) = f3057533b080360bf14db2f8efb715bd9aca5863
-RMD160 (bitcoin-0.14.1.tar.gz) = 5f7a58636127b7d0a7bcb2dc56b6a5148fa1e4bc
-SHA512 (bitcoin-0.14.1.tar.gz) = 76191ddb2b616c5a6730a22735551aa375a54e0112468bec748e796a3764d8b73089da279443e4499d12f942037e815c1a78e9a69bce439d2eee01c49f02da12
-Size (bitcoin-0.14.1.tar.gz) = 7157456 bytes
+SHA1 (bitcoin-0.14.2.tar.gz) = 2d1fc188688198fca9c47c5ebdded6454db721b6
+RMD160 (bitcoin-0.14.2.tar.gz) = 5cdb1d32a4919c1d1b752211a3d1d36cd72323aa
+SHA512 (bitcoin-0.14.2.tar.gz) = c6a1459e72031a651dab6a1249d4697251c03bb2f8a1d9027cb627f5b195f59b044f7a03ef3adbd0255132ed15ebeaa4bb9c5995adc950cc38058c220c7b9037
+Size (bitcoin-0.14.2.tar.gz) = 7180539 bytes
 SHA1 (patch-src_leveldb_port_port__posix.h) = 6a3cde12951b9801e8ffe19b6134ca48ad0d876c
 SHA1 (patch-src_netbase.cpp) = c1357ce9437fab87651df9fd4ca12dd24c59830c
 SHA1 (patch-src_secp256k1_configure.ac) = 688e13e1da110bf15557434f19507f43290be8ef


Home | Main Index | Thread Index | Old Index