| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
27 Apr 2013 11:59:29
3.6.13
|
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
23 Apr 2013 14:20:28
3.6.13
|
bapt  |
Finish converting the whole ports tree to USES=pkgconfig |
25 Mar 2013 15:18:59
3.6.13
|
timur  |
Bump port to the 3.6.13 version. Incorporate patch for winbind from Samba4.
Switch to OPTIONS_NG. Fix download paths. |
31 Jan 2013 15:59:45
3.6.12
|
timur  |
Security update of the port to the 3.6.12 version
Security: CVE-2013-0213, CVE-2013-0214 |
03 Nov 2012 03:08:45
3.6.9
|
timur  |
Update port to the 3.6.9 version
Feature safe: yes |
22 Oct 2012 19:58:39
3.6.8
|
timur  |
Document behaviour changes in the rc.d/samba startup script.
Feature safe: yes |
22 Oct 2012 09:20:05
3.6.8
|
timur  |
Update Samba 3.6 to the 3.6.8 revision.
Feature safe: yes |
15 Aug 2012 00:20:32
3.6.7
|
delphij  |
Update to 3.6.7.
PR: ports/170446
Submitted by: Andrey Simonenko <simon comsys ntu-kpi kiev ua>
Approved by: timur |
26 Jul 2012 05:40:24
3.6.5
|
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) |
30 Apr 2012 18:48:09
3.6.5
|
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 |
13 Apr 2012 09:16:00
3.6.4_1  |
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 ) |
10 Apr 2012 22:33:01
3.6.4  |
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@ |
08 Feb 2012 10:27:17
3.6.3  |
timur  |
Update port to the 3.6.3 version, closing security problem.
PR: 164621
Security: CVE-2012-0817 |
14 Jan 2012 08:57:23
3.6.1  |
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. |
21 Oct 2011 02:12:22
3.6.1  |
timur  |
New version of net/samba36 port - 3.6.1. |
17 Oct 2011 07:46:40
3.6.0_1  |
timur  |
Adjusted plist file. |
16 Oct 2011 22:35:25
3.6.0  |
timur  |
Add new version of Samba - 3.6.0.
Most significant improvement is the support of SMB2 protocol. |