ports/opt (3.3): [notify] gnutls: 3.5.14 -> 3.5.18 picked up unmaintianed port, new dependencies libtasn1 p11-kit
commit 0ca63d3d8a0187f636439d4f6e69d05eff251ba9 Author: Danny Rawlins <monster.romster@gmail.com> Date: Mon Apr 2 19:50:05 2018 +1000 [notify] gnutls: 3.5.14 -> 3.5.18 picked up unmaintianed port, new dependencies libtasn1 p11-kit diff --git a/gnutls/.footprint b/gnutls/.footprint index 32f7d0bfd..13222884a 100644 --- a/gnutls/.footprint +++ b/gnutls/.footprint @@ -5,6 +5,7 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/gnutls-cli-debug -rwxr-xr-x root/root usr/bin/gnutls-serv -rwxr-xr-x root/root usr/bin/ocsptool +-rwxr-xr-x root/root usr/bin/p11tool -rwxr-xr-x root/root usr/bin/psktool -rwxr-xr-x root/root usr/bin/srptool drwxr-xr-x root/root usr/include/ @@ -29,9 +30,9 @@ drwxr-xr-x root/root usr/include/gnutls/ -rw-r--r-- root/root usr/include/gnutls/x509.h drwxr-xr-x root/root usr/lib/ -rwxr-xr-x root/root usr/lib/libgnutls.la -lrwxrwxrwx root/root usr/lib/libgnutls.so -> libgnutls.so.30.14.6 -lrwxrwxrwx root/root usr/lib/libgnutls.so.30 -> libgnutls.so.30.14.6 --rwxr-xr-x root/root usr/lib/libgnutls.so.30.14.6 +lrwxrwxrwx root/root usr/lib/libgnutls.so -> libgnutls.so.30.14.10 +lrwxrwxrwx root/root usr/lib/libgnutls.so.30 -> libgnutls.so.30.14.10 +-rwxr-xr-x root/root usr/lib/libgnutls.so.30.14.10 -rwxr-xr-x root/root usr/lib/libgnutlsxx.la lrwxrwxrwx root/root usr/lib/libgnutlsxx.so -> libgnutlsxx.so.28.1.0 lrwxrwxrwx root/root usr/lib/libgnutlsxx.so.28 -> libgnutlsxx.so.28.1.0 diff --git a/gnutls/.md5sum b/gnutls/.md5sum index 8e0518e23..4db23be5e 100644 --- a/gnutls/.md5sum +++ b/gnutls/.md5sum @@ -1 +1 @@ -1e84b57a472b5f3b01f2c1b7a3a2bcbe gnutls-3.5.14.tar.xz +c2d93d305ecbc55939bc2a8ed4a76a3d gnutls-3.5.18.tar.xz diff --git a/gnutls/.signature b/gnutls/.signature index 96686f492..ed632b4d8 100644 --- a/gnutls/.signature +++ b/gnutls/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/VM3DsCtszDcXKV/112/kpmpkiFUnSAudLEHC8rOozAQqtqjVezH05onexTrY8Ma+K6UDvEZouLKskPqIydIFAE= -SHA256 (Pkgfile) = ae6f0f54562461f92e281402b3ea6c7203a405a3aa4d802028838e5e47ce634d -SHA256 (.footprint) = 229ef205f2e1fa9fa59007e8bff4e93265d3362405f9fedddbb6c12c11721877 -SHA256 (gnutls-3.5.14.tar.xz) = 4aa12dec92f42a0434df794aca3d02f6f2a35b47b48c01252de65f355c051bda +RWSE3ohX2g5d/TZXSEso+l+NBNVehNbkQ9tLhQEAO2W/ATU9iAm0toPegEeqPa0yQpFH9MSEywXLrc7iZv3bRCjfTn4Sf9wcQAQ= +SHA256 (Pkgfile) = ba246a4f05f095f506e03a07cce3979ce641f24fcd651c2b8150b7eb6213816c +SHA256 (.footprint) = 627f33d0c33a802ab8737ee86c1b5125fc9b3f03d331a791d754004526ce3e19 +SHA256 (gnutls-3.5.18.tar.xz) = ae2248d9e78747cf9c469dde81ff8f90b56838b707a0637f3f7d4eee90e80234 diff --git a/gnutls/Pkgfile b/gnutls/Pkgfile index 8b3a0e9db..4efe68016 100644 --- a/gnutls/Pkgfile +++ b/gnutls/Pkgfile @@ -1,25 +1,26 @@ # Description: A library that provides a secure layer over a reliable transport layer # URL: http://gnutls.org -# Maintainer: Jose V Beneyto, sepen at crux dot nu -# Packager: Matt Housh, jaeger at morpheus dot net -# Depends on: nettle libidn +# Maintainer: Danny Rawlins, crux at romster dot me +# Depends on: nettle libidn libtasn1 p11-kit name=gnutls -version=3.5.14 +version=3.5.18 release=1 source=(https://www.gnupg.org/ftp/gcrypt/$name/v${version%.*}/$name-$version.tar.xz) build() { - cd $name-$version + cd $name-$version - ./configure --prefix=/usr \ - --without-p11-kit \ - --with-included-libtasn1 \ - --with-included-unistring \ - --disable-guile + ./configure \ + --prefix=/usr \ + --with-default-trust-store-pkcs11="pkcs11:" \ + --with-included-unistring \ + --disable-guile \ + --without-tpm - make - make DESTDIR=$PKG install + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + make + make DESTDIR=$PKG install - rm -r $PKG/usr/share/{doc,info,locale} + rm -r $PKG/usr/share/{doc,info,locale} }
participants (1)
-
crux@crux.nu