Skip to content
Snippets Groups Projects
Commit 4df4f190 authored by alice's avatar alice Committed by alice
Browse files

testing/crypto++: upgrade to 8.7.0

parent 22142dc1
No related branches found
No related tags found
2 merge requests!39304[3.16] main/expat: security upgrade to 2.4.9,!37469testing/crypto++: upgrade to 8.7.0
......@@ -2,25 +2,24 @@
# Maintainer: August Klein <amatcoder@gmail.com>
pkgname=crypto++
_pkgname=cryptopp
pkgver=8.6.0
pkgver=8.7.0
_pkgver=${pkgver//./}
pkgrel=0
pkgdesc="A free C++ class library of cryptographic schemes"
url="https://www.cryptopp.com/"
arch="all"
arch="all !x86" # ftbfs
license="BSL-1.0"
depends_dev="$pkgname"
subpackages="$pkgname-static $pkgname-dev"
subpackages="$pkgname-dev"
source="https://www.cryptopp.com/$_pkgname$_pkgver.zip"
builddir="$srcdir"
build() {
make CXXFLAGS="$CXXFLAGS -DNDEBUG -fPIC" -f GNUmakefile \
dynamic static libcryptopp.pc
make dynamic libcryptopp.pc
}
check() {
make -f GNUmakefile check
make check
}
package() {
......@@ -28,5 +27,5 @@ package() {
}
sha512sums="
e7773f5e4a7dc7e8e735b1702524bee56ba38e5211544c9c9778bc51ed8dc7b376c17f2e406410043b636312336f26f76dc963f298872f8c13933e88c232fc03 cryptopp860.zip
cb85e10118b247be016b40ecf79cf3ff933a174e2e3d9280c426e57eb1ad936db42eafc19a30ec9bf5d7f08c335b1fee4dc149e1bda00d44d40d84d010f6af11 cryptopp870.zip
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment