pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/nullmailer Update to 1.03. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/215a085572f6
branches:  trunk
changeset: 515351:215a085572f6
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sat Jul 01 19:33:30 2006 +0000

description:
Update to 1.03. From the changelog:

- Fixed the SMTP protocol module to send QUIT on protocol failures.

- Added support for the SMTP AUTH LOGIN method.  Thanks to Sean
  MacLennan for the suggestion.

- Fixed the SMTP protocol module to send EHLO instead of HELO when doing
  authentication.  Thanks to Norbert Tretkowski for pointing this out.

- Fixed compile breakage on Solaris due to use of setenv.

- Fixed netstring length bug in QMQP sending module.

- If the sender name cannot be determined from the environment
  variables, try to pull it from /etc/passwd before using "unknown".
  Thanks Roderick Schertler.

diffstat:

 mail/nullmailer/Makefile         |   4 ++--
 mail/nullmailer/distinfo         |  13 ++++++-------
 mail/nullmailer/patches/patch-ab |  14 +++++++-------
 mail/nullmailer/patches/patch-ac |   8 ++++----
 mail/nullmailer/patches/patch-ad |  13 -------------
 5 files changed, 19 insertions(+), 33 deletions(-)

diffs (112 lines):

diff -r 2cb254602ebf -r 215a085572f6 mail/nullmailer/Makefile
--- a/mail/nullmailer/Makefile  Sat Jul 01 19:32:40 2006 +0000
+++ b/mail/nullmailer/Makefile  Sat Jul 01 19:33:30 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2006/05/22 07:05:27 rillig Exp $
+# $NetBSD: Makefile,v 1.24 2006/07/01 19:33:30 schmonz Exp $
 
-DISTNAME=              nullmailer-1.02
+DISTNAME=              nullmailer-1.03
 CATEGORIES=            mail
 MASTER_SITES=          ${HOMEPAGE:Q}
 
diff -r 2cb254602ebf -r 215a085572f6 mail/nullmailer/distinfo
--- a/mail/nullmailer/distinfo  Sat Jul 01 19:32:40 2006 +0000
+++ b/mail/nullmailer/distinfo  Sat Jul 01 19:33:30 2006 +0000
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.8 2006/01/14 08:20:20 schmonz Exp $
+$NetBSD: distinfo,v 1.9 2006/07/01 19:33:30 schmonz Exp $
 
-SHA1 (nullmailer-1.02.tar.gz) = eeb94fb0fdcf0944c8a1590d12f0572ae95d0dda
-RMD160 (nullmailer-1.02.tar.gz) = 5be509670c0524bec7d7e664901f88f0872536bf
-Size (nullmailer-1.02.tar.gz) = 171591 bytes
+SHA1 (nullmailer-1.03.tar.gz) = 95ed13bd0d4e05f5f66bb1a022e9424f892df3b2
+RMD160 (nullmailer-1.03.tar.gz) = b4b6244eb86a7c01330f0a65338a204c07794e23
+Size (nullmailer-1.03.tar.gz) = 172250 bytes
 SHA1 (patch-aa) = dc2ca7a43598e3057f7903319581d3d529d3326f
-SHA1 (patch-ab) = b0f48f4dd26129e9d622f06ae6522df482b3ebc6
-SHA1 (patch-ac) = 6e8f3e4ab3f11ceefdaede505b52db24d8a34fde
-SHA1 (patch-ad) = f97d25ab5ff73ca8603e06637bbae2f493af4ed6
+SHA1 (patch-ab) = 533eb2fe3203a27809f598ffedeb4f17d5e364c5
+SHA1 (patch-ac) = bcd8e868b9e8dbe5379d2a181515f358fbf1e92c
diff -r 2cb254602ebf -r 215a085572f6 mail/nullmailer/patches/patch-ab
--- a/mail/nullmailer/patches/patch-ab  Sat Jul 01 19:32:40 2006 +0000
+++ b/mail/nullmailer/patches/patch-ab  Sat Jul 01 19:33:30 2006 +0000
@@ -1,25 +1,25 @@
-$NetBSD: patch-ab,v 1.4 2006/01/03 19:12:52 schmonz Exp $
+$NetBSD: patch-ab,v 1.5 2006/07/01 19:33:30 schmonz Exp $
 
---- doc/nullmailer-send.8.orig 2005-11-07 13:30:04.000000000 -0500
+--- doc/nullmailer-send.8.orig 2006-06-23 11:19:40.000000000 -0400
 +++ doc/nullmailer-send.8
-@@ -67,16 +67,16 @@ which also requires SMTP authentication,
+@@ -74,16 +74,16 @@ PLAIN method, use:
  Blank lines and lines starting with a pound are ignored.
  .SH FILES
  .TP
 -.B /var/nullmailer/queue
-+.B @VARBASE@/spool/nullmailer/queue
++.B /var/spool/nullmailer/queue
  The message queue.
  .TP
 -.B /var/nullmailer/trigger
-+.B @VARBASE@/spool/nullmailer/trigger
++.B /var/spool/nullmailer/trigger
  A trigger file to cause immediate delivery.
  .TP
 -.B /usr/local/etc/nullmailer
-+.B @PKG_SYSCONFDIR@/nullmailer
++.B /etc/pkg/nullmailer
  The configuration directory.
  .TP
 -.B /usr/local/libexec/nullmailer
-+.B @PREFIX@/libexec/nullmailer
++.B /usr/pkg/libexec/nullmailer
  The protocol program directory.
  .SH SEE ALSO
  nullmailer-queue(8),
diff -r 2cb254602ebf -r 215a085572f6 mail/nullmailer/patches/patch-ac
--- a/mail/nullmailer/patches/patch-ac  Sat Jul 01 19:32:40 2006 +0000
+++ b/mail/nullmailer/patches/patch-ac  Sat Jul 01 19:33:30 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.3 2005/08/20 02:20:45 schmonz Exp $
+$NetBSD: patch-ac,v 1.4 2006/07/01 19:33:30 schmonz Exp $
 
 --- doc/nullmailer-queue.8.orig        2002-12-23 12:29:20.000000000 -0500
 +++ doc/nullmailer-queue.8
@@ -7,15 +7,15 @@
  .SH OTHER FILES
  .TP
 -.B /var/nullmailer/queue
-+.B @VARBASE@/spool/nullmailer/queue
++.B /var/spool/nullmailer/queue
  The directory into which the completed messages are moved.
  .TP
 -.B /var/nullmailer/tmp
-+.B @VARBASE@/spool/nullmailer/tmp
++.B /var/spool/nullmailer/tmp
  The directory in which messages are formed temporarily.
  .TP
 -.B /var/nullmailer/trigger
-+.B @VARBASE@/spool/nullmailer/trigger
++.B /var/spool/nullmailer/trigger
  A pipe used to trigger
  .BR nullmailer-send
  to immediately start sending the message from the queue.
diff -r 2cb254602ebf -r 215a085572f6 mail/nullmailer/patches/patch-ad
--- a/mail/nullmailer/patches/patch-ad  Sat Jul 01 19:32:40 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2006/01/03 19:12:52 schmonz Exp $
-
---- lib/fdbuf/fdobuf.h.orig    2005-11-10 11:10:23.000000000 -0500
-+++ lib/fdbuf/fdobuf.h
-@@ -17,6 +17,8 @@
- #ifndef FDBUF__FDOBUF__H__
- #define FDBUF__FDOBUF__H__
- 
-+#include <unistd.h>
-+
- class fdobuf : protected fdbuf
- {
- public:



Home | Main Index | Thread Index | Old Index