| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
(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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
So the fix is to move processing of the winbind_ stuff first, which leaves
the last known rcvar as smb_enable. Since running nmb without smb is a
very unlikely scenario, this should be safe for the common case, as well
as safe if the user enables winbind_.
Apologies all around for not catching this sooner, and thanks to the users
who reported the problem and stuck with me while I debugged it.
Bump PORTREVISION since this fix is needed for the common case, as
configured for the package.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(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@
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
Security: CVE-2011-2522
Security: CVE-2011-2694
|
|
|
|
| |
PR: 157513
|
|
|
|
| |
Reminded by: miwi
|
|
|
|
| |
Noticed by: bz@
|
| |
|
| |
|
|
|
|
|
|
| |
Fixed prototype recognition in the configure script.
PR: 151887
|
|
|
|
|
|
|
| |
- Remove MD5 checksum
PR: ports/152004
Approved by: portmgr (pav, IM)
|
|
|
|
|
|
|
|
| |
./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
|
|
|