diff options
Diffstat (limited to 'system/haveged')
-rw-r--r-- | system/haveged/haveged.SlackBuild | 5 | ||||
-rw-r--r-- | system/haveged/haveged.info | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/system/haveged/haveged.SlackBuild b/system/haveged/haveged.SlackBuild index 765ab2eb9f..b21881f871 100644 --- a/system/haveged/haveged.SlackBuild +++ b/system/haveged/haveged.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for haveged -# Copyright 2013 Erik Falor, West Valley City, Utah, USA +# Copyright 2014 Erik Falor, West Valley City, Utah, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=haveged -VERSION=${VERSION:-1.7c} +VERSION=${VERSION:-1.9.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -78,6 +78,7 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ + --disable-static \ --build=$ARCH-slackware-linux make diff --git a/system/haveged/haveged.info b/system/haveged/haveged.info index cb51f211de..18b4020197 100644 --- a/system/haveged/haveged.info +++ b/system/haveged/haveged.info @@ -1,8 +1,8 @@ PRGNAM="haveged" -VERSION="1.7c" +VERSION="1.9.1" HOMEPAGE="http://www.issihosts.com/haveged/index.html" -DOWNLOAD="http://www.issihosts.com/haveged/haveged-1.7c.tar.gz" -MD5SUM="036760389b1827a2532e248dd3cc46d3" +DOWNLOAD="http://www.issihosts.com/haveged/haveged-1.9.1.tar.gz" +MD5SUM="015ff58cd10607db0e0de60aeca2f5f8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |