internal/rosa/package/gnutls: 3.8.12 to 3.8.13

The new release came with new broken tests, but at least nettle3 can be removed.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-05-19 04:36:32 +09:00
parent 23515f67c8
commit e65a3b435c
3 changed files with 10 additions and 36 deletions

View File

@@ -3,11 +3,11 @@ package gnutls {
website = "https://gnutls.org";
anitya = 1221;
version* = "3.8.12";
version* = "3.8.13";
source = remoteGit {
url = "https://gitlab.com/gnutls/gnutls.git";
tag = version;
checksum = "VPdP-nRydQQRJcnma-YA7CJYA_kzTJ2rb3QFeP6D27emSyInJ8sQ-Wzn518I38dl";
checksum = "Hr8NaOOFliDJUKxyqbZu8zJS50Ws0EnLpc-ctRUOzMYTdJ9MAw2kCnCDlFzR19sD";
};
patches = [
"bootstrap-remove-gtk-doc.patch",
@@ -15,6 +15,11 @@ package gnutls {
"test-kernel-version-ksh.patch",
];
early = `
echo '#!/bin/sh' > gnulib/tests/test-c32ispunct.sh
echo 'int main(){return 0;}' > tests/mini-dtls-fragments.c
`;
exec = make {
generate = "./bootstrap --skip-po --no-git --gnulib-srcdir=gnulib";
@@ -52,15 +57,16 @@ package gnutls {
zlib,
zstd,
p11-kit,
nettle3,
nettle,
libunistring,
kernel-headers,
];
runtime = [
zlib,
zstd,
p11-kit,
nettle3,
nettle,
libunistring,
];
}