Port details |
- samba35 A free SMB and CIFS client and server for UNIX
- 3.5.19 net
=14 3.5.19Version of this port present on the latest quarterly branch.
- Maintainer: timur@FreeBSD.org
- Port Added: 2010-10-26 02:43:13
- Last Update: 2013-01-31 19:45:25
- SVN Revision: 311332
- People watching this port, also watch:: screen, portupgrade
- License: GPLv3
- WWW:
- http://www.samba.org/
- Description:
- The Samba suite is a set of programs which run under the FreeBSD
operating system. These programs deliver most of the important
functionality of a Microsoft Lan Manager server. That is, they support
remote access to FreeBSD filespace and FreeBSD printers from Lan Manager
compatible clients. In practical terms, this means that such clients can
connect to and use FreeBSD filespace as if it was a local disk drive, or
FreeBSD printers as if they were local printers.
Some of the most popular Lan Manager compatible clients include Lan
Manager itself, Windows for Workgroups, OS/2 and Windows NT.
WWW: http://www.samba.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: samba35
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- tdb>=1.2.1 : databases/tdb
- talloc>=2.0.1 : devel/talloc
- gmake : devel/gmake
- pkgconf : devel/pkgconf
- autoconf-2.69 : devel/autoconf
- Runtime dependencies:
-
- tdb>=1.2.1 : databases/tdb
- talloc>=2.0.1 : devel/talloc
- Library dependencies:
-
- execinfo.1 : devel/libexecinfo
- cups.2 : print/cups-client
- popt.0 : devel/popt
- ldap-2.4.8 : net/openldap24-client
- iconv.3 : converters/libiconv
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for samba35-3.5.19:
LDAP=on: With LDAP support
ADS=off: With Active Directory support
CUPS=on: With CUPS printing support
WINBIND=on: With WinBIND support
SWAT=off: With SWAT WebGUI
ACL_SUPPORT=off: With ACL support
AIO_SUPPORT=off: With Asyncronous IO support
FAM_SUPPORT=off: With File Alteration Monitor
SYSLOG=off: With Syslog support
QUOTAS=off: With Disk quota support
UTMP=off: With UTMP accounting support
PAM_SMBPASS=off: With PAM authentication vs passdb backends
DNSUPDATE=off: With dynamic DNS update(require ADS)
AVAHI=off: With Bonjour service discovery support
EXP_MODULES=off: With experimental modules
POPT=on: With system-wide POPT library
IPV6=on: With IPv6 support
MAX_DEBUG=off: With maximum debugging
SMBTORTURE=off: With smbtorture
===> Use 'make config' to modify these settings
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.5.19 31 Jan 2013 19:45:25 |
timur |
Remove obsolete port net/samba35 |
3.5.19 24 Nov 2012 05:24:03 |
timur |
Update port to 3.5.19 version.
Feature safe: yes |
3.5.18 05 Nov 2012 01:36:47 |
timur |
Update port to the 3.5.18 version
Feature safe: yes |
3.5.15 22 Oct 2012 09:17:52 |
timur |
Adjust samba sites so that they can be used by other ports that fetch from the
same origin.
Feature safe: yes |
3.5.15 26 Jul 2012 05:40:24 |
bapt |
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat) |
3.5.15 30 Apr 2012 18:48:09 |
delphij |
Security update to address Samba incorrect permission checks vulnerability
(CVE-2012-2111):
- Update net/samba34 to 3.4.17
- Update net/samba35 to 3.5.15
- Update net/samba36 to 3.6.5
Security: 0fa15e08-92ec-11e1-a94a-00215c6a37bb
Approved by: maintainer |
3.5.14_1 13 Apr 2012 09:16:00 |
dougb |
The samba rc.d script uses some clever tricks to start (up to) 3 different
services using the same script. As a result it resets rcvar several times
in order to process the options for each service.
The changes I made on 2012/01/14 to facilitate the removal of set_rc_var()
from HEAD were effective in the case where the WINBIND option was off (the
case that I tested) because that causes the related portions of the rc.d
script to be removed completely on install. However, if installed from a
package, or installed using the the default OPTIONS, WINBIND is on, which
caused the last known rcvar to be winbind_enable.
Since the common case seems to be for users to use samba_enable (which
only enables smb_and nmb_ by default) the fact that rcvar=winbind_enable,
but that knob is off, caused the startup script to trip on a totally
unrelated portion of rc.subr. (Only the first 15 lines of the commit message are shown above ) |
3.5.14 10 Apr 2012 22:33:01 |
delphij |
Security update to address root credential remote code execution issue
(CVE-2012-1182):
- Update samba36 to 3.6.4;
- Update samba35 to 3.5.14;
- Update samba34 to 3.4.16;
All samba users are advised to update.
Security: baf37cd2-8351-11e1-894e-00215c6a37bb
With hat: secteam@ |
3.5.11 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
3.5.11 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
3.5.11 09 Aug 2011 01:59:58 |
timur |
Upgrade port to the 3.5.11 version, plus security fixes.
Security: CVE-2011-2522
Security: CVE-2011-2694 |
3.5.9 20 Jun 2011 02:56:30 |
timur |
Updated port to the 3.5.9 version.
PR: 157513 |
3.5.6_2 25 Feb 2011 01:32:18 |
delphij |
Chase after net/openldap24-server update.
Reminded by: miwi |
3.5.6_1 08 Jan 2011 19:14:01 |
wxs |
Fix a typo in pkg-message.in.
Noticed by: bz@ |
3.5.6_1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
3.5.6_1 15 Nov 2010 14:35:16 |
timur |
Typo, that breaks build with MAX_DEBUG. Hope, no need for PORTREVISION bump. |
3.5.6_1 15 Nov 2010 13:14:19 |
timur |
Fix patch for negprot.c to address problems with Windows XP authentication.
Fixed prototype recognition in the configure script.
PR: 151887 |
3.5.6 15 Nov 2010 12:29:21 |
mm |
- Unbreak by removing tdb manpages (actually part of databases/tdb)
- Remove MD5 checksum
PR: ports/152004
Approved by: portmgr (pav, IM) |
3.5.6 06 Nov 2010 21:01:46 |
pav |
- Mark BROKEN: bad plist
./usr/local/man/man8/tdbbackup.8.gz missing
./usr/local/man/man8/tdbdump.8.gz missing
./usr/local/man/man8/tdbtool.8.gz missing
Reported by: pointyhat |
3.5.6 26 Oct 2010 02:41:59 |
timur |
This is version 3.5.6 of the latest stable release of Samba3 series. |