[packages/libjingle] - added one more openssl fix

qboosh qboosh at pld-linux.org
Sat Oct 26 20:16:56 CEST 2024


commit 43a28d9a6e4367548930529172a3ed6cc117ab8e
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Oct 26 20:04:49 2024 +0200

    - added one more openssl fix

 libjingle-openssl.patch | 11 +++++++++++
 libjingle.spec          |  2 ++
 2 files changed, 13 insertions(+)
---
diff --git a/libjingle.spec b/libjingle.spec
index 3ede974..e0ac35a 100644
--- a/libjingle.spec
+++ b/libjingle.spec
@@ -31,6 +31,7 @@ Patch19:	%{name}-srtp2.patch
 Patch20:	unistd.patch
 Patch21:	%{name}-sysmacros.patch
 Patch22:	%{name}-openssl-1.1.patch
+Patch23:	%{name}-openssl.patch
 # /fedora patches
 Patch100:	bashism.patch
 Patch101:	time-timeutils.patch
@@ -122,6 +123,7 @@ Pliki nagłówkowe potrzebne do programowania z użyciem libjingle.
 %patch20 -p1
 %patch21 -p1
 %patch22 -p1
+%patch23 -p1
 
 %patch100 -p1
 %patch101 -p1
diff --git a/libjingle-openssl.patch b/libjingle-openssl.patch
new file mode 100644
index 0000000..cc517b9
--- /dev/null
+++ b/libjingle-openssl.patch
@@ -0,0 +1,11 @@
+--- libjingle-0.6.14/talk/base/openssladapter.cc.orig	2024-10-26 18:22:52.660323208 +0200
++++ libjingle-0.6.14/talk/base/openssladapter.cc	2024-10-26 19:35:45.819965102 +0200
+@@ -754,7 +754,7 @@ bool OpenSSLAdapter::VerifyServerName(SS
+       value = NULL;
+ 
+       if (meth->it) {
+-        ASN1_item_free(reinterpret_cast<ASN1_VALUE*>(ext_str), meth->it);
++        ASN1_item_free(reinterpret_cast<ASN1_VALUE*>(ext_str), ASN1_ITEM_ptr(meth->it));
+       } else {
+         meth->ext_free(ext_str);
+       }
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libjingle.git/commitdiff/43a28d9a6e4367548930529172a3ed6cc117ab8e



More information about the pld-cvs-commit mailing list