diff --git a/main/crypto++/.checksums b/main/crypto++/.checksums index 11996cccd..7bfe70090 100644 --- a/main/crypto++/.checksums +++ b/main/crypto++/.checksums @@ -1 +1 @@ -5968e6014dc6ae5199e3987fb39cf8d3 CRYPTOPP_8_5_0.tar.gz +801013e617340153e6539363bc879acb crypto++-8.6.0.tar.gz diff --git a/main/crypto++/.pkgfiles b/main/crypto++/.pkgfiles index 01b7e65fb..ef2a7614f 100644 --- a/main/crypto++/.pkgfiles +++ b/main/crypto++/.pkgfiles @@ -1,4 +1,4 @@ -crypto++-8.5.0-1 +crypto++-8.6.0-1 drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/cryptest.exe @@ -99,6 +99,7 @@ drwxr-xr-x root/root usr/include/cryptopp/ -rw-r--r-- root/root usr/include/cryptopp/kalyna.h -rw-r--r-- root/root usr/include/cryptopp/keccak.h -rw-r--r-- root/root usr/include/cryptopp/lea.h +-rw-r--r-- root/root usr/include/cryptopp/lsh.h -rw-r--r-- root/root usr/include/cryptopp/lubyrack.h -rw-r--r-- root/root usr/include/cryptopp/luc.h -rw-r--r-- root/root usr/include/cryptopp/mars.h @@ -197,9 +198,9 @@ drwxr-xr-x root/root usr/include/cryptopp/ -rw-r--r-- root/root usr/include/cryptopp/zlib.h drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libcryptopp.a -lrwxrwxrwx root/root usr/lib/libcryptopp.so -> libcryptopp.so.8.5.0 -lrwxrwxrwx root/root usr/lib/libcryptopp.so.8 -> libcryptopp.so.8.5.0 --rwxr-xr-x root/root usr/lib/libcryptopp.so.8.5.0 +lrwxrwxrwx root/root usr/lib/libcryptopp.so -> libcryptopp.so.8.6.0 +lrwxrwxrwx root/root usr/lib/libcryptopp.so.8 -> libcryptopp.so.8.6.0 +-rwxr-xr-x root/root usr/lib/libcryptopp.so.8.6.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libcryptopp.pc drwxr-xr-x root/root usr/share/ @@ -309,6 +310,10 @@ drwxr-xr-x root/root usr/share/cryptopp/TestVectors/ -rw-r--r-- root/root usr/share/cryptopp/TestVectors/kalyna.txt -rw-r--r-- root/root usr/share/cryptopp/TestVectors/keccak.txt -rw-r--r-- root/root usr/share/cryptopp/TestVectors/lea.txt +-rw-r--r-- root/root usr/share/cryptopp/TestVectors/lsh.txt +-rw-r--r-- root/root usr/share/cryptopp/TestVectors/lsh256.txt +-rw-r--r-- root/root usr/share/cryptopp/TestVectors/lsh512.txt +-rw-r--r-- root/root usr/share/cryptopp/TestVectors/lsh512_256.txt -rw-r--r-- root/root usr/share/cryptopp/TestVectors/mars.txt -rw-r--r-- root/root usr/share/cryptopp/TestVectors/nr.txt -rw-r--r-- root/root usr/share/cryptopp/TestVectors/ocb.txt diff --git a/main/crypto++/spkgbuild b/main/crypto++/spkgbuild index a6e76066a..7d1ea1bd6 100644 --- a/main/crypto++/spkgbuild +++ b/main/crypto++/spkgbuild @@ -2,11 +2,11 @@ # homepage : https://www.cryptopp.com/ name=crypto++ -version=8.5.0 +version=8.6.0 _v=$(echo $version | sed 's/\./_/g') release=1 -source="https://github.com/weidai11/cryptopp/archive/CRYPTOPP_${_v}.tar.gz" - +source="$name-$version.tar.gz::https://github.com/weidai11/cryptopp/archive/CRYPTOPP_${_v}.tar.gz" + build() { cd cryptopp-CRYPTOPP_${_v} make PREFIX="/usr" all libcryptopp.pc