diff options
author | wiz <wiz@pkgsrc.org> | 2007-03-10 01:17:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-03-10 01:17:23 +0000 |
commit | 69cb9e44f2d9e4aac9963a8c5d4d15c3e7d6e0f1 (patch) | |
tree | 05d44599ef41b986e5bde25cc2bb25ad05f0f6c9 | |
parent | 512bd12a1ac5b74a4cddd8a4335589dc3b3996d5 (diff) | |
download | pkgsrc-69cb9e44f2d9e4aac9963a8c5d4d15c3e7d6e0f1.tar.gz |
Update to 0.79:
0.79 same as 0.78_6
0.78_6 06.02.2003
- Remove old configuration variables from version 0.74.
- document $mail{Sender}
- add seconds to Date header (some buggy mailers freak out if
the time has no seconds)
- added "/" (\x2F) as a valid character in mailbox part.
- minor documentation updates
0.78_5 24.08.2002
- Adapt reference to mail headers in module to new case convention
(bug introduced in 0.78_2).
- ppd and PPM install changes...
0.78_4
no change in module, only in PPM distribution
0.78_3 11.08.2002
- support multi-line responses
- define local $\ and $_ in &sendmail to protect us from outside
settings (is this really needed?)
- delete $mail{Sender} used for envelope sender, but not needed as
header
- internal rewrite using subs to send and receive on socket
0.78_2 11.08.2002
- fix old bug with dot as 76th char disappearing.
- correct very old bug where port number was not extracted from
stuff like 'my.server:2525'.
- fix time_to_date bug with negative half-hour zones (only Newfoundland?)
- use Sys::Hostname to get the hostname for HELO. (I think it has
been part of the standard distribution for many years now)
- support different envelope sender through $mail{Sender}
- Change case of headers: first character after "-" also uppercased
now, so people who believe this is required because Outlook does it
this way stop complaining. :-)
- Enable full session output for debugging
- Do not copy the mail message again to a different variable.
- Minor documentation changes.
-rw-r--r-- | mail/p5-Mail-Sendmail/Makefile | 5 | ||||
-rw-r--r-- | mail/p5-Mail-Sendmail/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/p5-Mail-Sendmail/Makefile b/mail/p5-Mail-Sendmail/Makefile index 67e4826809a..1dcbbc8ccf8 100644 --- a/mail/p5-Mail-Sendmail/Makefile +++ b/mail/p5-Mail-Sendmail/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2006/03/04 21:30:01 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2007/03/10 01:17:23 wiz Exp $ -DISTNAME= Mail-Sendmail-0.78 +DISTNAME= Mail-Sendmail-0.79 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5mse -PKGREVISION= 2 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} diff --git a/mail/p5-Mail-Sendmail/distinfo b/mail/p5-Mail-Sendmail/distinfo index 9c70be74d83..4733ddd813f 100644 --- a/mail/p5-Mail-Sendmail/distinfo +++ b/mail/p5-Mail-Sendmail/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 09:59:26 agc Exp $ +$NetBSD: distinfo,v 1.4 2007/03/10 01:17:23 wiz Exp $ -SHA1 (Mail-Sendmail-0.78.tar.gz) = f217efff5228c59236ee347fdccdb033c7b4c615 -RMD160 (Mail-Sendmail-0.78.tar.gz) = 1274b8d354389a6463e0f9c2a243e8d14991ef29 -Size (Mail-Sendmail-0.78.tar.gz) = 14927 bytes +SHA1 (Mail-Sendmail-0.79.tar.gz) = 606d1dc108fad8ec962062b8dbdee0f7dfa82329 +RMD160 (Mail-Sendmail-0.79.tar.gz) = 6f593aecbbffed43c592e58d8dd2c342d70c8e93 +Size (Mail-Sendmail-0.79.tar.gz) = 16245 bytes |