mutt: update to 1.5.21
This commit is contained in:
parent
9cb5e3be83
commit
2a7416c82d
@ -10,6 +10,7 @@ drwxr-xr-x root/root usr/etc/
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/mutt.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/smime_keys.1.gz
|
||||
drwxr-xr-x root/root usr/man/man5/
|
||||
-rw-r--r-- root/root usr/man/man5/muttrc.5.gz
|
||||
drwxr-xr-x root/root usr/share/
|
||||
|
@ -1,2 +1 @@
|
||||
6000f60b02767e02f38b19b055831869 mutt-1.5.20-ssl.patch
|
||||
027cdd9959203de0c3c64149a7ee351c mutt-1.5.20.tar.gz
|
||||
a29db8f1d51e2f10c070bf88e8a553fd mutt-1.5.21.tar.gz
|
||||
|
@ -4,16 +4,13 @@
|
||||
# Depends on: gdbm ncurses openssl zlib
|
||||
|
||||
name=mutt
|
||||
version=1.5.20
|
||||
release=2
|
||||
source=(ftp://ftp.mutt.org/mutt/devel/$name-$version.tar.gz
|
||||
$name-$version-ssl.patch)
|
||||
version=1.5.21
|
||||
release=1
|
||||
source=(ftp://ftp.mutt.org/mutt/devel/$name-$version.tar.gz)
|
||||
|
||||
build () {
|
||||
cd $name-$version
|
||||
|
||||
patch -p0 -i $SRC/$name-$version-ssl.patch
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--mandir=/usr/man \
|
||||
--with-docdir=/usr/share/mutt \
|
||||
|
@ -1,13 +0,0 @@
|
||||
# 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;
|
Loading…
x
Reference in New Issue
Block a user