diff options
author | adam <adam@pkgsrc.org> | 2022-08-01 10:08:09 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-08-01 10:08:09 +0000 |
commit | 52150b7b0e669648c50091a1d9b75264053c600c (patch) | |
tree | 45013d88b000c43e0015e02bf3f5bb1b5e57577c /security | |
parent | 9ccfed6a0c70c47e5025b3900f5cbcdce012f972 (diff) | |
download | pkgsrc-52150b7b0e669648c50091a1d9b75264053c600c.tar.gz |
nettle: updated to 3.8.1
Nettle 3.8.1 release
This is a bugfix release, fixing a few portability issues
reported for Nettle-3.8.
Bug fixes:
* Avoid non-posix m4 argument references in the chacha
implementation for arm64, powerpc64 and s390x. Reported by
Christian Weisgerber, fix contributed by Mamone Tarsha.
* Use explicit .machine pseudo-ops where needed in s390x
assembly files. Bug report by Andreas K. Huettel, fix
contributed by Mamone Tarsha.
Optimizations:
* Implemented runtime detection of cpu features for OpenBSD on
arm64. Contributed by Christian Weisgerber.
The new version is intended to be fully source and binary
compatible with Nettle-3.6. The shared library names are
libnettle.so.8.6 and libhogweed.so.6.6, with sonames
libnettle.so.8 and libhogweed.so.6.
Diffstat (limited to 'security')
-rw-r--r-- | security/nettle/Makefile | 6 | ||||
-rw-r--r-- | security/nettle/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/nettle/Makefile b/security/nettle/Makefile index 3cbacabd5a3..ae6dead9422 100644 --- a/security/nettle/Makefile +++ b/security/nettle/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2022/07/03 09:46:45 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2022/08/01 10:08:09 adam Exp $ -DISTNAME= nettle-3.8 -CATEGORIES= devel security +DISTNAME= nettle-3.8.1 +CATEGORIES= security MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ MASTER_SITES+= ftp://ftp.lysator.liu.se/pub/security/lsh/ diff --git a/security/nettle/distinfo b/security/nettle/distinfo index c52888ff6e5..e9bc4cb5e7d 100644 --- a/security/nettle/distinfo +++ b/security/nettle/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.25 2022/07/03 09:46:45 wiz Exp $ +$NetBSD: distinfo,v 1.26 2022/08/01 10:08:09 adam Exp $ -BLAKE2s (nettle-3.8.tar.gz) = 8c87920ac9f8acd88fecb85db0cbf4c112a34dc16aa3484b897d6a9ce5c1338b -SHA512 (nettle-3.8.tar.gz) = af3a910bd661ed9691b1bd66b0f8147aaebdc92ae6ab47640675df263409ecb8d25f0403fcc7dc6471264b9df0a47c025244404f0691ef58c133762f64b67610 -Size (nettle-3.8.tar.gz) = 2404258 bytes +BLAKE2s (nettle-3.8.1.tar.gz) = 7c7fa71e770d9d96133c6808a0dbda3bd8dee0b8b542aa0c557a0339c199dbf8 +SHA512 (nettle-3.8.1.tar.gz) = a405da3438d185d96917b03b00abb9ab43e04f58f770f657f716c25d64bb258ee170a71328e74736caa7121f50c0c89d3cc840c1201d2a92cfaf1357d24bdc6a +Size (nettle-3.8.1.tar.gz) = 2406251 bytes SHA1 (patch-Makefile.in) = 7c8d89af674e27e63af6fdad1d72f22f02b21709 SHA1 (patch-aa) = 2332668b077a6e3a1add603c87f60167755554ec SHA1 (patch-config.make.in) = 708fb3cac9c44825e0d231541cbecade2239c850 |