mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add the new one knob WITH_BROWSING_HACKS.
- New configuration options: allow workgroups/deny workgroups. When samba is a local master on subnet these options allow you to restrict list of available workgroup names in "Network Neighbourhood". Options accept a list of names. - New configuration options: allow master/deny masters. When samba is running as a WINS server these options allow you to restrict registering of particular IP addresses as group masters. Options accept same arguments as "allow hosts". - New configuration option: workgroups. This allows you to be a member (and thus a master browser!) of multiple workgroups. - New configuration option: force local master. Allows to ignore Windows NT PDC attempts to claim master browser name on subnet. This is violation of standard, but is useful. - All registered NetBIOS names must be isprint(). Do not bump PORTREVISION, because new features show up only if WITH_BROWSING_HACKS is defined in compile-time. Submitted by: glebius
This commit is contained in:
parent
56798865d3
commit
881451e661
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114409
@ -18,7 +18,13 @@ MASTER_SITE_SUBDIR= . old-versions
|
||||
# Reworked/updated and portsified by anders@FreeBSD.org, 2003-11-08
|
||||
PATCH_SITES+= ftp://totem.fix.no/pub/mirrors/misc/:smbjail \
|
||||
ftp://ftp.nuug.no/pub/anders/distfiles/:smbjail
|
||||
PATCHFILES= samba-2.2.8a-freebsd-jail-patch-20040226.gz:smbjail
|
||||
PATCHFILES+= samba-2.2.8a-freebsd-jail-patch-20040226.gz:smbjail
|
||||
.endif
|
||||
|
||||
.if defined(WITH_BROWSING_HACKS)
|
||||
PATCH_SITES+= http://cell.sick.ru/~glebius/patches/ \
|
||||
http://people.FreeBSD.org/~glebius/
|
||||
PATCHFILES+= samba-2.2.9-browsing-hacks.diff
|
||||
.endif
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
@ -2,3 +2,5 @@ MD5 (samba-2.2.9.tar.gz) = 49f9e41a1876c629ae9355ed7599047f
|
||||
SIZE (samba-2.2.9.tar.gz) = 5453486
|
||||
MD5 (samba-2.2.8a-freebsd-jail-patch-20040226.gz) = 2c036c89365a97a404dc6939c7ef99ec
|
||||
SIZE (samba-2.2.8a-freebsd-jail-patch-20040226.gz) = 3056
|
||||
MD5 (samba-2.2.9-browsing-hacks.diff) = 39f95cdb2f9833b4eec7a05000fe2cbf
|
||||
SIZE (samba-2.2.9-browsing-hacks.diff) = 59834
|
||||
|
Loading…
Reference in New Issue
Block a user