Port details |
- rsyslog7-devel Syslogd supporting SQL, TCP, and TLS
- 7.5.8_5 sysutils
=0 7.5.8_5Version of this port present on the latest quarterly branch.
- DEPRECATED: EoL, use sysutils/rsyslog8
This port expired on: 2015-02-13
- Maintainer: brd@FreeBSD.org
- Port Added: 2013-05-25 20:02:13
- Last Update: 2015-02-13 18:57:57
- SVN Revision: 378938
- 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-devel
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-devel>0:sysutils/rsyslog7-devel
- No installation instructions:
- This port has been deleted.
- PKGNAME: rsyslog7-devel
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
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
- pkgconf : devel/pkgconf
- autoconf-2.69 : devel/autoconf
- Library dependencies:
-
- libee.so : devel/libee
- libestr.so : devel/libestr
- libjson-c.so : devel/json-c
- libuuid.so : misc/e2fsprogs-libuuid
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for rsyslog7-devel-7.5.8_5:
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
===> 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.5.8_5 13 Feb 2015 18:57:57 |
rene |
Remove expired ports:
2015-02-13 sysutils/rsyslog7-devel: EoL, use sysutils/rsyslog7
2015-02-13 sysutils/rsyslog8-devel: EoL, use sysutils/rsyslog8 |
7.5.8_5 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 |
7.5.8_5 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.5.8_4 22 Nov 2014 20:40:09 |
crees |
Finally retire USE_PGSQL |
7.5.8_4 22 Nov 2014 09:13:36 |
antoine |
Cleanup plist |
7.5.8_4 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.5.8_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.5.8_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.5.8_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.5.8_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.5.8_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.5.8_1 25 Jun 2014 19:26:19 |
amdmi3 |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
7.5.8 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.5.7 31 Dec 2013 19:18:43 |
jgh |
- fix pkgname collisions
Submitted by: jgh@
Approved by: brd@ |
7.5.7 17 Dec 2013 03:07:01 |
brd (doc committer) |
- Update sysutils/rsyslog7-devel to 7.5.7
- Sync the Makefile with sysutils/rsyslog7 to make updates easier
Reviewed by: swills@ |
7.5.5_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.5.5 20 Oct 2013 23:26:55 |
brd (doc committer) |
- Update rsyslog-devel to 7.5.5
Changelog: http://www.rsyslog.com/changelog-for-7-5-5-v7-devel/
Reviewed by: swills@ |
7.5.3 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
7.5.3 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.5.3 17 Sep 2013 16:52:54 |
brd (doc committer) |
- Update sysutils/rsyslog7-devel to 7.5.3. Supersedes PR: ports/179902
Reviewed by: bapt@ |
7.3.15 14 Sep 2013 10:45:36 |
bapt |
Remove tests for unsupported FreeBSD versions |
7.3.15 02 Sep 2013 19:55:48 |
bapt |
Add an explicit dependency on pkgconf |
7.3.15 22 Jul 2013 12:41:39 |
erwin |
Explicitly set LATEST_LINK to avoid duplicate with
sysutil/rsyslog7
Approved by: maintainer timeout |
7.3.15 25 May 2013 20:10:11 |
brd (doc committer) |
- Update portscout for rsyslog7
- Remove some blank lines that snuck in
Noticed by: gjb@ |
7.3.15 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@ |