Simple update. Tested in a few amd64 bulks and lightly runtime tested. The changelog doesn't mention anything that stands out as particularly worrying:
https://raw.githubusercontent.com/libevent/libevent/release-2.1.12-stable/ChangeLog There are a few compiler warnings, but they all are in tests and aren't new, so I didn't fix them. Speaking of tests: the regress test is completely busted, but that also isn't new. Index: Makefile =================================================================== RCS file: /cvs/ports/devel/libevent2/Makefile,v retrieving revision 1.20 diff -u -p -r1.20 Makefile --- Makefile 11 Mar 2022 18:50:31 -0000 1.20 +++ Makefile 16 Mar 2022 08:06:17 -0000 @@ -1,16 +1,15 @@ COMMENT= event notification library -V= 2.1.11 +V= 2.1.12 DISTNAME= libevent-$V-stable PKGNAME= libevent-$V CATEGORIES= devel HOMEPAGE= https://libevent.org/ -REVISION= 0 -SHARED_LIBS+= event_core 2.0 # 7.0 -SHARED_LIBS+= event_extra 1.0 # 7.0 -SHARED_LIBS+= event_openssl 1.0 # 7.0 -SHARED_LIBS+= event_pthreads 0.0 # 7.0 +SHARED_LIBS+= event_core 2.1 # 7.1 +SHARED_LIBS+= event_extra 1.0 # 7.1 +SHARED_LIBS+= event_openssl 1.0 # 7.1 +SHARED_LIBS+= event_pthreads 0.0 # 7.1 # BSD PERMIT_PACKAGE= Yes Index: distinfo =================================================================== RCS file: /cvs/ports/devel/libevent2/distinfo,v retrieving revision 1.8 diff -u -p -r1.8 distinfo --- distinfo 31 Mar 2020 19:06:06 -0000 1.8 +++ distinfo 16 Mar 2022 08:00:26 -0000 @@ -1,2 +1,2 @@ -SHA256 (libevent-2.1.11-stable.tar.gz) = plusYgLqjFYJ/Vx+SA5tJd5GfqGRfAgpDFIXUvFHKD0= -SIZE (libevent-2.1.11-stable.tar.gz) = 1082234 +SHA256 (libevent-2.1.12-stable.tar.gz) = kubeG+nsF2Qo/SNnZ35hzv/C7hyxGQNQN6J9NGsEA7s= +SIZE (libevent-2.1.12-stable.tar.gz) = 1100847 Index: patches/patch-openssl-compat_h =================================================================== RCS file: /cvs/ports/devel/libevent2/patches/patch-openssl-compat_h,v retrieving revision 1.2 diff -u -p -r1.2 patch-openssl-compat_h --- patches/patch-openssl-compat_h 11 Mar 2022 18:50:31 -0000 1.2 +++ patches/patch-openssl-compat_h 16 Mar 2022 08:00:26 -0000 @@ -4,7 +4,7 @@ https://github.com/libevent/libevent/pul Index: openssl-compat.h --- openssl-compat.h.orig +++ openssl-compat.h -@@ -37,7 +37,8 @@ static inline BIO_METHOD *BIO_meth_new(int type, const +@@ -40,7 +40,8 @@ static inline BIO_METHOD *BIO_meth_new(int type, const #endif /* (OPENSSL_VERSION_NUMBER < 0x10100000L) || \ (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x20700000L) */
