nettle: update to 3.3

This commit is contained in:
Jose V Beneyto 2016-10-05 12:38:50 +02:00
parent efb3732440
commit 4a2e317115
3 changed files with 9 additions and 8 deletions

View File

@ -42,6 +42,7 @@ drwxr-xr-x root/root usr/include/nettle/
-rw-r--r-- root/root usr/include/nettle/md4.h -rw-r--r-- root/root usr/include/nettle/md4.h
-rw-r--r-- root/root usr/include/nettle/md5-compat.h -rw-r--r-- root/root usr/include/nettle/md5-compat.h
-rw-r--r-- root/root usr/include/nettle/md5.h -rw-r--r-- root/root usr/include/nettle/md5.h
-rw-r--r-- root/root usr/include/nettle/memops.h
-rw-r--r-- root/root usr/include/nettle/memxor.h -rw-r--r-- root/root usr/include/nettle/memxor.h
-rw-r--r-- root/root usr/include/nettle/nettle-meta.h -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-stdint.h
@ -66,13 +67,13 @@ drwxr-xr-x root/root usr/include/nettle/
-rw-r--r-- root/root usr/include/nettle/yarrow.h -rw-r--r-- root/root usr/include/nettle/yarrow.h
drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libhogweed.a -rw-r--r-- root/root usr/lib/libhogweed.a
lrwxrwxrwx root/root usr/lib/libhogweed.so -> libhogweed.so.4.2 lrwxrwxrwx root/root usr/lib/libhogweed.so -> libhogweed.so.4.3
lrwxrwxrwx root/root usr/lib/libhogweed.so.4 -> libhogweed.so.4.2 lrwxrwxrwx root/root usr/lib/libhogweed.so.4 -> libhogweed.so.4.3
-rw-r--r-- root/root usr/lib/libhogweed.so.4.2 -rw-r--r-- root/root usr/lib/libhogweed.so.4.3
-rw-r--r-- root/root usr/lib/libnettle.a -rw-r--r-- root/root usr/lib/libnettle.a
lrwxrwxrwx root/root usr/lib/libnettle.so -> libnettle.so.6.2 lrwxrwxrwx root/root usr/lib/libnettle.so -> libnettle.so.6.3
lrwxrwxrwx root/root usr/lib/libnettle.so.6 -> libnettle.so.6.2 lrwxrwxrwx root/root usr/lib/libnettle.so.6 -> libnettle.so.6.3
-rw-r--r-- root/root usr/lib/libnettle.so.6.2 -rw-r--r-- root/root usr/lib/libnettle.so.6.3
drwxr-xr-x root/root usr/lib/pkgconfig/ 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/hogweed.pc
-rw-r--r-- root/root usr/lib/pkgconfig/nettle.pc -rw-r--r-- root/root usr/lib/pkgconfig/nettle.pc

View File

@ -1 +1 @@
afb15b4764ebf1b4e6d06c62bd4d29e4 nettle-3.2.tar.gz 10f969f78a463704ae73529978148dbe nettle-3.3.tar.gz

View File

@ -5,7 +5,7 @@
# Depends on: # Depends on:
name=nettle name=nettle
version=3.2 version=3.3
release=1 release=1
source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)