diff options
author | pst <pst@FreeBSD.org> | 1997-09-27 01:58:20 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1997-09-27 01:58:20 +0000 |
commit | e9d93621f9e902d1feb51501a51930e57ee3feb0 (patch) | |
tree | 1ebc8e55e6a63e0c328949d1ac7954a29b1f19ca /net/samba/Makefile | |
parent | 3a18681f78b1ff25ac4882f283a28d3e901d54a0 (diff) | |
download | FreeBSD-ports-e9d93621f9e902d1feb51501a51930e57ee3feb0.zip FreeBSD-ports-e9d93621f9e902d1feb51501a51930e57ee3feb0.tar.gz |
Update to Samba 1.9.17p2 -
- fixes root compromise security problem
- WINS service and browsing across subnets now works too!
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 fde21d8..1e91839 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 |