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/nss-pam-ldapd/files/patch-configure

Number of commits found: 2

Tuesday, 11 Oct 2022
18:48 Alan Somers (asomers) search for other commits by this committer
net/nss-pam-ldapd: use closefrom in nslcd

nslcd tries to close all file descriptors on startup.  It does that by
calling close() in a loop, running down from _SC_OPEN_MAX to 0.  Since
_SC_OPEN_MAX autoscales with available RAM, this can take more than a
minute on large servers.  The solution is to use closefrom.  Upstream
has already made that change in the master branch, but due to its slow
release cadence we're applying it here as well.

PR:		266970
Approved by:	zi (maintainer)
Sponsored by:	Axcient
commit hash: fe4dc1fd7105b8d28031f9fab5b1260fbd0bbcaa commit hash: fe4dc1fd7105b8d28031f9fab5b1260fbd0bbcaa commit hash: fe4dc1fd7105b8d28031f9fab5b1260fbd0bbcaa commit hash: fe4dc1fd7105b8d28031f9fab5b1260fbd0bbcaa fe4dc1f
Thursday, 15 Jul 2010
22:52 timur search for other commits by this committer
PR:             147293
Update net/nss-pam-ldapd to the 0.7.7 version
Original commit

Number of commits found: 2