Commit Graph

67 Commits

Author SHA1 Message Date
Matthew Seaman
2bdb1f673b Update to 8.1908.0
ChangeLog:	https://github.com/rsyslog/rsyslog/blob/v8.1908.0/ChangeLog
2019-08-21 18:20:53 +00:00
Mathieu Arnold
bc89cd3d2c Convert to UCL & cleanup pkg-message (categories s) 2019-08-14 12:16:12 +00:00
Matthew Seaman
653855cbac Drop the dependency on libee -- this has actually been irrelevant for
some time, but only recently noted in the rsyslog changelogs.
2019-07-22 21:15:43 +00:00
Matthew Seaman
232ff2017b 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.
2019-07-09 22:13:37 +00:00
Matthew Seaman
bdebb4b746 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
2019-07-07 10:59:44 +00:00
Matthew Seaman
beed1febd4 Update to 8.1905.0
Submitted by:	dch
Differential Revision:	https://reviews.freebsd.org/D20456
2019-05-30 05:37:24 +00:00
Dave Cottlehuber
cd9b362e1b sysutils/rsyslog8: add new options kafka, amqp & http
Reviewed by:	matthew
Approved by:	jrm (mentor)
Differential Revision:	https://reviews.freebsd.org/D20024
2019-04-26 09:52:52 +00:00
Matthew Seaman
470cba1f04 Upgrade to 8.40.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.40.0/ChangeLog
2018-12-12 13:28:50 +00:00
Rene Ladan
8a502cb2d4 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
2018-11-02 13:32:34 +00:00
Matthew Seaman
9dd2a33c5b Update to 0.39.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog
2018-10-31 07:56:43 +00:00
Matthew Seaman
f51958d399 Update to 8.38.0
Changelog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog
2018-09-22 08:39:50 +00:00
Matthew Seaman
2e27de97c2 Second try at fixing linking problems with the OPENSSL option is selected.
PR:		230913
Submitted by:	Axel.Rau@Chaos1.DE
2018-09-02 07:02:57 +00:00
Matthew Seaman
a271060745 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
2018-08-28 06:49:04 +00:00
Matthew Seaman
2a3299b78f Update to 8.37.0
Update WWW

ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog
2018-08-04 19:56:12 +00:00
Matthew Seaman
e9f0056b28 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
2018-06-30 08:30:51 +00:00
Matthew Seaman
8f1033b633 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
2018-05-27 08:37:10 +00:00
Matthew Seaman
d1fcfca6c9 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.
2018-04-15 21:26:26 +00:00
Matthew Seaman
8545e28c13 Upgrade to 8.33.1
ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog
2018-03-07 21:29:14 +00:00
Matthew Seaman
5e60dee35b Update to 8.33.0
ChangeLog:	https://github.com/rsyslog/rsyslog/blob/master/ChangeLog
2018-02-23 12:24:25 +00:00
Matthew Seaman
9e5223e454 Update to 8.32.0
ChangeLog:	https://github.com/rsyslog/rsyslog/blob/master/ChangeLog
2018-01-10 23:17:07 +00:00
Matthew Seaman
1e5f2b84a9 Update to 8.31.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog
2017-11-30 07:01:14 +00:00
Matthew Seaman
a9e368c35b Update to 8.30.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.30.0/ChangeLog
2017-11-04 11:01:01 +00:00
Matthew Seaman
aad1a36ba1 Update to 8.29.0
Changes:	https://github.com/rsyslog/rsyslog/blob/master/ChangeLog
2017-08-10 13:31:49 +00:00
Matthew Seaman
1a92660dea 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]
2017-08-02 11:30:46 +00:00
Matthew Seaman
3c28f7d70d 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
2017-06-30 22:02:23 +00:00
Matthew Seaman
20830eea4b Update to 8.28.0
files/patch-plugins_omprog_omprog.c removed -- patch has been accepted
upstream and is incorporated in this release.
2017-06-28 15:57:11 +00:00
Matthew Seaman
a7d3428b14 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>
2017-06-14 17:38:26 +00:00
Matthew Seaman
2b86c6bc3e Update to 8.27.0
ChangeLog:	https://github.com/rsyslog/rsyslog/blob/master/ChangeLog
2017-05-16 22:19:44 +00:00
Matthew Seaman
486f2937c2 Update to 8.26.0
ChangeLog: http://git.adiscon.com/?p=rsyslog.git;a=blob;f=ChangeLog;h=fed83bf94450d25d929614ac4e9ad10cb44b95e7;hb=HEAD
2017-04-08 18:47:57 +00:00
Matthew Seaman
c46eed8def 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
2017-03-30 06:24:19 +00:00
Matthew Seaman
51c4b723eb 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
2017-03-18 00:41:39 +00:00
Matthew Seaman
217416c605 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
2017-03-14 13:34:30 +00:00
Matthew Seaman
1b6af33f8a 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
2017-02-23 09:33:25 +00:00
Matthew Seaman
2123823ca1 Update to 8.24.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.24.0/ChangeLog
2017-01-11 15:53:03 +00:00
Matthew Seaman
ff84716c24 D'Oh. I forgot to bump PORTREVISION. 2017-01-02 18:05:47 +00:00
Matthew Seaman
8785d8ad4a 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
2017-01-02 18:05:05 +00:00
Matthew Seaman
8b9863d43a Update to 8.23.0
Delete patch-configure.ac -- change has been included upstream.

ChangeLog:	https://github.com/rsyslog/rsyslog/blob/master/ChangeLog
2016-11-16 19:02:08 +00:00
Matthew Seaman
a72bab3341 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
2016-11-12 22:52:36 +00:00
Matthew Seaman
19a78a9dd8 Update to 8.22.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog
2016-10-05 06:55:21 +00:00
Matthew Seaman
7367d26c91 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
2016-09-22 12:58:06 +00:00
Matthew Seaman
bc987eb569 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
2016-09-19 13:52:34 +00:00
Brad Davis
bff9ea9424 Fix the build of sysutils/rsyslog8 by pointing at the new JSON dependency.
Submitted by:	olgeni
Approved by:	bdrewery (implicit)
2016-06-28 13:46:21 +00:00
Brad Davis
c481b80979 - Upgrade sysutils/rsyslog8 to 8.19.0 and make it the default
- Mark sysutils/rsyslog7 deprecated.

Approved by:	bdrewery (mentor)
2016-06-27 17:04:39 +00:00
Mathieu Arnold
597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00
Tijl Coosemans
6bc6f3a9e0 - 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)
2016-03-27 14:57:59 +00:00
Matthew Seaman
8b1a09a372 * 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)
2015-08-04 20:29:28 +00:00
Brad Davis
21b8eb2fb0 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)
2015-05-28 15:44:02 +00:00
Brad Davis
b9bd19c4fb Update sysutils/rsyslog8 to 8.9.0.
Approved by:	bdrewery (mentor)
2015-04-10 02:41:40 +00:00
Brad Davis
f021b478aa Upgrade sysutils/rsyslog8 to 8.8.0.
Changelog: http://www.rsyslog.com/changelog-for-8-8-0-v8-stable/

Approved by:	bdrewery
2015-02-24 21:51:26 +00:00
Brad Davis
8eda03674b - 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
2015-01-14 03:06:48 +00:00