Update to Samba 3.0.32.
ok sthen@
This commit is contained in:
parent
c21eea9522
commit
1abb752216
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.96 2008/08/30 17:02:26 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.97 2008/09/12 07:49:11 brad Exp $
|
||||
|
||||
COMMENT-main= SMB and CIFS client and server for UNIX
|
||||
COMMENT-docs= documentation and examples for samba
|
||||
COMMENT-docs= additional documentation and examples for Samba
|
||||
|
||||
DISTNAME= samba-3.0.31
|
||||
PKGNAME-main= ${DISTNAME}p0
|
||||
FULLPKGNAME-docs= ${DISTNAME:S/-/-docs-/}p1
|
||||
DISTNAME= samba-3.0.32
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
FULLPKGNAME-docs= ${DISTNAME:S/-/-docs-/}
|
||||
SHARED_LIBS= smbclient 1.0 \
|
||||
msrpc 1.0
|
||||
|
||||
@ -104,7 +104,6 @@ NO_REGRESS= Yes
|
||||
WRKDIST= ${WRKDIR}/${DISTNAME}/source
|
||||
|
||||
SAMBA_DOCS=${WRKSRC}/../README \
|
||||
${WRKSRC}/../docs/THANKS \
|
||||
${WRKSRC}/../docs/history \
|
||||
${WRKSRC}/../docs/registry/*.reg
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (samba-3.0.31.tar.gz) = Flq69FIscAMdmnb7tjjKBg==
|
||||
RMD160 (samba-3.0.31.tar.gz) = 3CBRuqj3jzECbxfZ+awmrUuappE=
|
||||
SHA1 (samba-3.0.31.tar.gz) = DxP89pBytANAwA6bz0rxNnDv/9M=
|
||||
SHA256 (samba-3.0.31.tar.gz) = tE8LD9eaJbLmw/ODamFcXH1VrGXEYL1ovmOA7Herwo4=
|
||||
SIZE (samba-3.0.31.tar.gz) = 20514191
|
||||
MD5 (samba-3.0.32.tar.gz) = vhO42+J4UhLbpJ587TUvMA==
|
||||
RMD160 (samba-3.0.32.tar.gz) = kb6nO5p5m4y2fV+t0ojZQD8XVJI=
|
||||
SHA1 (samba-3.0.32.tar.gz) = vLz/LACnzsB4ht4YTYdh/YtCSBA=
|
||||
SHA256 (samba-3.0.32.tar.gz) = in9Q4OhesMXFqb7n1GQ2ev4JNm5moWLNu08ThgwP7NY=
|
||||
SIZE (samba-3.0.32.tar.gz) = 21679285
|
||||
|
@ -40,6 +40,6 @@ port 901.
|
||||
swat 901/tcp # samba admin service
|
||||
...
|
||||
|
||||
See documentation files in
|
||||
Install the samba-docs package and see documentation files in
|
||||
${PREFIX}/share/doc/samba and example config files in
|
||||
${PREFIX}/share/examples/samba for more information.
|
||||
|
@ -1,2 +1,2 @@
|
||||
Samba documentation in HTML and PDF format. Also contains the online
|
||||
help for SWAT.
|
||||
Additional Samba documentation in HTML and PDF format. Also contains
|
||||
the online help for SWAT.
|
||||
|
@ -1,10 +1,8 @@
|
||||
@comment $OpenBSD: PLIST-docs,v 1.10 2008/07/25 22:01:17 brad Exp $
|
||||
@comment $OpenBSD: PLIST-docs,v 1.11 2008/09/12 07:49:11 brad Exp $
|
||||
@conflict samba-<=3.0.31p0
|
||||
share/doc/samba/
|
||||
share/doc/samba/NT4-Locking.reg
|
||||
share/doc/samba/NT4_PlainPassword.reg
|
||||
share/doc/samba/README
|
||||
share/doc/samba/README.OpenBSD
|
||||
share/doc/samba/THANKS
|
||||
share/doc/samba/Win-2Kx-XPP-DeleteCachedProfiles.reg
|
||||
share/doc/samba/Win-2Kx-XPP-ForceLocalProfile.reg
|
||||
share/doc/samba/Win-NT-DeleteRoamingProfile.reg
|
||||
@ -39,6 +37,8 @@ share/examples/samba/VFS/
|
||||
share/examples/samba/VFS/Makefile.in
|
||||
share/examples/samba/VFS/README
|
||||
share/examples/samba/VFS/autogen.sh
|
||||
share/examples/samba/VFS/config.guess
|
||||
share/examples/samba/VFS/config.sub
|
||||
share/examples/samba/VFS/configure.in
|
||||
share/examples/samba/VFS/install-sh
|
||||
share/examples/samba/VFS/shadow_copy_test.c
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.7 2008/07/11 11:40:33 brad Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.8 2008/09/12 07:49:11 brad Exp $
|
||||
@conflict samba-docs-<=3.0.31p1
|
||||
@pkgpath ${BASE_PKGPATH}
|
||||
@bin bin/eventlogadm
|
||||
bin/findsmb
|
||||
@ -107,10 +108,10 @@ lib/samba/valid.dat
|
||||
@man man/man8/vfs_shadow_copy.8
|
||||
@man man/man8/vfs_xattr_tdb.8
|
||||
@man man/man8/winbindd.8
|
||||
share/doc/samba/README
|
||||
share/doc/samba/README.OpenBSD
|
||||
share/examples/samba/
|
||||
@sample ${SYSCONFDIR}/samba/
|
||||
share/examples/samba/VFS/config.guess
|
||||
share/examples/samba/VFS/config.sub
|
||||
share/examples/samba/smb.conf.default
|
||||
@sample ${SYSCONFDIR}/samba/smb.conf
|
||||
share/swat/
|
||||
|
Loading…
Reference in New Issue
Block a user