mutt: patch for openssl 1.0.0

This commit is contained in:
Juergen Daubert 2010-06-03 11:45:51 +00:00
parent 512c0f1732
commit 586caba5ee
3 changed files with 19 additions and 2 deletions

View File

@ -1 +1,2 @@
6000f60b02767e02f38b19b055831869 mutt-1.5.20-ssl.patch
027cdd9959203de0c3c64149a7ee351c mutt-1.5.20.tar.gz

View File

@ -5,12 +5,15 @@
name=mutt
version=1.5.20
release=1
source=(ftp://ftp.mutt.org/mutt/devel/$name-$version.tar.gz)
release=2
source=(ftp://ftp.mutt.org/mutt/devel/$name-$version.tar.gz
$name-$version-ssl.patch)
build () {
cd $name-$version
patch -p0 -i $SRC/$name-$version-ssl.patch
./configure --prefix=/usr \
--mandir=/usr/man \
--with-docdir=/usr/share/mutt \

View File

@ -0,0 +1,13 @@
# http://dev.mutt.org/trac/changeset/6031%3A1cf34ea1f128/mutt_ssl.c
Index: mutt_ssl.c
===================================================================
--- mutt_ssl.c (revision 6016:dc09812e63a3)
+++ mutt_ssl.c (revision 6031:1cf34ea1f128)
@@ -653,5 +653,5 @@
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;