Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
David has not committed to these ports since 2002/12/15, and there are some
updates pending. This is inline with the new maintainer timeout policy
as speleed out in the Porter's Handbook.
Samba's ./configure will automatically pull in the system popt if
popt is installed when Samba (as port) is compiled, without
registering it as a dependency. This means popt can later be removed
without complaint, but this may break Samba.
PR: 59990
Submitted by: Matthias Andree <matthias.andree@gmx.de>
Approved by: maintainer
The patch was originally created by Gerhard Sittig
<Gerhard.Sittig@gmx.net>. Updated and portsified by me.
This still needs a little work, but at least it works.
PR: 22316
Approved by: maintainer
Samba Web site:
A flaw has been detected in the Samba main smbd code which could
allow an external attacker to remotely and anonymously gain Super
User (root) privileges on a server running a Samba server. This
flaw exists in previous versions of Samba from 2.0.x to 2.2.7a
inclusive. This is a serious problem and all sites should either
upgrade to Samba 2.2.8 immediately or prohibit access to TCP ports
139 and 445.
I tested this in the same environment as before.
This should be fetchable too.
Requested by: dwcjr (maintainer)
pointy hat to: my collection
to the SAMBA_2_2 (stable) CVS branch as of around 20:35 GMT on 14
March. Although the Samba authors say they don't consider this
production-quality, it has corrections for several bugs.
testing: built with all options except ACLs and LDAP on
4.8-RC-20030311-JPSNAP/i386; ran as a PDC and file-server with
NT 4.0 SP6a and Windows 98 SE as clients
Approved by: dwcjr (maintainer), kris (ports freeze by portmgr)
it now takes a config file rather than directly specifying the desired
options. Install a sample recycle.conf.default in LOCALBASE/etc.
Submitted by: marius@alchemy.franken.de
Approved by: maintainer
o Add a message telling users to take out -O from their CFLAGS and
recompile/reinstall samba if they encounter problems.
PR: ports/45691
Approved by: dwcjr (MAINTAINER)
Remove patch to define SMBRUN since the external smbrun program has
been axed
Add patch to fix smbclient bug when connecting to win9x machines
Submitted by: jerry@samba.org
Bump PORTREVISION to 1.
Remove a stray object file if it exists, prior to installing examples.
This patch is not guaranteed to be perfect for all permutations of WITH_*
options. However, it works for the default case.
Submitted by: alane@freebsd.org
Approved by: dwcjr@freebsd.org