libngtcp2 — libnghttp3 → 1.11.0,libngtcp2 → 1.15.1,gettext → 0.26-1,gnutls → 3.8.10,libev → 4.33-1 (#12747)

* Rebuild libev, Update gnutls, add libngtp2, libnghttp3

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Update gnutls package.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Adjust gnutls build deps.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Gettext rebuild to fix autopoint usage.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add libev dep to gnutls.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Update gnutls, working around broken docs.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* libngtcp2: Build Run on linux/arm/v7.

* libngtcp2: Build Run on linux/386.

* libngtcp2: Build Run on linux/amd64.

* libngtcp2: Package File Update Run on linux/386 container.

* sort packages.yml

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: satmandu <satmandu@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2025-09-12 15:15:38 -05:00
committed by GitHub
parent e41a440cfe
commit 70eea2dcf8
25 changed files with 238 additions and 3721 deletions

View File

@@ -3,18 +3,18 @@ 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.9'
version '3.8.10'
license 'GPL-3'
compatibility 'all'
source_url "https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-#{version}.tar.xz"
source_sha256 'ac4f020e583880b51380ed226e59033244bc536cad2623f2e26f5afa2939d8fb'
source_url 'https://gitlab.com/gnutls/gnutls.git'
git_hashtag version
binary_compression 'tar.zst'
binary_sha256({
aarch64: '9e18ff0e8ab2abc61e898f3cea01952608405a97217a8b997a33b87145c5c409',
armv7l: '9e18ff0e8ab2abc61e898f3cea01952608405a97217a8b997a33b87145c5c409',
i686: '38745b4e51abac40bb37e4b8ce7c8adaf0d79617214eaa178d58c8f537399bc1',
x86_64: 'b1be5700a0f61150573c8220ccc385851fcb52d8da263b5ff22d0f1991a6fc54'
aarch64: '6bf6383720452dffe6d47406e6c45c7d3e4a4d0c2fbc66f104bf0244fa07b97c',
armv7l: '6bf6383720452dffe6d47406e6c45c7d3e4a4d0c2fbc66f104bf0244fa07b97c',
i686: 'c6173981e16c390d062c690722d5a15760160ed490190ffd3dac421cded67d6a',
x86_64: '87ba4e6a5f41eb4cbd90045b5dbb0714afcbc5f71dd7d98bdebaa3178dfe4592'
})
depends_on 'brotli' # R
@@ -22,6 +22,8 @@ class Gnutls < Autotools
depends_on 'gcc_lib' # R
depends_on 'glibc' # R
depends_on 'gmp' # R
depends_on 'gperf' => :build
depends_on 'libev' => :build
depends_on 'libffi' => :build
depends_on 'libidn2' # R
depends_on 'libtasn1' # R
@@ -31,6 +33,7 @@ class Gnutls < Autotools
depends_on 'openssl' # R
depends_on 'p11kit' # R
depends_on 'trousers' => :build
depends_on 'wget2' => :build
depends_on 'zlib' # R
depends_on 'zstd' # R
@@ -43,7 +46,9 @@ class Gnutls < Autotools
system "#{CREW_PREFIX}/bin/update-ca-certificates --fresh --certsconf #{CREW_PREFIX}/etc/ca-certificates.conf"
end
autotools_configure_options "--enable-shared \
autotools_configure_options "--disable-doc \
--enable-manpages \
--enable-shared \
--with-pic \
--with-system-priority-file=#{CREW_PREFIX}/etc/gnutls/default-priorities \
--with-trousers-lib=#{CREW_LIB_PREFIX}/libtspi.so.1 \