diff options
author | shattered <shattered@pkgsrc.org> | 2013-10-08 19:41:00 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2013-10-08 19:41:00 +0000 |
commit | 270a55bdfd4c28240bef14fd0e5f6cd2987b08c3 (patch) | |
tree | 02954ee2af356c2c15c32a3bbb648f624a823d56 /mail/proxsmtp/Makefile | |
parent | 4fca3a4a33076a12f208b1a168c5e993c532eceb (diff) | |
download | pkgsrc-270a55bdfd4c28240bef14fd0e5f6cd2987b08c3.tar.gz |
Update to 1.10. Changes:
Avoid 'dead filter commands that never terminate' by close everything
except fd 0, 1, 2 before running the filter command.
Diffstat (limited to 'mail/proxsmtp/Makefile')
-rw-r--r-- | mail/proxsmtp/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/proxsmtp/Makefile b/mail/proxsmtp/Makefile index ea7ae699dd2..f6cfff1efff 100644 --- a/mail/proxsmtp/Makefile +++ b/mail/proxsmtp/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.11 2012/10/08 12:19:28 asau Exp $ +# $NetBSD: Makefile,v 1.12 2013/10/08 19:41:00 shattered Exp $ -DISTNAME= proxsmtp-1.9 +DISTNAME= proxsmtp-1.10 CATEGORIES= mail -MASTER_SITES= http://memberwebs.com/stef/software/proxsmtp/ +MASTER_SITES= http://thewalter.net/stef/software/proxsmtp/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://memberwebs.com/stef/software/proxsmtp/ +HOMEPAGE= http://thewalter.net/stef/software/proxsmtp/ COMMENT= SMTP proxy content filter LICENSE= modified-bsd |