From bb3b84b6d96e5b1cf6bf6d68d81c5dfe95286374 Mon Sep 17 00:00:00 2001 From: "chromebrew-actions[bot]" <220035932+chromebrew-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 06:22:01 -0500 Subject: [PATCH] =?UTF-8?q?updater-gnutls-3.8.11=20=E2=80=94=20gnutls=20?= =?UTF-8?q?=E2=86=92=203.8.11=20(#13535)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add unbuilt gnutls to updater-gnutls-3.8.11 * updater-gnutls-3.8.11: Package File Update Run on linux/386 container. * updater-gnutls-3.8.11: Package File Update Run on linux/amd64 container. * updater-gnutls-3.8.11: Package File Update Run on linux/arm/v7 container. --------- Co-authored-by: chromebrew-actions[bot] --- manifest/armv7l/g/gnutls.filelist | 4 ++-- manifest/i686/g/gnutls.filelist | 4 ++-- manifest/x86_64/g/gnutls.filelist | 4 ++-- packages/gnutls.rb | 10 +++++----- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/manifest/armv7l/g/gnutls.filelist b/manifest/armv7l/g/gnutls.filelist index a08a0c6e0..889c4639f 100644 --- a/manifest/armv7l/g/gnutls.filelist +++ b/manifest/armv7l/g/gnutls.filelist @@ -1,4 +1,4 @@ -# Total size: 4708971 +# Total size: 4731973 /usr/local/bin/certtool /usr/local/bin/danetool /usr/local/bin/gnutls-cli @@ -34,7 +34,7 @@ /usr/local/lib/libgnutls.la /usr/local/lib/libgnutls.so /usr/local/lib/libgnutls.so.30 -/usr/local/lib/libgnutls.so.30.40.4 +/usr/local/lib/libgnutls.so.30.41.0 /usr/local/lib/libgnutlsxx.la /usr/local/lib/libgnutlsxx.so /usr/local/lib/libgnutlsxx.so.30 diff --git a/manifest/i686/g/gnutls.filelist b/manifest/i686/g/gnutls.filelist index 639ca86f5..2cdc4a380 100644 --- a/manifest/i686/g/gnutls.filelist +++ b/manifest/i686/g/gnutls.filelist @@ -1,4 +1,4 @@ -# Total size: 5282019 +# Total size: 5307829 /usr/local/bin/certtool /usr/local/bin/danetool /usr/local/bin/gnutls-cli @@ -34,7 +34,7 @@ /usr/local/lib/libgnutls.la /usr/local/lib/libgnutls.so /usr/local/lib/libgnutls.so.30 -/usr/local/lib/libgnutls.so.30.40.4 +/usr/local/lib/libgnutls.so.30.41.0 /usr/local/lib/libgnutlsxx.la /usr/local/lib/libgnutlsxx.so /usr/local/lib/libgnutlsxx.so.30 diff --git a/manifest/x86_64/g/gnutls.filelist b/manifest/x86_64/g/gnutls.filelist index fb4be8587..5337bc5ba 100644 --- a/manifest/x86_64/g/gnutls.filelist +++ b/manifest/x86_64/g/gnutls.filelist @@ -1,4 +1,4 @@ -# Total size: 5054181 +# Total size: 5077263 /usr/local/bin/certtool /usr/local/bin/danetool /usr/local/bin/gnutls-cli @@ -34,7 +34,7 @@ /usr/local/lib64/libgnutls.la /usr/local/lib64/libgnutls.so /usr/local/lib64/libgnutls.so.30 -/usr/local/lib64/libgnutls.so.30.40.4 +/usr/local/lib64/libgnutls.so.30.41.0 /usr/local/lib64/libgnutlsxx.la /usr/local/lib64/libgnutlsxx.so /usr/local/lib64/libgnutlsxx.so.30 diff --git a/packages/gnutls.rb b/packages/gnutls.rb index de8abe15e..9d2f5c4e9 100644 --- a/packages/gnutls.rb +++ b/packages/gnutls.rb @@ -3,7 +3,7 @@ require 'buildsystems/autotools' class Gnutls < Autotools description 'GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them.' homepage 'https://gnutls.org/' - version '3.8.10' + version '3.8.11' license 'GPL-3' compatibility 'all' source_url 'https://gitlab.com/gnutls/gnutls.git' @@ -11,10 +11,10 @@ class Gnutls < Autotools binary_compression 'tar.zst' binary_sha256({ - aarch64: '6bf6383720452dffe6d47406e6c45c7d3e4a4d0c2fbc66f104bf0244fa07b97c', - armv7l: '6bf6383720452dffe6d47406e6c45c7d3e4a4d0c2fbc66f104bf0244fa07b97c', - i686: 'c6173981e16c390d062c690722d5a15760160ed490190ffd3dac421cded67d6a', - x86_64: '87ba4e6a5f41eb4cbd90045b5dbb0714afcbc5f71dd7d98bdebaa3178dfe4592' + aarch64: '7cad8a55bdef26259fc6a1cbe8a95fe724815c066d05eda1b12cc04ab5cc3514', + armv7l: '7cad8a55bdef26259fc6a1cbe8a95fe724815c066d05eda1b12cc04ab5cc3514', + i686: '18c2e32bb85c2d21ead658324f3e1f8b58fa10225d72d1d7e3b18b001f679d3c', + x86_64: 'a4224a48a8aa825cd7e3c8c792a8264a4dec1b1c1617474e259b54b0174fd770' }) depends_on 'brotli' # R