HomeFreeBSD

MFH: r457938

Description

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

Details

Provenance
jbeichAuthored on
Parents
rP457938: net-p2p/bitcoin: chase git abbrev bump
Branches
Unknown
Tags
Unknown