From 317e02b3cb99ae44e525c8588c7ed0a951fbe1a7 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 12 Apr 2014 16:47:09 +0000 Subject: Update to 0.9.1 with a fix for the heartbleed vulnerability --- bitcoin/build/bitcoin.SlackBuild | 10 ++++++---- 1 file 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 +# 0.8.6-1: 16/mar/2014 by Eric Hameleers # * Initial build. -# 0.9.0-1: 24/Mar/2014 by Eric Hameleers -# * Update privides a fix for the 'malleability attack' which +# 0.9.0-1: 24/mar/2014 by Eric Hameleers +# * 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 +# * 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} -- cgit v1.2.3-65-gdbad