nettle: update to 3.7

This commit is contained in:
Juergen Daubert 2021-01-05 15:24:00 +01:00
parent 7d84dc1c12
commit 642e55f666
3 changed files with 16 additions and 15 deletions

View File

@ -67,6 +67,7 @@ drwxr-xr-x root/root usr/include/nettle/
-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/siv-cmac.h
-rw-r--r-- root/root usr/include/nettle/streebog.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
@ -74,13 +75,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.6.0
lrwxrwxrwx root/root usr/lib/libhogweed.so.6 -> libhogweed.so.6.0
-rw-r--r-- root/root usr/lib/libhogweed.so.6.0
lrwxrwxrwx root/root usr/lib/libhogweed.so -> libhogweed.so.6.1
lrwxrwxrwx root/root usr/lib/libhogweed.so.6 -> libhogweed.so.6.1
-rw-r--r-- root/root usr/lib/libhogweed.so.6.1
-rw-r--r-- root/root usr/lib/libnettle.a
lrwxrwxrwx root/root usr/lib/libnettle.so -> libnettle.so.8.0
lrwxrwxrwx root/root usr/lib/libnettle.so.8 -> libnettle.so.8.0
-rw-r--r-- root/root usr/lib/libnettle.so.8.0
lrwxrwxrwx root/root usr/lib/libnettle.so -> libnettle.so.8.1
lrwxrwxrwx root/root usr/lib/libnettle.so.8 -> libnettle.so.8.1
-rw-r--r-- root/root usr/lib/libnettle.so.8.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,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/QQzyfl4J4k2gXaYrkgGNkY6EdcQH6fxGpRGoZRtm5OwYECCYLNBCu3DPF/hnppns1unR0z6Aq7jZSdzWIvYvQE=
SHA256 (Pkgfile) = 41ddca047bc0cefbf55e61e8827de101e47d5f2d24bdabbb8c20f6cefb305117
SHA256 (.footprint) = 123bca5d7d05b7d85776280ad1fed87a2c4e0dc70c9a5e8f37569b5cb6ba2c6a
SHA256 (nettle-3.6.tar.gz) = d24c0d0f2abffbc8f4f34dcf114b0f131ec3774895f3555922fe2f40f3d5e3f1
RWSE3ohX2g5d/cUucRMLrVki7nCL//uZJ5QC5oMhqtWUK2fdnus3A68OBVIRaNgYWyQj7vnvpqFEZ4/waFctxA+51XGCx4Dg+Qk=
SHA256 (Pkgfile) = 5e1c2fef1d85ff9557310845d09af90d961cd72c5aa9f3b62f890ca2c81a59bd
SHA256 (.footprint) = a391e0823e96e617572cccbb35d1c117b6e2f8910795d8b8eda8a4faf8dcad4e
SHA256 (nettle-3.7.tar.gz) = f001f64eb444bf13dd91bceccbc20acbc60c4311d6e2b20878452eb9a9cec75a

View File

@ -4,13 +4,13 @@
# Depends on: libgmp
name=nettle
version=3.6
version=3.7
release=1
source=(https://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-documentation
make
make DESTDIR=$PKG install
cd $name-$version
./configure --prefix=/usr --disable-documentation
make
make DESTDIR=$PKG install
}