botan: update to 2.19.1.
drop update file as botan does semver for a long time now Closes: #34285 Closes: #36646
This commit is contained in:
parent
e4563d8ff2
commit
3ad841c731
|
@ -2897,7 +2897,7 @@ libKDb3.so.4 kdb-3.1.0_1
|
|||
libKPropertyWidgets3.so.4 kproperty-3.1.0_1
|
||||
libKPropertyCore3.so.4 kproperty-3.1.0_1
|
||||
libKReport3.so.4 kreport-3.1.0_1
|
||||
libbotan-2.so.16 botan-2.16.0_3
|
||||
libbotan-2.so.19 botan-2.19.1_1
|
||||
libswipl.so.8 swi-prolog-8.2.4_2
|
||||
libpcre2-16.so.0 libpcre2-10.22_1
|
||||
libpcre2-32.so.0 libpcre2-10.22_1
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
# Template file for 'botan'
|
||||
pkgname=botan
|
||||
version=2.16.0
|
||||
revision=4
|
||||
version=2.19.1
|
||||
revision=1
|
||||
wrksrc="${pkgname^}-${version}"
|
||||
build_style=gnu-makefile
|
||||
pycompile_module="botan.py"
|
||||
hostmakedepends="doxygen python3"
|
||||
makedepends="openssl-devel bzip2-devel liblzma-devel sqlite-devel zlib-devel"
|
||||
short_desc="Crypto library written in C++"
|
||||
|
@ -12,11 +11,10 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="BSD-2-Clause"
|
||||
homepage="https://botan.randombit.net/"
|
||||
distfiles="https://botan.randombit.net/releases/Botan-${version}.tar.xz"
|
||||
checksum=92ed6ebc918d86bd1b04221ca518af4cf29cc326c4760740bd2d22e61cea2628
|
||||
checksum=e26e00cfefda64082afdd540d3c537924f645d6a674afed2cd171005deff5560
|
||||
python_version=3
|
||||
|
||||
LDFLAGS="-pthread"
|
||||
CXXFLAGS="-O3"
|
||||
|
||||
do_configure() {
|
||||
local _args _cpu
|
||||
|
@ -78,7 +76,7 @@ do_configure() {
|
|||
}
|
||||
|
||||
do_check() {
|
||||
./botan-test
|
||||
make check
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
pattern='\K[0-9]+\.[0-9]*[02468]\.[0-9]+'
|
Loading…
Reference in New Issue