diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-25 09:18:48 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-25 09:18:48 +0800 |
| commit | da8f15c57668e88898a3391e89d8f26fefe9177d (patch) | |
| tree | 1e284610b88ef9431138f52a294662275128a6eb /repos | |
| parent | 47c2e38b83906180ab75a4830e010e8534467da5 (diff) | |
| download | alicelinux-da8f15c57668e88898a3391e89d8f26fefe9177d.tar.gz alicelinux-da8f15c57668e88898a3391e89d8f26fefe9177d.zip | |
nettle: updated to 3.10
Diffstat (limited to 'repos')
| -rw-r--r-- | repos/extra/nettle/.files | 16 | ||||
| -rw-r--r-- | repos/extra/nettle/abuild | 2 |
2 files changed, 8 insertions, 10 deletions
diff --git a/repos/extra/nettle/.files b/repos/extra/nettle/.files index a65502c8..e6a395df 100644 --- a/repos/extra/nettle/.files +++ b/repos/extra/nettle/.files @@ -29,6 +29,7 @@ drwxr-xr-x root/root usr/include/nettle/ -rw-r--r-- root/root usr/include/nettle/curve25519.h -rw-r--r-- root/root usr/include/nettle/curve448.h -rw-r--r-- root/root usr/include/nettle/des.h +-rw-r--r-- root/root usr/include/nettle/drbg-ctr.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 @@ -80,15 +81,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.8 -lrwxrwxrwx root/root usr/lib/libhogweed.so.6 -> libhogweed.so.6.8 --rw-r--r-- root/root usr/lib/libhogweed.so.6.8 -lrwxrwxrwx root/root usr/lib/libnettle.so -> libnettle.so.8.8 -lrwxrwxrwx root/root usr/lib/libnettle.so.8 -> libnettle.so.8.8 --rw-r--r-- root/root usr/lib/libnettle.so.8.8 +lrwxrwxrwx root/root usr/lib/libhogweed.so -> libhogweed.so.6.9 +lrwxrwxrwx root/root usr/lib/libhogweed.so.6 -> libhogweed.so.6.9 +-rw-r--r-- root/root usr/lib/libhogweed.so.6.9 +lrwxrwxrwx root/root usr/lib/libnettle.so -> libnettle.so.8.9 +lrwxrwxrwx root/root usr/lib/libnettle.so.8 -> libnettle.so.8.9 +-rw-r--r-- root/root usr/lib/libnettle.so.8.9 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 -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/info/ --rw-r--r-- root/root usr/share/info/nettle.info.gz diff --git a/repos/extra/nettle/abuild b/repos/extra/nettle/abuild index 2e6397bb..d3053b77 100644 --- a/repos/extra/nettle/abuild +++ b/repos/extra/nettle/abuild @@ -1,5 +1,5 @@ name=nettle -version=3.9.1 +version=3.10 release=1 source="https://ftp.gnu.org/gnu/$name/$name-$version.tar.gz" build_opt="--libdir=/usr/lib" |