pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/mutt Update "mutt" package to version 1.4.2.3. Th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63b9ffeed9b5
branches:  trunk
changeset: 529203:63b9ffeed9b5
user:      tron <tron%pkgsrc.org@localhost>
date:      Sun May 27 13:34:16 2007 +0000

description:
Update "mutt" package to version 1.4.2.3. The new version fixes the
security vulnerabilities reported in CVE-2007-1558 and CVE-2007-2683.

diffstat:

 mail/mutt/Makefile         |   6 ++----
 mail/mutt/distinfo         |  10 +++++-----
 mail/mutt/patches/patch-ab |  19 +++++--------------
 3 files changed, 12 insertions(+), 23 deletions(-)

diffs (67 lines):

diff -r 2a6af0e9708a -r 63b9ffeed9b5 mail/mutt/Makefile
--- a/mail/mutt/Makefile        Sun May 27 09:55:53 2007 +0000
+++ b/mail/mutt/Makefile        Sun May 27 13:34:16 2007 +0000
@@ -1,8 +1,6 @@
-# $NetBSD: Makefile,v 1.148 2007/01/07 09:13:58 rillig Exp $
+# $NetBSD: Makefile,v 1.149 2007/05/27 13:34:16 tron Exp $
 
-DISTNAME=              mutt-1.4.2.2i
-PKGREVISION=           3
-PKGNAME=               ${DISTNAME:C/i$//}
+DISTNAME=              mutt-1.4.2.3
 CATEGORIES=            mail
 MASTER_SITES=          ftp://ftp.mutt.org/mutt/ \
                        ftp://ftp.stealth.net/pub/mirrors/ftp.mutt.org/pub/mutt/ \
diff -r 2a6af0e9708a -r 63b9ffeed9b5 mail/mutt/distinfo
--- a/mail/mutt/distinfo        Sun May 27 09:55:53 2007 +0000
+++ b/mail/mutt/distinfo        Sun May 27 13:34:16 2007 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.33 2006/12/11 12:46:51 salo Exp $
+$NetBSD: distinfo,v 1.34 2007/05/27 13:34:16 tron Exp $
 
-SHA1 (mutt-1.4.2.2i.tar.gz) = 0ee12f734f21186b143fa96a5ea79f72397747fb
-RMD160 (mutt-1.4.2.2i.tar.gz) = a749c13e9b56b0f3cf09ce5eabae3fd2edce4c0a
-Size (mutt-1.4.2.2i.tar.gz) = 2676306 bytes
+SHA1 (mutt-1.4.2.3.tar.gz) = b23e46873f0247e85a4417cf338d64ea698c9b2c
+RMD160 (mutt-1.4.2.3.tar.gz) = 59e66c308cd4967e587ad1dc73dd76c7f0d06ef1
+Size (mutt-1.4.2.3.tar.gz) = 2646433 bytes
 SHA1 (patch-aa) = 057c11486bb855e321853a106992c8792b75b812
-SHA1 (patch-ab) = 46518ebcd144bdb19da3f2238455d25544539e23
+SHA1 (patch-ab) = 2ba2794acdf7c73b28c07344a245f56742d53b92
 SHA1 (patch-ac) = acfece3438c1cadc43247c590045699be7212ede
 SHA1 (patch-ad) = 8baac1337c1ab65e98055915f045e99d91015677
 SHA1 (patch-ag) = c369b0b5d4855e50a016530f81190b2cbd47cef1
diff -r 2a6af0e9708a -r 63b9ffeed9b5 mail/mutt/patches/patch-ab
--- a/mail/mutt/patches/patch-ab        Sun May 27 09:55:53 2007 +0000
+++ b/mail/mutt/patches/patch-ab        Sun May 27 13:34:16 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.13 2006/07/14 19:55:56 tron Exp $
+$NetBSD: patch-ab,v 1.14 2007/05/27 13:34:16 tron Exp $
 
---- Makefile.in.orig   2006-07-14 19:38:58.000000000 +0100
-+++ Makefile.in        2006-07-14 20:45:15.000000000 +0100
-@@ -167,7 +167,7 @@
+--- Makefile.in.orig   2007-05-27 02:00:00.000000000 +0100
++++ Makefile.in        2007-05-27 14:24:37.000000000 +0100
+@@ -165,7 +165,7 @@
  DBX = @DBX@
  DEBUGGER = @DEBUGGER@
  DEFS = -DPKGDATADIR=\"$(pkgdatadir)\" -DSYSCONFDIR=\"$(sysconfdir)\" \
@@ -11,16 +11,7 @@
        -DHAVE_CONFIG_H=1
  
  DEPDIR = @DEPDIR@
-@@ -267,7 +267,7 @@
- install_sh = @install_sh@
- libdir = @libdir@
- libexecdir = @libexecdir@
--localstatedir = @localstatedir@
-+localstatedir = $(prefix)/share/locale
- mandir = @mandir@
- mkdir_p = @mkdir_p@
- oldincludedir = @oldincludedir@
-@@ -985,7 +985,7 @@
+@@ -987,7 +987,7 @@
                ln -sf $(DESTDIR)$(bindir)/mutt_dotlock $(DESTDIR)$(bindir)/mutt.dotlock ; \
        fi
        if test -f $(DESTDIR)$(bindir)/mutt_dotlock && test x@DOTLOCK_GROUP@ != x ; then \



Home | Main Index | Thread Index | Old Index