pkgsrc-wip/syslog-ng/PLIST
Adrian Portelli 2f96a10daf - Update to syslog-ng 1.6.6
- Fix MESSAGE for NetBSD/non-NetBSD installs
- Install solaris sample file
- Use SUBST_* frame work as opposed to patches/*

> 2005-02-03  Balazs Scheidler  <bazsi@bzorp.balabit>
>
>         * src/sources.c (do_read_line): added a notification about
>         messages exceeding log_msg_size()
>
>         * doc/sgml/syslog-ng.sgml: clarified a paragraph on klogd
>
>         * doc/syslog-ng.8: fixed another typo (by Jose Pedro Oliveira)
>
>         * contrib/syslog2ng: fixed typo in emerg generation (by Jose Pedro
>         Oliveira)
>
> 2005-01-31  Balazs Scheidler  <bazsi@bzorp.balabit>
>
>         * contrib/relogger.pl: new script by Ed Ravin to replay syslog
>         messages from a logfile
>
> 2005-01-30  Balazs Scheidler  <bazsi@bzorp.balabit>
>
>         * doc/man/syslog-ng.8: updated manpage (patch by Jose Pedro
>         Oliveira)
>
> 2005-01-21  Balazs Scheidler  <bazsi@bzorp.balabit>
>
>         * configure.in: added patch to link against various libs
>         statically
>
> 2005-01-20  Balazs Scheidler  <bazsi@bzorp.balabit>
>
>         * src/main.c: fix possible log message losing during HUP as
>         syslog-ng was not accepting messages for 1 second and these
>         messages were dropped, processing changed so we still wait 1
>         second to flush buffers but also accept messages in this interval,
>         so the window of losing messages becomes much smaller. (fixes:
>         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=282771)
>
> 2004-12-13  Balazs Scheidler  <bazsi@bzorp.balabit>
>
>         * src/macros.gprf: added PRI macro
>
> 2004-11-18  Balazs Scheidler  <bazsi@bzorp.balabit>
>
>         * src/main.c (main): some platform seems to require that a tzset()
>         is run at startup
>
>         * src/afprogram.c: call setsid() in the forked program to make the
>         subshell part of another process group to avoid the termination of
>         syslog-ng when someone invokes a kill 0 there. Fixes a program()
>         related problem in OpenBSD 3.5
>
> 2004-09-17  Balazs Scheidler  <bazsi@bzorp.balabit>
>
>         * cfg-grammar.y: added log_fifo_size option to TCP/UDP
>         destinations
>
> 2004-08-05  Balazs Scheidler  <bazsi@bzorp.balabit>
>
>         * configure.in: bumped to version 1.6.5, changed libol requirement
>         to 0.3.14, added a more terse message on required libol version,
>         added descriptions to AC_DEFINEs to avoid the deprecated
>         acconfig.h, made autoconf2.50 and automake-1.7 compliant
>
>         * src/*.c: switched MIN/MAX macro names to LIBOL_MIN and LIBOL_MAX
>         to fix a couple of warning messages
>
>         * acconfig.h: removed
>
> 2004-06-04  Balazs Scheidler  <bazsi@bzorp.balabit>
>
>         * sources.c: strip one trailing LF or NUL character when a packet
>         is received through UDP
>
> 2004-05-27  Balazs Scheidler  <bazsi@bzorp.balabit>
>
>         * INSTALL: updated info about Solaris 9
>
>         * src/macros.c: fixed TZOFS generation for platforms which do not
>         have a global timezone variable
>
> 2004-05-14  Balazs Scheidler  <bazsi@bzorp.balabit>
>
>         * configure.in: bumped version number to 1.6.4
>
> 2004-05-13  Balazs Scheidler  <bazsi@bzorp.balabit>
>
>         * src/afstreams.c: the dynamic sizing of log messages broke Sun
>         STREAMS support (the maximum size variable was not initialized)
>         (fixes 3967)
>
> 2004-05-06  Balazs Scheidler  <bazsi@bzorp.balabit>
>
>         * configure.in: bumped version number to 1.6.3
>
>         * src/cfgfile.c: do not abort when several persistent configuration item
> s have
>         the same name, report it as an error instead (fixes 3515)
>
>         * src/afinet.c: merged spoof-source support (see the file
>         README.spoof) (fixes 3887)
>
>         * src/affile.c: added support for sanitize_filenames() option
>         (fixes 2156)
>
>         * src/afunix, src/afinet.c: do not prefix the message contents
>         with priority if template() was specified explicitly
>
>         * src/cfg-grammar.y, src/cfg-lex.l, src/afinet.c: added support
>         for tcp-keep-alive (fixes 3534)
>
>         * doc/sgml/syslog-ng.sgml: added documentation on MSGONLY and tcp-keep-a
> live()
>
>         * src/macros.c: added support for MSGONLY macro which expands to
>         the message only without the program name (fixes #3533)
>
> 2004-04-15  Balazs Scheidler  <bazsi@bzorp.balabit>
>
>         * src/afinet.c (inet_address_setport): fixed possible segfault
>         when the value of '0' is used in the configuration file as a
>         string
>
> 2004-03-22  Balazs Scheidler  <bazsi@bzorp.balabit>
>
>         * src/afprogram.c: do not prepend <pri> to messages when sending
>         it to a program
>
> 2004-03-10  Balazs Scheidler  <bazsi@bzorp.balabit>
>
>         * src/tests/test_nscache.c: fixed problem which was triggerred
>         when compiling with TCP wrappers enabled
>
> 2004-03-09  Balazs Scheidler  <bazsi@bzorp.balabit>
>
>         * macros.c: instead of relying on the non-portable %z specifier
>         for strftime, use the global timezone variable, if present. This
>         solution should be more portable. (this was an IRIX specific
>         problem)
>
>         * afstreams.c: support IRIX by terminating all messages with a
>         '\0', make maximum message size runtime configurable using
>         configuration->max_log_line (previously its size was fixed at 10k)
>
>         * configure.in: added tests for the global "timezone" variable
>
> 2004-01-19  Balazs Scheidler  <bazsi@bzorp.balabit>
>
>         * configure.in: bumped version number to 1.6.2
>
> 2004-01-13  Balazs Scheidler  <bazsi@bzorp.balabit>
>
>         * src/tests/: updated the eval and logflags regression tests, they
>         should be working again
>
>         * src/: added a lot of HP-UX related portability fixes (mostly
>         warning fixes), now compiles cleanly with HPUX cc
>
> 2004-01-09  Balazs Scheidler  <bazsi@bzorp.balabit>
>
>         * configure.in: bumped version number to 1.6.1
>
>         * src/macros.c: added PRI macro which inserts the combination of
>         priority and level
>
> 2003-10-15  Balazs Scheidler  <bazsi@bzorp.balabit>
>
>         * src/log.c: fixed a problem in PIX log parsing, a terminating NUL
>         character was included in the written message
>
>         priority and level
>
>         warning fixes), now compiles cleanly with HPUX cc
>
> 2004-01-09  Balazs Scheidler  <bazsi@bzorp.balabit>
>
>         * configure.in: bumped version number to 1.6.1
>
>         * src/macros.c: added PRI macro which inserts the combination of
>         priority and level
>
> 2003-10-15  Balazs Scheidler  <bazsi@bzorp.balabit>
>
>         * src/log.c: fixed a problem in PIX log parsing, a terminating NUL
>         character was included in the written message
2005-03-06 12:10:35 +00:00

28 lines
979 B
Text

@comment $NetBSD: PLIST,v 1.2 2005/03/06 12:10:35 adrian_p Exp $
bin/syslog2ng
man/man5/syslog-ng.conf.5
man/man8/syslog-ng.8
sbin/syslog-ng
share/doc/html/syslog-ng/book1.html
share/doc/html/syslog-ng/destinations.html
share/doc/html/syslog-ng/intro.html
share/doc/html/syslog-ng/logpath.html
share/doc/html/syslog-ng/msgroute.html
share/doc/html/syslog-ng/reference.html
share/doc/html/syslog-ng/tuning.html
share/doc/html/syslog-ng/x172.html
share/doc/html/syslog-ng/x361.html
share/doc/html/syslog-ng/x728.html
share/doc/html/syslog-ng/x768.html
share/doc/html/syslog-ng/x900.html
share/doc/html/syslog-ng/x906.html
share/doc/html/syslog-ng/x97.html
share/doc/syslog-ng/INSTALL
share/doc/syslog-ng/README
share/doc/syslog-ng/syslog-ng.conf.doc
share/examples/syslog-ng/syslog-ng.conf.demo
share/examples/syslog-ng/syslog-ng.conf.sample
share/examples/syslog-ng/syslog-ng.conf.solaris
@dirrm share/examples/syslog-ng
@dirrm share/doc/syslog-ng
@dirrm share/doc/html/syslog-ng