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 Jun 30 19:15:21 UTC 2025

Modified Files:
        pkgsrc/security/nettle: Makefile distinfo

Log Message:
nettle: updated to 3.10.2

3.10.2

This is a maintenance release, with only a few bugfixes and
portability improvements.

The new version is intended to be fully source and binary
compatible with Nettle-3.6. The shared library names are
libnettle.so.8.11 and libhogweed.so.6.11, with sonames
libnettle.so.8 and libhogweed.so.6.

Bug fixes:

* Fix missing prototypes in getopt.h and getopt.c, affecting
  non-glibc systems, and causing compile errors with C23
  compilers that require prototypes, e.g., gcc-15.

* For powerpc64, avoid using v9 (ISA v3.0) instructions
  lxvb16x, lxv and stxv in powerpc64/p8/ files.

* For powerpc64, add configure check for __VSX__, and disable
  use of assembly if not defined. Nettle's powerpc64 assembly
  requires at least v7 (ISA v2.06).


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/security/nettle/Makefile
cvs rdiff -u -r1.30 -r1.31 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.33 pkgsrc/security/nettle/Makefile:1.34
--- pkgsrc/security/nettle/Makefile:1.33        Tue Dec 31 17:42:57 2024
+++ pkgsrc/security/nettle/Makefile     Mon Jun 30 19:15:21 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2024/12/31 17:42:57 adam Exp $
+# $NetBSD: Makefile,v 1.34 2025/06/30 19:15:21 adam Exp $
 
-DISTNAME=      nettle-3.10.1
+DISTNAME=      nettle-3.10.2
 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.30 pkgsrc/security/nettle/distinfo:1.31
--- pkgsrc/security/nettle/distinfo:1.30        Tue Dec 31 17:42:57 2024
+++ pkgsrc/security/nettle/distinfo     Mon Jun 30 19:15:21 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.30 2024/12/31 17:42:57 adam Exp $
+$NetBSD: distinfo,v 1.31 2025/06/30 19:15:21 adam Exp $
 
-BLAKE2s (nettle-3.10.1.tar.gz) = 8321268bd7da3b4eff20c6bb663f16a7456e2fdf77d34f49ee0cdee4a8ea2178
-SHA512 (nettle-3.10.1.tar.gz) = e8673bbcde9cde859ccae75ed6c9c30591e68a995a7c6d724106cfd67a5a5bd45b3468d742443b6565628849d0fd29505a28ca5ee4e89dd13197cdb51429f96c
-Size (nettle-3.10.1.tar.gz) = 2643267 bytes
+BLAKE2s (nettle-3.10.2.tar.gz) = 872351d6d0f953d09e7af33e382583504ff62fb8db3661f9c8edf494576cab00
+SHA512 (nettle-3.10.2.tar.gz) = bf37ddd7dca8e78488da2a5286dcf16761d527d620572b42f2ad27bb8ee8c12999d92b0272e06f53766e7155a3f4a1ab7ad9c4b1c3caec47c031878b6b1772fb
+Size (nettle-3.10.2.tar.gz) = 2644644 bytes
 SHA1 (patch-Makefile.in) = ea2eed4a6f04d3cd83c1f6267230f9766eb48480
 SHA1 (patch-config.make.in) = 708fb3cac9c44825e0d231541cbecade2239c850
 SHA1 (patch-configure) = c05cec552acae0340fa017e433a2cc436a4e86a2



Home | Main Index | Thread Index | Old Index