gnutls: Update to version 3.8.7

- Update from version 3.8.5 to 3.8.7
- Update of rootfile
- Changelog
    3.8.7
	** 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.
    3.8.6
	** 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

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Adolf Belka
2024-08-21 20:45:13 +02:00
committed by Michael Tremer
parent f093cb3fbe
commit c5fe41d3f9
2 changed files with 5 additions and 21 deletions

View File

@@ -32,7 +32,7 @@ usr/lib/libgnutls-dane.so.0.4.1
#usr/lib/libgnutls.la
#usr/lib/libgnutls.so
usr/lib/libgnutls.so.30
usr/lib/libgnutls.so.30.39.0
usr/lib/libgnutls.so.30.40.1
#usr/lib/libgnutlsxx.la
#usr/lib/libgnutlsxx.so
usr/lib/libgnutlsxx.so.30
@@ -68,24 +68,6 @@ usr/lib/libgnutlsxx.so.30.0.0
#usr/share/info/gnutls.info-6
#usr/share/info/gnutls.info-7
#usr/share/info/pkcs11-vision.png
#usr/share/locale/cs/LC_MESSAGES/gnutls.mo
#usr/share/locale/de/LC_MESSAGES/gnutls.mo
#usr/share/locale/eo/LC_MESSAGES/gnutls.mo
#usr/share/locale/es/LC_MESSAGES/gnutls.mo
#usr/share/locale/fi/LC_MESSAGES/gnutls.mo
#usr/share/locale/fr/LC_MESSAGES/gnutls.mo
#usr/share/locale/it/LC_MESSAGES/gnutls.mo
#usr/share/locale/ka/LC_MESSAGES/gnutls.mo
#usr/share/locale/ms/LC_MESSAGES/gnutls.mo
#usr/share/locale/nl/LC_MESSAGES/gnutls.mo
#usr/share/locale/pl/LC_MESSAGES/gnutls.mo
#usr/share/locale/pt_BR/LC_MESSAGES/gnutls.mo
#usr/share/locale/ro/LC_MESSAGES/gnutls.mo
#usr/share/locale/sr/LC_MESSAGES/gnutls.mo
#usr/share/locale/sv/LC_MESSAGES/gnutls.mo
#usr/share/locale/uk/LC_MESSAGES/gnutls.mo
#usr/share/locale/vi/LC_MESSAGES/gnutls.mo
#usr/share/locale/zh_CN/LC_MESSAGES/gnutls.mo
#usr/share/man/man1/certtool.1
#usr/share/man/man1/danetool.1
#usr/share/man/man1/gnutls-cli-debug.1
@@ -368,6 +350,7 @@ usr/lib/libgnutlsxx.so.30.0.0
#usr/share/man/man3/gnutls_hash_get_len.3
#usr/share/man/man3/gnutls_hash_init.3
#usr/share/man/man3/gnutls_hash_output.3
#usr/share/man/man3/gnutls_hash_squeeze.3
#usr/share/man/man3/gnutls_heartbeat_allowed.3
#usr/share/man/man3/gnutls_heartbeat_enable.3
#usr/share/man/man3/gnutls_heartbeat_get_timeout.3
@@ -564,6 +547,7 @@ usr/lib/libgnutlsxx.so.30.0.0
#usr/share/man/man3/gnutls_pkcs12_export2.3
#usr/share/man/man3/gnutls_pkcs12_generate_mac.3
#usr/share/man/man3/gnutls_pkcs12_generate_mac2.3
#usr/share/man/man3/gnutls_pkcs12_generate_mac3.3
#usr/share/man/man3/gnutls_pkcs12_get_bag.3
#usr/share/man/man3/gnutls_pkcs12_import.3
#usr/share/man/man3/gnutls_pkcs12_init.3

View File

@@ -24,7 +24,7 @@
include Config
VER = 3.8.5
VER = 3.8.7
THISAPP = gnutls-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_BLAKE2 = 30ea0e213b426df896af7cddfc39a7c50fd3130f99ced8386dc55e851122a37f6171722d2cb4abb68b9d2523cd3ba044b01248d740571a3bdd0cadf555894cdf
$(DL_FILE)_BLAKE2 = 900019c5f53d6c81c2761d02008a1bd7651bf4e70043d2a74f1fca0c3cda3c3c8c87a1f9dfc090517e875e9861b6ad9dd251f8121135aeaee209b54c2538ade0
install : $(TARGET)