non port: sysutils/rsyslog8/Makefile |
Number of commits found: 110 (showing only 100 on this page) |
Thursday, 20 Feb 2025
|
21:20 Matthew Seaman (matthew)
sysutils/rsyslog8: update to 8.2502.0
Changes: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog
Reported by: repology
69e14f37 |
Wednesday, 4 Dec 2024
|
20:12 Matthew Seaman (matthew)
sysutils/rsyslog8: update to 8.2412.0
Changes: https://github.com/rsyslog/rsyslog/blob/v8.2412.0/ChangeLog
Reported by: repology
6d438bc |
Wednesday, 23 Oct 2024
|
21:23 Matthew Seaman (matthew)
sysutils/rsyslog8: update to 8.2410.0
Changes: https://github.com/rsyslog/rsyslog/blob/v8.2410.0/ChangeLog
Reported by: repology
bf06b88 |
Wednesday, 21 Aug 2024
|
07:12 Matthew Seaman (matthew)
sysutils/rsyslog8: update to 8.2408.0
Changes: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog
Reported by: repology
8d372db |
Wednesday, 3 Jul 2024
|
22:03 Matthew Seaman (matthew)
sysutils/rsyslog8: update to 8.2406.0
Changes: https://github.com/rsyslog/rsyslog/blob/v8.2406.0/ChangeLog
Reported by: repology
e39f947 |
Saturday, 6 Apr 2024
|
11:36 Matthew Seaman (matthew)
sysutils/rsyslog8: update to 8.2404.0
Changes: https://github.com/rsyslog/rsyslog/blob/v8.2404.0/ChangeLog
Reported by: repology
d07bc71 |
Sunday, 31 Mar 2024
|
22:36 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
04edb06 |
Wednesday, 28 Feb 2024
|
22:10 Matthew Seaman (matthew)
sysutils/rsyslog8: update to 8.2402.0
Changes: https://github.com/rsyslog/rsyslog/blob/v8.2402.0/ChangeLog
Reported by: repology
dc1b81e |
Saturday, 27 Jan 2024
|
10:52 Gleb Popov (arrowd) Author: Matthew Seaman
sysutils/rsyslog8: clean up manpages
Track impending changes to autotools.
Approved by: portmgr (blanket)
8e9fd70 |
Wednesday, 13 Dec 2023
|
23:22 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
1f8f9ee |
Tuesday, 24 Oct 2023
|
21:08 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
959521f |
Monday, 16 Oct 2023
|
08:29 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
f1c490b |
Wednesday, 11 Oct 2023
|
21:34 Matthew Seaman (matthew)
sysutils/rsyslog8: update to 8.2310.0
Changes:` https://github.com/rsyslog/rsyslog/blob/v8.2310.0/ChangeLog
Reported by: repology
9142ffe |
Thursday, 17 Aug 2023
|
21:45 Matthew Seaman (matthew)
sysutils/rsyslog8: update to 8.2308.0
Changes: https://github.com/rsyslog/rsyslog/blob/v8.2308.0/ChangeLog
Reported by: repology
1a3d9a4 |
Thursday, 22 Jun 2023
|
06:46 Matthew Seaman (matthew)
sysutils/rsyslog8: update to 8.2306.0
Changes: https://github.com/rsyslog/rsyslog/blob/v8.2306.0/ChangeLog
Reported by: repology
32470e8 |
Wednesday, 19 Apr 2023
|
08:17 Matthew Seaman (matthew)
sysutils/rsyslog8: update to 8.2304.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.2304.0/ChangeLog
Reported by: repology
0b6d742 |
Friday, 24 Feb 2023
|
15:26 Matthew Seaman (matthew)
sysutils/rsyslog8: update to 8.2302.0
Chagnes: https://github.com/rsyslog/rsyslog/blob/v8.2302.0/ChangeLog
bff4366 |
Thursday, 8 Dec 2022
|
22:53 Matthew Seaman (matthew)
sysutils/rsyslog8: update to 8.2212.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.2212.0/ChangeLog
b482599 |
Monday, 7 Nov 2022
|
12:54 Matthew Seaman (matthew)
sysutils/rsyslog8: upate to 8.2210.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.2210.0/ChangeLog
3e218e7 |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Friday, 19 Aug 2022
|
11:48 Matthew Seaman (matthew)
sysutils/rsyslog8: Update to 8.2208.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.2208.0/ChangeLog
4efa00d |
Friday, 6 May 2022
|
19:36 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
8583bcd |
Wednesday, 20 Apr 2022
|
07:31 Matthew Seaman (matthew)
sysutils/rsyslog8: update to 8.2204.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.2204.0/ChangeLog
2047503c |
Tuesday, 8 Mar 2022
|
07:10 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
3f36091 |
Monday, 7 Mar 2022
|
07:18 Matthew Seaman (matthew)
sysutils/rsyslog8: update to 8.2202.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.2202.0/ChangeLog
173eddc |
Monday, 17 Jan 2022
|
13:20 Tobias Kortkamp (tobik)
*: Clean up some things
- Fix typos
- Fix overwritten variables
Reported by: portscan
dfd0e4d |
Sunday, 9 Jan 2022
|
15:56 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
cbad08d |
Wednesday, 29 Dec 2021
|
17:31 Matthew Seaman (matthew)
sysutils/rsyslog8: update to 8.2112.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.2112.0/ChangeLog
ded541d |
Friday, 3 Dec 2021
|
18:14 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
2a74583 |
Saturday, 13 Nov 2021
|
20:37 Matthew Seaman (matthew)
sysutils/rsyslog8: Update to 8.2110.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.2110.0/ChangeLog
37f775e |
Sunday, 29 Aug 2021
|
19:49 Bernhard Froehlich (decke)
sysutils/rsyslog8: Add CPE information
Approved by: portmgr (blanket)
9bb1f615 |
Monday, 23 Aug 2021
|
11:29 Matthew Seaman (matthew)
sysutils/rsyslog8: update to 8.2108.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.2108.0/ChangeLog
f199abc |
Monday, 26 Jul 2021
|
07:32 Matthew Seaman (matthew)
sysutils/rsyslog8: update to 8.2106.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.2106.0/ChangeLog
265c4e1 |
Saturday, 1 May 2021
|
21:15 Matthew Seaman (matthew)
sysutils/rsyslog8: Update to 8.2104.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.2104.0/ChangeLog
0c95242 |
Thursday, 8 Apr 2021
|
15:13 Matthew Seaman (matthew)
sysutils/rsyslog8 -- improve libressl compatibility
PR: 254864
Reported by: dave@jetcafe.org
Obtained from: Gentoo (https://bugs.gentoo.org/750842)
b7cc041 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Sunday, 21 Feb 2021
|
11:46 matthew
Update to 8.2102.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.2102.0/ChangeLog
 |
Thursday, 31 Dec 2020
|
23:53 matthew
Update to 8.2012.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.2012.0/ChangeLog
 |
Saturday, 24 Oct 2020
|
18:00 matthew
Update to 8.2010.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.2010.0/ChangeLog
 |
Wednesday, 26 Aug 2020
|
05:53 matthew
Update to 8.2008.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog
 |
Wednesday, 22 Jul 2020
|
20:32 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
 |
Sunday, 12 Jul 2020
|
07:09 matthew
Update to 8.2006.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.2006.0/ChangeLog
 |
Thursday, 30 Apr 2020
|
11:23 matthew
Update to 8.2004.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.2004.0/ChangeLog
 |
Wednesday, 26 Feb 2020
|
19:05 matthew
Update to 8.2002.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.2002.0/ChangeLog
 |
Thursday, 16 Jan 2020
|
06:42 matthew
Update to 8.2001.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.2001.0/ChangeLog
 |
Friday, 15 Nov 2019
|
14:41 matthew
Update to 8.1911.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.1911.0/ChangeLog
 |
Friday, 4 Oct 2019
|
06:48 matthew
Update to 8.1910.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.1910.0/ChangeLog
 |
Wednesday, 21 Aug 2019
|
18:20 matthew
Update to 8.1908.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.1908.0/ChangeLog
 |
Monday, 22 Jul 2019
|
21:15 matthew
Drop the dependency on libee -- this has actually been irrelevant for
some time, but only recently noted in the rsyslog changelogs.
 |
Tuesday, 9 Jul 2019
|
22:13 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.
 |
Sunday, 7 Jul 2019
|
10:59 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
 |
Thursday, 30 May 2019
|
05:37 matthew
Update to 8.1905.0
Submitted by: dch
Differential Revision: https://reviews.freebsd.org/D20456
 |
Friday, 26 Apr 2019
|
09:52 dch
sysutils/rsyslog8: add new options kafka, amqp & http
Reviewed by: matthew
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D20024
 |
Wednesday, 12 Dec 2018
|
13:28 matthew
Upgrade to 8.40.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.40.0/ChangeLog
 |
Friday, 2 Nov 2018
|
13:32 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
 |
Wednesday, 31 Oct 2018
|
07:56 matthew
Update to 0.39.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog
 |
Saturday, 22 Sep 2018
|
08:39 matthew
Update to 8.38.0
Changelog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog
 |
Sunday, 2 Sep 2018
|
07:02 matthew
Second try at fixing linking problems with the OPENSSL option is selected.
PR: 230913
Submitted by: Axel.Rau@Chaos1.DE
 |
Tuesday, 28 Aug 2018
|
06:49 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
 |
Saturday, 4 Aug 2018
|
19:56 matthew
Update to 8.37.0
Update WWW
ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog
 |
Saturday, 30 Jun 2018
|
08:30 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
 |
Sunday, 27 May 2018
|
08:37 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
 |
Sunday, 15 Apr 2018
|
21:26 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.
 |
Wednesday, 7 Mar 2018
|
21:29 matthew
Upgrade to 8.33.1
ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog
 |
Friday, 23 Feb 2018
|
12:24 matthew
Update to 8.33.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog
 |
Wednesday, 10 Jan 2018
|
23:17 matthew
Update to 8.32.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog
 |
Thursday, 30 Nov 2017
|
07:01 matthew
Update to 8.31.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog
 |
Saturday, 4 Nov 2017
|
11:01 matthew
Update to 8.30.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.30.0/ChangeLog
 |
Thursday, 10 Aug 2017
|
13:31 matthew
Update to 8.29.0
Changes: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog
 |
Wednesday, 2 Aug 2017
|
11:30 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]
 |
Friday, 30 Jun 2017
|
22:02 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
 |
Wednesday, 28 Jun 2017
|
15:57 matthew
Update to 8.28.0
files/patch-plugins_omprog_omprog.c removed -- patch has been accepted
upstream and is incorporated in this release.
 |
Wednesday, 14 Jun 2017
|
17:38 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>
 |
Tuesday, 16 May 2017
|
22:19 matthew
Update to 8.27.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog
 |
Saturday, 8 Apr 2017
|
18:47 matthew
Update to 8.26.0
ChangeLog:
http://git.adiscon.com/?p=rsyslog.git;a=blob;f=ChangeLog;h=fed83bf94450d25d929614ac4e9ad10cb44b95e7;hb=HEAD
 |
Thursday, 30 Mar 2017
|
06:24 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
 |
Saturday, 18 Mar 2017
|
00:41 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
 |
Thursday, 23 Feb 2017
|
09:33 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
 |
Wednesday, 11 Jan 2017
|
15:53 matthew
Update to 8.24.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.24.0/ChangeLog
 |
Monday, 2 Jan 2017
|
18:05 matthew
D'Oh. I forgot to bump PORTREVISION.
 |
Wednesday, 16 Nov 2016
|
19:02 matthew
Update to 8.23.0
Delete patch-configure.ac -- change has been included upstream.
ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog
 |
Saturday, 12 Nov 2016
|
22:52 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
 |
Wednesday, 5 Oct 2016
|
06:55 matthew
Update to 8.22.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog
 |
Thursday, 22 Sep 2016
|
12:58 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
 |
Monday, 19 Sep 2016
|
13:52 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
 |
Tuesday, 28 Jun 2016
|
13:46 brd
Fix the build of sysutils/rsyslog8 by pointing at the new JSON dependency.
Submitted by: olgeni
Approved by: bdrewery (implicit)
 |
Monday, 27 Jun 2016
|
17:04 brd
- Upgrade sysutils/rsyslog8 to 8.19.0 and make it the default
- Mark sysutils/rsyslog7 deprecated.
Approved by: bdrewery (mentor)
 |
Friday, 1 Apr 2016
|
14:25 mat
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
 |
Sunday, 27 Mar 2016
|
14:58 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)
 |
Tuesday, 4 Aug 2015
|
20: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)
 |
Thursday, 28 May 2015
|
15:44 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)
 |
Friday, 10 Apr 2015
|
02:41 brd
Update sysutils/rsyslog8 to 8.9.0.
Approved by: bdrewery (mentor)
 |
Tuesday, 24 Feb 2015
|
21:51 brd
Upgrade sysutils/rsyslog8 to 8.8.0.
Changelog: http://www.rsyslog.com/changelog-for-8-8-0-v8-stable/
Approved by: bdrewery
 |
Wednesday, 14 Jan 2015
|
03:06 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
 |
Friday, 2 Jan 2015
|
18:46 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
- Fix building for the x32 target without asm modules in
mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI.
- Fix ARM assembly when building __PIC__
- mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit.
* mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear
allocated but not used bits before resizing.
* tests/t-mpi-bits.c (set_bit_with_resize): New.
- Use internal malloc function in fips.c.
* src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/.
- pubkey: Re-map all deprecated RSA algo numbers.
- cipher: Fix possible NULL dereference in cipher/md.c for being NULL.
- Fix ARMv6 detection when CFLAGS modify target CPU architecture.
PR: 193264
Approved by: cpm@fbsd.es (maintainer)
 |
Wednesday, 17 Dec 2014
|
22:07 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
 |
Monday, 24 Nov 2014
|
17:00 brd
Enable the omprog output module by default.
PR: 195046
Submitted by: rand@iteris.com
Approved by: zi
 |
Saturday, 22 Nov 2014
|
20:40 crees
Finally retire USE_PGSQL
 |
Thursday, 2 Oct 2014
|
19:31 brd
- Update sysutils/rsyslog7 to 7.6.7 [1] and sysutils/rsyslog8 to 8.4.2 [2] to
fix CVE-2014-3634 [3].
1: http://www.rsyslog.com/changelog-for-7-6-7-v7-stable/
2: http://www.rsyslog.com/changelog-for-8-4-2-v8-stable/
3: http://www.rsyslog.com/remote-syslog-pri-vulnerability/
Reviewed by: bdrewery
Security: 8e0e86ff-48b5-11e4-ab80-000c29f6ae42
 |
Number of commits found: 110 (showing only 100 on this page) |