Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
8.2410.0 23 Oct 2024 21:23:10 |
Matthew Seaman (matthew) |
sysutils/rsyslog8: update to 8.2410.0
Changes: https://github.com/rsyslog/rsyslog/blob/v8.2410.0/ChangeLog
Reported by: repology |
8.2408.0 21 Aug 2024 07:12:40 |
Matthew Seaman (matthew) |
sysutils/rsyslog8: update to 8.2408.0
Changes: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog
Reported by: repology |
8.2406.0 03 Jul 2024 22:03:18 |
Matthew Seaman (matthew) |
sysutils/rsyslog8: update to 8.2406.0
Changes: https://github.com/rsyslog/rsyslog/blob/v8.2406.0/ChangeLog
Reported by: repology |
8.2404.0 06 Apr 2024 11:36:00 |
Matthew Seaman (matthew) |
sysutils/rsyslog8: update to 8.2404.0
Changes: https://github.com/rsyslog/rsyslog/blob/v8.2404.0/ChangeLog
Reported by: repology |
8.2402.0_1 31 Mar 2024 22:36:04 |
Matthew Seaman (matthew) |
sysutils/rsyslog8: fix build with libressl, add DTLS option
rsyslog8 fails to build with libressl due to lack of support of the
SSL_CONF_CTX type. This occurs in a block of code only used by the
DTLS input and output modules, which are not enabled by default in the
FreeBSD port.
Therefore solve the build failure by making the problematic function
dependant on LIBRESSL_VERSION_NUMBER being defined (via
files/patch-runtime_net__ossl.c, obtained from github issue 5342 for
rsyslog). This is similar to previous libressl compatability fixes
from PR 254864.
While here, add a DTLS option to enable building the imdtls and omdtls
modules -- this does require linkage against openssl to compile
successfully. Additionally required patches are to add the necessary
header files for the pthread_kill(3) and close(2) prototypes. I have
not been able to test the functionality of the DTLS modules very
effectively and would be glad to hear of anyone's experiences with
them.
PR: 278018
Reported by: Dave Hayes <dave@jetcafe.org>
Obtained from: (partly) https://github.com/rsyslog/rsyslog/issues/5342 |
8.2402.0 28 Feb 2024 22:10:15 |
Matthew Seaman (matthew) |
sysutils/rsyslog8: update to 8.2402.0
Changes: https://github.com/rsyslog/rsyslog/blob/v8.2402.0/ChangeLog
Reported by: repology |
8.2312.0_1 27 Jan 2024 10:52:25 |
Gleb Popov (arrowd) Author: Matthew Seaman |
sysutils/rsyslog8: clean up manpages
Track impending changes to autotools.
Approved by: portmgr (blanket) |
8.2312.0 13 Dec 2023 23:22:43 |
Matthew Seaman (matthew) |
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 |
8.2310.0_2 24 Oct 2023 21:08:41 |
Matthew Seaman (matthew) 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 |
8.2310.0_1 16 Oct 2023 08:29:56 |
Matthew Seaman (matthew) |
sysutils/rsyslog8: Mark broken
The upgrade to 8.2310.0 has resulted in a non-working version which
floods the log file with hundreds of messages and consumes all
available memory:
Oct 15 16:00:54 BSDHelmut rsyslogd[29360] imuxsock: recvfrom UNIX: Socket
operation on non-socket [v8.2310.0]
Other reports show rsyslog attempting to use Linux /proc which also
fails.
Mark broken temporarily pending a response from upstream..
See https://github.com/rsyslog/rsyslog/issues/5241
PR: 274509
Reported by: Helmut Ritter |
8.2310.0 11 Oct 2023 21:34:58 |
Matthew Seaman (matthew) |
sysutils/rsyslog8: update to 8.2310.0
Changes:` https://github.com/rsyslog/rsyslog/blob/v8.2310.0/ChangeLog
Reported by: repology |
8.2308.0 17 Aug 2023 21:45:51 |
Matthew Seaman (matthew) |
sysutils/rsyslog8: update to 8.2308.0
Changes: https://github.com/rsyslog/rsyslog/blob/v8.2308.0/ChangeLog
Reported by: repology |
8.2306.0 22 Jun 2023 06:46:36 |
Matthew Seaman (matthew) |
sysutils/rsyslog8: update to 8.2306.0
Changes: https://github.com/rsyslog/rsyslog/blob/v8.2306.0/ChangeLog
Reported by: repology |
8.2304.0 19 Apr 2023 08:17:28 |
Matthew Seaman (matthew) |
sysutils/rsyslog8: update to 8.2304.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.2304.0/ChangeLog
Reported by: repology |
8.2302.0 24 Feb 2023 15:26:05 |
Matthew Seaman (matthew) |
sysutils/rsyslog8: update to 8.2302.0
Chagnes: https://github.com/rsyslog/rsyslog/blob/v8.2302.0/ChangeLog |
8.2212.0 08 Dec 2022 22:53:19 |
Matthew Seaman (matthew) |
sysutils/rsyslog8: update to 8.2212.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.2212.0/ChangeLog |
8.2210.0 07 Nov 2022 12:54:35 |
Matthew Seaman (matthew) |
sysutils/rsyslog8: upate to 8.2210.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.2210.0/ChangeLog |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
8.2208.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
8.2208.0 19 Aug 2022 11:48:06 |
Matthew Seaman (matthew) |
sysutils/rsyslog8: Update to 8.2208.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.2208.0/ChangeLog |
8.2204.1 06 May 2022 19:36:31 |
Matthew Seaman (matthew) |
sysutils/rsyslog8: security update to 8.2204.1
Heap buffer overflow on receiving TCP syslog traffic
https://github.com/rsyslog/rsyslog/security/advisories/GHSA-ggw7-xr6h-mmr8
Security: b9837fa1-cd72-11ec-98f1-6805ca0b3d42
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.2204.1/ChangeLog |
8.2204.0 20 Apr 2022 07:31:55 |
Matthew Seaman (matthew) |
sysutils/rsyslog8: update to 8.2204.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.2204.0/ChangeLog |
8.2202.0_1 08 Mar 2022 07:10:34 |
Matthew Seaman (matthew) |
sysutils/rsyslog8: delete unnecessary code
Remove USE_LDCONFIG -- the port installs a number of loadable modules
for its own use. These are not shared libraries that ldconfig(8)
needs to deal with. (1)
Remove REINPLACE_CMD lines that no longer do anything. The library
path compiled into the code is set from autoconfig nowadays.
PR: 262393 (1)
Reported by: mikael |
8.2202.0 07 Mar 2022 07:18:14 |
Matthew Seaman (matthew) |
sysutils/rsyslog8: update to 8.2202.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.2202.0/ChangeLog |
8.2112.0_1 17 Jan 2022 13:20:25 |
Tobias Kortkamp (tobik) |
*: Clean up some things
- Fix typos
- Fix overwritten variables
Reported by: portscan |
8.2112.0 09 Jan 2022 15:56:15 |
Matthew Seaman (matthew) |
sysutils/rsyslog8: Add pmciscoios module for parsing Cisco IOS logs
This is a very small loadable module with no additional dependencies,
so just add it to the default package unconditionally.
Requested by: Klein Emanuel |
8.2112.0 29 Dec 2021 17:31:09 |
Matthew Seaman (matthew) |
sysutils/rsyslog8: update to 8.2112.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.2112.0/ChangeLog |
8.2110.0_1 03 Dec 2021 18:14:18 |
Matthew Seaman (matthew) |
sysutils/rsyslog8: update pkg-message and add sample config file
Upstream changes mean that the advice formerly given in pkg-message to
modify the default /etc/syslog.conf file as the basis of a new
${PREFIX}/etc/rsyslog.conf are now less useful and confusing to end
users.
Therefore, update the pkg-message accordingly, and install a sample
config file which should duplicated the functionality of the base
syslog.conf.
PR: 260158
Reported by: Mark Johnston |
8.2110.0 13 Nov 2021 20:37:51 |
Matthew Seaman (matthew) |
sysutils/rsyslog8: Update to 8.2110.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.2110.0/ChangeLog |
8.2108.0 29 Aug 2021 19:49:59 |
Bernhard Froehlich (decke) |
sysutils/rsyslog8: Add CPE information
Approved by: portmgr (blanket) |
8.2108.0 23 Aug 2021 11:29:05 |
Matthew Seaman (matthew) |
sysutils/rsyslog8: update to 8.2108.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.2108.0/ChangeLog |
8.2106.0 26 Jul 2021 07:32:29 |
Matthew Seaman (matthew) |
sysutils/rsyslog8: update to 8.2106.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.2106.0/ChangeLog |
8.2104.0 01 May 2021 21:15:32 |
Matthew Seaman (matthew) |
sysutils/rsyslog8: Update to 8.2104.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.2104.0/ChangeLog |
8.2102.0_1 08 Apr 2021 15:13:42 |
Matthew Seaman (matthew) |
sysutils/rsyslog8 -- improve libressl compatibility
PR: 254864
Reported by: dave@jetcafe.org
Obtained from: Gentoo (https://bugs.gentoo.org/750842) |
8.2102.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
8.2102.0 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
8.2102.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
8.2102.0 21 Feb 2021 11:46:17 |
matthew |
Update to 8.2102.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.2102.0/ChangeLog |
8.2012.0 31 Dec 2020 23:53:28 |
matthew |
Update to 8.2012.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.2012.0/ChangeLog |
8.2010.0 24 Oct 2020 18:00:29 |
matthew |
Update to 8.2010.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.2010.0/ChangeLog |
8.2008.0 26 Aug 2020 05:53:09 |
matthew |
Update to 8.2008.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog |
8.2006.0_1 22 Jul 2020 20:32:28 |
matthew |
Prevent rsyslogd from writing log messages about TZ being unset in the
environment.
This is a putely cosmetic change, as the default behaviour according
to tzset(3) is:
```
If TZ does not appear in the environment, the best available
approximation to local wall clock time, as specified by the
tzfile(5)-format file /etc/localtime is used.
```
Slightly modified from the patch supplied by zi to use the rc.subr(8)
'${name}_env' variable.
PR: 248185
Submitted by: zi |
8.2006.0 12 Jul 2020 07:09:23 |
matthew |
Update to 8.2006.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.2006.0/ChangeLog |
8.2004.0 30 Apr 2020 11:23:23 |
matthew |
Update to 8.2004.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.2004.0/ChangeLog |
8.2002.0 26 Feb 2020 19:05:57 |
matthew |
Update to 8.2002.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.2002.0/ChangeLog |
8.2001.0 16 Jan 2020 06:42:18 |
matthew |
Update to 8.2001.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.2001.0/ChangeLog |
8.1911.0 15 Nov 2019 14:41:30 |
matthew |
Update to 8.1911.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.1911.0/ChangeLog |
8.1910.0 04 Oct 2019 06:48:49 |
matthew |
Update to 8.1910.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.1910.0/ChangeLog |
8.1908.0 21 Aug 2019 18:20:54 |
matthew |
Update to 8.1908.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.1908.0/ChangeLog |
8.1907.0_1 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
8.1907.0_1 22 Jul 2019 21:15:43 |
matthew |
Drop the dependency on libee -- this has actually been irrelevant for
some time, but only recently noted in the rsyslog changelogs. |
8.1907.0 09 Jul 2019 22:13:38 |
matthew |
Update to 8.1907.0
Remove the patches around enabling rfc5424 support for 12.0 and above,
as this functionality has now been incorporated upstream. |
8.1905.0 07 Jul 2019 10:59:45 |
matthew |
Use the autoconf caching mechanism to set two variables thus
preventing configure from finding libinotify even if it is present.
This will have no effect on packages built in a clean environment, but
it will make it easier to just build ad-hoc out of the ports tree.
Submitted by: koobs
Reported by: atari83
Differential Revision: https://reviews.freebsd.org/D20815 |
8.1905.0 30 May 2019 05:37:24 |
matthew |
Update to 8.1905.0
Submitted by: dch
Differential Revision: https://reviews.freebsd.org/D20456 |
8.40.0 26 Apr 2019 09:52:52 |
dch |
sysutils/rsyslog8: add new options kafka, amqp & http
Reviewed by: matthew
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D20024 |
8.40.0 12 Dec 2018 13:28:51 |
matthew |
Upgrade to 8.40.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.40.0/ChangeLog |
8.39.0 02 Nov 2018 13:32:35 |
rene |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
8.39.0 31 Oct 2018 07:56:43 |
matthew |
Update to 0.39.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog |
8.38.0 22 Sep 2018 08:39:50 |
matthew |
Update to 8.38.0
Changelog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog |
8.37.0_2 02 Sep 2018 07:02:57 |
matthew |
Second try at fixing linking problems with the OPENSSL option is selected.
PR: 230913
Submitted by: Axel.Rau@Chaos1.DE |
8.37.0_1 28 Aug 2018 06:49:04 |
matthew |
Add a new OPENSSL option as an alternative to GNUTLS. This parallels
a simlar fix to librelp, and tracks the upstream project's intention
to switch from gnutls to openssl over time. The default remains to
not compile in any TLS support in rsyslog8.
PR: 230913 |
8.37.0 04 Aug 2018 19:56:12 |
matthew |
Update to 8.37.0
Update WWW
ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog |
8.36.0 30 Jun 2018 08:30:51 |
matthew |
Update to 8.36.0
Upstream is deprecating liblogging-stdlog.so.0, but we still need the
devel/liblogging port because we link against liblogging-rfc3195.so.0
-- adjust the dependency accordingly.
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.36.0/ChangeLog |
8.35.0 27 May 2018 08:37:10 |
matthew |
Update to 8.35.0
- allow for BUILD_DEPENDS py-docutils to be flavoured. This avoids
rebuilding the dependency every time in some environments where
rst2man ends up being installed with a version tag.
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.35.0/ChangeLog |
8.34.0 15 Apr 2018 21:26:27 |
matthew |
Update to 8.34.0
Add patches to configuration system to allow specifying whether
syslog(3) generates RFC5424 format messages, instead of RFC3164.
Set RFC5424 as the syslog(3) default for OSVER >= 1200061. See:
https://reviews.freebsd.org/D14951 This is primarily a convenience so
that users of rsyslog8 will not have to modify their rsyslog.conf when
upgrading to a version of FreeBSD that generates RFC5424 from
syslog(3). I will submit these patches upstream in due course. |
8.33.1 07 Mar 2018 21:29:14 |
matthew |
Upgrade to 8.33.1
ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog |
8.33.0 23 Feb 2018 12:24:25 |
matthew |
Update to 8.33.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog |
8.32.0 10 Jan 2018 23:17:07 |
matthew |
Update to 8.32.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog |
8.31.0 30 Nov 2017 07:01:14 |
matthew |
Update to 8.31.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog |
8.30.0 04 Nov 2017 11:01:01 |
matthew |
Update to 8.30.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.30.0/ChangeLog |
8.29.0 10 Aug 2017 13:31:49 |
matthew |
Update to 8.29.0
Changes: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog |
8.28.0 02 Aug 2017 11:30:46 |
matthew |
Appease portlint by reordering some items in the Makefile
Group FOO_DESC with all the other options helpers for option FOO
When DOCS are enabled and one or both of MYSQL and PGSQL options are
selected, install the corresponding createDB.sql file for generating
the DB schema rsyslog expects [1]
PR: 221012
Reported by: rainer@ultra-secure.de [1] |
8.28.0 30 Jun 2017 22:02:24 |
matthew |
rsyslog cannot use the Inotify emulation provided by the
devel/libinotify port -- the kqueue based emulation does not persist
over forking, unlike the genuine linux inotify.
However, the presence of certain header files will cause rsyslog to
attempt to unconditionally compile in Inotify support, and this breaks
the build.
Use CONFLICTS_BUILD to mark the incompatibility.
PR: 220376
Submitted by: dewayne@heuristicsystems.com.au |
8.28.0 28 Jun 2017 15:57:11 |
matthew |
Update to 8.28.0
files/patch-plugins_omprog_omprog.c removed -- patch has been accepted
upstream and is incorporated in this release. |
8.27.0_1 14 Jun 2017 17:38:26 |
matthew |
Fix for the omprog module -- calling execve() with a NULL second
argument doesn't work. Instead supply an argv list with just a
terminating NULL entry.
Submitted upstream as https://github.com/rsyslog/rsyslog/pull/1618
Patch files regenerated by 'make makepatch'
Reported by: (Chun-Tien Chang) <tcs@kitty.2y.idv.tw> |
8.27.0 16 May 2017 22:19:44 |
matthew |
Update to 8.27.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog |
8.26.0 08 Apr 2017 18:47:57 |
matthew |
Update to 8.26.0
ChangeLog:
http://git.adiscon.com/?p=rsyslog.git;a=blob;f=ChangeLog;h=fed83bf94450d25d929614ac4e9ad10cb44b95e7;hb=HEAD |
8.25.0_2 30 Mar 2017 06:24:20 |
matthew |
Add a JSONPARSE option to enable building the mmjsonparse module:
http://www.rsyslog.com/doc/master/configuration/modules/mmjsonparse.html
PR: 218217
Submitted by: rum1cro@yandex.ru |
8.25.0_1 18 Mar 2017 00:41:39 |
matthew |
Add ELASTIC option to allow elastic search as an output destination. (1)
Add dependency on libcurl.so when ELASTIC selected, missing from
original submission
Switch from implicit USE_MYSQL=yes to uses= mysql
PR: 217876
Submitted by: rum1cro@yandex.ru |
8.25.0 14 Mar 2017 13:34:30 |
matthew |
Update pkg-descr using the text of the blurb from ww.rsyslog.com
- we aren't tracking v7 any more. The clue is in the port name:
sysutils/rsyslog8
Reported by: des |
8.25.0 23 Feb 2017 09:33:25 |
matthew |
Update to 8.25.0
- remove files/patch-runtime_stream.c -- patch has been incorporated
upstream
ChagneLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog |
8.24.0 11 Jan 2017 15:53:04 |
matthew |
Update to 8.24.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.24.0/ChangeLog |
8.23.0_1 02 Jan 2017 18:05:47 |
matthew |
D'Oh. I forgot to bump PORTREVISION. |
8.23.0 02 Jan 2017 18:05:05 |
matthew |
Handle errno==5 (EIO) as the result of trying to write(2) to the console.
Submittet upstream by Damien Fleurot:
https://github.com/rsyslog/rsyslog/issues/1351
PR: 211033
Submitted by: dam@my.gd
Reported by: xavi.garcia@gmail.com |
8.23.0 16 Nov 2016 19:02:08 |
matthew |
Update to 8.23.0
Delete patch-configure.ac -- change has been included upstream.
ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog |
8.22.0_1 12 Nov 2016 22:52:36 |
matthew |
recvmmsg(2) is buggy in 11.0-RELEASE, but not recent 11-STABLE or HEAD
-- the consequence for rsyslog being that it does not record any log
messages received via UDP to a log file.
recvmmsg(2) fix was applied to HEAD in r307036 and MFC'd to 11-STABLE
in r307311. Therefore prevent configure testing for recvmmsg(2)
before OSVERSION 1100504. Note: this is a no-op for older releases
than 11 -- recvmmsg(2) doesn't exist there.
PR: 214428
Reported by: dch@skunkwerks.at
MFH: 2016Q4 |
8.22.0 05 Oct 2016 06:55:21 |
matthew |
Update to 8.22.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog |
8.21.0 22 Sep 2016 12:58:06 |
matthew |
Update to 8.21.0
- Add license
- Placate portlint somewhat
- Add new GCRYPT option (default on): this is required is the GNUTLS option
is enabled
- Delete obsolete '--enable-cached-man-pages' from CONFIGURE_ARGS |
8.19.0_1 19 Sep 2016 13:52:34 |
matthew |
Fix autoconf detection of pthread_setschedparam() -- the test program
needs to be linked against -lpthread.
Regenerate patches by 'make makepatch'
Take maintainership
PR: 212823
Approved by: brd |
8.19.0 28 Jun 2016 13:46:21 |
brd |
Fix the build of sysutils/rsyslog8 by pointing at the new JSON dependency.
Submitted by: olgeni
Approved by: bdrewery (implicit) |
8.19.0 27 Jun 2016 17:04:39 |
brd |
- Upgrade sysutils/rsyslog8 to 8.19.0 and make it the default
- Mark sysutils/rsyslog7 deprecated.
Approved by: bdrewery (mentor) |
8.11.0_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
8.11.0_1 27 Mar 2016 14:58:00 |
tijl |
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine) |
8.11.0 04 Aug 2015 20:29:29 |
matthew |
* Update to 8.11.0
- Upstream has incorporated one part of the patches to runtime/stream.c
- regenerate patches with 'make makepatch'
* Modernize port
- Use OPTION helpers
- USE_AUTOTOOLS -> USES+= autoreconf
* Set INSTALL_TARGET=install-strip rather than stripping in post-install:
- Previously optional modules wouldn't have been stripped
* Update pkg-message.in to use the now standard 'Rainier script' configuration
file syntax (http://www.rsyslog.com/doc/rainerscript.html).
* Add new option to enable the mmnormalize module.
(http://www.rsyslog.com/doc/v8-stable/configuration/modules/mmnormalize.html)
This enables converting some not-standard log formats to RFC3164 or
RFC5424 styles, amongst other possible transformations.
* Tweak PORTSCOUT setting
PR: 202080
Approved by: brd (maintainer) |
8.10.0 28 May 2015 15:44:02 |
brd |
Update sysutils/rsyslog8 to 8.10.0
Include a few bug fixes:
1) Endless loop at boot time
2) Console output starting on the previous line
PR: 200429 [1]
PR: 200270 [2]
Submitted by: Alexandre Fenyo <fbsd.bugzilla@fenyo.net> [1 and 2]
Approved by: bdrewery (mentor) |
8.9.0 10 Apr 2015 02:41:41 |
brd |
Update sysutils/rsyslog8 to 8.9.0.
Approved by: bdrewery (mentor) |
8.8.0 24 Feb 2015 21:51:26 |
brd |
Upgrade sysutils/rsyslog8 to 8.8.0.
Changelog: http://www.rsyslog.com/changelog-for-8-8-0-v8-stable/
Approved by: bdrewery |
8.7.0 14 Jan 2015 03:06:49 |
brd |
- 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 |
8.6.0_1 02 Jan 2015 18:46:34 |
pi |
security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code. Take
care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in (Only the first 15 lines of the commit message are shown above ) |
8.6.0 17 Dec 2014 22:07:54 |
brd |
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 |