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: sysutils/rsyslog8/files/patch-tools_rsyslogd.c

Number of commits found: 4

Wednesday, 13 Dec 2023
23:22 Matthew Seaman (matthew) search for other commits by this committer
sysutils/rsyslog8: update to 8.2312.0

Delete `files/patch-tools_rsyslogd.c` -- this patch fixing an
inability to fork rsyslog is now incorporated upstream.

Changes:	https://github.com/rsyslog/rsyslog/blob/v8.2312.0/ChangeLog
Reported b:	replogy
commit hash: 1f8f9ee922615cedd6bc5214eaa22536c6360b89 commit hash: 1f8f9ee922615cedd6bc5214eaa22536c6360b89 commit hash: 1f8f9ee922615cedd6bc5214eaa22536c6360b89 commit hash: 1f8f9ee922615cedd6bc5214eaa22536c6360b89 1f8f9ee
Tuesday, 24 Oct 2023
21:08 Matthew Seaman (matthew) search for other commits by this committer Author: Nathan Huff
sysutils/rsyslog8: patch for forking issue due to close_range() call

Add patch from upstream:

https://github.com/rsyslog/rsyslog/commit/599b5c7524b76cfc73245206fcce1e2b4d955f21

After fork if the child process uses close_range to close open file
descriptors it has no way to exempt the parentPipeFD causing a failure
to signal successful startup to the parent process. This causes
failures on all systems that aren't Linux that implement close_range.

1. Loop through file descriptors between beginClose and
   MAX(parentPipeFD,dbgGetDbglogFd()) making sure not to close those two
   file descriptors.

2. Potentially use close_range to close all file descriptors above
   MAX(parentPipeFD,dbgGetDbglogFd())

PR:	        274509
Reported by:	Helmut Ritter
Obtained from:	https://github.com/rsyslog/rsyslog/pull/5254
commit hash: 959521fd0d960b4bf9938a2229f29959ee2f8fa3 commit hash: 959521fd0d960b4bf9938a2229f29959ee2f8fa3 commit hash: 959521fd0d960b4bf9938a2229f29959ee2f8fa3 commit hash: 959521fd0d960b4bf9938a2229f29959ee2f8fa3 959521f
Wednesday, 14 Jan 2015
03:06 brd search for other commits by this committer
- Upgrade sysutils/rsyslog8 to 8.7.0. [1]
- Deprecate sysutils/rsyslog7-devel and sysutils/rsyslog8-devel [2]

1: http://www.rsyslog.com/changelog-for-8-7-0-v8-stable/
2: http://www.rsyslog.com/rsyslog-devel-packages-are-being-removed-soon/

Approved by:	zi
Original commitRevision:376993 
Wednesday, 17 Dec 2014
22:07 brd search for other commits by this committer
Upgrade to 8.6.0

http://www.rsyslog.com/changelog-for-8-6-0-v8-stable/

1: Enable omuxsock by default
2: Fix broken build with RFC3195

PR:		191327 [1], 191412 [2]
Reviewed by:	swills
Original commitRevision:374876 

Number of commits found: 4