devel/libevent2: simple update to 2.1.12. ChangeLog doesn't list anything

concerning. The "regress" test is completely busted, but that isn't new.
Minor bump for libevent_core due to a symbol addition.

https://raw.githubusercontent.com/libevent/libevent/release-2.1.12-stable/ChangeLog
This commit is contained in:
tb 2022-03-22 17:08:26 +00:00
parent 3f00acb27e
commit 96fda429a7
3 changed files with 8 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -4,7 +4,7 @@ https://github.com/libevent/libevent/pull/1227
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) */