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 | 3e136c4c697ebfbbb4a579914550182a0e603e7d (patch) | |
tree | aff6aa078b5aa38e8186a494ec3050cf5bef1967 /mail/proxsmtp/Makefile | |
parent | f213e6b18889045698e427b53ee47ac279d855c5 (diff) | |
download | pkgsrc-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/Makefile')
-rw-r--r-- | mail/proxsmtp/Makefile | 6 |
1 files changed, 2 insertions, 4 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: |