diff options
Diffstat (limited to 'net/samba/Makefile.patches')
-rw-r--r-- | net/samba/Makefile.patches | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/net/samba/Makefile.patches b/net/samba/Makefile.patches index 7fe60010bc8..23e11cd955c 100644 --- a/net/samba/Makefile.patches +++ b/net/samba/Makefile.patches @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.patches,v 1.2 2006/01/02 22:33:36 jlam Exp $ +# $NetBSD: Makefile.patches,v 1.3 2007/03/17 15:43:15 taca Exp $ # # This Makefile fragment describes the recommended patches for the # currently packaged version of Samba. All recommended patches for @@ -10,4 +10,11 @@ # 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/ +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 |