pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/nettle



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Aug  1 10:08:09 UTC 2022

Modified Files:
        pkgsrc/security/nettle: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/security/nettle/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/security/nettle/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/nettle/Makefile
diff -u pkgsrc/security/nettle/Makefile:1.28 pkgsrc/security/nettle/Makefile:1.29
--- pkgsrc/security/nettle/Makefile:1.28        Sun Jul  3 09:46:45 2022
+++ pkgsrc/security/nettle/Makefile     Mon Aug  1 10:08:09 2022
@@ -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/
 

Index: pkgsrc/security/nettle/distinfo
diff -u pkgsrc/security/nettle/distinfo:1.25 pkgsrc/security/nettle/distinfo:1.26
--- pkgsrc/security/nettle/distinfo:1.25        Sun Jul  3 09:46:45 2022
+++ pkgsrc/security/nettle/distinfo     Mon Aug  1 10:08:09 2022
@@ -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