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:           Thu Jul  4 10:02:09 UTC 2024

Modified Files:
        pkgsrc/security/gnutls: Makefile PLIST distinfo

Log Message:
gnutls: updated to 3.8.6

Version 3.8.6 (released 2024-07-03)

** libgnutls: PBMAC1 is now supported as a MAC mechanism for PKCS#12
   To be compliant with FIPS 140-3, PKCS#12 files with MAC based on
   PBKDF2 (PBMAC1) is now supported, according to the specification
   proposed in draft-ietf-lamps-pkcs12-pbmac1.

** libgnutls: SHA3 extendable output functions (XOF) are now supported
   SHA3 XOF, SHAKE128 and SHAKE256, are now usable through a new
   public API gnutls_hash_squeeze.

** API and ABI modifications:
gnutls_pkcs12_generate_mac3: New function
gnutls_pkcs12_flags_t: New enum
gnutls_hash_squeeze: New function


To generate a diff of this commit:
cvs rdiff -u -r1.252 -r1.253 pkgsrc/security/gnutls/Makefile
cvs rdiff -u -r1.82 -r1.83 pkgsrc/security/gnutls/PLIST
cvs rdiff -u -r1.162 -r1.163 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.252 pkgsrc/security/gnutls/Makefile:1.253
--- pkgsrc/security/gnutls/Makefile:1.252       Wed May 29 16:34:14 2024
+++ pkgsrc/security/gnutls/Makefile     Thu Jul  4 10:02:09 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.252 2024/05/29 16:34:14 adam Exp $
+# $NetBSD: Makefile,v 1.253 2024/07/04 10:02:09 adam Exp $
 
-DISTNAME=      gnutls-3.8.5
-PKGREVISION=   3
+DISTNAME=      gnutls-3.8.6
 CATEGORIES=    security devel
 MASTER_SITES=  https://www.gnupg.org/ftp/gcrypt/gnutls/v${PKGVERSION_NOREV:R}/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/security/gnutls/PLIST
diff -u pkgsrc/security/gnutls/PLIST:1.82 pkgsrc/security/gnutls/PLIST:1.83
--- pkgsrc/security/gnutls/PLIST:1.82   Wed May 15 08:13:25 2024
+++ pkgsrc/security/gnutls/PLIST        Thu Jul  4 10:02:09 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.82 2024/05/15 08:13:25 nia Exp $
+@comment $NetBSD: PLIST,v 1.83 2024/07/04 10:02:09 adam Exp $
 bin/certtool
 bin/gnutls-cli
 bin/gnutls-cli-debug
@@ -319,6 +319,7 @@ man/man3/gnutls_hash_fast.3
 man/man3/gnutls_hash_get_len.3
 man/man3/gnutls_hash_init.3
 man/man3/gnutls_hash_output.3
+man/man3/gnutls_hash_squeeze.3
 man/man3/gnutls_heartbeat_allowed.3
 man/man3/gnutls_heartbeat_enable.3
 man/man3/gnutls_heartbeat_get_timeout.3
@@ -515,6 +516,7 @@ man/man3/gnutls_pkcs12_export.3
 man/man3/gnutls_pkcs12_export2.3
 man/man3/gnutls_pkcs12_generate_mac.3
 man/man3/gnutls_pkcs12_generate_mac2.3
+man/man3/gnutls_pkcs12_generate_mac3.3
 man/man3/gnutls_pkcs12_get_bag.3
 man/man3/gnutls_pkcs12_import.3
 man/man3/gnutls_pkcs12_init.3

Index: pkgsrc/security/gnutls/distinfo
diff -u pkgsrc/security/gnutls/distinfo:1.162 pkgsrc/security/gnutls/distinfo:1.163
--- pkgsrc/security/gnutls/distinfo:1.162       Fri Apr  5 08:51:32 2024
+++ pkgsrc/security/gnutls/distinfo     Thu Jul  4 10:02:09 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.162 2024/04/05 08:51:32 adam Exp $
+$NetBSD: distinfo,v 1.163 2024/07/04 10:02:09 adam Exp $
 
-BLAKE2s (gnutls-3.8.5.tar.xz) = 05e94cba94e18302ddc310a8a573eb0db1cf4796f9621da71076106946b2937a
-SHA512 (gnutls-3.8.5.tar.xz) = 4bac1aa7ec1dce9b3445cc515cc287a5af032d34c207399aa9722e3dc53ed652f8a57cfbc9c5e40ccc4a2631245d89ab676e3ba2be9563f60ba855aaacb8e23c
-Size (gnutls-3.8.5.tar.xz) = 6491504 bytes
+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
 SHA1 (patch-configure) = 866d8a365b8338348230e47518788f494279b139



Home | Main Index | Thread Index | Old Index