summaryrefslogtreecommitdiff
path: root/net/samba/Makefile.patches
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2007-11-16 11:41:38 +0000
committertron <tron@pkgsrc.org>2007-11-16 11:41:38 +0000
commitbcc9c9dcd187f90cd10f647bf03cd4d7c3aea383 (patch)
tree70068407b06f32028f06aef209e868c5bdc7dd23 /net/samba/Makefile.patches
parentc9f31a7d7d7fea5225dce4f043dc3718ef34c753 (diff)
downloadpkgsrc-bcc9c9dcd187f90cd10f647bf03cd4d7c3aea383.tar.gz
Apply security fixes for CVE-2007-4572 and CVE-2007-5398 released by the
Samba project. Bump package revision.
Diffstat (limited to 'net/samba/Makefile.patches')
-rw-r--r--net/samba/Makefile.patches12
1 files changed, 6 insertions, 6 deletions
diff --git a/net/samba/Makefile.patches b/net/samba/Makefile.patches
index 52588e09a64..916bdffc822 100644
--- a/net/samba/Makefile.patches
+++ b/net/samba/Makefile.patches
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.patches,v 1.5 2007/10/28 07:28:45 taca Exp $
+# $NetBSD: Makefile.patches,v 1.6 2007/11/16 11:41:38 tron Exp $
#
# This Makefile fragment describes the recommended patches for the
# currently packaged version of Samba. All recommended patches for
@@ -14,9 +14,9 @@
#
#PATCH_SITES= http://www.samba.org/samba/patches/patches-${VERSION}/
#PATCHFILES=
-#PATCH_DIST_STRIP= -p2
+PATCH_DIST_STRIP= -p2
-#.for p in
-#PATCHFILES+= ${p}
-#SITES.${CVE_PATCH}= http://www.samba.org/samba/ftp/patches/security/
-#.endfor
+.for CVE_PATCH in samba-3.0.26a-CVE-2007-4572.patch samba-3.0.26a-CVE-2007-5398.patch
+PATCHFILES+= ${CVE_PATCH}
+SITES.${CVE_PATCH}= http://www.samba.org/samba/ftp/patches/security/
+.endfor