summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-04-12 16:47:09 +0000
committer Eric Hameleers <alien@slackware.com>2014-04-12 16:47:09 +0000
commit317e02b3cb99ae44e525c8588c7ed0a951fbe1a7 (patch)
treeb03ca39c036bca41933d1d952354b2917b998660
parent17015c17b4fc67a0395beb42a069487ea0dc4eee (diff)
downloadasb-317e02b3cb99ae44e525c8588c7ed0a951fbe1a7.tar.gz
asb-317e02b3cb99ae44e525c8588c7ed0a951fbe1a7.tar.xz
Update to 0.9.1 with a fix for the heartbleed vulnerability
-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}