pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/gnutls



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Nov  6 14:51:41 UTC 2024

Modified Files:
        pkgsrc/security/gnutls: Makefile distinfo

Log Message:
gnutls: updated to 3.8.8

Version 3.8.8 (released 2024-11-05)

** libgnutls: Experimental support for X25519MLKEM768 and SecP256r1MLKEM768 key exchange in TLS 1.3
   The support for post-quantum key exchanges has been extended to
   cover the final standard of ML-KEM, following
   draft-kwiatkowski-tls-ecdhe-mlkem. The minimum supported version of
   liboqs is bumped to 0.11.0.

** libgnutls: All records included in an OCSP response are now checked in TLS
   Previously, when multiple records are provided in a single OCSP
   response, only the first record was considered; now all those
   records are examined until the server certificate matches.

** libgnutls: Handling of malformed compress_certificate extension is now more standard compliant
   The server behavior of receiving a malformed compress_certificate
   extension now more strictly follows RFC 8879; return
   illegal_parameter alert instead of bad_certificate, as well as
   overlong extension data is properly rejected.

** build: More flexible library linking options for compression libraries, TPM, and liboqs support
   The configure options, --with-zstd, --with-brotli, --with-zlib,
   --with-tpm2, and --with-liboqs now take 4 states:
   yes/link/dlopen/no, to specify how the libraries are linked or
   loaded.

** API and ABI modifications:
No changes since last version.


To generate a diff of this commit:
cvs rdiff -u -r1.256 -r1.257 pkgsrc/security/gnutls/Makefile
cvs rdiff -u -r1.164 -r1.165 pkgsrc/security/gnutls/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/gnutls/Makefile
diff -u pkgsrc/security/gnutls/Makefile:1.256 pkgsrc/security/gnutls/Makefile:1.257
--- pkgsrc/security/gnutls/Makefile:1.256       Fri Nov  1 12:54:14 2024
+++ pkgsrc/security/gnutls/Makefile     Wed Nov  6 14:51:41 2024
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.256 2024/11/01 12:54:14 wiz Exp $
+# $NetBSD: Makefile,v 1.257 2024/11/06 14:51:41 adam Exp $
 
-DISTNAME=      gnutls-3.8.7.1
-PKGREVISION=   2
+DISTNAME=      gnutls-3.8.8
 CATEGORIES=    security devel
-MASTER_SITES=  https://www.gnupg.org/ftp/gcrypt/gnutls/v${PKGVERSION_NOREV:R:R}/
+MASTER_SITES=  https://www.gnupg.org/ftp/gcrypt/gnutls/v${PKGVERSION_NOREV:R}/
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -11,8 +10,6 @@ HOMEPAGE=     https://www.gnutls.org/
 COMMENT=       Transport Layer Security library
 LICENSE=       gnu-gpl-v3 AND gnu-lgpl-v2.1
 
-WRKSRC=                ${WRKDIR}/${DISTNAME:R}
-
 DEPENDS+=      mozilla-rootcerts-[0-9]*:../../security/mozilla-rootcerts
 
 PLIST_SRC=     PLIST

Index: pkgsrc/security/gnutls/distinfo
diff -u pkgsrc/security/gnutls/distinfo:1.164 pkgsrc/security/gnutls/distinfo:1.165
--- pkgsrc/security/gnutls/distinfo:1.164       Sun Aug 18 20:32:44 2024
+++ pkgsrc/security/gnutls/distinfo     Wed Nov  6 14:51:41 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.164 2024/08/18 20:32:44 adam Exp $
+$NetBSD: distinfo,v 1.165 2024/11/06 14:51:41 adam Exp $
 
-BLAKE2s (gnutls-3.8.7.1.tar.xz) = f73f181020a129f11a7b63c6bc030362cce55d0b7e112fbec6eadaac34b76404
-SHA512 (gnutls-3.8.7.1.tar.xz) = 429cea78e227d838105791b28a18270c3d2418bfb951c322771e6323d5f712204d63d66a6606ce9604a92d236a8dd07d651232c717264472d27eb6de26ddc733
-Size (gnutls-3.8.7.1.tar.xz) = 6695404 bytes
+BLAKE2s (gnutls-3.8.8.tar.xz) = 7601a4d3ca0f1372f9525be85fe81f3f4b2a84485a9216105b9b9385024769d6
+SHA512 (gnutls-3.8.8.tar.xz) = 4f617c63e8e8392e400d72c9e39989fcd782268b4a4c4e36bbfb0444a4b5bcb0f53054f04a6dce99ab89c0f38f57430c95aaaec6eb9209b8e9329140abf230c3
+Size (gnutls-3.8.8.tar.xz) = 6696460 bytes
 SHA1 (patch-configure) = 866d8a365b8338348230e47518788f494279b139



Home | Main Index | Thread Index | Old Index