Revision: 111855 https://trac.macports.org/changeset/111855 Author: easieste@macports.org Date: 2013-10-04 02:20:49 -0700 (Fri, 04 Oct 2013) Log Message: ----------- finance/bitcoin-0.8.5 0.8.5 Release notes =================== Bugs fixed ---------- Transactions with version numbers larger than 0x7fffffff were incorrectly being relayed and included in blocks. Blocks containing transactions with version numbers larger than 0x7fffffff caused the code that checks for LevelDB database inconsistencies at startup to erroneously report database corruption and suggest that you reindex your database. This release also contains a non-critical fix to the code that enforces BIP 34 (block height in the coinbase transaction). Modified Paths: -------------- trunk/dports/finance/bitcoin/Portfile Modified: trunk/dports/finance/bitcoin/Portfile =================================================================== --- trunk/dports/finance/bitcoin/Portfile 2013-10-04 02:33:19 UTC (rev 111854) +++ trunk/dports/finance/bitcoin/Portfile 2013-10-04 09:20:49 UTC (rev 111855) @@ -4,7 +4,7 @@ PortSystem 1.0 name bitcoin categories finance crypto -version 0.8.4 +version 0.8.5 revision 0 platforms darwin license MIT @@ -18,9 +18,9 @@ homepage http://www.bitcoin.org/ master_sites sourceforge distname ${name}-${version}-linux -checksums md5 f16f5e578972ce69ddf07787922a06a0 \ - sha1 a86003bca1461e8d68c36fee75230899640d3613 \ - rmd160 7a01acc01e8207de3515ace81c1b59b77e5e707f +checksums md5 df456ff0bd037657d5de640715e740c8 \ + sha1 f2cb0c55633cab822fb7024357aac17cf5de2b3a \ + rmd160 82e99dc536a942102b5909580aa1b3cf2da0e3e0 depends_lib port:boost \ port:openssl \
participants (1)
-
easieste@macports.org