summaryrefslogtreecommitdiff
path: root/libgcrypt
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2014-04-29 14:30:00 +0200
committerThomas Penteker <tek@serverop.de>2014-04-29 14:30:00 +0200
commitf6c1612a146b6f584c96ce2ad7e88e47e07f4f73 (patch)
treeb43461f62057e8f7cc503c5e659f6141523cbe27 /libgcrypt
parente5beba4c3165be8d634bb6c1fbc59016d8400cea (diff)
downloadopt-f6c1612a146b6f584c96ce2ad7e88e47e07f4f73.tar.gz
opt-f6c1612a146b6f584c96ce2ad7e88e47e07f4f73.tar.xz
libgcrypt: 1.5.3 -> 1.6.1
Diffstat (limited to 'libgcrypt')
-rw-r--r--libgcrypt/.footprint11
-rw-r--r--libgcrypt/.md5sum2
-rw-r--r--libgcrypt/Pkgfile3
3 files changed, 10 insertions, 6 deletions
diff --git a/libgcrypt/.footprint b/libgcrypt/.footprint
index 51ad83401..e8f315d8a 100644
--- a/libgcrypt/.footprint
+++ b/libgcrypt/.footprint
@@ -3,15 +3,18 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/dumpsexp
-rwxr-xr-x root/root usr/bin/hmac256
-rwxr-xr-x root/root usr/bin/libgcrypt-config
+-rwxr-xr-x root/root usr/bin/mpicalc
drwxr-xr-x root/root usr/include/
--rw-r--r-- root/root usr/include/gcrypt-module.h
-rw-r--r-- root/root usr/include/gcrypt.h
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.11.8.2
-lrwxrwxrwx root/root usr/lib/libgcrypt.so.11 -> libgcrypt.so.11.8.2
--rwxr-xr-x root/root usr/lib/libgcrypt.so.11.8.2
+lrwxrwxrwx root/root usr/lib/libgcrypt.so -> libgcrypt.so.20.0.1
+lrwxrwxrwx root/root usr/lib/libgcrypt.so.20 -> libgcrypt.so.20.0.1
+-rwxr-xr-x root/root usr/lib/libgcrypt.so.20.0.1
+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
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
diff --git a/libgcrypt/.md5sum b/libgcrypt/.md5sum
index b1d335710..cf2ff8c82 100644
--- a/libgcrypt/.md5sum
+++ b/libgcrypt/.md5sum
@@ -1 +1 @@
-993159b2924ae7b0e4eaff0743c2db35 libgcrypt-1.5.3.tar.bz2
+a5a5060dc2f80bcac700ab0236ea47dc libgcrypt-1.6.1.tar.bz2
diff --git a/libgcrypt/Pkgfile b/libgcrypt/Pkgfile
index 262b143d3..1af04fcb2 100644
--- a/libgcrypt/Pkgfile
+++ b/libgcrypt/Pkgfile
@@ -5,7 +5,7 @@
# Depends on: libgpg-error
name=libgcrypt
-version=1.5.3
+version=1.6.1
release=1
source=(ftp://ftp.gnupg.org/gcrypt/libgcrypt/$name-$version.tar.bz2)
@@ -15,6 +15,7 @@ build() {
./configure \
--prefix=/usr \
--disable-padlock-support \
+ --mandir=/usr/man \
--enable-static=yes
make
make DESTDIR=$PKG install

Generated by cgit