From eff63159c0f7eb62f7ac18e988510bd408c3d5b3 Mon Sep 17 00:00:00 2001 From: 1is7ac3 Date: Sun, 23 Mar 2025 19:37:09 -0300 Subject: [PATCH] botan: update to 2.19.5. --- .../botan/patches/botan_types_include_climits.patch | 10 ---------- srcpkgs/botan/template | 8 ++++---- 2 files changed, 4 insertions(+), 14 deletions(-) delete mode 100644 srcpkgs/botan/patches/botan_types_include_climits.patch diff --git a/srcpkgs/botan/patches/botan_types_include_climits.patch b/srcpkgs/botan/patches/botan_types_include_climits.patch deleted file mode 100644 index d52301ccaab..00000000000 --- a/srcpkgs/botan/patches/botan_types_include_climits.patch +++ /dev/null @@ -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 // IWYU pragma: export - #include // IWYU pragma: export -+#include - #include // IWYU pragma: export - #include // IWYU pragma: export - #include // IWYU pragma: export diff --git a/srcpkgs/botan/template b/srcpkgs/botan/template index 66703f66bcb..17b06e0c709 100644 --- a/srcpkgs/botan/template +++ b/srcpkgs/botan/template @@ -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 " @@ -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"