diff --git a/msmtp-fix-newopenssl.patch b/msmtp-fix-newopenssl.patch deleted file mode 100644 index 1176b8b..0000000 --- a/msmtp-fix-newopenssl.patch +++ /dev/null @@ -1,22 +0,0 @@ -Index: msmtp-1.4.20/src/tls.c -=================================================================== ---- msmtp-1.4.20.orig/src/tls.c -+++ msmtp-1.4.20/src/tls.c -@@ -888,7 +888,7 @@ int tls_check_cert(tls_t *tls, const cha - char *buf; - int length; - /* needed to get the DNS subjectAltNames: */ -- STACK *subj_alt_names; -+ STACK_OF(GENERAL_NAME) *subj_alt_names; - int subj_alt_names_count; - GENERAL_NAME *subj_alt_name; - /* did we find a name matching hostname? */ -@@ -988,7 +988,7 @@ int tls_check_cert(tls_t *tls, const cha - /* Try the DNS subjectAltNames. */ - match_found = 0; - if ((subj_alt_names = -- X509_get_ext_d2i(x509cert, NID_subject_alt_name, NULL, NULL))) -+ (STACK_OF(GENERAL_NAME)*)X509_get_ext_d2i(x509cert, NID_subject_alt_name, NULL, NULL))) - { - subj_alt_names_count = sk_GENERAL_NAME_num(subj_alt_names); - for (i = 0; i < subj_alt_names_count; i++) diff --git a/msmtp.changes b/msmtp.changes index a64defe..5db8e7c 100644 --- a/msmtp.changes +++ b/msmtp.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Mon Apr 19 16:13:36 CEST 2010 - meissner@suse.de - -- fix build with new openSSL - ------------------------------------------------------------------- Sun Mar 21 11:03:36 UTC 2010 - pascal.bleser@opensuse.org diff --git a/msmtp.spec b/msmtp.spec index c3b1936..7c83263 100644 --- a/msmtp.spec +++ b/msmtp.spec @@ -55,7 +55,6 @@ Requires(preun):/sbin/install-info # Url: http://msmtp.sourceforge.net/ Source: http://prdownloads.sourceforge.net/msmtp/msmtp-%{version}.tar.bz2 -Patch0: msmtp-fix-newopenssl.patch # Summary: Lightweight SMTP Client @@ -87,7 +86,6 @@ examples and sample configuration files. %prep %setup -q -%patch0 -p1 %build %if 0%{?suse_version} > 1000