summaryrefslogtreecommitdiff
path: root/net/samba/Makefile.patches
blob: c2abc162efa1fdbdb3bb15e7ee6ca8fa25816184 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: Makefile.patches,v 1.4.4.1 2007/11/16 15:19:21 ghen 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.
#

# Currently, no patch is needed.
#
# 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=
PATCH_DIST_STRIP= -p2

.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