| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
31 Jan 2013 19:45:25
3.5.19
|
timur  |
Remove obsolete port net/samba35 |
24 Nov 2012 05:24:03
3.5.19
|
timur  |
Update port to 3.5.19 version.
Feature safe: yes |
05 Nov 2012 01:36:47
3.5.18
|
timur  |
Update port to the 3.5.18 version
Feature safe: yes |
22 Oct 2012 09:17:52
3.5.15
|
timur  |
Adjust samba sites so that they can be used by other ports that fetch from the
same origin.
Feature safe: yes |
26 Jul 2012 05:40:24
3.5.15
|
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.5.15
|
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.5.14_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.5.14  |
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@ |
14 Jan 2012 08:57:23
3.5.11  |
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. |
23 Sep 2011 22:26:39
3.5.11  |
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 |
09 Aug 2011 01:59:58
3.5.11  |
timur  |
Upgrade port to the 3.5.11 version, plus security fixes.
Security: CVE-2011-2522
Security: CVE-2011-2694 |
20 Jun 2011 02:56:30
3.5.9  |
timur  |
Updated port to the 3.5.9 version.
PR: 157513 |
25 Feb 2011 01:32:18
3.5.6_2  |
delphij  |
Chase after net/openldap24-server update.
Reminded by: miwi |
08 Jan 2011 19:14:01
3.5.6_1  |
wxs  |
Fix a typo in pkg-message.in.
Noticed by: bz@ |
04 Dec 2010 07:34:27
3.5.6_1  |
ade  |
Sync to new bsd.autotools.mk |
15 Nov 2010 14:35:16
3.5.6_1  |
timur  |
Typo, that breaks build with MAX_DEBUG. Hope, no need for PORTREVISION bump. |
15 Nov 2010 13:14:19
3.5.6_1  |
timur  |
Fix patch for negprot.c to address problems with Windows XP authentication.
Fixed prototype recognition in the configure script.
PR: 151887 |
15 Nov 2010 12:29:21
3.5.6  |
mm  |
- Unbreak by removing tdb manpages (actually part of databases/tdb)
- Remove MD5 checksum
PR: ports/152004
Approved by: portmgr (pav, IM) |
06 Nov 2010 21:01:46
3.5.6  |
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 |
26 Oct 2010 02:41:59
3.5.6  |
timur  |
This is version 3.5.6 of the latest stable release of Samba3 series. |