Download raw body.
UPDATE: botan2 - elf_aux_info
Enable the elf_aux_info() support.
Index: Makefile
===================================================================
RCS file: /cvs/ports/security/botan2/Makefile,v
retrieving revision 1.49
diff -u -p -u -p -r1.49 Makefile
--- Makefile 9 Jul 2024 17:13:19 -0000 1.49
+++ Makefile 14 Aug 2024 09:27:07 -0000
@@ -3,6 +3,7 @@ COMMENT = crypto and TLS for C++11
VERSION = 2.19.5
DISTNAME = Botan-${VERSION}
PKGNAME = botan2-${VERSION}
+REVISION = 0
SHARED_LIBS = botan-2 19.0
Index: patches/patch-src_build-data_os_openbsd_txt
===================================================================
RCS file: /cvs/ports/security/botan2/patches/patch-src_build-data_os_openbsd_txt,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 patch-src_build-data_os_openbsd_txt
--- patches/patch-src_build-data_os_openbsd_txt 11 Mar 2022 19:53:18 -0000 1.8
+++ patches/patch-src_build-data_os_openbsd_txt 14 Aug 2024 09:27:07 -0000
@@ -1,3 +1,5 @@
+Enable elf_aux_info() support.
+
Index: src/build-data/os/openbsd.txt
--- src/build-data/os/openbsd.txt.orig
+++ src/build-data/os/openbsd.txt
@@ -11,3 +13,11 @@ Index: src/build-data/os/openbsd.txt
shared_lib_symlinks no
+@@ -13,6 +13,7 @@ posix_mlock
+ clock_gettime
+ dev_random
+ arc4random
++elf_aux_info
+ getentropy
+ explicit_bzero
+ pledge
UPDATE: botan2 - elf_aux_info