diff --git a/groups.d/251.native_packages_lib.d/libressl.package b/groups.d/251.native_packages_lib.d/libressl.package index 18ddfe7..fc3b9e8 100644 --- a/groups.d/251.native_packages_lib.d/libressl.package +++ b/groups.d/251.native_packages_lib.d/libressl.package @@ -1,5 +1,5 @@ -: ${PKG_LIBRESSL_SHA256SUM:=6da0b954695f7ee62b03f64200a8a4f02af93717b60cce04ab6c8df262c07a51}; -: ${PKG_LIBRESSL_VERSION:=3.9.1}; +: ${PKG_LIBRESSL_SHA256SUM:=7b031dac64a59eb6ee3304f7ffb75dad33ab8c9d279c847f92c89fb846068f97}; +: ${PKG_LIBRESSL_VERSION:=3.9.2}; : ${PKG_LIBRESSL_URL:=https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${PKG_LIBRESSL_VERSION}.tar.gz}; : ${PKG_LIBRESSL_CONFIGURE_ARGS_EXTRA:=--disable-asm --enable-nc}; diff --git a/patches/libressl-3.9.1.local.patch b/patches/libressl-3.9.1.local.patch deleted file mode 100644 index 8235cc0..0000000 --- a/patches/libressl-3.9.1.local.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -ru libressl-3.7.1.orig/crypto/compat/arc4random_linux.h libressl-3.7.1/crypto/compat/arc4random_linux.h ---- libressl-3.7.1.orig/crypto/compat/arc4random_linux.h 2023-05-14 00:44:53.716886970 +0200 -+++ libressl-3.7.1/crypto/compat/arc4random_linux.h 2023-05-14 00:44:32.052886839 +0200 -@@ -27,6 +27,7 @@ - - #include - #include -+#include - - static pthread_mutex_t arc4random_mtx = PTHREAD_MUTEX_INITIALIZER; - #define _ARC4_LOCK() pthread_mutex_lock(&arc4random_mtx) -@@ -43,6 +44,7 @@ - static inline void - _getentropy_fail(void) - { -+ fprintf(stderr, "Couldn't obtain randomness from getentropy\n"); - raise(SIGKILL); - } - diff --git a/patches/libressl-3.9.2.local.patch b/patches/libressl-3.9.2.local.patch new file mode 100644 index 0000000..11e45d1 --- /dev/null +++ b/patches/libressl-3.9.2.local.patch @@ -0,0 +1,19 @@ +diff -ru libressl-3.7.1.orig/crypto/compat/arc4random_linux.h libressl-3.7.1/crypto/compat/arc4random_linux.h +--- libressl-3.7.1.orig/crypto/compat/arc4random_linux.h 2023-05-14 00:44:53.716886970 +0200 ++++ libressl-3.7.1/crypto/compat/arc4random_linux.h 2023-05-14 00:44:32.052886839 +0200 +@@ -27,6 +27,7 @@ + + #include + #include ++#include + + static pthread_mutex_t arc4random_mtx = PTHREAD_MUTEX_INITIALIZER; + #define _ARC4_LOCK() pthread_mutex_lock(&arc4random_mtx) +@@ -43,6 +44,7 @@ + static inline void + _getentropy_fail(void) + { ++ fprintf(stderr, "rebuild psxscl with devurandom patch\n"); + raise(SIGKILL); + } +