diff options
author | remko <remko@FreeBSD.org> | 2007-12-12 06:39:55 +0800 |
---|---|---|
committer | remko <remko@FreeBSD.org> | 2007-12-12 06:39:55 +0800 |
commit | 12e1b686122b1e54b103375632256f4def3fa7b3 (patch) | |
tree | 94999decb965dfc805786b56fa5b366267f687f2 /net/samba3 | |
parent | 568e01e854b464d6e7e640f3f9c1aa50301eb55f (diff) | |
download | freebsd-ports-gnome-12e1b686122b1e54b103375632256f4def3fa7b3.tar.gz freebsd-ports-gnome-12e1b686122b1e54b103375632256f4def3fa7b3.tar.zst freebsd-ports-gnome-12e1b686122b1e54b103375632256f4def3fa7b3.zip |
Make Samba forbidden till Timur had the time to upgrade this, because
samba appears to be vulnerable to remote code execution which could harm
our users.
This will be removed after we have a safe version to which we can upgrade.
Hat: secteam
Discussed with and requested by: timur
Diffstat (limited to 'net/samba3')
-rw-r--r-- | net/samba3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/samba3/Makefile b/net/samba3/Makefile index 52c6bea33160..2783b60541b5 100644 --- a/net/samba3/Makefile +++ b/net/samba3/Makefile @@ -17,6 +17,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pre/:S/.r/rc/} MAINTAINER?= timur@FreeBSD.org COMMENT?= A free SMB and CIFS client and server for UNIX +FORBIDDEN= "Remote Code Execution Vulnerability - CVE-2007-6015" + CONFLICTS?= ja-samba-2.* ja-samba-3.* samba-2.* sharity-light-1.* USE_ICONV= yes |