diff options
author | trevor <trevor@FreeBSD.org> | 2003-03-15 21:48:17 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-03-15 21:48:17 +0000 |
commit | 843dfa17b628dbebb1b33b7f19d0abf21a4831c9 (patch) | |
tree | 3c27fd06b5fae4a189c6bc0dc3a92d094d98b568 /net | |
parent | b0fc7ce1bcf440dc45c9df2faa94844c188bfc8b (diff) | |
download | FreeBSD-ports-843dfa17b628dbebb1b33b7f19d0abf21a4831c9.zip FreeBSD-ports-843dfa17b628dbebb1b33b7f19d0abf21a4831c9.tar.gz |
Update to 2.2.8, which was released today with this note on the
Samba Web site:
A flaw has been detected 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. This
flaw exists in previous versions of Samba from 2.0.x to 2.2.7a
inclusive. This is a serious problem and all sites should either
upgrade to Samba 2.2.8 immediately or prohibit access to TCP ports
139 and 445.
I tested this in the same environment as before.
This should be fetchable too.
Requested by: dwcjr (maintainer)
pointy hat to: my collection
Diffstat (limited to 'net')
-rw-r--r-- | net/samba/Makefile | 4 | ||||
-rw-r--r-- | net/samba/distinfo | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 4433715..8ea6e1a 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -6,14 +6,12 @@ # PORTNAME= samba -PORTVERSION= 2.2.7a.20030314 +PORTVERSION= 2.2.8 CATEGORIES= net MASTER_SITES= http://us3.samba.org/samba/ftp/%SUBDIR%/ \ http://us4.samba.org/samba/ftp/%SUBDIR%/ \ http://us5.samba.org/samba/ftp/%SUBDIR%/ MASTER_SITE_SUBDIR= . old-versions -DISTNAME= ${PORTNAME}-2.2.7a -PATCHFILES= samba-2.2.7a-vs-2.2-20030314.diff.bz2 MAINTAINER= dwcjr@FreeBSD.org COMMENT= A free SMB and CIFS client and server for UNIX diff --git a/net/samba/distinfo b/net/samba/distinfo index 8cc6d88..40a8957 100644 --- a/net/samba/distinfo +++ b/net/samba/distinfo @@ -1,2 +1 @@ -MD5 (samba-2.2.7a.tar.bz2) = 8db28b53c27f8cbd564382d2f5f1787c -MD5 (samba-2.2.7a-vs-2.2-20030314.diff.bz2) = aa4b36fb659a2ccf1be1c133a3b9c084 +MD5 (samba-2.2.8.tar.bz2) = f11004debeb8a34fd269d06ff08ac926 |