aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/syslog-ng
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.6.8 that fixes some bugsnovel2005-07-083-18/+19
| | | | | | | | | - Fix potential broke as authors move old versions to old/ directory - Make NOPORTDOCS work PR: 83102 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> Approved by: Vince Valenti (maintainer)
* - Update devel/libol to 0.3.15 and sysutils/syslog-ng to 1.6.6sem2005-03-203-7/+27
| | | | | | | - Synchronize syslog-ng.conf with /etc/syslog.conf Submitted by: glebius Approved by: maintainer silence
* - PORTREVISION bumpsem2005-03-061-0/+1
|
* - Add USE_GCC=3.3+. It fixes core dumps on 4.x.sem2005-03-062-1/+4
| | | | | | - Add /var/run/logpriv as an log source in syslog-ng.conf.sample. Submitted by: glebius
* Update to 1.6.5.linimon2004-08-282-2/+2
| | | | | | PR: ports/70850 Submitted by: Toni Viemero <toni dot viemero at iki dot fi> Approved by: maintainer
* - Update to 1.6.2pav2004-02-292-2/+2
| | | | | | PR: ports/63487 Submitted by: Toni Viemero <toni.viemero@iki.fi> Approved by: maintainer
* Update to version 1.6.1.demon2004-01-162-3/+2
| | | | Approved by: maintainer
* - Update to version 1.6.0.r4krion2003-10-102-4/+3
| | | | | PR: 57820 Submitted by: maintainer
* reset portrevisionijliao2003-05-121-1/+1
|
* upgrade to 1.6.0rc3ijliao2003-05-123-14/+3
| | | | | PR: 51938 Submitted by: maintainer
* Sort plist (no content changes).olgeni2003-04-021-2/+2
|
* Bump PORTREVISION by previous commit.nork2003-03-281-0/+1
|
* Resurrect template() option on file() removed in precedence commit.nork2003-03-282-11/+11
| | | | | | PR: ports/50346 Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org> Approved by: Vince Valenti <vince@blue-box.net> (maintainer)
* Update to the latest stable version.demon2003-03-069-49/+56
| | | | Submitted by: maintainer
* De-pkg-comment.knu2003-02-212-1/+1
|
* Maintainer update to version 1.4.17edwin2002-11-232-2/+2
| | | | | PR: ports/45597 Submitted by: Vince Valenti <vince@bendnet.com>
* PERL -> REINPLACEedwin2002-11-041-1/+2
| | | | And some ports have USE_PERL5=yes now.
* Update to syslog-ng 1.4.16, which fixes a security vulnerability.kris2002-10-122-2/+2
|
* - Update to 1.4.15pat2002-05-023-7/+7
| | | | | | | - Change maintainer email address PR: 37639 Submitted by: maintainer
* Update to version 1.4.14.steve2001-12-034-10/+24
| | | | | PR: 32369 Submitted by: maintainer
* Update port to version 1.4.11 (needs devel/libol 0.2.21)olgeni2001-04-203-2/+14
| | | | | PR: 26706 Submitted by: Vince Valenti <vince@blue-box.net>
* Update to version 1.4.10kevlo2000-12-152-4/+2
| | | | | PR: 23490 Submitted by: MAINTAINER
* Upgrade to syslog-ng 1.4.9 to fix remote DoS.kris2000-11-252-2/+4
|
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-1/+1
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* Update to 1.4.7kevlo2000-10-032-2/+2
| | | | | PR: 21707 Submitted by: MAINTAINER
* Update to version 1.4.5kevlo2000-07-252-2/+2
| | | | | PR: 20160 Submitted by: MAINTAINER
* As threatened on freebsd-ports: all startup scripts know about the twotg2000-07-052-3/+21
| | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged.
* Update to 1.4.4.will2000-07-023-3/+3
| | | | | PR: 19633 Submitted by: maintainer
* Make this port respect CFLAGS.will2000-05-221-0/+8
| | | | | | PR: 18661 Submitted by: Mikhail Teterin <mi@aldan.algebra.com> Approved by: MAINTAINER
* Change name of PID file to /var/run/syslog.pid. Since we're replacingwill2000-04-291-6/+11
| | | | | | | syslogd, it won't matter if we overwrite its PID file. PR: 18244 Submitted by: maintainer
* Fix the sample configuration file so that syslog-ng behaves more likewill2000-04-261-7/+7
| | | | | | | | FreeBSD's syslogd. syslogd logs the specified level and greater; currently syslog-ng only logs at the level specified. PR: 18219 Submitted by: maintainer
* Add syslog-ng, a syslog replacement.will2000-04-258-0/+285
PR: 18187 Submitted by: Vince Valenti <vince@blue-box.net> Category seconded by: asami, chuckr, green