pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/nettle nettle: updated to 3.8.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ff35bc34993
branches:  trunk
changeset: 382603:6ff35bc34993
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Aug 01 10:08:09 2022 +0000

description:
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:

 security/nettle/Makefile |  6 +++---
 security/nettle/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r 2caed65bac5f -r 6ff35bc34993 security/nettle/Makefile
--- a/security/nettle/Makefile  Mon Aug 01 09:11:01 2022 +0000
+++ b/security/nettle/Makefile  Mon Aug 01 10:08:09 2022 +0000
@@ -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 -r 2caed65bac5f -r 6ff35bc34993 security/nettle/distinfo
--- a/security/nettle/distinfo  Mon Aug 01 09:11:01 2022 +0000
+++ b/security/nettle/distinfo  Mon Aug 01 10:08:09 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index