summaryrefslogtreecommitdiffstats
path: root/bitcoin/build/bitcoin.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'bitcoin/build/bitcoin.SlackBuild')
-rwxr-xr-xbitcoin/build/bitcoin.SlackBuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/bitcoin/build/bitcoin.SlackBuild b/bitcoin/build/bitcoin.SlackBuild
index 07e7f0fe..83103111 100755
--- a/bitcoin/build/bitcoin.SlackBuild
+++ b/bitcoin/build/bitcoin.SlackBuild
@@ -31,13 +31,15 @@
# Build needs: protobuf,qrencode
# Needs:
# Changelog:
-# 0.8.6-1: 16/Mar/2014 by Eric Hameleers <alien@slackware.com>
+# 0.8.6-1: 16/mar/2014 by Eric Hameleers <alien@slackware.com>
# * Initial build.
-# 0.9.0-1: 24/Mar/2014 by Eric Hameleers <alien@slackware.com>
-# * Update privides a fix for the 'malleability attack' which
+# 0.9.0-1: 24/mar/2014 by Eric Hameleers <alien@slackware.com>
+# * Update provides a fix for the 'malleability attack' which
# vitcimized MtGox.
# Also, the software is now called "Bitcoin Core" to make a
# distinction with "Bitcoin Network"
+# 0.9.1-1: 12/apr/2014 by Eric Hameleers <alien@slackware.com>
+# * Update provides fix for the openssl heartbleed vulnerability.
#
# Run 'sh bitcoin.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -46,7 +48,7 @@
# -----------------------------------------------------------------------------
PRGNAM=bitcoin
-VERSION=${VERSION:-0.9.0}
+VERSION=${VERSION:-0.9.1}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}