1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
Commit Graph

196 Commits

Author SHA1 Message Date
Dirk Meyer
d812959dcf - add SHA256 2005-11-20 10:56:31 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Dirk Meyer
d934bca7e8 PR: 80288
Submitted by:	Andre Albsmeier
2005-09-22 13:50:02 +00:00
Yen-Ming Lee
fb879cb6b9 - remove backup file left after patch and fix build 2005-09-07 01:09:01 +00:00
Pav Lucistnik
648289b351 - Fix build with certain options
PR:		ports/85517
Submitted by:	rik
2005-08-31 20:17:23 +00:00
Oliver Lehmann
392aa128b5 change the libtool version to use from 1.3 to 1.5 2005-06-02 20:28:41 +00:00
Dirk Meyer
581d914bd4 - fix generated plist to preserve secrets.tdb
this affects only deinstallation, no version bump.
PR:		72188
2004-10-19 01:45:29 +00:00
Dirk Meyer
a14f7b87de - add option WITH_INCLUDED_POPT
Submitted by:	Victor Sudakov

- Security Update to 2.2.12
CAN-2004-0815
PR:		72199
Submitted by:	Dmitry A Grigorovich
Approved by:	portmgr (marcus)
2004-10-03 19:47:28 +00:00
Dirk Meyer
8404ee351d - make portlint happier
- use DOCSDIR and EXAMPLESDIR
2004-09-02 20:04:25 +00:00
Dirk Meyer
0def0f1112 - workaround "Change Passwort" GID problem
PR:		52859, 60361
Submitted by:	Jean Milanez Melo
2004-08-18 14:10:03 +00:00
Pav Lucistnik
a03a731317 - Update to 2.2.11
PR:		ports/70450
Submitted by:	Dmitry A Grigorovich <odip@bionet.nsc.ru>
2004-08-15 18:11:37 +00:00
Anders Nordby
040b5e1076 Update jail patch for Samba 2.2.10. 2004-08-09 22:03:03 +00:00
Sergey Matveychuk
556ecdc782 Update to 2.2.10 (bugfix release)
PR:		ports/69528
Submitted by:	Dmitry A Grigorovich <odip@bionet.nsc.ru>
2004-07-24 15:48:58 +00:00
Tom Rhodes
478886d977 Mark FORBIDDEN. 2004-07-22 15:16:05 +00:00
Sergey A. Osokin
881451e661 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
2004-07-22 07:30:35 +00:00
Pav Lucistnik
562781456c - Teach rpcclient to recognize parameters in -c <command> correctly, ie.:
rpcclient -c "shutdown -r" <host>

PR:		ports/66746
Submitted by:	Rudolf Cejka <cejkar@fit.vutbr.cz>
2004-05-25 08:17:45 +00:00
Oliver Braun
ffb13e7956 Fix permissions of examples/VFS/configure.
Reported by:	many
2004-05-12 17:00:22 +00:00
Oliver Eikemeier
f402799e66 use USE_OPENLDAP
Submitted by:	Meno Abels <meno.abels@adviser.com>
2004-05-12 07:23:23 +00:00
Oliver Braun
18fec08577 Upgrade to 2.2.9.
Pointed out by:	dwcjr
2004-05-11 20:10:40 +00:00
Trevor Johnson
c0669efed5 Tidy up whitespace. 2004-04-10 17:26:55 +00:00
Greg Lewis
62f26ef5b1 . Fix browsing of DFS links by Windows XP and Windows 2003 clients.
PR:		64996
Submitted by:	Dmitry A Grigorovich <odip@bionet.nsc.ru>
2004-03-31 16:13:28 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
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.
2004-03-14 06:17:56 +00:00
Sergey A. Osokin
61ca76b3a4 Add MASTER_SITE_SAMBA for samba official mirrors.
Utilize MASTER_SITE_SAMBA for SMB-specific ports.

Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
PR:		63861
2004-03-11 09:58:04 +00:00
Joe Marcus Clarke
8ea4f911fc With my portmgr hat on, reset the maintainer of samba[-devel] to ports@.
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.
2004-03-04 08:09:58 +00:00
Anders Nordby
4094dc43bf Update the jail patch so that it works again. The script that finds the
jail IP was not being run when it was supposed to.
2004-02-26 16:33:06 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Pete Fritchman
dd36ffc964 Register a LIB_DEPENDS on libpopt. To quote the PR:
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
2003-12-22 01:55:51 +00:00
Trevor Johnson
1d9e7cf28d List conflicts among japanese/linux-JM, japanese/samba,
net/samba-devel, net/samba-libsmbclient and net/samba ports.

PR:		59599
Submitted by:   Koop Mast (net/samba-libsmbclient maintainer) with
		changes by eik
