diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-03-19 18:22:58 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-03-19 18:22:58 +0000 |
commit | 756ed848eca507ffc9edd7244eff3d1abfc51e84 (patch) | |
tree | 2ba8c9408cbca4405e025d945cebf19b8e9089df /japanese | |
parent | fix RUN_DEPEDS (diff) |
Mark forbidden due to security issue.
PR: ports/50119
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
Approved by: kris (implicitly)
Notes
Notes:
svn path=/head/; revision=77164
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/samba20/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/samba20/Makefile b/japanese/samba20/Makefile index 4eec01ab3cf7..2319898272db 100644 --- a/japanese/samba20/Makefile +++ b/japanese/samba20/Makefile @@ -6,8 +6,8 @@ # PORTNAME= samba -PORTREVISION= 1 PORTVERSION= ${SAMBA_VERSION}.j${SAMBA_JA_VERSION} +PORTREVISION= 1 CATEGORIES= japanese net MASTER_SITES= ftp://ftp.samba.gr.jp/pub/samba-jp/%SUBDIR%/ \ ftp://ftp.iij.ad.jp/pub/SAMBA/samba-jp/%SUBDIR%/ \ @@ -20,6 +20,8 @@ DISTNAME= ${PORTNAME}-${SAMBA_VERSION}-ja-${SAMBA_JA_VERSION} MAINTAINER= nakaji@jp.FreeBSD.org COMMENT= A free SMB and CIFS client and server for UNIX +FORBIDDEN= "There is a flaw in the Samba main smbd code which could allow an external attacker to remotely and anonymously gain Super User (root) privileges on a server running a Samba server. For more information, see http://www.samba.gr.jp/news-release/2003/20030317-1.html" + BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext NO_LATEST_LINK= yes |