summaryrefslogtreecommitdiff
path: root/net/samba/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-05-13 06:44:55 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-05-13 06:44:55 +0000
commitffc49bf1564223f22396ea7d8d071ba9738f85ed (patch)
tree7d6cf7674b243ad1b3363bb9c72ed54f78e24836 /net/samba/Makefile
parent2f623fc19df65bd147acbef95cc86f9f5434619d (diff)
downloadpkgsrc-ffc49bf1564223f22396ea7d8d071ba9738f85ed.tar.gz
Update net/samba to 3.0.4.
Common bugs fixed in Samba 3.0.3 include: o Crash bugs and change notify issues in Samba's printing code. o Honoring secondary group membership on domain member servers. o TDB scalability issue surrounding the TDB_CLEAR_IF_FIRST flag. o Substitution errors for %[UuGg] in smb.conf. o winbindd crashes when using ADS security mode. o SMB signing errors. o Delays in winbindd startup caused by unnecessary connections to trusted domain controllers. o Various small memory leaks. o Winbindd failing due to expired Kerberos tickets. New features introduced in Samba 3.0.3 include: o Improved support for i18n character sets. o Support for account lockout policy based on bad password attempts. o Improved support for long password changes (>14 characters) and strong password enforcement. o Support for Windows aliases (i.e. nested groups). o Experimental support for storing DOS attribute on files and folders in Extended Attributes. o Support for local nested groups via winbindd. o Specifying options to be passed directly to the CUPS libraries. And more... please review "WHATSNEW.txt".
Diffstat (limited to 'net/samba/Makefile')
-rw-r--r--net/samba/Makefile18
1 files changed, 8 insertions, 10 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index c0e0e64d77e..ffecb2f0d61 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.121 2004/04/21 21:09:32 cube Exp $
+# $NetBSD: Makefile,v 1.122 2004/05/13 06:44:56 xtraeme Exp $
-DISTNAME= samba-3.0.2a
-PKGREVISION= 1
+DISTNAME= samba-3.0.4
CATEGORIES= net
MASTER_SITES= ftp://ftp.samba.org/pub/samba/ \
ftp://ring.asahi-net.or.jp/pub/net/samba/ \
@@ -11,7 +10,7 @@ COUNTRY_MIRRORS= au1 ca fi fr de it pl ru sg se us1 us6
.for COUNTRY in ${COUNTRY_MIRRORS}
MASTER_SITES+= ftp://${COUNTRY}.samba.org/pub/samba/
.endfor
-EXTRACT_SUFX= .tar.bz2
+#EXTRACT_SUFX= .tar.bz2
MAINTAINER= jlam@NetBSD.org
HOMEPAGE= http://www.samba.org/
@@ -151,15 +150,14 @@ post-build:
@${SED} ${FILES_SUBST_SED} ${FILESDIR}/deluser.sh > ${WRKDIR}/deluser.sh
post-install:
- cd ${PREFIX}/lib && ln -s libsmbclient.so libsmbclient.so.0
- ${RMDIR} ${SAMBA_LIBDIR}/auth
- ${RMDIR} ${SAMBA_LIBDIR}/idmap
- ${RMDIR} ${SAMBA_LIBDIR}/pdb
- ${RMDIR} ${SAMBA_LIBDIR}/rpc
+ -cd ${PREFIX}/lib && ln -s libsmbclient.so libsmbclient.so.0
+.for d in auth idmap pdb rpc
+ ${RMDIR} ${SAMBA_LIBDIR}/${d}
+.endfor
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_LIBRARY} ${WRKSRC}/nsswitch/libnss_winbind.so ${PREFIX}/lib
${INSTALL_LIBRARY} ${WRKSRC}/nsswitch/libnss_wins.so ${PREFIX}/lib
- cd ${WRKSRC}/../docs/Registry; for file in *.reg; do \
+ cd ${WRKSRC}/../docs/registry; for file in *.reg; do \
${INSTALL_DATA} $$file ${DOCDIR}/$$file; \
done
${INSTALL_DATA_DIR} ${EGDIR}