summaryrefslogtreecommitdiff
path: root/net/samba3
diff options
context:
space:
mode:
authorJohn Fieber <jfieber@FreeBSD.org>1998-01-27 01:59:30 +0000
committerJohn Fieber <jfieber@FreeBSD.org>1998-01-27 01:59:30 +0000
commitd9ea21fea85395baaf2e4bc4ae55d3d85073b22f (patch)
treea42ff8608464125ab01e1aff05925516a5197457 /net/samba3
parentRemove netlib; they only have yorick.tar.gz and no yorick-1.4.tar.gz . (diff)
Upgrade to 1.9.18.2.
Fixes a deadlock in the new oplock code, and assorted other tweaks.
Notes
Notes: svn path=/head/; revision=9476
Diffstat (limited to 'net/samba3')
-rw-r--r--net/samba3/Makefile6
-rw-r--r--net/samba3/distinfo2
-rw-r--r--net/samba3/pkg-plist1
3 files changed, 5 insertions, 4 deletions
diff --git a/net/samba3/Makefile b/net/samba3/Makefile
index 23d9fed9dd28..f40fb7fff09b 100644
--- a/net/samba3/Makefile
+++ b/net/samba3/Makefile
@@ -3,11 +3,11 @@
# Date created: 11th Feb 1995
# Whom: gpalmer
#
-# $Id: Makefile,v 1.18 1998/01/09 04:45:42 itojun Exp $
+# $Id: Makefile,v 1.19 1998/01/14 01:17:14 itojun Exp $
#
-DISTNAME= samba-1.9.18p1
-PKGNAME= samba-1.9.18.1
+DISTNAME= samba-1.9.18p2
+PKGNAME= samba-1.9.18.2
CATEGORIES= net
MASTER_SITES= ftp://samba.anu.edu.au/pub/samba/
diff --git a/net/samba3/distinfo b/net/samba3/distinfo
index 47f08f36fd21..10ae22a93c8a 100644
--- a/net/samba3/distinfo
+++ b/net/samba3/distinfo
@@ -1 +1 @@
-MD5 (samba-1.9.18p1.tar.gz) = df38f862493c6f55ccdb220010223ce2
+MD5 (samba-1.9.18p2.tar.gz) = a6ab6ce3f246d05afa8c8118043d19d6
diff --git a/net/samba3/pkg-plist b/net/samba3/pkg-plist
index 2c64fb8f4739..cec3b69248cf 100644
--- a/net/samba3/pkg-plist
+++ b/net/samba3/pkg-plist
@@ -123,6 +123,7 @@ etc/smb.conf.default
etc/codepages/codepage.437
etc/codepages/codepage.850
etc/codepages/codepage.852
+etc/codepages/codepage.866
etc/codepages/codepage.932
@exec mkdir %D/private ; if [ ! -f %D/private/smbpasswd ] ; then chown -R root.wheel %D/private ; cat /etc/passwd | %D/bin/mksmbpasswd.sh > %D/private/smbpasswd ; chmod 500 %D/private ; chmod 600 %D/private/smbpasswd ; fi
@exec mkdir -p /var/spool/samba ; chmod 1777 /var/spool/samba