From de0effee1b0f4c8d5e4988470c1eae82a015684d Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 4 Mar 1999 00:26:02 +0000 Subject: 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. --- mail/mutt/Makefile | 5 +++-- mail/mutt/files/md5 | 6 +++--- mail/mutt/patches/patch-ab | 12 ++++++++++++ 3 files changed, 18 insertions(+), 5 deletions(-) create mode 100644 mail/mutt/patches/patch-ab (limited to 'mail') 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 -- cgit v1.2.3