Port details |
- samba45 Free SMB/CIFS and AD/DC server and client for Unix
- 4.5.16_1 net
=0 4.5.16_1Version of this port present on the latest quarterly branch.
- DEPRECATED: yes
This port expired on: 2018-06-13
- Maintainer: timur@FreeBSD.org
- Port Added: 2017-03-24 23:44:13
- Last Update: 2018-06-14 18:14:14
- SVN Revision: 472390
- License: GPLv3
- WWW:
- http://www.samba.org/
- Description:
- Samba4 is an attempt to implement an Active Directory compatible Domain
Controller.
In short, you can join a WinNT, Win2000, WinXP or Win2003 member server
to a Samba4 domain, and it will behave much as it does in AD, including
Kerberos domain logins where applicable.
WWW: http://www.samba.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: samba45
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1520943716
SHA256 (samba-4.5.16.tar.gz) = 3a3356faab1694680e2ccd7fdf051ab1bbd3b0d058fc1f671e135dd2d1eae1aa
SIZE (samba-4.5.16.tar.gz) = 21024396
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:
-
- libarchive>=3.1.2 : archivers/libarchive
- p5-Parse-Yapp>=0 : devel/p5-Parse-Yapp
- py27-dnspython>=1.9.4 : dns/py-dnspython@py27
- py27-iso8601>=0.1.11 : devel/py-iso8601@py27
- talloc>=2.1.8 : devel/talloc
- tevent>=0.9.29 : devel/tevent
- tdb>=1.3.10 : databases/tdb
- ldb>=1.1.27 : databases/ldb
- pkgconf>=1.3.0_1 : devel/pkgconf
- python2.7 : lang/python27
- perl5>=5.24<5.25 : lang/perl5.24
- Runtime dependencies:
-
- libarchive>=3.1.2 : archivers/libarchive
- py27-dnspython>=1.9.4 : dns/py-dnspython@py27
- py27-iso8601>=0.1.11 : devel/py-iso8601@py27
- talloc>=2.1.8 : devel/talloc
- tevent>=0.9.29 : devel/tevent
- tdb>=1.3.10 : databases/tdb
- ldb>=1.1.27 : databases/ldb
- python2.7 : lang/python27
- Library dependencies:
-
- libpopt.so : devel/popt
- libinotify.so : devel/libinotify
- libgnutls.so : security/gnutls
- libsunacl.so : sysutils/libsunacl
- libreadline.so.7 : devel/readline
- libiconv.so : converters/libiconv
- libfam.so.0 : devel/gamin
- libldap-2.4.so.2 : net/openldap24-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for samba45-4.5.16_1:
ADS=on: Active Directory client support(implies LDAP)
AD_DC=on: Active Directory Domain Controller support
CUPS=off: CUPS printing system support
DEBUG=on: Build with debugging support
DEVELOPER=off: With development support(implies NTVFS)
DOCS=on: Build and/or install documentation
EXP_MODULES=off: Experimental modules(WANT_EXP_MODULES)
FAM=on: File Alteration Monitor support
LDAP=on: LDAP client support
MANPAGES=off: Build manpages from DOCBOOK templates
NTVFS=off: Build *DEPRECATED* NTVFS file server
QUOTAS=on: Disk quota support
SYSLOG=on: Syslog logging support
UTMP=on: UTMP accounting support
====> Options available for the radio DNS: you can only select none or one of them
NSUPDATE=off: Use samba NSUPDATE utility for AD DC
BIND99=off: Use Bind 9.9 as AD DC DNS server frontend
BIND910=off: Use Bind 9.10 as AD DC DNS server frontend
BIND911=off: Use Bind 9.11 as AD DC DNS server frontend
====> Options available for the radio ZEROCONF: you can only select none or one of them
AVAHI=off: Zeroconf support via Avahi
MDNSRESPONDER=off: Zeroconf support via mDNSResponder
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- cpe compiler waf pkgconfig perl5 python:2.7 readline iconv shebangfix fam
- 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 |
4.5.16_1 14 Jun 2018 18:14:14 |
rene |
Remove expired port:
2018-06-13 net/samba45: yes |
4.5.16_1 14 Mar 2018 02:06:29 |
timur |
Add deprecation date for the port. Officialy it's discontinued from 2018-03-13 |
4.5.16_1 13 Mar 2018 21:00:04 |
timur |
Security update for samba45, samba46, samba47 ports to address CVE-2018-1050 and
CVE-2018-1057.
As AD DC doesn't work in samba46 and was broken again in samba 4.7.4 - the
attack vector is quite narrow.
Security: CVE-2018-1050
CVE-2018-1057
Sponsored by: iXsystems Inc. |
4.5.15_1 19 Feb 2018 11:10:43 |
antoine |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
4.5.15 01 Dec 2017 19:14:20 |
amdmi3 |
- Remove unnecessary @dir's
Approved by: portmgr blanket |
4.5.15 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
4.5.15 22 Nov 2017 02:44:10 |
timur |
Security update for CVE-2017-15275 and CVE-2017-14746
Security: CVE-2017-15275
CVE-2017-14746
Sponsored by: iXsystems Inc. |
4.5.14 21 Sep 2017 03:47:38 |
timur |
Update Samba4 ports to 4.6.8, 4.5.14 and 4.4.16 respectivelly to address
security flaws:
o CVE-2017-12150 (SMB1/2/3 connections may not require signing where
they should)
o CVE-2017-12151 (SMB3 connections don't keep encryption across DFS
redirects)
o CVE-2017-12163 (Server memory information leak over SMB1)
Security: CVE-2017-12150
CVE-2017-12151
CVE-2017-12163 |
4.5.12 13 Jul 2017 13:51:06 |
timur |
Samba 4.6.6, 4.5.12 and 4.4.15 Security update for the CVE-2017-11103: Orpheus'
Lyre KDC-REP service name validation in Heimdal
Security: CVE-2017-11103 |
4.5.10_1 27 Jun 2017 13:46:53 |
sunpoet |
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine |
4.5.10 24 May 2017 14:53:47 |
timur |
Urgent upgrade of the Samba 4.[4-6] ports to address RCE in the Samba
code(CVE-2017-7494). All versions starting from 3.5+ are affected.
Security: CVE-2017-7494 |
4.5.8 31 Mar 2017 21:11:38 |
timur |
Upgrade Samba4[4-6] ports to fix regression with "follow symlinks = no". Remove
dependency from the external p5-Parse-Pidl as it may break provisioning(and
more).
PR: 218255 |
4.5.7_3 27 Mar 2017 20:33:05 |
timur |
Few libraries were missing from the plist, breaking AC_DC. Also, apparently,
upstream also forgot to link few libraries with the libsamba-debug-samba4.so,
breaking those as well. |
4.5.7_2 26 Mar 2017 00:53:55 |
timur |
Eliminate use of external p5-Parse-Pidl, as 4.4-, 4.5 and 4.6 are incompatiable
in the output cross the Samba versions. |
4.5.7_1 25 Mar 2017 02:53:50 |
timur |
SAMBA4_SUBPORT wasn't guarded in all sections of Makefile, making p5-Parse-Pidl
fail with newer versions of Samba. |
4.5.7 24 Mar 2017 23:44:02 |
timur |
Add net/samba45 port version 4.5.7 to address CVE-2017-2619
Security: CVE-2017-2619 |