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/samba46/files/patch-source3__wscript_build

Number of commits found: 3

Sunday, 7 Oct 2018
17:16 dim search for other commits by this committer
Fix builds of net/samba46 and net/samba47 when using lld 7.0.0.

With lld 7.0.0, the following error is emitted:

  ld: error: duplicate symbol 'pdb_search_init' in version script

This is because the symbol version scripts generated by wscript_build
contain both "pdb_search_init" in the global section, and "pdb_*_init"
in the local section.  Fix it by removing "pdb_*_init" from the local
section.

For net/samba48, this already got fixed, as a side effect of r478825.

Approved by:	portmgr (antoine)
PR:		230602
MFH:		2018Q4
Original commitRevision:481463 
Wednesday, 22 Nov 2017
00:44 timur search for other commits by this committer
Cummulative update that covers security issues(CVE-2017-15275 and
CVE-2017-14746) and potential file corruption under high threaded load.

Security:	CVE-2017-14746
		CVE-2017-15275
Sponsored by:	iXsystems Inc.
Original commitRevision:454660 
Saturday, 25 Mar 2017
20:46 timur search for other commits by this committer
New 4.6.1 version of Samba 4.6 port to address CVE-2017-2619

Security:	CVE-2017-2619
Original commitRevision:436916 

Number of commits found: 3