pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/grepmail Updated grepmail to 5.22.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e4e5225b5307
branches:  trunk
changeset: 464972:e4e5225b5307
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Dec 18 14:24:01 2003 +0000

description:
Updated grepmail to 5.22.

Major changes since 5.00:

New in version 5.22:
- X-Mailfolder header no longer has a line number when -n is used. (bugfix by
  Kevin Pfeiffer <pfeiffer%iu-bremen.de@localhost>)
- New -B flag prints abbreviated headers (initial patch by Kevin Pfeiffer
  <pfeiffer%iu-bremen.de@localhost>)
- Headers spanning multiple lines are now printed correctly in warnings and
  such.
- Fixed a spurious warning which would be printed if caching was not enabled.
- grepmail will now disable caching if the caching version of
  Mail::Mbox::MessageParser can not be loaded, instead of exiting.

New in version 5.21:
- Fixed line ending bugs under MS-DOS/Windows.

New in version 5.20:
- Added speed testing to the distribution
- Fixed Makefile.PL so that test modules would not be installed.
- Changed testing to use PERLRUN instead of FULLPERLRUN, which is not
  available with older versions of MakeMaker that ship with older versions of
  Perl. (Thanks to Ed Avis <ed.avis%kbcfp.com@localhost> for catching this.)
- Fixed interactive installation problems. (Thanks to Joey Hess
  <joeyh%debian.org@localhost> for catching this (again).)
- Fixed broken searching of $HOME/mail, $HOME/Mail, and $HOME/Mailbox
  directories when a mail folder can not be found. Changed $MAIL to $MAILDIR
  since $MAIL usually points to the user's inbox. (Bug found and initial patch
  by Peter Cordes <peter%llama.nslug.ns.ca@localhost>.)
- Cache file permissions are now set to protect against prying eyes. (Patch by
  Joey Hess <joey%kitenet.net@localhost>)
- The user can now specify the cache file location with the -C flag.
- Fixed compatibility problems with perl 5.005_01

New in version 5.10:
- Extracted mail parsing into the new Mail::Mbox::MessageParser module.
- Fixed small performance loss bugs in short-circuit matching of headers which
  were introduced in the last version
- Fixed some uses of uninitialized values (Originally reported by Ed Avis
  <ed.avis%kbcfp.com@localhost>.)
- Improved performance a bit.
- The Makefile.PL now uses the default values when run non-interactively.
- Caching is now enabled by default. (It's no longer experimental.) Users can
  disable it during installation.
- Date specifications without times (e.g. "today") are interpreted as midnight
  of the given day instead of the current time of that day. grepmail now
  relies on Date::Manip to handle this--users must upgrade Date::Manip to get
  this support. (Thanks to Reuben Thomas <rrt%sc3d.org@localhost> for working with
  Sullivan Beck <sbeck%cise.ufl.edu@localhost> to get TodayIsMidnight added to
  Date::Manip. Original bug report by Philip Douglass
  <philipsd%users.sourceforge.net@localhost>)
- Restructured test cases

diffstat:

 mail/grepmail/Makefile |  4 ++--
 mail/grepmail/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r a49b7484177b -r e4e5225b5307 mail/grepmail/Makefile
--- a/mail/grepmail/Makefile    Thu Dec 18 14:19:49 2003 +0000
+++ b/mail/grepmail/Makefile    Thu Dec 18 14:24:01 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2003/07/12 01:47:30 zuntum Exp $
+# $NetBSD: Makefile,v 1.10 2003/12/18 14:24:01 grant Exp $
 #
 
-DISTNAME=      grepmail-5.00
+DISTNAME=      grepmail-5.22
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=grepmail/}
 
diff -r a49b7484177b -r e4e5225b5307 mail/grepmail/distinfo
--- a/mail/grepmail/distinfo    Thu Dec 18 14:19:49 2003 +0000
+++ b/mail/grepmail/distinfo    Thu Dec 18 14:24:01 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2003/07/12 01:47:31 zuntum Exp $
+$NetBSD: distinfo,v 1.6 2003/12/18 14:24:01 grant Exp $
 
-SHA1 (grepmail-5.00.tar.gz) = 55f4594646dfeb4d32a58e0630e98bf3423ccc68
-Size (grepmail-5.00.tar.gz) = 699849 bytes
+SHA1 (grepmail-5.22.tar.gz) = 0fa8c8755bd3b11b329bb52a5ffcebff1b55e27f
+Size (grepmail-5.22.tar.gz) = 441252 bytes



Home | Main Index | Thread Index | Old Index