diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-11-29 18:23:52 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-11-29 18:23:52 +0000 |
commit | eefda272ac5f335e051cf66902bffdd1f0012b86 (patch) | |
tree | 11f21d2c451102ad30dc77df25254b0add2b2704 /net/samba3 | |
parent | 32b50291c2041974839deb53b901a79ca804f744 (diff) |
- Fix potential leakage of arbitrary memory contents
- Bump PORTREVISION
PR: based on 129239
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by: maintainer (timeout, security issue, 2 days), secteam (myself)
Obtained from: samba git
Security: http://www.vuxml.org/freebsd/1583640d-be20-11dd-a578-0030843d3802.html
http://www.samba.org/samba/security/CVE-2008-4314.html
Notes
Notes:
svn path=/head/; revision=223546
Diffstat (limited to 'net/samba3')
-rw-r--r-- | net/samba3/Makefile | 6 | ||||
-rw-r--r-- | net/samba3/distinfo | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/net/samba3/Makefile b/net/samba3/Makefile index af8ddf872c37..b1cee5c53ba4 100644 --- a/net/samba3/Makefile +++ b/net/samba3/Makefile @@ -7,13 +7,17 @@ PORTNAME= samba PORTVERSION?= 3.0.32 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH?= 1 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SAMBA} MASTER_SITE_SUBDIR= . old-versions rc pre DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pre/:S/.r/rc/} +PATCH_SITES= http://us1.samba.org/samba/ftp/patches/security/ +PATCHFILES= samba-3.0.32-CVE-2008-4314.patch +PATCH_DIST_STRIP= -p2 + MAINTAINER?= timur@FreeBSD.org COMMENT?= A free SMB and CIFS client and server for UNIX diff --git a/net/samba3/distinfo b/net/samba3/distinfo index 9fdf1d1fa68c..02cf60f3679d 100644 --- a/net/samba3/distinfo +++ b/net/samba3/distinfo @@ -1,3 +1,6 @@ MD5 (samba-3.0.32.tar.gz) = be13b8dbe2785212dba49e7ced352f30 SHA256 (samba-3.0.32.tar.gz) = 8a7f50e0e85eb0c5c5a9bee7d464367afe09366e66a162cdbb4f13860c0fecd6 SIZE (samba-3.0.32.tar.gz) = 21679285 +MD5 (samba-3.0.32-CVE-2008-4314.patch) = dc60e0f9d8c3d2447e25240dfb8a5db0 +SHA256 (samba-3.0.32-CVE-2008-4314.patch) = 66b0c6b9c493bc70f6ea7df55bda8d1ffdd4baf844ef3240a2d6b35d1a78ac38 +SIZE (samba-3.0.32-CVE-2008-4314.patch) = 1846 |