public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] gnutls: Update to version 3.8.7
Date: Wed, 21 Aug 2024 20:45:13 +0200	[thread overview]
Message-ID: <20240821184516.1906534-2-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20240821184516.1906534-1-adolf.belka@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 4450 bytes --]

- 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(a)ipfire.org>
---
 config/rootfiles/common/gnutls | 22 +++-------------------
 lfs/gnutls                     |  4 ++--
 2 files changed, 5 insertions(+), 21 deletions(-)

diff --git a/config/rootfiles/common/gnutls b/config/rootfiles/common/gnutls
index 6a5d1a3bf..6707e8290 100644
--- a/config/rootfiles/common/gnutls
+++ b/config/rootfiles/common/gnutls
@@ -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
diff --git a/lfs/gnutls b/lfs/gnutls
index 81030e483..596350c3d 100644
--- a/lfs/gnutls
+++ b/lfs/gnutls
@@ -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)
 
-- 
2.46.0


  reply	other threads:[~2024-08-21 18:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-21 18:45 [PATCH] binutils: Update to version 2.43 Adolf Belka
2024-08-21 18:45 ` Adolf Belka [this message]
2024-08-21 18:45 ` [PATCH] p11-kit: Update to version 0.25.5 Adolf Belka
2024-08-21 18:45 ` [PATCH] rust: Update to version 1.80.1 Adolf Belka
2024-08-21 18:45 ` [PATCH] sysvinit: Update to version 3.10 Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240821184516.1906534-2-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox