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/rabbitmq/files/patch-src_rabbit__misc.erl

Number of commits found: 2

Wednesday, 2 Mar 2016
21:31 olgeni search for other commits by this committer
Update net/rabbitmq to version 3.6.1.

From the release notes:

    This release fixes a number of bugs in 3.6.0 and earlier versions,
    as well as one security issue (CVE-2015-8786) in the management
    plugin. It also contains usability improvements.

CVE 2015-8786 has not been publicly announced yet.

Security:	CVE-2015-8786
Original commitRevision:409962 
Tuesday, 16 Feb 2016
22:20 olgeni search for other commits by this committer
Remove custom stderr formatting from net/rabbitmq.

From upstream commit fecd0e5 in rabbitmq/rabbitmq-common:

    Opening several ports for single fd is considered undefined behaviour
    in erlang. It's safe to replace this whole function with 'io:format'.

    Because writing to standard_error with io:format is synchronous - after
    this call has returned data was definitely sent to the port. And
    `erlang:halt` guarantees that this data will be flushed afterwards.

See also ba531a1 in erlang/otp:

    Instead of outputting a formatted message showing errors found, a core
    was (often) created.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commitRevision:409020 

Number of commits found: 2