diff options
author | John Fieber <jfieber@FreeBSD.org> | 1998-01-27 01:59:30 +0000 |
---|---|---|
committer | John Fieber <jfieber@FreeBSD.org> | 1998-01-27 01:59:30 +0000 |
commit | d9ea21fea85395baaf2e4bc4ae55d3d85073b22f (patch) | |
tree | a42ff8608464125ab01e1aff05925516a5197457 /net/samba/Makefile | |
parent | Remove 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/samba/Makefile')
-rw-r--r-- | net/samba/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 23d9fed9dd28..f40fb7fff09b 100644 --- a/net/samba/Makefile +++ b/net/samba/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/ |