botan: update to 2.19.5.

This commit is contained in:
1is7ac3 2025-03-23 19:37:09 -03:00 committed by Duncan Overbruck
parent c37b5cd38b
commit eff63159c0
2 changed files with 4 additions and 14 deletions

View file

@ -1,10 +0,0 @@
--- a/src/lib/utils/types.h 2017-10-13 08:08:04.055686756 +0000
+++ b/src/lib/utils/types.h 2017-10-13 08:08:46.043688922 +0000
@@ -12,6 +12,7 @@
#include <botan/build.h> // IWYU pragma: export
#include <botan/assert.h> // IWYU pragma: export
+#include <climits>
#include <cstddef> // IWYU pragma: export
#include <cstdint> // IWYU pragma: export
#include <memory> // IWYU pragma: export

View file

@ -1,9 +1,9 @@
# Template file for 'botan'
pkgname=botan
version=2.19.3
revision=4
version=2.19.5
revision=1
build_style=gnu-makefile
hostmakedepends="doxygen python3"
hostmakedepends="doxygen python3 python3-packaging-bootstrap"
makedepends="bzip2-devel liblzma-devel sqlite-devel zlib-devel"
short_desc="Crypto library written in C++"
maintainer="Orphaned <orphan@voidlinux.org>"
@ -11,7 +11,7 @@ license="BSD-2-Clause"
homepage="https://botan.randombit.net/"
changelog="https://botan.randombit.net/news.html"
distfiles="https://botan.randombit.net/releases/Botan-${version}.tar.xz"
checksum=dae047f399c5a47f087db5d3d9d9e8f11ae4985d14c928d71da1aff801802d55
checksum=dfeea0e0a6f26d6724c4af01da9a7b88487adb2d81ba7c72fcaf52db522c9ad4
python_version=3
LDFLAGS="-pthread"