Approved by:    dwcjr (net/samba-devel and net/samba maintainer),
		NAKAJI Hiroyuki (japanese/samba maintainer), and
		portmgr (5.2 freeze)
2003-11-25 16:12:19 +00:00
Anders Nordby
c7db040782 Add WITH_JAIL knob to allow Samba to run in jail(2).
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
2003-11-08 20:12:12 +00:00
Oliver Braun
4cd18673f1 - change spaces for tabs in Makefile (portlint complaint)
- add 'samba' to configuration dialog title

PR:		ports/55920
Submitted by:	Lars Thegler <lars@thegler.dk>
Approved by:	maintainer
2003-08-24 17:45:07 +00:00
Jun Kuriyama
b67a28791a Fix non-default dependency on openldap2[012] which is broken by splitting.
# I'm not bumped port revision of them because this should not affect
# packages built on bento...
2003-08-15 00:49:31 +00:00
Oliver Braun
a728cd879d Pass LIBTOOL=${LIBTOOL} to post-build target.
Submitted by:	Scot W. Hetzel <hetzels@westbend.net>
Approved by:	maintainer
2003-07-12 07:39:22 +00:00
Jacques Vidrine
a7a79b20cc Unbreak for FreeBSD 5.x prior to addition of NSS module support
(500000 <= __FreeBSD_version < 500112).

Reported by:	dannyboy
2003-04-20 23:13:05 +00:00
Jacques Vidrine
d0d6299345 Add WITH_WINBIND_NSS knob, which will cause nss_winbind to be installed.
Currently only the getpwent(3) and getgrent(3) family of functions are
supported.
2003-04-17 14:20:20 +00:00
Jacques Vidrine
754ad42b58 Update 2.2.8 -> 2.2.8a.
Submitted by:	dwcjr (MAINTAINER)
2003-04-07 14:00:07 +00:00
Jacques Vidrine
25e295a55d Add patch to correct remote root vulnerability.
This vulnerability is being exploited in the wild.
2003-04-07 13:34:58 +00:00
Oliver Braun
b8cf954390 Fix building with Winbind under 5.0.
PR:		ports/50519
Submitted by:	Sergey A.Osokin <osa@FreeBSD.org.ru>
Approved by:	maintainer
2003-04-03 15:06:12 +00:00
Oliver Braun
1d202ae5e4 Fix last commit (WITH_WINBIND).
PR:		ports/50264
Submitted by:	KT Sin <ktsin@acm.org>
Approved by:	maintainer
2003-03-25 14:52:42 +00:00
Oliver Braun
93955a3bef Fix pkg-plist for WITH_WINBIND_AUTH_CHALLENGE and WITH_WINBIND.
PR:		ports/50112
Submitted by:	gshapiro
Approved by:	maintainer
2003-03-24 15:55:28 +00:00
Trevor Johnson
5085c42a9b Update to 2.2.8, which was released today with this note on the
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
2003-03-15 21:48:17 +00:00
Trevor Johnson
dab06b70e0 Add a set of patches which update this --except the PDF documentation--
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)
2003-03-15 10:47:13 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Oliver Braun
f08c71e3a8 Allow overriding of SAMBA_LOGDIR, SAMBA_PRIVATE, SAMBA_CONFDIR, and
SAMBA_VFSDIR.

Submitted by:	maintainer
2003-02-24 22:56:35 +00:00
Edwin Groothuis
e53dff475f Point dependencies on net/openldap2 to net/openldap20 2003-02-24 02:56:37 +00:00
David E. O'Brien
a4dcbd0a56 Samba 2.2.7 still thinks 5-CURRENT is a sysV box because we have
sys/statvfs.h.  So we hit Samba harder over the head to realize BSD ain't
SYSV.

Approved by:	dwcjr
2003-02-18 20:00:13 +00:00
Alexander Leidinger
26f7ecb9e9 Fix the option passed to the vfs recycle-module in smb.conf.default,
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
2003-02-07 15:17:56 +00:00
Clive Lin
b5fc60620a o Respect CFLAGS.
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)
2003-01-01 21:07:58 +00:00
David W. Chapman Jr.
005c564597 Update to 2.2.7a to fix large file support
Remove now unneeded local patch for correct detection of FreeBSD

Approved by:	portmgr
2002-12-11 23:37:27 +00:00
David W. Chapman Jr.
129765b7b3 Add some more MASTER_SITES 2002-11-23 16:46:05 +00:00
David W. Chapman Jr.
29846fd961 Fix configure over NFS by using /tmp to check for locking
Submitted by:	martijn@smartie.xs4all.nl
2002-11-20 18:46:17 +00:00