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/quagga/files/patch-lib_thread.c

Number of commits found: 2

Saturday, 15 Jan 2022
09:48 Eugene Grosbein (eugen) search for other commits by this committer
net/quagga: add three bugfixes from upstream

This change imports three post-1.2.4 release changes
from the primary Git repository of Quagga Project:

1) Fix threading error that broke ripd:
https://gogs.quagga.net/Quagga/quagga/commit/1f918980c08d9fb9215609db39f7fb279c2e1807

2) Fix memory corruption that may occur
when limit.rlim_cur is less then FD_SETSIZE:
https://gogs.quagga.net/Quagga/quagga/commit/b54de751ef72fa67749825a0ea30af7c22d575c5

3) Prevent queue corruption when removing the last entry of queues
https://gogs.quagga.net/Quagga/quagga/commit/e21719d8fa2b560d7cc9d1d9204bafee4984c577

PR:		261205
Approved by:	pi (maintainer)
commit hash: f29fab6043ae4e3a2d448406a6c900c26f41c353 commit hash: f29fab6043ae4e3a2d448406a6c900c26f41c353 commit hash: f29fab6043ae4e3a2d448406a6c900c26f41c353 commit hash: f29fab6043ae4e3a2d448406a6c900c26f41c353 f29fab6
Saturday, 6 Jul 2019
14:08 eugen search for other commits by this committer
net/quagga: unbreak ripd for 1.2.4

ripd is essentially non-functional in quagga-1.2.4
as it aborts on first announce timeout due to some threading logic bug.

The problem was reported upstream over a year ago and ignored:
https://bugzilla.quagga.net/show_bug.cgi?id=985
https://bugzilla.quagga.net/show_bug.cgi?id=1008

Add work-around that restores ripd stability.

PR:		238760
Approved by:	pi (maintainer timeout, 2 weeks)
Original commitRevision:505996 

Number of commits found: 2