ports/opt (3.2): [notify] libgcrypt: update to 1.6.5
commit 05c09260d55693ad3af044f60498126ffc7c49e2 Author: Juergen Daubert <jue@jue.li> Date: Mon Feb 15 11:44:16 2016 +0100 [notify] libgcrypt: update to 1.6.5 Security fix for CVE-2015-7511, see http://lists.gnu.org/archive/html/info-gnu/2016-02/msg00003.html diff --git a/libgcrypt/.footprint b/libgcrypt/.footprint index 9ff569b..562d20a 100644 --- a/libgcrypt/.footprint +++ b/libgcrypt/.footprint @@ -9,12 +9,12 @@ drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libgcrypt.a -rwxr-xr-x root/root usr/lib/libgcrypt.la -lrwxrwxrwx root/root usr/lib/libgcrypt.so -> libgcrypt.so.20.0.4 -lrwxrwxrwx root/root usr/lib/libgcrypt.so.20 -> libgcrypt.so.20.0.4 --rwxr-xr-x root/root usr/lib/libgcrypt.so.20.0.4 -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/hmac256.1.gz +lrwxrwxrwx root/root usr/lib/libgcrypt.so -> libgcrypt.so.20.0.5 +lrwxrwxrwx root/root usr/lib/libgcrypt.so.20 -> libgcrypt.so.20.0.5 +-rwxr-xr-x root/root usr/lib/libgcrypt.so.20.0.5 drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/aclocal/ -rw-r--r-- root/root usr/share/aclocal/libgcrypt.m4 +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/hmac256.1.gz diff --git a/libgcrypt/.md5sum b/libgcrypt/.md5sum index f82610b..653bac4 100644 --- a/libgcrypt/.md5sum +++ b/libgcrypt/.md5sum @@ -1 +1 @@ -4c13c5fa43147866f993d73ee62af176 libgcrypt-1.6.4.tar.bz2 +3babc8af8978eeafa1bdbfef066ea943 libgcrypt-1.6.5.tar.bz2 diff --git a/libgcrypt/Pkgfile b/libgcrypt/Pkgfile index ab61c31..d612e8d 100644 --- a/libgcrypt/Pkgfile +++ b/libgcrypt/Pkgfile @@ -5,7 +5,7 @@ # Depends on: libgpg-error name=libgcrypt -version=1.6.4 +version=1.6.5 release=1 source=(ftp://ftp.gnupg.org/gcrypt/libgcrypt/$name-$version.tar.bz2) @@ -15,7 +15,6 @@ build() { ./configure \ --prefix=/usr \ --disable-padlock-support \ - --mandir=/usr/man \ --enable-static=yes make make DESTDIR=$PKG install
participants (1)
-
crux@crux.nu