Bug 130014 - New port: sysutils/rsyslog4 - Syslogd supporting SQL, TCP and TLS
Summary: New port: sysutils/rsyslog4 - Syslogd supporting SQL, TCP and TLS
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-29 08:50 UTC by Cristiano Rolim Pereira
Modified: 2009-01-27 19:50 UTC (History)
0 users

See Also:


Attachments
file.shar (12.45 KB, text/plain)
2008-12-29 08:50 UTC, Cristiano Rolim Pereira
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Cristiano Rolim Pereira 2008-12-29 08:50:01 UTC
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, email alerting, fully configurable output formats ,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.

More info can be found here: http://www.rsyslog.com/

Attached, there is a shell archive of a port of rsyslog.

Fix: Patch attached with submission follows:
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2008-12-29 12:34:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2009-01-18 11:26:58 UTC
Responsible Changed
From-To: miwi->freebsd-ports-bugs

back to pool.
Comment 3 Philip M. Gollucci freebsd_committer freebsd_triage 2009-01-27 04:22:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

I'll take it.
Comment 4 Philip M. Gollucci freebsd_committer freebsd_triage 2009-01-27 19:40:41 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2009-01-27 19:40:52 UTC
pgollucci    2009-01-27 19:40:41 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/rsyslog4    Makefile bsd.rsyslog.mk distinfo 
                         pkg-descr pkg-plist 
    sysutils/rsyslog4/files pkg-message.in rsyslogd.in 
  Log:
  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.
  
  Version 4.x.x is still in devel stage and can show stability issues.
  
  WWW: http://www.rsyslog.com/
  
  PR:             ports/130014
  Submitted by:   Cristiano Rolim Pereira <cristianorolim at hotmail.com>
  
  Revision  Changes    Path
  1.1065    +1 -0      ports/sysutils/Makefile
  1.1       +50 -0     ports/sysutils/rsyslog4/Makefile (new)
  1.1       +20 -0     ports/sysutils/rsyslog4/bsd.rsyslog.mk (new)
  1.1       +3 -0      ports/sysutils/rsyslog4/distinfo (new)
  1.1       +16 -0     ports/sysutils/rsyslog4/files/pkg-message.in (new)
  1.1       +77 -0     ports/sysutils/rsyslog4/files/rsyslogd.in (new)
  1.1       +18 -0     ports/sysutils/rsyslog4/pkg-descr (new)
  1.1       +140 -0    ports/sysutils/rsyslog4/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"