Update Botan 2 to 2.19.2. The OpenSSL provider was incompatible

with OpenSSL 3.0.  It has been removed.
This commit is contained in:
bluhm 2022-06-29 11:12:26 +00:00
parent 68e7d9e3ab
commit 5b5aa12a5a
3 changed files with 8 additions and 10 deletions

View File

@ -1,11 +1,10 @@
COMMENT = crypto and TLS for C++11
VERSION = 2.19.1
VERSION = 2.19.2
DISTNAME = Botan-${VERSION}
PKGNAME = botan2-${VERSION}
REVISION = 1
SHARED_LIBS = botan-2 15.0
SHARED_LIBS = botan-2 16.0
CATEGORIES = security
@ -16,7 +15,7 @@ MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# BSD 2-Clause
PERMIT_PACKAGE = Yes
WANTLIB = ${COMPILER_LIBCXX} bz2 c crypto lzma m z
WANTLIB = ${COMPILER_LIBCXX} bz2 c lzma m z
MASTER_SITES = ${HOMEPAGE}releases/
@ -43,7 +42,6 @@ CONFIGURE_ARGS = --with-build-dir=${WRKBUILD} \
--with-external-libdir=${LOCALBASE}/lib \
--with-bzip2 \
--with-lzma \
--with-openssl \
--with-zlib \
--without-sphinx

View File

@ -1,4 +1,4 @@
SHA256 (Botan-2.19.1.tar.xz) = 4m4Az+/aZAgq/dVA08U3kk9kXWpnSv7SzRcQBd7/VWA=
SHA256 (Botan-2.19.1.tar.xz.asc) = wBgPo+9+VJS6qp6uJoeNq3fjBuYzlb/8U8+K/1o2Doo=
SIZE (Botan-2.19.1.tar.xz) = 6088380
SIZE (Botan-2.19.1.tar.xz.asc) = 488
SHA256 (Botan-2.19.2.tar.xz) = OvXxdhXGtc2Lgy0mn7bLTVTsZPnrCd2/Gt1Qk5QbTXU=
SHA256 (Botan-2.19.2.tar.xz.asc) = RGkkoU1PVvE2DrYtiIHBUhLOCksGcBYOsx1dobG9ONI=
SIZE (Botan-2.19.2.tar.xz) = 6063336
SIZE (Botan-2.19.2.tar.xz.asc) = 488

View File

@ -1,7 +1,7 @@
Index: src/tests/main.cpp
--- src/tests/main.cpp.orig
+++ src/tests/main.cpp
@@ -88,7 +88,7 @@ int main(int argc, char* argv[])
@@ -84,7 +84,7 @@ int main(int argc, char* argv[])
const Botan_Tests::Test_Options opts(
parser.get_arg_list("suites"),
parser.get_arg_list("skip-tests"),