diff options
author | tron <tron> | 1999-03-04 00:26:02 +0000 |
---|---|---|
committer | tron <tron> | 1999-03-04 00:26:02 +0000 |
commit | 66fa6b5d9d610682fd369ca58638bcaad6c30e54 (patch) | |
tree | bf215e045f99d75f242d8d457bfe7416cbda5ba2 /mail/mutt | |
parent | 2f9680b2d57f9319c4b1fcb74c1b6da20e7b8e09 (diff) | |
download | pkgsrc-66fa6b5d9d610682fd369ca58638bcaad6c30e54.tar.gz |
Update "mutt" package to version 0.95.4.
Major changes since 0.95.3:
- Mutt up to version 0.95.3 was affected by a temporary file relateda
race condition which could lead to security-relevant problems.
- We have fixed a bug which would lead to crazy behaviour when a
message was listed in it's own References header.
- IMAP and MIME should mix better now.
Diffstat (limited to 'mail/mutt')
-rw-r--r-- | mail/mutt/Makefile | 5 | ||||
-rw-r--r-- | mail/mutt/files/md5 | 6 | ||||
-rw-r--r-- | mail/mutt/patches/patch-ab | 12 |
3 files changed, 18 insertions, 5 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 9e1ae3f9383..9f7c4587c35 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 1999/02/27 01:13:55 kim Exp $ +# $NetBSD: Makefile,v 1.21 1999/03/04 00:26:02 tron Exp $ DISTNAME= mutt-${MUTT_VERSION} CATEGORIES= mail @@ -11,6 +11,7 @@ MASTER_SITES= ftp://ftp.guug.de/pub/mutt/ \ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.mutt.org/ +BUILD_DEPENDS+= automake:../../devel/automake DEPENDS+= ncurses-1.9.9g:../../devel/ncurses GNU_CONFIGURE= yes @@ -21,7 +22,7 @@ CONFIGURE_ENV+= LDFLAGS=-s .include "../../mk/bsd.pkg.mk" -MUTT_BASE_VERSION= 0.95.3 +MUTT_BASE_VERSION= 0.95.4 .if defined(MUTT_INTERNATIONAL) && ${MUTT_INTERNATIONAL} == YES MUTT_VERSION= ${MUTT_BASE_VERSION}i diff --git a/mail/mutt/files/md5 b/mail/mutt/files/md5 index 93eab6e859c..ced7d4ccc95 100644 --- a/mail/mutt/files/md5 +++ b/mail/mutt/files/md5 @@ -1,4 +1,4 @@ -$NetBSD: md5,v 1.10 1999/02/12 18:32:38 tron Exp $ +$NetBSD: md5,v 1.11 1999/03/04 00:26:02 tron Exp $ -MD5 (mutt-0.95.3.tar.gz) = da4280dac1209a69be5d7de043f205da -MD5 (mutt-0.95.3i.tar.gz) = 0de372aa17341e96cc0fefc328197e0f +MD5 (mutt-0.95.4.tar.gz) = bd06c6bdf96c24b0654206e199911254 +MD5 (mutt-0.95.4i.tar.gz) = 9e35e9763a45deb145f9d3a4353d51c8 diff --git a/mail/mutt/patches/patch-ab b/mail/mutt/patches/patch-ab new file mode 100644 index 00000000000..56aaca716d4 --- /dev/null +++ b/mail/mutt/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1 1999/03/04 00:26:02 tron Exp $ + +--- configure.orig Wed Mar 3 20:52:34 1999 ++++ configure Thu Mar 4 01:07:25 1999 +@@ -5228,6 +5228,7 @@ + s%@DEFS@%$DEFS%g + s%@LDFLAGS@%$LDFLAGS%g + s%@LIBS@%$LIBS%g ++s%@SHELL@%/bin/sh%g + s%@exec_prefix@%$exec_prefix%g + s%@prefix@%$prefix%g + s%@program_transform_name@%$program_transform_name%g |