diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-08-30 05:34:18 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-08-30 05:34:18 +0000 |
commit | 809a3337ee1122e84a46ea5831d890cdbcf3013f (patch) | |
tree | bf414c5ed3169666c4f7d4d9de5bfdd9ce7ce052 /mail | |
parent | 67aae8e25dceea7001442191133be42dc12c35e0 (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/libspf2-10/Makefile | 3 | ||||
-rw-r--r-- | mail/postfix-policyd-spf/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/mail/libspf2-10/Makefile b/mail/libspf2-10/Makefile index 03de336a36fd..5a20cffbd26d 100644 --- a/mail/libspf2-10/Makefile +++ b/mail/libspf2-10/Makefile @@ -15,6 +15,9 @@ MASTER_SITE_SUBDIR= spf MAINTAINER= mnag@FreeBSD.org COMMENT= Sender Rewriting Scheme 2 C Implementation +DEPRECATED= Vulnerable as of 2008-10-27 http://portaudit.freebsd.org/2ddbfd29-a455-11dd-a55e-00163e000016.html +EXPIRATION_DATE= 2011-09-09 + CONFLICTS= ${PORTNAME}-1.2.* LATEST_LINK= ${PORTNAME}-${PORTVERSION:S/.//:R} diff --git a/mail/postfix-policyd-spf/Makefile b/mail/postfix-policyd-spf/Makefile index 3b8e62b0bfba..ef5185ab3d89 100644 --- a/mail/postfix-policyd-spf/Makefile +++ b/mail/postfix-policyd-spf/Makefile @@ -16,6 +16,9 @@ PKGNAMESUFFIX= -spf MAINTAINER= mnag@FreeBSD.org COMMENT= Implements SPF for postfix, as a policy daemon +DEPRECATED= Relies on libspf2-10 which is vulnerable as of 2008-10-27 +EXPIRATION_DATE= 2011-09-09 + LIB_DEPENDS= spf2.1:${PORTSDIR}/mail/libspf2-10 CONFLICTS= policyd-1.* |