botan: update to 2.16.0
This commit is contained in:
parent
611b6aee98
commit
bccf974be7
2 changed files with 7 additions and 8 deletions
|
@ -2926,7 +2926,7 @@ libKDb3.so.4 kdb-3.1.0_1
|
||||||
libKPropertyWidgets3.so.4 kproperty-3.1.0_1
|
libKPropertyWidgets3.so.4 kproperty-3.1.0_1
|
||||||
libKPropertyCore3.so.4 kproperty-3.1.0_1
|
libKPropertyCore3.so.4 kproperty-3.1.0_1
|
||||||
libKReport3.so.4 kreport-3.1.0_1
|
libKReport3.so.4 kreport-3.1.0_1
|
||||||
libbotan-2.so.13 botan-2.14.0_1
|
libbotan-2.so.16 botan-2.16.0_1
|
||||||
libswipl.so.8 swi-prolog-8.0.0_1
|
libswipl.so.8 swi-prolog-8.0.0_1
|
||||||
libpcre2-16.so.0 libpcre2-10.22_1
|
libpcre2-16.so.0 libpcre2-10.22_1
|
||||||
libpcre2-32.so.0 libpcre2-10.22_1
|
libpcre2-32.so.0 libpcre2-10.22_1
|
||||||
|
|
|
@ -1,20 +1,19 @@
|
||||||
# Template file for 'botan'
|
# Template file for 'botan'
|
||||||
pkgname=botan
|
pkgname=botan
|
||||||
version=2.14.0
|
version=2.16.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="${pkgname^}-${version}"
|
wrksrc="${pkgname^}-${version}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
pycompile_module="botan.py"
|
pycompile_module="botan.py"
|
||||||
hostmakedepends="doxygen python"
|
hostmakedepends="doxygen python3"
|
||||||
makedepends="libressl-devel bzip2-devel liblzma-devel sqlite-devel zlib-devel"
|
makedepends="libressl-devel bzip2-devel liblzma-devel sqlite-devel zlib-devel"
|
||||||
short_desc="Crypto library written in C++"
|
short_desc="Crypto library written in C++"
|
||||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://botan.randombit.net/"
|
homepage="https://botan.randombit.net/"
|
||||||
distfiles="https://botan.randombit.net/releases/Botan-${version}.tar.xz"
|
distfiles="https://botan.randombit.net/releases/Botan-${version}.tar.xz"
|
||||||
checksum=0c10f12b424a40ee19bde00292098e201d7498535c062d8d5b586d07861a54b5
|
checksum=92ed6ebc918d86bd1b04221ca518af4cf29cc326c4760740bd2d22e61cea2628
|
||||||
|
python_version=3
|
||||||
python_version=2
|
|
||||||
|
|
||||||
LDFLAGS="-pthread"
|
LDFLAGS="-pthread"
|
||||||
CXXFLAGS="-O3"
|
CXXFLAGS="-O3"
|
||||||
|
@ -72,7 +71,7 @@ do_configure() {
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
python2 configure.py \
|
python3 configure.py \
|
||||||
--distribution-info="Void Linux botan-${version}_${revision}" \
|
--distribution-info="Void Linux botan-${version}_${revision}" \
|
||||||
--cpu=${_cpu} \
|
--cpu=${_cpu} \
|
||||||
${_args}
|
${_args}
|
||||||
|
|
Loading…
Reference in a new issue