From 30958334e37ef40b90b002af01214c74bd0eefd3 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Tue, 29 Jan 2013 09:31:27 +0100 Subject: [PATCH] nettle: updated to 2.6 --- nettle/.footprint | 17 +++++++++++------ nettle/.md5sum | 2 +- nettle/Pkgfile | 2 +- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/nettle/.footprint b/nettle/.footprint index 576a61c4d..93928fa59 100644 --- a/nettle/.footprint +++ b/nettle/.footprint @@ -23,6 +23,7 @@ drwxr-xr-x root/root usr/include/nettle/ -rw-r--r-- root/root usr/include/nettle/des.h -rw-r--r-- root/root usr/include/nettle/dsa.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 -rw-r--r-- root/root usr/include/nettle/knuth-lfib.h -rw-r--r-- root/root usr/include/nettle/macros.h @@ -34,6 +35,7 @@ drwxr-xr-x root/root usr/include/nettle/ -rw-r--r-- root/root usr/include/nettle/nettle-meta.h -rw-r--r-- root/root usr/include/nettle/nettle-stdint.h -rw-r--r-- root/root usr/include/nettle/nettle-types.h +-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/realloc.h @@ -44,17 +46,20 @@ drwxr-xr-x root/root usr/include/nettle/ -rw-r--r-- root/root usr/include/nettle/serpent.h -rw-r--r-- root/root usr/include/nettle/sexp.h -rw-r--r-- root/root usr/include/nettle/sha.h +-rw-r--r-- root/root usr/include/nettle/sha1.h +-rw-r--r-- root/root usr/include/nettle/sha2.h +-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/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.2 -lrwxrwxrwx root/root usr/lib/libhogweed.so.2 -> libhogweed.so.2.2 --rw-r--r-- root/root usr/lib/libhogweed.so.2.2 +lrwxrwxrwx root/root usr/lib/libhogweed.so -> libhogweed.so.2.3 +lrwxrwxrwx root/root usr/lib/libhogweed.so.2 -> libhogweed.so.2.3 +-rw-r--r-- root/root usr/lib/libhogweed.so.2.3 -rw-r--r-- root/root usr/lib/libnettle.a -lrwxrwxrwx root/root usr/lib/libnettle.so -> libnettle.so.4.4 -lrwxrwxrwx root/root usr/lib/libnettle.so.4 -> libnettle.so.4.4 --rw-r--r-- root/root usr/lib/libnettle.so.4.4 +lrwxrwxrwx root/root usr/lib/libnettle.so -> libnettle.so.4.5 +lrwxrwxrwx root/root usr/lib/libnettle.so.4 -> libnettle.so.4.5 +-rw-r--r-- root/root usr/lib/libnettle.so.4.5 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 diff --git a/nettle/.md5sum b/nettle/.md5sum index fb06cc725..0de6bc5f9 100644 --- a/nettle/.md5sum +++ b/nettle/.md5sum @@ -1 +1 @@ -d66882e6ad31a9f651b73d7a1a93bd4c nettle-2.5.tar.gz +02f76b668855c4da67186c04cd3a222f nettle-2.6.tar.gz diff --git a/nettle/Pkgfile b/nettle/Pkgfile index 4470cf007..716cad079 100644 --- a/nettle/Pkgfile +++ b/nettle/Pkgfile @@ -5,7 +5,7 @@ # Depends on: name=nettle -version=2.5 +version=2.6 release=1 source=(http://www.lysator.liu.se/~nisse/archive/$name-$version.tar.gz)