diff options
author | Paul Traina <pst@FreeBSD.org> | 1997-09-27 01:58:20 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1997-09-27 01:58:20 +0000 |
commit | e38110a2e92e395124509d237cb90493066ca69b (patch) | |
tree | 446934d4ce08f6fd7180429de848410ccb767890 /net/samba/Makefile | |
parent | Fix directory for BUILD_DEPENDS. Itojun-san, now you know why we wanted (diff) |
Update to Samba 1.9.17p2 -
- fixes root compromise security problem
- WINS service and browsing across subnets now works too!
Notes
Notes:
svn path=/head/; revision=8030
Diffstat (limited to 'net/samba/Makefile')
-rw-r--r-- | net/samba/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index fde21d8a8b76..1e91839d46fe 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -3,12 +3,12 @@ # Date created: 11th Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.11 1996/11/18 11:36:16 asami Exp $ +# $Id: Makefile,v 1.12 1997/03/05 01:35:15 pst Exp $ # -DISTNAME= samba-1.9.16p11 +DISTNAME= samba-1.9.17p2 CATEGORIES= net -MASTER_SITES= ftp://nimbus.anu.edu.au/pub/tridge/samba/ +MASTER_SITES= ftp://samba.anu.edu.au/pub/samba/ WRKSRC= ${WRKDIR}/${DISTNAME}/source MAINTAINER= gpalmer@FreeBSD.ORG @@ -16,7 +16,7 @@ MAINTAINER= gpalmer@FreeBSD.ORG MAN1= smbstatus.1 smbclient.1 smbrun.1 smbtar.1 testparm.1 testprns.1 MAN5= smb.conf.5 MAN7= samba.7 -MAN8= smbd.8 nmbd.8 +MAN8= smbd.8 nmbd.8 smbpasswd.8 pre-install: @${MKDIR} /usr/local/samba |