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:           Sun Aug 18 20:32:44 UTC 2024

Modified Files:
        pkgsrc/security/gnutls: Makefile distinfo

Log Message:
gnutls: updated to 3.8.7.1

Version 3.8.7 (released 2024-08-15)

** libgnutls: New configure option to compile out DSA support
   The --disable-dsa configure option has been added to completely disable DSA
   algorithm support.

** libgnutls: Experimental support for X25519Kyber768Draft00 key exchange in TLS
   For testing purposes, the hybrid post-quantum key exchange defined
   in draft-tls-westerbaan-xyber768d00 has been implemented using
   liboqs. Since the algorithm is still not finalized, the support of
   this key exchange is disabled by default and can be enabled with
   the --with-liboqs configure option.

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


To generate a diff of this commit:
cvs rdiff -u -r1.253 -r1.254 pkgsrc/security/gnutls/Makefile
cvs rdiff -u -r1.163 -r1.164 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.253 pkgsrc/security/gnutls/Makefile:1.254
--- pkgsrc/security/gnutls/Makefile:1.253       Thu Jul  4 10:02:09 2024
+++ pkgsrc/security/gnutls/Makefile     Sun Aug 18 20:32:44 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.253 2024/07/04 10:02:09 adam Exp $
+# $NetBSD: Makefile,v 1.254 2024/08/18 20:32:44 adam Exp $
 
-DISTNAME=      gnutls-3.8.6
+DISTNAME=      gnutls-3.8.7.1
 CATEGORIES=    security devel
-MASTER_SITES=  https://www.gnupg.org/ftp/gcrypt/gnutls/v${PKGVERSION_NOREV:R}/
+MASTER_SITES=  https://www.gnupg.org/ftp/gcrypt/gnutls/v${PKGVERSION_NOREV:R:R}/
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,6 +10,8 @@ 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.163 pkgsrc/security/gnutls/distinfo:1.164
--- pkgsrc/security/gnutls/distinfo:1.163       Thu Jul  4 10:02:09 2024
+++ pkgsrc/security/gnutls/distinfo     Sun Aug 18 20:32:44 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.163 2024/07/04 10:02:09 adam Exp $
+$NetBSD: distinfo,v 1.164 2024/08/18 20:32:44 adam Exp $
 
-BLAKE2s (gnutls-3.8.6.tar.xz) = cb609a857f1bb41fc97f9c1c4e62245607ff040b9f37d1c40964c4939110ab33
-SHA512 (gnutls-3.8.6.tar.xz) = 58631c456dfb43f8cb6a1703ffa91c593a33357f37dc146e808d88692e19c7ac10aeabea40bee9952205be97e00648879e9f0fa80e670e8e695f8633ba726513
-Size (gnutls-3.8.6.tar.xz) = 6517476 bytes
+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
 SHA1 (patch-configure) = 866d8a365b8338348230e47518788f494279b139



Home | Main Index | Thread Index | Old Index