summaryrefslogtreecommitdiff
path: root/mail/proxsmtp
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-12-04 20:37:47 +0000
committerjlam <jlam@pkgsrc.org>2004-12-04 20:37:47 +0000
commit3e136c4c697ebfbbb4a579914550182a0e603e7d (patch)
treeaff6aa078b5aa38e8186a494ec3050cf5bef1967 /mail/proxsmtp
parentf213e6b18889045698e427b53ee47ac279d855c5 (diff)
downloadpkgsrc-3e136c4c697ebfbbb4a579914550182a0e603e7d.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.
Diffstat (limited to 'mail/proxsmtp')
-rw-r--r--mail/proxsmtp/Makefile6
-rw-r--r--mail/proxsmtp/distinfo8
-rw-r--r--mail/proxsmtp/patches/patch-ab6
3 files changed, 9 insertions, 11 deletions
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();