upgrade to Samba 2.2.8a
A flaw was found in Samba which could allow remote anonymous root level privileges. http://marc.theaimsgroup.com/?l=bugtraq&m=104972664226781&w=2
This commit is contained in:
parent
e7793e3099
commit
3c38c2373b
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2003/03/16 02:26:44 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2003/04/07 19:32:40 brad Exp $
|
||||
|
||||
COMMENT= "SMB and CIFS client and server for UNIX"
|
||||
|
||||
DISTNAME= samba-2.2.8
|
||||
DISTNAME= samba-2.2.8a
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://us1.samba.org/samba/ftp/ \
|
||||
http://us2.samba.org/samba/ftp/ \
|
||||
@ -15,6 +15,8 @@ MASTER_SITES= http://us1.samba.org/samba/ftp/ \
|
||||
|
||||
HOMEPAGE= http://www.samba.org/
|
||||
|
||||
LIB_DEPENDS= popt::devel/popt
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
@ -50,6 +52,8 @@ CONFIGURE_ARGS= --libdir="${PREFIX}/lib/samba" \
|
||||
--with-ssl \
|
||||
--with-sslinc="/usr/include/ssl" \
|
||||
--with-ssllib="/usr/lib"
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
# Warning: these aditional options have not been tested.
|
||||
#CONFIGURE_ARGS+= --with-afs
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (samba-2.2.8.tar.gz) = d79512e059d11610318e7b3e507f56fc
|
||||
RMD160 (samba-2.2.8.tar.gz) = d31c50f817fb752a4cee621d36c9413a564115d4
|
||||
SHA1 (samba-2.2.8.tar.gz) = a8b2c7dc3107c7d531ac9420581ab971ca4fbe2f
|
||||
MD5 (samba-2.2.8a.tar.gz) = 347d44b9e431f9eb758824bc0e33ed91
|
||||
RMD160 (samba-2.2.8a.tar.gz) = ed9e377fe12921c31f0cb6703c12cba1a55b5181
|
||||
SHA1 (samba-2.2.8a.tar.gz) = 52428081b2baf5438cbd5c8f5b3be5d22340a3c3
|
||||
|
Loading…
Reference in New Issue
Block a user