apply patch to fix konqueror for working with new openssl #174541

This commit is contained in:
Than Ngo 2005-12-13 17:43:31 +00:00
parent 03a369327f
commit 3cca7b9a72
2 changed files with 26 additions and 3 deletions

View File

@ -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

View File

@ -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 <than@redhat.com> 6:3.5.0-2
- apply patch to fix konqueror for working with new openssl #174541
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt
* - rebuilt
* Thu Dec 01 2005 Than Ngo <than@redhat.com> 6:3.5.0-1
- add fix for modular X, thanks to Ville Skyttä #174131