From f9029174cd3558a29e8e216bd8148f684b7bdcde Mon Sep 17 00:00:00 2001 From: Fredrik Rinnestam Date: Wed, 18 Jun 2014 23:16:15 +0200 Subject: [PATCH] [notify] Revert "nettle: updated to 3.0" nettle 3.0 currently breaks gnutls. revert to 2.7 for now This reverts commit 427a83eecb59dfcc1437e132cc27ca2dd53b2ad6. --- nettle/.footprint | 20 +++++++------------- nettle/.md5sum | 2 +- nettle/Pkgfile | 2 +- 3 files changed, 9 insertions(+), 15 deletions(-) diff --git a/nettle/.footprint b/nettle/.footprint index 3670bc526..451f55cd1 100644 --- a/nettle/.footprint +++ b/nettle/.footprint @@ -2,7 +2,6 @@ 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/ @@ -19,15 +18,10 @@ 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/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 @@ -47,9 +41,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 @@ -63,13 +57,13 @@ drwxr-xr-x root/root usr/include/nettle/ -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.3.0 -lrwxrwxrwx root/root usr/lib/libhogweed.so.3 -> libhogweed.so.3.0 --rw-r--r-- root/root usr/lib/libhogweed.so.3.0 +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 -rw-r--r-- root/root usr/lib/libnettle.a -lrwxrwxrwx root/root usr/lib/libnettle.so -> libnettle.so.5.0 -lrwxrwxrwx root/root usr/lib/libnettle.so.5 -> libnettle.so.5.0 --rw-r--r-- root/root usr/lib/libnettle.so.5.0 +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 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 6a2736fd6..29bd44284 100644 --- a/nettle/.md5sum +++ b/nettle/.md5sum @@ -1 +1 @@ -f64b1bf1e774b7ae6e507318e340250e nettle-3.0.tar.gz +003d5147911317931dd453520eb234a5 nettle-2.7.1.tar.gz diff --git a/nettle/Pkgfile b/nettle/Pkgfile index 337b27b69..31dc5a8fb 100644 --- a/nettle/Pkgfile +++ b/nettle/Pkgfile @@ -5,7 +5,7 @@ # Depends on: name=nettle -version=3.0 +version=2.7.1 release=1 source=(http://www.lysator.liu.se/~nisse/archive/$name-$version.tar.gz)