diff options
author | simon <simon@FreeBSD.org> | 2006-05-20 21:10:07 +0800 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2006-05-20 21:10:07 +0800 |
commit | 4d02f304041aba60e70b59570fa0d224858ec86f (patch) | |
tree | 2cd84406e0ed2d785b040ba4c37d9f723721d076 /net | |
parent | 7ec247063f45a2a17b0316243d6c266b6a86c533 (diff) | |
download | freebsd-ports-gnome-4d02f304041aba60e70b59570fa0d224858ec86f.tar.gz freebsd-ports-gnome-4d02f304041aba60e70b59570fa0d224858ec86f.tar.zst freebsd-ports-gnome-4d02f304041aba60e70b59570fa0d224858ec86f.zip |
Belatedly mark the Samba 2 port FORBIDDEN due to remote root code
execution.
Should anyone care about this port there are patches from other OS
vendors (and potentially the japanese/samba port), which should fix this
issue.
Mark the port with a 3 month expiration date (since it has already been
in quite a while since the issue was discovered) which should allow
people plenty of time to fix the port.
Security: http://vuxml.FreeBSD.org/3b3676be-52e1-11d9-a9e7-0001020eed82.html
With hat: secteam
Diffstat (limited to 'net')
-rw-r--r-- | net/samba/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 8a4ccd18a1ea..85127e201604 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -29,6 +29,9 @@ PATCHFILES+= samba-2.2.9-browsing-hacks.diff MAINTAINER= ports@FreeBSD.org COMMENT= A free SMB and CIFS client and server for UNIX +FORBIDDEN= http://vuxml.FreeBSD.org/3b3676be-52e1-11d9-a9e7-0001020eed82.html +EXPIRATION_DATE=2006-08-20 + CONFLICTS= ja-samba-2.* samba-3.* sharity-light-1.* USE_SUBMAKE= YES USE_GMAKE= YES |