diff options
author | wiedi <wiedi@pkgsrc.org> | 2014-10-21 17:05:54 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2014-10-21 17:05:54 +0000 |
commit | b4d3ec7d328efe622b379d8678e7d3330c3f5e65 (patch) | |
tree | 139f22f4d620b11a12407c5d620a39a65585ba0b /security/spiped | |
parent | 50a78a8bf811bdf55bf6035c9faff7384c5204e6 (diff) | |
download | pkgsrc-b4d3ec7d328efe622b379d8678e7d3330c3f5e65.tar.gz |
Update spiped to 1.4.2
Changelog:
spiped-1.4.2
* Fix crash on platforms which support AESNI (i386, amd64) but do not
automatically provide 16-byte alignment to large memory allocations
(glibc, possibly others).
Diffstat (limited to 'security/spiped')
-rw-r--r-- | security/spiped/Makefile | 4 | ||||
-rw-r--r-- | security/spiped/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/spiped/Makefile b/security/spiped/Makefile index f8a23af0b76..6c37d455935 100644 --- a/security/spiped/Makefile +++ b/security/spiped/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2014/09/08 22:43:08 wiedi Exp $ +# $NetBSD: Makefile,v 1.11 2014/10/21 17:05:54 wiedi Exp $ -DISTNAME= spiped-1.4.1 +DISTNAME= spiped-1.4.2 CATEGORIES= net security MASTER_SITES= http://www.tarsnap.com/spiped/ EXTRACT_SUFX= .tgz diff --git a/security/spiped/distinfo b/security/spiped/distinfo index 6db5ef8c6a4..e6e18add70d 100644 --- a/security/spiped/distinfo +++ b/security/spiped/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2014/09/08 22:43:08 wiedi Exp $ +$NetBSD: distinfo,v 1.3 2014/10/21 17:05:54 wiedi Exp $ -SHA1 (spiped-1.4.1.tgz) = 9513dda52f143d46f5dbe930a2830f9f46da38c0 -RMD160 (spiped-1.4.1.tgz) = dea697a257fb13f4e5c359d9056869e703731389 -Size (spiped-1.4.1.tgz) = 68125 bytes +SHA1 (spiped-1.4.2.tgz) = 90ca731378cdf74bf19576c8682398b81bd10a60 +RMD160 (spiped-1.4.2.tgz) = dcba3ac1ad15d91aeb245e639b457193e69efc61 +Size (spiped-1.4.2.tgz) = 67744 bytes |