summaryrefslogtreecommitdiff
path: root/package/rpm/rpm-dirty-ssl-hack.patch
diff options
context:
space:
mode:
authorNigel Kukard <nkukard@lbsd.net>2008-12-31 18:12:22 +0000
committerNigel Kukard <nkukard@lbsd.net>2008-12-31 18:12:22 +0000
commita36ca7a8c5ebc54fee2672b8e0c378c03089daa7 (patch)
treecf3a832305a1a5b1f0bf59f0b125e92909093e05 /package/rpm/rpm-dirty-ssl-hack.patch
parentd31f42fe346976fd265b3bef1c68e6020ac2a2b0 (diff)
* Bump rpm to 5.1.6
- Remove patches comitted upstream - Exclude tools we don't need - Fix bundled magic mime data
Diffstat (limited to 'package/rpm/rpm-dirty-ssl-hack.patch')
-rw-r--r--package/rpm/rpm-dirty-ssl-hack.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/rpm/rpm-dirty-ssl-hack.patch b/package/rpm/rpm-dirty-ssl-hack.patch
deleted file mode 100644
index 5f258fb47..000000000
--- a/package/rpm/rpm-dirty-ssl-hack.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ru rpm-5.0.3_vanilla/rpmio/rpmdav.c rpm-5.0.3_dirty-ssl-hack/rpmio/rpmdav.c
---- rpm-5.0.3_vanilla/rpmio/rpmdav.c 2008-01-29 13:57:50.000000000 +0000
-+++ rpm-5.0.3_dirty-ssl-hack/rpmio/rpmdav.c 2008-04-09 17:06:39.000000000 +0000
-@@ -84,7 +84,7 @@
- /* =============================================================== */
- void davDestroy(void)
- {
--#ifdef NE_FEATURE_SSL
-+#if 0
- if (ne_has_support(NE_FEATURE_SSL)) {
- /* XXX http://www.nabble.com/Memory-Leaks-in-SSL_Library_init()-t3431875.html */
- ENGINE_cleanup();