diff options
author | tron <tron@pkgsrc.org> | 1999-02-12 18:32:38 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-02-12 18:32:38 +0000 |
commit | 1d14380ba4fca08d5829eb0e827f722d9e66e715 (patch) | |
tree | 15313e47b33eed62ce37660ce7a3786f8c1aa0ad /mail/mutt | |
parent | f22633f3e6d8e96e9b1077a75a5e78f228b5f322 (diff) | |
download | pkgsrc-1d14380ba4fca08d5829eb0e827f722d9e66e715.tar.gz |
Update "mutt" package to version 0.95.3/0.95.3i.
Major changes since 0.95:
- Mutt was affected by the so-called "pine remote exploit". We have
implemented a work-around we believe to be safe. See
README.SECURITY and the mailcap_sanitize option for details, and
check your mailcap files for insecure entries.
- The use_mailcap option has gone. Instead, we now have
implicit_autoview. See the manual for details.
- We have more translations than ever before. Supported languages
now include cs, de, es, fr, it, nl, pl, ru, uk. And en, as usual.
- Mutt now uses version 0.12 of the "regex" library instead of rx.
This library is believed to be far more stable than rx. See
INSTALL for details.
Diffstat (limited to 'mail/mutt')
-rw-r--r-- | mail/mutt/Makefile | 4 | ||||
-rw-r--r-- | mail/mutt/files/md5 | 6 | ||||
-rw-r--r-- | mail/mutt/pkg/PLIST | 9 |
3 files changed, 11 insertions, 8 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 3807fba27e2..94061e0d9e1 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 1999/01/08 00:41:41 tron Exp $ +# $NetBSD: Makefile,v 1.18 1999/02/12 18:32:38 tron Exp $ DISTNAME= mutt-${MUTT_VERSION} CATEGORIES= mail @@ -22,7 +22,7 @@ CONFIGURE_ENV+= LDFLAGS=-s .include "../../mk/bsd.pkg.mk" -MUTT_BASE_VERSION= 0.95.1 +MUTT_BASE_VERSION= 0.95.3 .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 a4e434fdde3..93eab6e859c 100644 --- a/mail/mutt/files/md5 +++ b/mail/mutt/files/md5 @@ -1,4 +1,4 @@ -$NetBSD: md5,v 1.9 1999/01/04 21:09:37 tron Exp $ +$NetBSD: md5,v 1.10 1999/02/12 18:32:38 tron Exp $ -MD5 (mutt-0.95.1.tar.gz) = 02a0d0c9427053779b7b64473523b489 -MD5 (mutt-0.95.1i.tar.gz) = 7feed41ab385afd854209b7be7a5e325 +MD5 (mutt-0.95.3.tar.gz) = da4280dac1209a69be5d7de043f205da +MD5 (mutt-0.95.3i.tar.gz) = 0de372aa17341e96cc0fefc328197e0f diff --git a/mail/mutt/pkg/PLIST b/mail/mutt/pkg/PLIST index 2bd367a70df..09a3fcdb937 100644 --- a/mail/mutt/pkg/PLIST +++ b/mail/mutt/pkg/PLIST @@ -1,15 +1,17 @@ -@comment $NetBSD: PLIST,v 1.4 1999/01/04 21:09:37 tron Exp $ +@comment $NetBSD: PLIST,v 1.5 1999/02/12 18:32:38 tron Exp $ bin/mutt etc/Muttrc etc/mime.types man/man1/mutt.1 man/man1/mutt_dotlock.1 +share/locale/cs/LC_MESSAGES/mutt.mo share/locale/de/LC_MESSAGES/mutt.mo -share/locale/fr/LC_MESSAGES/mutt.mo share/locale/es/LC_MESSAGES/mutt.mo +share/locale/fr/LC_MESSAGES/mutt.mo +share/locale/it/LC_MESSAGES/mutt.mo +share/locale/nl/LC_MESSAGES/mutt.mo share/locale/pl/LC_MESSAGES/mutt.mo share/locale/ru/LC_MESSAGES/mutt.mo -share/locale/it/LC_MESSAGES/mutt.mo share/locale/uk/LC_MESSAGES/mutt.mo share/doc/mutt/applying-patches.txt share/doc/mutt/devel-notes.txt @@ -22,6 +24,7 @@ share/doc/mutt/NEWS share/doc/mutt/TODO share/doc/mutt/manual.txt share/doc/mutt/PGP-Notes.txt +share/doc/mutt/README.SECURITY share/mutt/charsets/ansi-x3-110-1983 share/mutt/charsets/ansi-x3-4-1968 share/mutt/charsets/asmo-449 |