diff options
author | taca <taca@pkgsrc.org> | 2007-10-28 07:28:45 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2007-10-28 07:28:45 +0000 |
commit | 22c60d0987aea2a40c91a0fa91dbbcc6f964b4ed (patch) | |
tree | 32bd3d9fa13470b0fc7cd21657ae706695353731 /net/samba/Makefile.patches | |
parent | 885e84830cf8d7beac1755a2649e0f85d3beb0bb (diff) | |
download | pkgsrc-22c60d0987aea2a40c91a0fa91dbbcc6f964b4ed.tar.gz |
Update samba to 3.0.26a.
pkgsrc change: Add support for DESTDIR.
Changes from 3.0.24 are huge, please refer WHATSNEW.txt.
<http://viewcvs.samba.org/cgi-bin/viewcvs.cgi/branches/SAMBA_3_0_26/WHATSNEW.txt?rev=22651&view=markup>
Diffstat (limited to 'net/samba/Makefile.patches')
-rw-r--r-- | net/samba/Makefile.patches | 27 |
1 files changed, 10 insertions, 17 deletions
diff --git a/net/samba/Makefile.patches b/net/samba/Makefile.patches index b49e49999d5..52588e09a64 100644 --- a/net/samba/Makefile.patches +++ b/net/samba/Makefile.patches @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.patches,v 1.4 2007/05/19 17:55:13 tron Exp $ +# $NetBSD: Makefile.patches,v 1.5 2007/10/28 07:28:45 taca Exp $ # # This Makefile fragment describes the recommended patches for the # currently packaged version of Samba. All recommended patches for @@ -7,23 +7,16 @@ # 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= 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_SITES= http://www.samba.org/samba/patches/patches-${VERSION}/ +#PATCHFILES= +#PATCH_DIST_STRIP= -p2 -PATCH_DIST_STRIP.samba-3.0.24-CVE-2007-2447.patch= -p1 +#.for p in +#PATCHFILES+= ${p} +#SITES.${CVE_PATCH}= http://www.samba.org/samba/ftp/patches/security/ +#.endfor |