Port details |
- rsyslog7 Syslogd supporting SQL, TCP, and TLS
- 7.6.7_2 sysutils
=1 7.6.7_2Version of this port present on the latest quarterly branch.
- DEPRECATED: Upgrade to rsyslog 8
This port expired on: 2016-08-23
- Maintainer: brd@FreeBSD.org
- Port Added: 2013-01-01 19:38:51
- Last Update: 2016-09-13 18:23:45
- SVN Revision: 422054
- People watching this port, also watch:: zrep
- License: not specified in port
- WWW:
- http://www.rsyslog.com/
- Description:
- Rsyslog is an enhanced multi-threaded syslogd with a focus on
security and reliability.
Among others, it offers support for on-demand disk buffering,
reliable syslog over TCP, SSL, TLS and RELP, writing to databases
(MySQL, PostgreSQL, Oracle, and many more), email alerting, fully
configurable output formats (including high-precision timestamps),
the ability to filter on any part of the syslog message, on-the-wire
message compression, and the ability to convert text files to syslog.
It is a drop-in replacement for stock syslogd and able to work with
the same configuration file syntax. Its advanced features make it
suitable for enterprise-class, encryption protected syslog relay
chains while at the same time being very easy to setup for the
novice user.
Tracking v7-stable
WWW: http://www.rsyslog.com/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- rsyslog7>0:sysutils/rsyslog7
- No installation instructions:
- This port has been deleted.
- PKGNAME: rsyslog7
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (rsyslog-7.6.7.tar.gz) = fc29d2d9cbf3396091dd0bab2eb6f847aed4a44ef73138a97ddf9447446125ee
SIZE (rsyslog-7.6.7.tar.gz) = 3028684
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- libgcrypt-config : security/libgcrypt
- rst2man : textproc/py-docutils
- pkgconf>=0.9.10 : devel/pkgconf
- autoconf-2.69 : devel/autoconf
- Library dependencies:
-
- libee.so : devel/libee
- libestr.so : devel/libestr
- libjson-c.so : devel/json-c
- liblogging-stdlog.so : devel/liblogging
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for rsyslog7-7.6.7_2:
DBI=off: LibDBI output module for rsyslog
DOCS=on: Build and/or install documentation
GNUTLS=off: GNUTLS module for rsyslog
GSSAPI=off: GSS API input/output module for rsyslog
MYSQL=off: MySQL output module for rsyslog
PGSQL=off: PostgreSQL output module for rsyslog
RELP=off: RELP input/output module for rsyslog
RFC3195=off: RFC3195 input support for rsyslog
SNMP=off: SNMP trap sender for rsyslog
UUID=off: Support for generating a UUID per log message
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- alias libtool pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.6.7_2 13 Sep 2016 18:23:45 |
rene |
Remove expired ports:
2016-08-23 www/mediawiki124: EOL upstream
2016-08-23 sysutils/rsyslog7: Upgrade to rsyslog 8
2016-08-24 www/moodle28: EOL upstream
2016-08-31 devel/php5-msgpack: This is an older version of the software, please
use devel/pecl-msgpack.
2016-09-02 textproc/asciinema: use textproc/py3-asciinema instead
2016-09-09 x11-toolkits/qtada: No development since 2012, usefulness unclear |
7.6.7_2 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) |
7.6.7_2 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
7.6.7_2 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) |
7.6.7_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 ) |
7.6.7 22 Nov 2014 20:40:09 |
crees |
Finally retire USE_PGSQL |
7.6.7 22 Nov 2014 09:13:36 |
antoine |
Cleanup plist |
7.6.7 20 Oct 2014 10:34:14 |
marino |
Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build
without the need for additional patches.
Approved by: portmgr (bapt, blanket) |
7.6.7 02 Oct 2014 22:48:48 |
bdrewery |
Fix build |
7.6.7 02 Oct 2014 21:17:38 |
bdrewery |
Add missed PORTVERSION bump from r369854 |
7.6.6 02 Oct 2014 19:31:53 |
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 |
7.6.6 30 Sep 2014 20:10:25 |
brd |
- Update sysutils/rsyslog7 to 7.6.6 [1] and sysutils/rsyslog8 to 8.4.1 [2] to
fix CVE-2014-3634 [3].
1: http://www.rsyslog.com/changelog-for-7-6-6-v7-stable/
2: http://www.rsyslog.com/changelog-for-8-4-1-v8-stable/
3: http://www.rsyslog.com/remote-syslog-pri-vulnerability/
Reviewed by: bdrewery@
Security: 8e0e86ff-48b5-11e4-ab80-000c29f6ae42 |
7.6.3_4 26 Aug 2014 02:09:46 |
amdmi3 |
- Switch databases/libdbi to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
7.6.3_3 20 Aug 2014 15:59:10 |
adamw |
Fix build after json-c update.
rsyslog8-devel fails to build against the new json-c, so I've marked it
BROKEN. |
7.6.3_3 30 Jul 2014 03:57:24 |
pi |
security/libgcrypt: 1.5.3_3 -> 1.6.1
- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
security/shishi with PR 192164 is already committed
[1] devel/ccrtp
[2] editors/abiword
[3] security/p5-Crypt-GCrypt
PR: 191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit) |
7.6.3_2 23 Jul 2014 09:54:02 |
tijl |
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine) |
7.6.3_1 26 Jun 2014 14:12:09 |
amdmi3 |
- Fix plist dependent on options
- Fix dependency on libdbi in rsyslog7
Approved by: portmgr blanked
Reported by: Yuriy Korobko <make dot kernel at gmail dot com> |
7.6.3_1 25 Jun 2014 19:26:26 |
amdmi3 |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
7.6.3 15 May 2014 23:40:23 |
brd |
- Update devel/libestr from 0.1.8 to 0.1.9
- Update devel/liblogging from 1.0.1 to 1.0.4
- Update sysutils/rsyslog7 from 7.6.0 to 7.6.3
Reviewed by: zi@ |
7.6.0 21 Feb 2014 02:28:22 |
brd |
- Upgrade sysutils/rsyslog7 to 7.6.0, sysutils/rsyslog7-devel to 7.5.8 [1], and
sysutils/rsyslog8-devel to 8.1.6.
1: I know it is lower than rsyslog7, but it is the latest from upstream. They
say that a newer release is imminent.
Changelogs:
7.6.0: http://www.rsyslog.com/changelog-for-7-6-0-v7-stable/
7.5.8: http://www.rsyslog.com/changelog-for-7-5-8-v7-devel/
8.1.6: http://www.rsyslog.com/changelog-for-8-1-6-v8-devel/
Reviewed by: miwi@ |
7.4.7 14 Dec 2013 04:39:27 |
brd (doc committer) |
- Update rsyslog7 to 7.4.7. Finally stagify thanks to help from bapt@ !
Reviewed by: az@ |
7.4.4_1 09 Nov 2013 15:57:19 |
wg |
devel/json-c: update to 0.11
- Update to 0.11
- Bump revision of dependent ports
- Fix pkg-plist [1]
PR: ports/182958
Submitted by: zi, wg [1]
Approved by: maintainer (timeout) |
7.4.4 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
7.4.4 17 Sep 2013 16:58:28 |
bapt |
only ryslog7 now has rsyslog-<version> package name.
Change all others to avoid confusion for binary package users
Approved by: brd |
7.4.4 14 Sep 2013 10:45:36 |
bapt |
Remove tests for unsupported FreeBSD versions |
7.4.4 06 Sep 2013 15:56:55 |
brd (doc committer) |
- Update sysutils/rsyslog7 to 7.4.4
- Make UUID support optional since it not used very often and conflicts with
postgres [1]
Changes: http://www.rsyslog.com/changelog-for-7-4-4-v7-stable/
PR: 180139 [1]
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> [1]
Reviewed by: swills@ |
7.4.3 02 Sep 2013 19:55:48 |
bapt |
Add an explicit dependency on pkgconf |
7.4.3 20 Aug 2013 21:53:49 |
brd (doc committer) |
- Update sysutils/rsyslog7 to 7.4.3
Reviewed by: swills@ |
7.2.7 25 May 2013 20:10:11 |
brd (doc committer) |
- Update portscout for rsyslog7
- Remove some blank lines that snuck in
Noticed by: gjb@ |
7.2.7 25 May 2013 20:01:58 |
brd (doc committer) |
- Update sysutils/rsyslog7 to 7.2.7
- Partially based on work in [1]
- Convert to PORTDOCS= and PORTEXAMPLES=
- Pet portlint
- Add sysutils/rsyslog7-devel at version 7.3.15
PR: 176601 [1]
Submitted by: Cristiano Rolim Pereira <cristianorolim at outlook.com> [1]
Reviewed by: koobs@, jgh@ |
7.2.4_2 03 May 2013 16:36:41 |
ehaupt |
Chase security/libgcrypt update |
7.2.4_1 30 Apr 2013 16:37:46 |
bdrewery |
- Fix cases where 2 USES= were used
With hat: portmgr |
7.2.4_1 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
7.2.4_1 28 Feb 2013 10:51:58 |
gahr |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: sysutils)
Approved by: portmgr |
7.2.4_1 11 Feb 2013 01:44:04 |
bdrewery |
- Remove trailing slash from devel/json-c LIB_DEPENDS origin
Approved by: brd (maintainer) |
7.2.4_1 05 Feb 2013 16:17:07 |
novel |
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports |
7.2.4 01 Jan 2013 19:38:29 |
brd (doc committer) |
- Add rsyslog 7.2.4
Changes: http://www.rsyslog.com/changelog-for-7-2-4-v7-stable/
Reviewed by: swills |