Port details |
- samba34 A free SMB and CIFS client and server for UNIX
- 3.4.17 net
=9 Version of this port present on the latest quarterly branch. DEPRECATED: Unmaintained by upstream
This port expired on: 2013-03-01
- Maintainer: timur@FreeBSD.org
 - Port Added: 2010-02-05 01:08:51
- Last Update: 2013-06-04 21:48:50
- SVN Revision: 319917
- People watching this port, also watch:: bash, screen, pcre, portupgrade
- License: not specified in port
- 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 ¦ 
- 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: samba34
- 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. This is doubly so for new ports, like this one.
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf : devel/pkgconf
- gmake : devel/gmake
- autoconf-2.69 : devel/autoconf
- Library dependencies:
-
- execinfo.1 : devel/libexecinfo
- talloc.2 : devel/talloc
- cups.2 : print/cups-client
- popt.0 : devel/popt
- iconv.3 : converters/libiconv
- ldap-2.4.8 : net/openldap24-client
- NOTE: dependencies for deleted ports are notoriously suspect
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
- Configuration Options:
- ===> The following configuration options are available for samba34-3.4.17:
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
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.4.17 04 Jun 2013 21:48:50
  |
bapt  |
Samba34 is no more maintained upstream and expired for 3 month, consider using
samba36 |
3.4.17 27 Apr 2013 11:59:29
  |
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
3.4.17 23 Apr 2013 14:20:28
  |
bapt  |
Finish converting the whole ports tree to USES=pkgconfig |
3.4.17 31 Jan 2013 20:00:15
  |
timur  |
Mark port deprecated |
3.4.17 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.4.17 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.4.17 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.4.16_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.4.16 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.4.14 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.4.14 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.4.14 29 Jul 2011 01:51:40
 |
timur  |
Bump port version to 3.4.14, closing security issues CVE-2011-0719,
CVE-2011-2522 and CVE-2011-2694
Security: CVE-2011-0719
Security: CVE-2011-2522
Security: CVE-2011-2694 |
3.4.9_2 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
3.4.9_2 25 Feb 2011 01:32:18
 |
delphij  |
Chase after net/openldap24-server update.
Reminded by: miwi |
3.4.9_1 30 Jan 2011 11:19:39
 |
uqs  |
Collect the return values of both smbd and nmbd and return with exit status of
either of them if one is failing.
PR: ports/151173
Submitted by: uqs
Approved by: maintainer timeout (3 months)
Feature safe: yes |
3.4.9 04 Dec 2010 07:34:27
 |
ade  |
Sync to new bsd.autotools.mk |
3.4.9 16 Oct 2010 11:52:47
 |
ade  |
Punt autoconf267->autoconf268 |
3.4.9 30 Sep 2010 10:39:54
 |
mm  |
- Update to 3.4.9 (fixes CVE-2010-3069, the only change to 3.4.8)
PR: ports/150583
Approved by: maintainer (timeout) |
3.4.8_1 25 Sep 2010 01:29:23
 |
ade  |
Make samba* work with autoconf-2.67 on 6.x
I'm not entirely sure why it compiles on 7.x/8.x, but nevertheless, the
autoconf-specific parts to these patches absolutely need to go upstream. |
3.4.8_1 15 Sep 2010 18:35:24
 |
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
3.4.8 12 Jun 2010 04:24:16
 |
timur  |
Bump samba34 port to the 3.4.8 version.
Major enhancements in Samba 3.4.8 include:
o Fix Winbind reconnection to it's own domain (bug #7295).
o Fix an uninitialized variable read in smbd (bug #7254).
o Fix smbd crash with CUPS printers and no [printers] share defined
(bug #7297).
o Fix NULL pointer dereference in smbd (bug #7229). |
3.4.5_1 27 Mar 2010 00:15:24
 |
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
3.4.5_1 10 Feb 2010 10:54:00
 |
timur  |
FreeBSD 6.x misses SIGRTMAX/SIGRTMIN, which breaks the build. Fixed. |
3.4.5_1 07 Feb 2010 03:02:36
 |
timur  |
Added creation of the rundir for pid files - thanks to spil.oss@gmail.com
for pointing it out. |
3.4.5 06 Feb 2010 13:27:02
 |
timur  |
Fix missing dependency from pkg-config and compilation problems with
installed samba3-libsmbclient. |
3.4.5 05 Feb 2010 01:10:54
 |
timur  |
Dirty fix against coredumps when gethostbyname(_r) is used with WINS. |
3.4.5 05 Feb 2010 01:08:30
 |
timur  |
New 3.4.x branch of the Samba server. New features, new bugs :) |