[notify] gnutls-32: 3.5.14 -> 3.5.18 new dependencies libtasn1-32 p11-kit-32

This commit is contained in:
Danny Rawlins 2018-04-04 20:25:04 +10:00
parent 8c3f6a39c5
commit 3c77ffd855
4 changed files with 14 additions and 13 deletions

View File

@ -1,9 +1,9 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib32/
-rwxr-xr-x root/root usr/lib32/libgnutls.la
lrwxrwxrwx root/root usr/lib32/libgnutls.so -> libgnutls.so.30.14.6
lrwxrwxrwx root/root usr/lib32/libgnutls.so.30 -> libgnutls.so.30.14.6
-rwxr-xr-x root/root usr/lib32/libgnutls.so.30.14.6
lrwxrwxrwx root/root usr/lib32/libgnutls.so -> libgnutls.so.30.14.10
lrwxrwxrwx root/root usr/lib32/libgnutls.so.30 -> libgnutls.so.30.14.10
-rwxr-xr-x root/root usr/lib32/libgnutls.so.30.14.10
-rwxr-xr-x root/root usr/lib32/libgnutlsxx.la
lrwxrwxrwx root/root usr/lib32/libgnutlsxx.so -> libgnutlsxx.so.28.1.0
lrwxrwxrwx root/root usr/lib32/libgnutlsxx.so.28 -> libgnutlsxx.so.28.1.0

View File

@ -1 +1 @@
1e84b57a472b5f3b01f2c1b7a3a2bcbe gnutls-3.5.14.tar.xz
c2d93d305ecbc55939bc2a8ed4a76a3d gnutls-3.5.18.tar.xz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/compat-32.pub
RWSwxGo/zH7eXcD28FR8YaYssVG/bUSYX4gcnOGGEurzTg8cT776PH9Ggg4u3rVtnav7kZAsjzSKKwJbG55WSPBdg75XznjkswE=
SHA256 (Pkgfile) = 65fc3ab09fe2290b6bc763a2fc234e699565c55975fa11b368a75518836cd250
SHA256 (.footprint) = ac7bbe50be8ba2e989dd064cf8248cb357cea23dc4957ad764038d8a44bbf34c
SHA256 (gnutls-3.5.14.tar.xz) = 4aa12dec92f42a0434df794aca3d02f6f2a35b47b48c01252de65f355c051bda
RWSwxGo/zH7eXc2+lqBir2P5f8ZK7xP5URMxmh3cHKa/c9BFkgvb8z3GAObTYFwIKH+KpYjc6Ip3YV4HDrLO2dPOVqnby4R1Jg4=
SHA256 (Pkgfile) = 02c89689955539db782389977e8509ffb374c65facb712afbc740d8622f09784
SHA256 (.footprint) = 4f209cef0dc20c9aed2895e1dbf40c914d3d7c1ff8c23e3cdff207035d976722
SHA256 (gnutls-3.5.18.tar.xz) = ae2248d9e78747cf9c469dde81ff8f90b56838b707a0637f3f7d4eee90e80234

View File

@ -1,10 +1,10 @@
# Description: A library that provides a secure layer over a reliable transport layer
# URL: http://gnutls.org/
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: nettle-32 libidn-32 gnutls
# Depends on: nettle-32 libidn-32 libtasn1-32 p11-kit-32 gnutls
name=gnutls-32
version=3.5.14
version=3.5.18
release=1
source=(https://www.gnupg.org/ftp/gcrypt/${name%-*}/v${version%.*}/${name%-*}-$version.tar.xz)
@ -15,11 +15,12 @@ build() {
--prefix=/usr \
--libdir=/usr/lib32 \
--host=i686-pc-linux-gnu \
--without-p11-kit \
--with-included-libtasn1 \
--with-default-trust-store-pkcs11="pkcs11:" \
--with-included-unistring \
--disable-guile
--disable-guile \
--without-tpm
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
make DESTDIR=$PKG install