jreznik pushed to kdelibs3 (epel7). "- update openssl patch (for 0.9.8k)"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 2 15:34:56 UTC 2015


>From 175c5f81dd1c31905aee7a96d1441df495842d85 Mon Sep 17 00:00:00 2001
From: Rex Dieter <rdieter at fedoraproject.org>
Date: Sun, 19 Apr 2009 21:37:04 +0000
Subject: - update openssl patch (for 0.9.8k)


diff --git a/kdelibs-3.5.10-openssl.patch b/kdelibs-3.5.10-openssl.patch
new file mode 100644
index 0000000..399e8b7
--- /dev/null
+++ b/kdelibs-3.5.10-openssl.patch
@@ -0,0 +1,43 @@
+diff -up kdelibs-3.5.10/kio/kssl/kopenssl.cc.openssl kdelibs-3.5.10/kio/kssl/kopenssl.cc
+--- kdelibs-3.5.10/kio/kssl/kopenssl.cc.openssl	2006-07-22 03:16:39.000000000 -0500
++++ kdelibs-3.5.10/kio/kssl/kopenssl.cc	2009-04-19 16:34:14.000000000 -0500
+@@ -329,6 +329,19 @@ KConfig *cfg;
+              #ifdef SHLIB_VERSION_NUMBER
+              << "libssl.so." SHLIB_VERSION_NUMBER
+              #endif
++             << "libssl.so.0.9.8k"
++             << "libssl.so.8"
++             << "libssl.so.0.9.8g"
++             << "libssl.so.7"
++             << "libssl.so.0.9.8b"
++             << "libssl.so.0.9.8a"
++             << "libssl.so.6"
++             << "libssl.so.0.9.7e"
++             << "libssl.so.5"
++             << "libssl.so.0.9.7a"
++             << "libssl.so.4"
++             << "libssl.so.0.9.6b"
++             << "libssl.so.2"
+              << "libssl.so"
+ 	     << "libssl.so.0"
+              #endif
+@@ -346,6 +359,19 @@ KConfig *cfg;
+              #ifdef SHLIB_VERSION_NUMBER
+              << "libcrypto.so." SHLIB_VERSION_NUMBER
+              #endif
++             << "libcrypto.so.0.9.8k"
++             << "libcrypto.so.8"
++             << "libcrypto.so.0.9.8g"
++             << "libcrypto.so.7"
++             << "libcrypto.so.0.9.8b"
++             << "libcrypto.so.0.9.8a"
++             << "libcrypto.so.6"
++             << "libcrypto.so.0.9.7e"
++             << "libcrypto.so.5"
++             << "libcrypto.so.0.9.7a"
++             << "libcrypto.so.4"
++             << "libcrypto.so.0.9.6b"
++             << "libcrypto.so.2"
+              << "libcrypto.so"
+ 	     << "libcrypto.so.0"
+              #endif
diff --git a/kdelibs-3.5.7-openssl.patch b/kdelibs-3.5.7-openssl.patch
deleted file mode 100644
index f44f096..0000000
--- a/kdelibs-3.5.7-openssl.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-diff -up kdelibs-3.5.8/kio/kssl/kopenssl.cc.openssl kdelibs-3.5.8/kio/kssl/kopenssl.cc
---- kdelibs-3.5.8/kio/kssl/kopenssl.cc.openssl	2006-07-22 03:16:39.000000000 -0500
-+++ kdelibs-3.5.8/kio/kssl/kopenssl.cc	2007-12-04 08:13:44.000000000 -0600
-@@ -329,6 +329,17 @@ KConfig *cfg;
-              #ifdef SHLIB_VERSION_NUMBER
-              << "libssl.so." SHLIB_VERSION_NUMBER
-              #endif
-+             << "libssl.so.0.9.8g"
-+             << "libssl.so.7"
-+             << "libssl.so.0.9.8b"
-+             << "libssl.so.0.9.8a"
-+             << "libssl.so.6"
-+             << "libssl.so.0.9.7e"
-+             << "libssl.so.5"
-+             << "libssl.so.0.9.7a"
-+             << "libssl.so.4"
-+             << "libssl.so.0.9.6b"
-+             << "libssl.so.2"
-              << "libssl.so"
- 	     << "libssl.so.0"
-              #endif
-@@ -346,6 +357,17 @@ KConfig *cfg;
-              #ifdef SHLIB_VERSION_NUMBER
-              << "libcrypto.so." SHLIB_VERSION_NUMBER
-              #endif
-+             << "libcrypto.so.0.9.8g"
-+             << "libcrypto.so.7"
-+             << "libcrypto.so.0.9.8b"
-+             << "libcrypto.so.0.9.8a"
-+             << "libcrypto.so.6"
-+             << "libcrypto.so.0.9.7e"
-+             << "libcrypto.so.5"
-+             << "libcrypto.so.0.9.7a"
-+             << "libcrypto.so.4"
-+             << "libcrypto.so.0.9.6b"
-+             << "libcrypto.so.2"
-              << "libcrypto.so"
- 	     << "libcrypto.so.0"
-              #endif
diff --git a/kdelibs3.spec b/kdelibs3.spec
index 6b19caa..9ea060b 100644
--- a/kdelibs3.spec
+++ b/kdelibs3.spec
@@ -36,7 +36,7 @@
 
 Summary: K Desktop Environment 3 - Libraries
 Version: 3.5.10
-Release: 10%{?dist}
+Release: 11%{?dist}
 
 %if 0%{?fedora} > 8
 Name: kdelibs3
@@ -62,7 +62,7 @@ Source3: devices.protocol
 Patch1: kdelibs-3.5.1-xdg-menu.patch
 Patch2: kdelibs-3.0.0-ndebug.patch
 Patch4: kdelibs-3.0.4-ksyscoca.patch
-Patch5: kdelibs-3.5.7-openssl.patch
+Patch5: kdelibs-3.5.10-openssl.patch
 Patch15: kdelibs-3.4.91-buildroot.patch
 Patch32: kdelibs-3.2.3-cups.patch
 Patch33: kdelibs-3.3.2-ppc.patch
@@ -623,6 +623,9 @@ touch --no-create %{_datadir}/icons/crystalsvg 2> /dev/null || :
 
 
 %changelog
+* Sun Apr 19 2009 Rex Dieter <rdieter at fedoraproject.org> - 3.5.10-11
+- update openssl patch (for 0.9.8k)
+
 * Thu Apr 16 2009 Rex Dieter <rdieter at fedoraproject.org> - 3.5.10-10
 - move designer plugins to runtime (#487622)
 - make -apidocs noarch
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/kdelibs3.git/commit/?h=epel7&id=175c5f81dd1c31905aee7a96d1441df495842d85


More information about the scm-commits mailing list