mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
umurmur: patch for openssl3
This commit is contained in:
parent
a8d06a074d
commit
7827b59b15
2 changed files with 17 additions and 1 deletions
16
srcpkgs/umurmur/patches/remove-crypto-mem-ctrl.patch
Normal file
16
srcpkgs/umurmur/patches/remove-crypto-mem-ctrl.patch
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
From: https://git.alpinelinux.org/aports/plain/main/umurmur/remove-crypto-mem-ctrl.patch
|
||||||
|
|
||||||
|
fix build with OpenSSL 3
|
||||||
|
|
||||||
|
--- umurmur-0.2.20.orig/src/ssli_openssl.c
|
||||||
|
+++ umurmur-0.2.20/src/ssli_openssl.c
|
||||||
|
@@ -142,8 +142,6 @@
|
||||||
|
|
||||||
|
Log_info("Generating new server certificate.");
|
||||||
|
|
||||||
|
- CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON);
|
||||||
|
-
|
||||||
|
x509 = X509_new();
|
||||||
|
if (!x509)
|
||||||
|
goto err_out;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'umurmur'
|
# Template file for 'umurmur'
|
||||||
pkgname=umurmur
|
pkgname=umurmur
|
||||||
version=0.2.20
|
version=0.2.20
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-shmapi --with-ssl=openssl"
|
configure_args="--enable-shmapi --with-ssl=openssl"
|
||||||
conf_files="/etc/umurmur/umurmur.conf"
|
conf_files="/etc/umurmur/umurmur.conf"
|
||||||
|
|
Loading…
Add table
Reference in a new issue