diff options
author | jlam <jlam@pkgsrc.org> | 2004-12-04 20:37:47 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-12-04 20:37:47 +0000 |
commit | 66a9300301940b3deee7d55f4523b03b5529161c (patch) | |
tree | aff6aa078b5aa38e8186a494ec3050cf5bef1967 | |
parent | 2b7faa2d45247f102f9cdaef36a019712afd48dd (diff) | |
download | pkgsrc-66a9300301940b3deee7d55f4523b03b5529161c.tar.gz |
Update mail/proxsmtp to 1.0. Changes from version 0.6 include:
- Added XCLIENT support.
- Drop XCLIENT commands coming in from clients for security.
- Added big scary warnings to the sample scripts about escaping variables.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | mail/proxsmtp/Makefile | 6 | ||||
-rw-r--r-- | mail/proxsmtp/distinfo | 8 | ||||
-rw-r--r-- | mail/proxsmtp/patches/patch-ab | 6 |
4 files changed, 11 insertions, 12 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 3ef05c21ffe..b029101069b 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.8253 2004/12/04 20:36:08 wiz Exp $ +$NetBSD: CHANGES,v 1.8254 2004/12/04 20:38:49 jlam Exp $ Changes to the packages collection and infrastructure in 2004: @@ -5757,3 +5757,4 @@ Changes to the packages collection and infrastructure in 2004: Updated drivel to 1.2.3 [jmmv 2004-12-04] Added libmusepack-1.0.3 [wiz 2004-12-04] Updated xmms-musepack to 1.1 [wiz 2004-12-04] + Updated proxsmtp to 1.0 [jlam 2004-12-04] diff --git a/mail/proxsmtp/Makefile b/mail/proxsmtp/Makefile index 008c449e6b9..18dc458bfbd 100644 --- a/mail/proxsmtp/Makefile +++ b/mail/proxsmtp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/12/02 04:08:18 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2004/12/04 20:37:47 jlam Exp $ -DISTNAME= proxsmtp-0.6 +DISTNAME= proxsmtp-1.0 CATEGORIES= mail MASTER_SITES= http://memberwebs.com/nielsen/software/proxsmtp/ @@ -16,8 +16,6 @@ EGDIR= ${PREFIX}/share/examples/${PKGBASE} CONF_FILES= ${EGDIR}/proxsmtpd.conf ${PKG_SYSCONFDIR}/proxsmtpd.conf RCD_SCRIPTS= proxsmtpd -INSTALLATION_DIRS= share/examples/${PKGBASE} - .include "../../mk/pthread.buildlink3.mk" post-install: diff --git a/mail/proxsmtp/distinfo b/mail/proxsmtp/distinfo index dd0f6e3b738..084a6effd35 100644 --- a/mail/proxsmtp/distinfo +++ b/mail/proxsmtp/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/12/02 04:08:18 jlam Exp $ +$NetBSD: distinfo,v 1.2 2004/12/04 20:37:47 jlam Exp $ -SHA1 (proxsmtp-0.6.tar.gz) = 463398ce22bd0641bd1de8a7879886dbb7b2842b -Size (proxsmtp-0.6.tar.gz) = 151627 bytes +SHA1 (proxsmtp-1.0.tar.gz) = eb733956612c1655cfd2f0ac985c0a896e73e505 +Size (proxsmtp-1.0.tar.gz) = 154743 bytes SHA1 (patch-aa) = 09bba87bf89e0f3a54b68fc77922052f88563579 -SHA1 (patch-ab) = bf38136bc4fd91319a2d5c3069fcc3b980950902 +SHA1 (patch-ab) = c7d79e8491d9c7571a18da8a7bcdb3a9b7a93f11 diff --git a/mail/proxsmtp/patches/patch-ab b/mail/proxsmtp/patches/patch-ab index cbd795e0fb9..58d01f60afb 100644 --- a/mail/proxsmtp/patches/patch-ab +++ b/mail/proxsmtp/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.1.1.1 2004/12/02 04:08:18 jlam Exp $ +$NetBSD: patch-ab,v 1.2 2004/12/04 20:37:47 jlam Exp $ ---- common/smtppass.c.orig 2004-10-30 14:27:33.000000000 -0400 +--- common/smtppass.c.orig 2004-12-01 14:09:52.000000000 -0500 +++ common/smtppass.c -@@ -586,7 +586,7 @@ static spctx_t* init_thread(int fd) +@@ -591,7 +591,7 @@ static spctx_t* init_thread(int fd) g_unique_id++; sp_unlock(); |