pkgsrc/net/samba/Makefile.patches
tron 463aa5aee5 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.
2007-05-19 17:55:12 +00:00

29 lines
1 KiB
Text

# $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
# particular release of Samba are also integrated into the next release
# of Samba, so upon updating to the latest release of Samba, the
# PATCHFILES variable should be empty.
#
# The PATCHFILES are listed in chronological order according to the time
# they are added to ${PATCH_SITES}.
#
PATCH_SITES= http://www.samba.org/samba/patches/patches-${VERSION}/
PATCHFILES= share_security_ntlmv2.diff \
spoolss.diff \
vista_backup_acl.diff \
variable_os_expansion.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