Date: Wed, 3 Jan 2018 00:26:14 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r457939 - branches/2018Q1/net-p2p/bitcoin Message-ID: <201801030026.w030QEaA047108@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Wed Jan 3 00:26:14 2018 New Revision: 457939 URL: https://svnweb.freebsd.org/changeset/ports/457939 Log: MFH: r457938 net-p2p/bitcoin: chase git abbrev bump `git archive` maybe non-reproducible due to embedding abbreviated commit: https://github.com/bitcoin/bitcoin/blob/v0.15.1/src/clientversion.cpp#L47-L48 $ diff -Npru bitcoin-0.15.1.old bitcoin-0.15.1 --- bitcoin-0.15.1.old/src/clientversion.cpp 2017-11-06 08:46:24.000000000 +0000 +++ bitcoin-0.15.1/src/clientversion.cpp 2017-11-06 08:46:24.000000000 +0000 @@ -45,7 +45,7 @@ const std::string CLIENT_NAME("Satoshi"); //! git will put "#define GIT_ARCHIVE 1" on the next line inside archives. #define GIT_ARCHIVE 1 #ifdef GIT_ARCHIVE -#define GIT_COMMIT_ID "7b57bc998f3" +#define GIT_COMMIT_ID "7b57bc998f33" #define GIT_COMMIT_DATE "Mon, 6 Nov 2017 09:46:24 +0100" #endif Reported by: pkg-fallout Approved by: portmgr blanket Approved by: ports-secteam blanket Modified: branches/2018Q1/net-p2p/bitcoin/distinfo Directory Properties: branches/2018Q1/ (props changed) Modified: branches/2018Q1/net-p2p/bitcoin/distinfo ============================================================================== --- branches/2018Q1/net-p2p/bitcoin/distinfo Wed Jan 3 00:24:17 2018 (r457938) +++ branches/2018Q1/net-p2p/bitcoin/distinfo Wed Jan 3 00:26:14 2018 (r457939) @@ -1,5 +1,5 @@ TIMESTAMP = 1510484103 -SHA256 (bitcoin-bitcoin-v0.15.1_GH0.tar.gz) = e429d4f257f2b5b6d0caaf36ed1a5f5203e5918c57837efac00b0c322a1fef79 +SHA256 (bitcoin-bitcoin-v0.15.1_GH0.tar.gz) = 98b3a98a67054123bef6714e4035e18f9250a1b6d63829258ad057906e75d8b1 SIZE (bitcoin-bitcoin-v0.15.1_GH0.tar.gz) = 7547736 SHA256 (1ec0c0a01c31.patch) = 01a2fe784d7c3d21d2cfd9dc460c059c7ae358e0f5e9e5e7782f10d259db3cd9 SIZE (1ec0c0a01c31.patch) = 3535
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801030026.w030QEaA047108>