pkgsrc-WIP-cvs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: wip/syslog-ng/files
- To: pkgsrc-wip-cvs%lists.sourceforge.net@localhost
- Subject: CVS commit: wip/syslog-ng/files
- From: Adrian Portelli <adrian_p%users.sourceforge.net@localhost>
- Date: Sun, 06 Mar 2005 04:10:37 -0800 See http://spamassassin.org/tag/ for more details. Report problems to http://sf.net/tracker/?func=add&group_id=1&atid=200001 -2.8 ALL_TRUSTED Did not pass through any untrusted hosts -0.1 AWL AWL: From: address is in the auto white-list
Module name: pkgsrc-wip
Committed by: adrian_p
Date: Sun Mar 6 12:10:37 UTC 2005
Removed Files:
wip/syslog-ng/files: syslog-ng.conf.netbsd
Log Message:
- 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@localhost>
>
> * 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@localhost>
>
> * contrib/relogger.pl: new script by Ed Ravin to replay syslog
> messages from a logfile
>
> 2005-01-30 Balazs Scheidler <bazsi%bzorp.balabit@localhost>
>
> * doc/man/syslog-ng.8: updated manpage (patch by Jose Pedro
> Oliveira)
>
> 2005-01-21 Balazs Scheidler <bazsi%bzorp.balabit@localhost>
>
> * configure.in: added patch to link against various libs
> statically
>
> 2005-01-20 Balazs Scheidler <bazsi%bzorp.balabit@localhost>
>
> * 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@localhost>
>
> * src/macros.gprf: added PRI macro
>
> 2004-11-18 Balazs Scheidler <bazsi%bzorp.balabit@localhost>
>
> * 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@localhost>
>
> * cfg-grammar.y: added log_fifo_size option to TCP/UDP
> destinations
>
> 2004-08-05 Balazs Scheidler <bazsi%bzorp.balabit@localhost>
>
> * 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@localhost>
>
> * sources.c: strip one trailing LF or NUL character when a packet
> is received through UDP
>
> 2004-05-27 Balazs Scheidler <bazsi%bzorp.balabit@localhost>
>
> * 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@localhost>
>
> * configure.in: bumped version number to 1.6.4
>
> 2004-05-13 Balazs Scheidler <bazsi%bzorp.balabit@localhost>
>
> * 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@localhost>
>
> * 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@localhost>
>
> * 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@localhost>
>
> * src/afprogram.c: do not prepend <pri> to messages when sending
> it to a program
>
> 2004-03-10 Balazs Scheidler <bazsi%bzorp.balabit@localhost>
>
> * src/tests/test_nscache.c: fixed problem which was triggerred
> when compiling with TCP wrappers enabled
>
> 2004-03-09 Balazs Scheidler <bazsi%bzorp.balabit@localhost>
>
> * 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@localhost>
>
> * configure.in: bumped version number to 1.6.2
>
> 2004-01-13 Balazs Scheidler <bazsi%bzorp.balabit@localhost>
>
> * 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@localhost>
>
> * 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@localhost>
>
> * 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@localhost>
>
> * 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@localhost>
>
> * src/log.c: fixed a problem in PIX log parsing, a terminating NUL
> character was included in the written message
To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r0 wip/syslog-ng/files/syslog-ng.conf.netbsd
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs
Home |
Main Index |
Thread Index |
Old Index