nettle: updated to 3.1.1

This commit is contained in:
Jose V Beneyto 2015-04-29 10:38:34 +02:00
parent 8ae0b46b70
commit ba173ad444
3 changed files with 19 additions and 10 deletions

View File

@ -2,6 +2,7 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/nettle-hash
-rwxr-xr-x root/root usr/bin/nettle-lfib-stream
-rwxr-xr-x root/root usr/bin/nettle-pbkdf2
-rwxr-xr-x root/root usr/bin/pkcs1-conv
-rwxr-xr-x root/root usr/bin/sexp-conv
drwxr-xr-x root/root usr/include/
@ -18,13 +19,20 @@ drwxr-xr-x root/root usr/include/nettle/
-rw-r--r-- root/root usr/include/nettle/camellia.h
-rw-r--r-- root/root usr/include/nettle/cast128.h
-rw-r--r-- root/root usr/include/nettle/cbc.h
-rw-r--r-- root/root usr/include/nettle/ccm.h
-rw-r--r-- root/root usr/include/nettle/chacha-poly1305.h
-rw-r--r-- root/root usr/include/nettle/chacha.h
-rw-r--r-- root/root usr/include/nettle/ctr.h
-rw-r--r-- root/root usr/include/nettle/curve25519.h
-rw-r--r-- root/root usr/include/nettle/des-compat.h
-rw-r--r-- root/root usr/include/nettle/des.h
-rw-r--r-- root/root usr/include/nettle/dsa-compat.h
-rw-r--r-- root/root usr/include/nettle/dsa.h
-rw-r--r-- root/root usr/include/nettle/eax.h
-rw-r--r-- root/root usr/include/nettle/ecc-curve.h
-rw-r--r-- root/root usr/include/nettle/ecc.h
-rw-r--r-- root/root usr/include/nettle/ecdsa.h
-rw-r--r-- root/root usr/include/nettle/eddsa.h
-rw-r--r-- root/root usr/include/nettle/gcm.h
-rw-r--r-- root/root usr/include/nettle/gosthash94.h
-rw-r--r-- root/root usr/include/nettle/hmac.h
@ -41,9 +49,9 @@ drwxr-xr-x root/root usr/include/nettle/
-rw-r--r-- root/root usr/include/nettle/pbkdf2.h
-rw-r--r-- root/root usr/include/nettle/pgp.h
-rw-r--r-- root/root usr/include/nettle/pkcs1.h
-rw-r--r-- root/root usr/include/nettle/poly1305.h
-rw-r--r-- root/root usr/include/nettle/realloc.h
-rw-r--r-- root/root usr/include/nettle/ripemd160.h
-rw-r--r-- root/root usr/include/nettle/rsa-compat.h
-rw-r--r-- root/root usr/include/nettle/rsa.h
-rw-r--r-- root/root usr/include/nettle/salsa20.h
-rw-r--r-- root/root usr/include/nettle/serpent.h
@ -54,16 +62,17 @@ drwxr-xr-x root/root usr/include/nettle/
-rw-r--r-- root/root usr/include/nettle/sha3.h
-rw-r--r-- root/root usr/include/nettle/twofish.h
-rw-r--r-- root/root usr/include/nettle/umac.h
-rw-r--r-- root/root usr/include/nettle/version.h
-rw-r--r-- root/root usr/include/nettle/yarrow.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libhogweed.a
lrwxrwxrwx root/root usr/lib/libhogweed.so -> libhogweed.so.2.5
lrwxrwxrwx root/root usr/lib/libhogweed.so.2 -> libhogweed.so.2.5
-rw-r--r-- root/root usr/lib/libhogweed.so.2.5
lrwxrwxrwx root/root usr/lib/libhogweed.so -> libhogweed.so.4.1
lrwxrwxrwx root/root usr/lib/libhogweed.so.4 -> libhogweed.so.4.1
-rw-r--r-- root/root usr/lib/libhogweed.so.4.1
-rw-r--r-- root/root usr/lib/libnettle.a
lrwxrwxrwx root/root usr/lib/libnettle.so -> libnettle.so.4.7
lrwxrwxrwx root/root usr/lib/libnettle.so.4 -> libnettle.so.4.7
-rw-r--r-- root/root usr/lib/libnettle.so.4.7
lrwxrwxrwx root/root usr/lib/libnettle.so -> libnettle.so.6.1
lrwxrwxrwx root/root usr/lib/libnettle.so.6 -> libnettle.so.6.1
-rw-r--r-- root/root usr/lib/libnettle.so.6.1
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/hogweed.pc
-rw-r--r-- root/root usr/lib/pkgconfig/nettle.pc

View File

@ -1 +1 @@
003d5147911317931dd453520eb234a5 nettle-2.7.1.tar.gz
b40fa88dc32f37a182b6b42092ebb144 nettle-3.1.1.tar.gz

View File

@ -5,8 +5,8 @@
# Depends on:
name=nettle
version=2.7.1
release=2
version=3.1.1
release=1
source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
build() {