16 lines
702 B
Text
16 lines
702 B
Text
# $NetBSD: Makefile.patches,v 1.9 2008/11/28 03:17:58 taca 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=
|
|
PATCH_DIST_STRIP= -p2
|
|
PATCH_SITES= http://www.samba.org/samba/ftp/patches/security/
|
|
PATCHFILES= samba-3.0.32-CVE-2008-4314.patch
|