From 7f6cdb65653a3549cd98687535e2b52fb152ce2a Mon Sep 17 00:00:00 2001 From: emmett1 Date: Mon, 6 Jun 2022 22:22:08 +0800 Subject: [PATCH] main/nettle: updated to 3.8 --- main/nettle/.checksums | 2 +- main/nettle/.pkgfiles | 16 +++++++++------- main/nettle/spkgbuild | 2 +- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/main/nettle/.checksums b/main/nettle/.checksums index 9789210de..a3abfe326 100644 --- a/main/nettle/.checksums +++ b/main/nettle/.checksums @@ -1 +1 @@ -a60273d0fab9c808646fcf5e9edc2e8f nettle-3.7.3.tar.gz +77eca50d6bb7c6ed34275466f669f62e nettle-3.8.tar.gz diff --git a/main/nettle/.pkgfiles b/main/nettle/.pkgfiles index aae5c3ab7..6c0620e5f 100644 --- a/main/nettle/.pkgfiles +++ b/main/nettle/.pkgfiles @@ -1,4 +1,4 @@ -nettle-3.7.3-1 +nettle-3.8-1 drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/nettle-hash @@ -51,6 +51,7 @@ drwxr-xr-x root/root usr/include/nettle/ -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-types.h +-rw-r--r-- root/root usr/include/nettle/nist-keywrap.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 @@ -68,6 +69,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/sm3.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 @@ -75,12 +77,12 @@ drwxr-xr-x root/root usr/include/nettle/ -rw-r--r-- root/root usr/include/nettle/xts.h -rw-r--r-- root/root usr/include/nettle/yarrow.h drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libhogweed.so -> libhogweed.so.6.4 -lrwxrwxrwx root/root usr/lib/libhogweed.so.6 -> libhogweed.so.6.4 --rwxr-xr-x root/root usr/lib/libhogweed.so.6.4 -lrwxrwxrwx root/root usr/lib/libnettle.so -> libnettle.so.8.4 -lrwxrwxrwx root/root usr/lib/libnettle.so.8 -> libnettle.so.8.4 --rwxr-xr-x root/root usr/lib/libnettle.so.8.4 +lrwxrwxrwx root/root usr/lib/libhogweed.so -> libhogweed.so.6.5 +lrwxrwxrwx root/root usr/lib/libhogweed.so.6 -> libhogweed.so.6.5 +-rwxr-xr-x root/root usr/lib/libhogweed.so.6.5 +lrwxrwxrwx root/root usr/lib/libnettle.so -> libnettle.so.8.5 +lrwxrwxrwx root/root usr/lib/libnettle.so.8 -> libnettle.so.8.5 +-rwxr-xr-x root/root usr/lib/libnettle.so.8.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/main/nettle/spkgbuild b/main/nettle/spkgbuild index a796ee070..a55fc6675 100755 --- a/main/nettle/spkgbuild +++ b/main/nettle/spkgbuild @@ -2,7 +2,7 @@ # depends : libgmp name=nettle -version=3.7.3 +version=3.8 release=1 source="https://ftp.gnu.org/gnu/$name/$name-$version.tar.gz"