From 1c83a06d1c475d8223c99e6261d82a00a0b7a834 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98rjan=20Malde?= Date: Mon, 11 Mar 2024 10:02:58 +0100 Subject: groups.d/251.native_packages_lib.group: libressl: bump to v3.9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ørjan Malde --- patches/libressl-3.7.2.local.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 patches/libressl-3.7.2.local.patch (limited to 'patches/libressl-3.7.2.local.patch') diff --git a/patches/libressl-3.7.2.local.patch b/patches/libressl-3.7.2.local.patch deleted file mode 100644 index 8235cc0c..00000000 --- a/patches/libressl-3.7.2.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); - } - -- cgit v1.2.3