aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rsyslog8
Commit message (Collapse)AuthorAgeFilesLines
* Remove compatibility code for FreeBSD < 11.2 from all ports.Rene Ladan2018-11-021-3/+0
| | | | | | | | | | 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 Notes: svn path=/head/; revision=483807
* Update to 0.39.0Matthew Seaman2018-10-313-5/+4
| | | | | | | ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog Notes: svn path=/head/; revision=483558
* Update to 8.38.0Matthew Seaman2018-09-222-5/+4
| | | | | | | Changelog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog Notes: svn path=/head/; revision=480367
* Second try at fixing linking problems with the OPENSSL option is selected.Matthew Seaman2018-09-021-2/+2
| | | | | | | | PR: 230913 Submitted by: Axel.Rau@Chaos1.DE Notes: svn path=/head/; revision=478765
* Add a new OPENSSL option as an alternative to GNUTLS. This parallelsMatthew Seaman2018-08-282-2/+12
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=478287
* Update to 8.37.0Matthew Seaman2018-08-043-5/+5
| | | | | | | | | Update WWW ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog Notes: svn path=/head/; revision=476379
* Update to 8.36.0Matthew Seaman2018-06-302-5/+5
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=473602
* Update to 8.35.0Matthew Seaman2018-05-273-6/+7
| | | | | | | | | | | - 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 Notes: svn path=/head/; revision=470968
* Update to 8.34.0Matthew Seaman2018-04-156-5/+89
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=467436
* Upgrade to 8.33.1Matthew Seaman2018-03-072-4/+4
| | | | | | | ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog Notes: svn path=/head/; revision=463832
* Update to 8.33.0Matthew Seaman2018-02-232-4/+4
| | | | | | | ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog Notes: svn path=/head/; revision=462687
* Update to 8.32.0Matthew Seaman2018-01-103-44/+6
| | | | | | | ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog Notes: svn path=/head/; revision=458701
* Update to 8.31.0Matthew Seaman2017-11-303-14/+4
| | | | | | | ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog Notes: svn path=/head/; revision=455172
* Update to 8.30.0Matthew Seaman2017-11-042-4/+4
| | | | | | | ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.30.0/ChangeLog Notes: svn path=/head/; revision=453449
* Update to 8.29.0Matthew Seaman2017-08-103-14/+4
| | | | | | | Changes: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog Notes: svn path=/head/; revision=447676
* Appease portlint by reordering some items in the MakefileMatthew Seaman2017-08-021-16/+21
| | | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=447100
* rsyslog cannot use the Inotify emulation provided by theMatthew Seaman2017-06-301-0/+2
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=444784
* Update to 8.28.0Matthew Seaman2017-06-283-25/+4
| | | | | | | | files/patch-plugins_omprog_omprog.c removed -- patch has been accepted upstream and is incorporated in this release. Notes: svn path=/head/; revision=444600
* Fix for the omprog module -- calling execve() with a NULL secondMatthew Seaman2017-06-145-6/+27
| | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=443594
* Update to 8.27.0Matthew Seaman2017-05-162-4/+4
| | | | | | | ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog Notes: svn path=/head/; revision=441060
* Update to 8.26.0Matthew Seaman2017-04-082-5/+4
| | | | | | | ChangeLog: http://git.adiscon.com/?p=rsyslog.git;a=blob;f=ChangeLog;h=fed83bf94450d25d929614ac4e9ad10cb44b95e7;hb=HEAD Notes: svn path=/head/; revision=438060
* Add a JSONPARSE option to enable building the mmjsonparse module:Matthew Seaman2017-03-301-3/+7
| | | | | | | | | | http://www.rsyslog.com/doc/master/configuration/modules/mmjsonparse.html PR: 218217 Submitted by: rum1cro@yandex.ru Notes: svn path=/head/; revision=437273
* Add ELASTIC option to allow elastic search as an output destination. (1)Matthew Seaman2017-03-181-3/+8
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=436368
* Update pkg-descr using the text of the blurb from ww.rsyslog.comMatthew Seaman2017-03-141-17/+12
| | | | | | | | | | - we aren't tracking v7 any more. The clue is in the port name: sysutils/rsyslog8 Reported by: des Notes: svn path=/head/; revision=436152
* Update to 8.25.0Matthew Seaman2017-02-233-18/+4
| | | | | | | | | | - remove files/patch-runtime_stream.c -- patch has been incorporated upstream ChagneLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog Notes: svn path=/head/; revision=434659
* Update to 8.24.0Matthew Seaman2017-01-112-5/+4
| | | | | | | ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.24.0/ChangeLog Notes: svn path=/head/; revision=431190
* D'Oh. I forgot to bump PORTREVISION.Matthew Seaman2017-01-021-0/+1
| | | | Notes: svn path=/head/; revision=430389
* Handle errno==5 (EIO) as the result of trying to write(2) to the console.Matthew Seaman2017-01-024-3/+17
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=430388
* Update to 8.23.0Matthew Seaman2016-11-163-23/+4
| | | | | | | | | Delete patch-configure.ac -- change has been included upstream. ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog Notes: svn path=/head/; revision=426261
* recvmmsg(2) is buggy in 11.0-RELEASE, but not recent 11-STABLE or HEADMatthew Seaman2016-11-121-0/+4
| | | | | | | | | | | | | | | | | -- 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 Notes: svn path=/head/; revision=425998
* Update to 8.22.0Matthew Seaman2016-10-052-4/+4
| | | | | | | ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog Notes: svn path=/head/; revision=423322
* Update to 8.21.0Matthew Seaman2016-09-223-15/+23
| | | | | | | | | | | - 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 Notes: svn path=/head/; revision=422609
* Fix autoconf detection of pthread_setschedparam() -- the test programMatthew Seaman2016-09-195-4/+23
| | | | | | | | | | | | | | needs to be linked against -lpthread. Regenerate patches by 'make makepatch' Take maintainership PR: 212823 Approved by: brd Notes: svn path=/head/; revision=422442
* Fix the build of sysutils/rsyslog8 by pointing at the new JSON dependency.Brad Davis2016-06-281-1/+1
| | | | | | | | Submitted by: olgeni Approved by: bdrewery (implicit) Notes: svn path=/head/; revision=417716
* - Upgrade sysutils/rsyslog8 to 8.19.0 and make it the defaultBrad Davis2016-06-276-77/+4
| | | | | | | | | - Mark sysutils/rsyslog7 deprecated. Approved by: bdrewery (mentor) Notes: svn path=/head/; revision=417672
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-13/+13
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Update security/gnutls to 3.4.10.Tijl Coosemans2016-03-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=411990
* * Update to 8.11.0Matthew Seaman2015-08-0410-87/+51
| | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=393550
* Update sysutils/rsyslog8 to 8.10.0Brad Davis2015-05-284-3/+62
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=387739
* Update sysutils/rsyslog8 to 8.9.0.Brad Davis2015-04-102-3/+3
| | | | | | | Approved by: bdrewery (mentor) Notes: svn path=/head/; revision=383689
* Upgrade sysutils/rsyslog8 to 8.8.0.Brad Davis2015-02-242-4/+4
| | | | | | | | | Changelog: http://www.rsyslog.com/changelog-for-8-8-0-v8-stable/ Approved by: bdrewery Notes: svn path=/head/; revision=379847
* - Upgrade sysutils/rsyslog8 to 8.7.0. [1]Brad Davis2015-01-144-14/+41
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=376993
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependsKurt Jaeger2015-01-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=376062
* Upgrade to 8.6.0Brad Davis2014-12-178-19/+41
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=374876
* Enable the omprog output module by default.Brad Davis2014-11-243-2/+15
| | | | | | | | | PR: 195046 Submitted by: rand@iteris.com Approved by: zi Notes: svn path=/head/; revision=373224
* Finally retire USE_PGSQLChris Rees2014-11-221-1/+1
| | | | Notes: svn path=/head/; revision=373100
* Cleanup plistAntoine Brodin2014-11-221-1/+0
| | | | Notes: svn path=/head/; revision=373038
* - Remove an old patch that does not apply anymore that I missed in the ↵Brad Davis2014-10-021-11/+0
| | | | | | | | | previous commit Reviewed by: bdrewery Notes: svn path=/head/; revision=369866
* - Update sysutils/rsyslog7 to 7.6.7 [1] and sysutils/rsyslog8 to 8.4.2 [2] ↵Brad Davis2014-10-027-56/+6
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=369854
* - Actually update sysutils/rsyslog8 to 8.4.1Brad Davis2014-09-302-3/+3
| | | | | | | | Reviewed by: bdrewery@ Security: 8e0e86ff-48b5-11e4-ab80-000c29f6ae42 Notes: svn path=/head/; revision=369667