summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--groups.d/251.native_packages_lib.d/libressl.package4
-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);
}