libgcrypt: 1.5.3 -> 1.6.1
This commit is contained in:
parent
e5beba4c31
commit
f6c1612a14
@ -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
|
||||
|
@ -1 +1 @@
|
||||
993159b2924ae7b0e4eaff0743c2db35 libgcrypt-1.5.3.tar.bz2
|
||||
a5a5060dc2f80bcac700ab0236ea47dc libgcrypt-1.6.1.tar.bz2
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user