gnutls-32: 3.8.6 -> 3.8.7.1

This commit is contained in:
Tim Biermann 2024-08-15 19:50:37 +02:00
parent 7bc42108b2
commit cd5757421b
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 9 additions and 9 deletions

View File

@ -1,9 +1,9 @@
drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib32/ drwxr-xr-x root/root usr/lib32/
-rwxr-xr-x root/root usr/lib32/libgnutls.la -rwxr-xr-x root/root usr/lib32/libgnutls.la
lrwxrwxrwx root/root usr/lib32/libgnutls.so -> libgnutls.so.30.40.0 lrwxrwxrwx root/root usr/lib32/libgnutls.so -> libgnutls.so.30.40.1
lrwxrwxrwx root/root usr/lib32/libgnutls.so.30 -> libgnutls.so.30.40.0 lrwxrwxrwx root/root usr/lib32/libgnutls.so.30 -> libgnutls.so.30.40.1
-rwxr-xr-x root/root usr/lib32/libgnutls.so.30.40.0 -rwxr-xr-x root/root usr/lib32/libgnutls.so.30.40.1
-rwxr-xr-x root/root usr/lib32/libgnutlsxx.la -rwxr-xr-x root/root usr/lib32/libgnutlsxx.la
lrwxrwxrwx root/root usr/lib32/libgnutlsxx.so -> libgnutlsxx.so.30.0.0 lrwxrwxrwx root/root usr/lib32/libgnutlsxx.so -> libgnutlsxx.so.30.0.0
lrwxrwxrwx root/root usr/lib32/libgnutlsxx.so.30 -> libgnutlsxx.so.30.0.0 lrwxrwxrwx root/root usr/lib32/libgnutlsxx.so.30 -> libgnutlsxx.so.30.0.0

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/compat-32.pub untrusted comment: verify with /etc/ports/compat-32.pub
RWSwxGo/zH7eXXeBG4GpXDVFFw3cKzPVOt1CX3izSyK18BjHMnIL1OYBDQLJxbwgb9xT6XL3nuYNlYL6sOPrYBsNgPEfp4SpAQo= RWSwxGo/zH7eXeGSxSSIYNt8VN3Lv+NElUWn2ErXmhYVMXo85eE2vG9bdDPLiaUxqFeat+Q3xlsxxHYNjemGXLm7DX3hSwXc1g8=
SHA256 (Pkgfile) = 42595af61906133eace3c85d07daf8cd51a855cd12a7939f2691c4b814605474 SHA256 (Pkgfile) = 6b2d9835b6970324192e5a3d9e2ecccfe6f34474a3ff22b0f8eaa9ad6596d147
SHA256 (.footprint) = bd65f756d42c6d97c6655c4cc58482f913a7dfeeb4026cfa03026a1bdf8326b5 SHA256 (.footprint) = 6a5dca04c1358d1a56419220a5a3386f70f1ca9a1ef52ffa929804dbaa6af9ae
SHA256 (gnutls-3.8.6.tar.xz) = 2e1588aae53cb32d43937f1f4eca28febd9c0c7aa1734fc5dd61a7e81e0ebcdd SHA256 (gnutls-3.8.7.1.tar.xz) = 9ca0ddaccce28a74fa18d738744190afb3b0daebef74e6ad686bf7bef99abd60

View File

@ -4,12 +4,12 @@
# Depends on: gnutls libidn2-32 nettle-32 p11-kit-32 # Depends on: gnutls libidn2-32 nettle-32 p11-kit-32
name=gnutls-32 name=gnutls-32
version=3.8.6 version=3.8.7.1
release=1 release=1
source=(https://www.gnupg.org/ftp/gcrypt/${name%-*}/v${version:0:3}/${name%-*}-$version.tar.xz) source=(https://www.gnupg.org/ftp/gcrypt/${name%-*}/v${version:0:3}/${name%-*}-$version.tar.xz)
build() { build() {
cd ${name%-*}-$version cd ${name%-*}-${version:0:5}
./configure \ ./configure \
--prefix=/usr \ --prefix=/usr \