o security = share and NTLMv2 Fixes an issues with servers set to "security = share" and Vista clients that send NTLMv2 responses by default. o Vista Point-n-Print Fixes several point-n-print bugs with Vista clients. o BUG 4361 Fix failure when using the Vista backup utility. o BUG 4093 Fix expansion of the %a smb.conf variable for Vista clients. o BUG 4356 Fix MS-DFS referrals with Windows Vista clients. o BUG 4188 Fix for Vista failing to delete directories on a Samba share. Bump PKGREVISION.
20 lines
743 B
Text
20 lines
743 B
Text
# $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
|
|
# 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
|