diff options
author | Ørjan Malde <red@foxi.me> | 2024-05-15 23:31:12 +0200 |
---|---|---|
committer | Ørjan Malde <red@foxi.me> | 2024-05-15 23:31:12 +0200 |
commit | 697896103815ffe89795347cce655b0a1faa7298 (patch) | |
tree | 9309c208a7b0fc7e488247d1bf6eedcb6c659316 | |
parent | 6b4941ccbc48957622d5d5dcfb7b4b9f223d0372 (diff) | |
download | midipix_build-697896103815ffe89795347cce655b0a1faa7298.tar.bz2 midipix_build-697896103815ffe89795347cce655b0a1faa7298.tar.xz |
groups.d/251.native_packages_lib.d/libressl.package: bump to v3.9.2
Signed-off-by: Ørjan Malde <red@foxi.me>
-rw-r--r-- | groups.d/251.native_packages_lib.d/libressl.package | 4 | ||||
-rw-r--r-- | patches/libressl-3.9.2.local.patch (renamed from patches/libressl-3.9.1.local.patch) | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/groups.d/251.native_packages_lib.d/libressl.package b/groups.d/251.native_packages_lib.d/libressl.package index 18ddfe7e..fc3b9e87 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.2.local.patch index 8235cc0c..11e45d19 100644 --- a/patches/libressl-3.9.1.local.patch +++ b/patches/libressl-3.9.2.local.patch @@ -13,7 +13,7 @@ diff -ru libressl-3.7.1.orig/crypto/compat/arc4random_linux.h libressl-3.7.1/cry static inline void _getentropy_fail(void) { -+ fprintf(stderr, "Couldn't obtain randomness from getentropy\n"); ++ fprintf(stderr, "rebuild psxscl with devurandom patch\n"); raise(SIGKILL); } |