Author: arekm                        Date: Sun Apr 11 18:09:45 2010 GMT
Module: packages                      Tag: DEVEL
---- Log message:
- openssl 1.0.0 build fix

---- Files affected:
packages/mutt:
   mutt.spec (1.222.2.2 -> 1.222.2.3) , mutt-openssl.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/mutt/mutt.spec
diff -u packages/mutt/mutt.spec:1.222.2.2 packages/mutt/mutt.spec:1.222.2.3
--- packages/mutt/mutt.spec:1.222.2.2   Sun Apr 11 19:42:03 2010
+++ packages/mutt/mutt.spec     Sun Apr 11 20:09:37 2010
@@ -58,6 +58,7 @@
 Patch19:       %{name}-imap_recent.patch
 Patch20:       %{name}-Muttrc.head.patch
 Patch21:       %{name}-smime.rc.patch
+Patch22:       %{name}-openssl.patch
 URL:           http://www.mutt.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -163,6 +164,7 @@
 %{?with_imap_recent:%patch19 -p1}
 %patch20 -p1
 %patch21 -p1
+%patch22 -p1
 
 # force regeneration (manual.sgml is modified by some patches)
 rm -f doc/{manual*.html,manual.txt}
@@ -267,6 +269,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.222.2.3  2010/04/11 18:09:37  arekm
+- openssl 1.0.0 build fix
+
 Revision 1.222.2.2  2010/04/11 17:42:03  pawelz
 - dropped pgp_hook patch. Nobody has been interested in porting this patch to
   mutt 1.5.20 for more than 8 months (including its author) so I assume nobody

================================================================
Index: packages/mutt/mutt-openssl.patch
diff -u /dev/null packages/mutt/mutt-openssl.patch:1.1
--- /dev/null   Sun Apr 11 20:09:45 2010
+++ packages/mutt/mutt-openssl.patch    Sun Apr 11 20:09:37 2010
@@ -0,0 +1,11 @@
+--- a/mutt_ssl.c       2009-06-10 07:08:29.000000000 +0200
++++ b/mutt_ssl.c       2010-04-02 01:42:55.000000000 +0200
+@@ -652,7 +652,7 @@
+   char *buf = NULL;
+   int bufsize;
+   /* needed to get the DNS subjectAltNames: */
+-  STACK *subj_alt_names;
++  STACK_OF(X509) *subj_alt_names;
+   int subj_alt_names_count;
+   GENERAL_NAME *subj_alt_name;
+   /* did we find a name matching hostname? */
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mutt/mutt.spec?r1=1.222.2.2&r2=1.222.2.3&f=u

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to