diff options
author | Erik Falor <ewfalor@gmail.com> | 2014-03-14 07:38:16 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-03-21 13:01:14 -0500 |
commit | db61aaa47a085d895bb57a15721c172214ad8f42 (patch) | |
tree | 0855f7517b2293bf454ebc6b5c91f7803d315dfd /system/haveged | |
parent | 2d780641ce7544ed57687b563ea16ecbb2c8a261 (diff) | |
download | slackbuilds-db61aaa47a085d895bb57a15721c172214ad8f42.tar.gz |
system/haveged: Updated for version 1.9.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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="" |