summaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
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
commit697896103815ffe89795347cce655b0a1faa7298 (patch)
tree9309c208a7b0fc7e488247d1bf6eedcb6c659316 /patches
parent6b4941ccbc48957622d5d5dcfb7b4b9f223d0372 (diff)
downloadmidipix_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>
Diffstat (limited to 'patches')
-rw-r--r--patches/libressl-3.9.2.local.patch (renamed from patches/libressl-3.9.1.local.patch)2
1 files changed, 1 insertions, 1 deletions
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);
}