diff --git a/kdelibs-3.5.0-openssl0.9.8a.patch b/kdelibs-3.5.0-openssl0.9.8a.patch new file mode 100644 index 0000000..be9588a --- /dev/null +++ b/kdelibs-3.5.0-openssl0.9.8a.patch @@ -0,0 +1,20 @@ +--- kdelibs-3.3.0/kio/kssl/kopenssl.cc.orig 2004-09-20 10:24:52.699651631 +0200 ++++ kdelibs-3.3.0/kio/kssl/kopenssl.cc 2004-09-20 10:40:49.264160762 +0200 +@@ -311,6 +311,8 @@ + #ifdef SHLIB_VERSION_NUMBER + << "libssl.so." SHLIB_VERSION_NUMBER + #endif ++ << "libssl.so.0.9.8a" ++ << "libssl.so.6" + << "libssl.so" + << "libssl.so.0" + #endif +@@ -328,6 +330,8 @@ + #ifdef SHLIB_VERSION_NUMBER + << "libcrypto.so." SHLIB_VERSION_NUMBER + #endif ++ << "libcrypto.so.0.9.8a" ++ << "libcrypto.so.6" + << "libcrypto.so" + << "libcrypto.so.0" + #endif diff --git a/kdelibs.spec b/kdelibs.spec index 87e5ea5..8003659 100644 --- a/kdelibs.spec +++ b/kdelibs.spec @@ -24,7 +24,7 @@ %define disable_gcc_check_and_hidden_visibility 1 Version: 3.5.0 -Release: 1.1 +Release: 2 Summary: K Desktop Environment - Libraries Name: kdelibs Url: http://www.kde.org/ @@ -42,7 +42,7 @@ Source4: devices.protocol Patch2: kdelibs-3.0.0-ndebug.patch Patch3: kdelibs-3.2.0-icon.patch Patch4: kdelibs-3.0.4-ksyscoca.patch -Patch5: kdelibs-3.3.0-openssl.patch +Patch5: kdelibs-3.5.0-openssl0.9.8a.patch Patch7: kdelibs-3.4.0-menu.patch Patch15: kdelibs-3.4.91-buildroot.patch Patch16: kdelibs-3.1-ssl-krb5.patch @@ -394,8 +394,11 @@ exit 0 %doc %{_docdir}/HTML/en/kdelibs* %changelog +* Tue Dec 13 2005 Than Ngo 6:3.5.0-2 +- apply patch to fix konqueror for working with new openssl #174541 + * Fri Dec 09 2005 Jesse Keating -- rebuilt +* - rebuilt * Thu Dec 01 2005 Than Ngo 6:3.5.0-1 - add fix for modular X, thanks to Ville Skyttä #174131