Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] umurmur: patch for openssl3
@ 2023-01-31 14:21 dkwo
  2023-02-04  2:34 ` kruceter
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: dkwo @ 2023-01-31 14:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 464 bytes --]

There is a new pull request by dkwo against master on the void-packages repository

https://github.com/dkwo/void-packages O3um
https://github.com/void-linux/void-packages/pull/41991

umurmur: patch for openssl3
- I tested the changes in this PR: no
- I built this PR locally for my native architecture, (x86_64-musl)

Add a patch to build with openssl3 #37681 @Duncaen 

A patch file from https://github.com/void-linux/void-packages/pull/41991.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-O3um-41991.patch --]
[-- Type: text/x-diff, Size: 1468 bytes --]

From 53aef65f3b47316de4ba3251f527e427acad7de8 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Tue, 31 Jan 2023 09:17:44 -0500
Subject: [PATCH] umurmur: patch for openssl3

---
 .../umurmur/patches/remove-crypto-mem-ctrl.patch   | 14 ++++++++++++++
 srcpkgs/umurmur/template                           |  2 +-
 2 files changed, 15 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/umurmur/patches/remove-crypto-mem-ctrl.patch

diff --git a/srcpkgs/umurmur/patches/remove-crypto-mem-ctrl.patch b/srcpkgs/umurmur/patches/remove-crypto-mem-ctrl.patch
new file mode 100644
index 000000000000..393a7dcb7d53
--- /dev/null
+++ b/srcpkgs/umurmur/patches/remove-crypto-mem-ctrl.patch
@@ -0,0 +1,14 @@
+From: https://git.alpinelinux.org/aports/plain/main/umurmur/remove-crypto-mem-ctrl.patch
+
+--- 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;
+
diff --git a/srcpkgs/umurmur/template b/srcpkgs/umurmur/template
index 11eb69f05b07..a5690d44de4b 100644
--- a/srcpkgs/umurmur/template
+++ b/srcpkgs/umurmur/template
@@ -1,7 +1,7 @@
 # Template file for 'umurmur'
 pkgname=umurmur
 version=0.2.20
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-shmapi --with-ssl=openssl"
 conf_files="/etc/umurmur/umurmur.conf"

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-02-06  1:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-31 14:21 [PR PATCH] umurmur: patch for openssl3 dkwo
2023-02-04  2:34 ` kruceter
2023-02-05  6:17 ` [PR REVIEW] " Vaelatern
2023-02-05 18:08 ` dkwo
2023-02-05 18:08 ` [PR PATCH] [Updated] " dkwo
2023-02-06  1:22 ` [PR PATCH] [Merged]: " Vaelatern

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).