commit mutt for openSUSE:Factory
Hello community, here is the log from the commit of package mutt for openSUSE:Factory checked in at Tue Apr 20 02:27:14 CEST 2010. -------- --- mutt/mutt.changes 2009-12-02 12:53:45.000000000 +0100 +++ /mounts/work_src_done/STABLE/mutt/mutt.changes 2010-04-19 13:47:14.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Apr 19 11:46:56 UTC 2010 - lnussel@suse.de + +- fix build against openssl 1.0 + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- mutt-1.5.20-openssl_1.0.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mutt.spec ++++++ --- /var/tmp/diff_new_pack.LIKAO5/_old 2010-04-20 02:27:08.000000000 +0200 +++ /var/tmp/diff_new_pack.LIKAO5/_new 2010-04-20 02:27:08.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package mutt (Version 1.5.20) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,7 +32,7 @@ #Requires: desktop-data-SuSE AutoReqProv: on Version: 1.5.20 -Release: 6 +Release: 7 Summary: Mail Program # ftp://ftp.mutt.org/mutt/devel/ Source0: %name-%version.tar.bz2 @@ -56,6 +56,7 @@ Patch9: mutt-1.5.20-gpgme_set_locale.patch Patch10: mutt-1.5.20-bnc537141.dif Patch11: mutt-1.5.20-bnc559525.dif +Patch12: mutt-1.5.20-openssl_1.0.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %global _sysconfdir %{_sysconfdir} @@ -85,6 +86,7 @@ %patch9 -p1 %patch10 -p0 %patch11 -p0 +%patch12 -p1 cp doc/Muttrc Muttrc.SuSE cp %{S:2} . ++++++ mutt-1.5.20-openssl_1.0.diff ++++++ Index: mutt-1.5.20/mutt_ssl.c =================================================================== --- mutt-1.5.20.orig/mutt_ssl.c +++ mutt-1.5.20/mutt_ssl.c @@ -652,7 +652,7 @@ static int check_host (X509 *x509cert, c char *buf = NULL; int bufsize; /* 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? */ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de