diff options
author | tron <tron@pkgsrc.org> | 2007-05-19 17:55:12 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2007-05-19 17:55:12 +0000 |
commit | 463aa5aee5478da40a263ee49b57b296a479446c (patch) | |
tree | 3ccef4f078560ee465dc0b85a78d3436a99b531f /net/samba/Makefile.patches | |
parent | a5f2e6092846ddb880904a20aec70127c4c6d8d2 (diff) | |
download | pkgsrc-463aa5aee5478da40a263ee49b57b296a479446c.tar.gz |
Add security patches for CVE-2007-2444, CVE-2007-2446 and CVE-2007-2447
from Samba website. Bump package revision because of these security fixes.
Diffstat (limited to 'net/samba/Makefile.patches')
-rw-r--r-- | net/samba/Makefile.patches | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/net/samba/Makefile.patches b/net/samba/Makefile.patches index 23e11cd955c..b49e49999d5 100644 --- a/net/samba/Makefile.patches +++ b/net/samba/Makefile.patches @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.patches,v 1.3 2007/03/17 15:43:15 taca Exp $ +# $NetBSD: Makefile.patches,v 1.4 2007/05/19 17:55:13 tron Exp $ # # This Makefile fragment describes the recommended patches for the # currently packaged version of Samba. All recommended patches for @@ -18,3 +18,12 @@ PATCHFILES= share_security_ntlmv2.diff \ dfs_referral.diff \ directory_delete.diff PATCH_DIST_STRIP= -p2 + +.for CVE_PATCH in samba-3.0.24-CVE-2007-2444.patch \ + samba-3.0.24-CVE-2007-2446.patch \ + samba-3.0.24-CVE-2007-2447.patch +PATCHFILES+= ${CVE_PATCH} +SITES.${CVE_PATCH}= http://www.samba.org/samba/ftp/patches/security/ +.endfor + +PATCH_DIST_STRIP.samba-3.0.24-CVE-2007-2447.patch= -p1 |