notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net/samba36/files/samba.in

Number of commits found: 9

Sunday, 17 Nov 2013
22:16 timur search for other commits by this committer
Attempt to fix broken init script. Hope, this time it's OK :)

PR:		184037
Original commitRevision:334130 
Saturday, 16 Nov 2013
23:54 timur search for other commits by this committer
Update port to the 3.6.20 version, addressing CVE-2013-4475

Security:	CVE-2013-4475
Original commitRevision:334038 
Thursday, 31 Jan 2013
15:59 timur search for other commits by this committer
Security update of the port to the 3.6.12 version

Security:	CVE-2013-0213, CVE-2013-0214
Original commitRevision:311317 
Saturday, 3 Nov 2012
03:08 timur search for other commits by this committer
Update port to the 3.6.9 version

Feature safe:	yes
Original commitRevision:306898 
Monday, 22 Oct 2012
19:58 timur search for other commits by this committer
Document behaviour changes in the rc.d/samba startup script.

Feature safe:	yes
Original commitRevision:306284 
09:20 timur search for other commits by this committer
Update Samba 3.6 to the 3.6.8 revision.

Feature safe:	yes
Original commitRevision:306263 
Friday, 13 Apr 2012
09:16 dougb search for other commits by this committer
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.

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.
Original commit
Saturday, 14 Jan 2012
08:57 dougb search for other commits by this committer
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.
Original commit
Sunday, 16 Oct 2011
22:35 timur search for other commits by this committer
Add new version of Samba - 3.6.0.

Most significant improvement is the support of SMB2 protocol.
Original commit

Number of commits found: 9