rsyslog (3.18.1-1) unstable; urgency=low * New upstream release. Closes: #490445 - List Debian in doc/rsyslog_packages.html. Closes: #488870 - Fix compilation of imklog module on GNU/kFreeBSD. Closes: #491193 * debian/rsyslog-doc.install - Install the example config file. Closes: #488860 * debian/rules - Enable mail output plugin. - Make sure all directories are created by calling dh_installdirs for both binary-arch and binary-indep. Closes: #491459 * debian/rsyslog.install - Install mail output plugin (ommail.so). * debian/control - Add Suggests www-browser to rsyslog-doc as the package contains mostly html documents. - Update feature list. - Adjust priorities, set rsyslog priority to important. -- Michael Biebl Wed, 23 Jul 2008 02:22:32 +0200 rsyslog (3.16.2-1) unstable; urgency=low * New upstream release. -- Michael Biebl Wed, 25 Jun 2008 15:41:21 +0200 rsyslog (3.16.1-2) unstable; urgency=low * debian/rules - Build the doc package in binary-indep. * Bump Standards-Version to 3.8.0. - Add debian/README.source as recommended by the new policy. -- Michael Biebl Fri, 20 Jun 2008 07:11:24 +0200 rsyslog (3.16.1-1) unstable; urgency=low * New upstream release. - Fixes a segfault in the imklog input plugin. Closes: #479117 -- Michael Biebl Sat, 03 May 2008 09:59:59 +0200 rsyslog (3.14.2-3) unstable; urgency=low * debian/rsyslog-doc.install - Fix a typo in the install path of the dia files. Closes: #477489 Thanks to Justin B Rye for the patch. -- Michael Biebl Wed, 23 Apr 2008 16:46:39 +0200 rsyslog (3.14.2-2) unstable; urgency=low * debian/rsyslog.conf - Disable high precision timestamps until other affected packages have been updated to support them. See bug #475303 for details. -- Michael Biebl Tue, 22 Apr 2008 20:02:28 +0200 rsyslog (3.14.2-1) unstable; urgency=low * New upstream release. -- Michael Biebl Thu, 10 Apr 2008 08:32:23 +0200 rsyslog (3.14.1-1) unstable; urgency=low * First upstream release of the new stable v3 series. * debian/copyright - Update copyright notice as rsyslog has been relicensed under GPL3+. * debian/rsyslog.init - The kernel logging functionality is now implemented via an input plugin and has replaced the separate rklogd binary. Remove all traces of rklogd from the init script. - General cleanup and simplification. * debian/rsyslog.default - Remove obsolete RKLOGD_OPTIONS configuration variable. - Document deprecated command line options. - Start rsyslogd in v3 compat mode, its native interface. * debian/rsyslog.conf - Load the input modules imuxsock (local system logging) and imklog (kernel logging) by default. * debian/rsyslog-doc.install - Install jpeg images and dia files. * debian/rsyslog.install - Install input modules (im*.so) and library plugins (lm*.so). * debian/rules - Enable imfile input plugin. - Use dh_installinit "-r" (no-restart-on-upgrade) option. * debian/rsyslog.postinst - Minimize downtime by restarting rsyslog in postinst instead of stop in prerm and start in postinst. Closes: #471051 * debian/rsyslog.logrotate - Group together related log files. - Rotate daemon.log and kern.log weekly, to match sysklogd behaviour. - Add options "missingok", "delaycompress" and "sharedscripts" as suggested by Paul Slootman. Closes: #473546 -- Michael Biebl Sun, 06 Apr 2008 16:54:08 +0200 rsyslog (2.0.4-1) unstable; urgency=low * New upstream release. * debian/control - Add Vcs-Git and Vcs-Browser fields. -- Michael Biebl Sat, 29 Mar 2008 12:17:22 +0100 rsyslog (2.0.3-1) unstable; urgency=low * New upstream release. * debian/patches/man_page_format.patch - Removed, merged upstream. -- Michael Biebl Thu, 13 Mar 2008 14:22:35 +0100 rsyslog (2.0.2-2) unstable; urgency=low * debian/rsyslog-doc.doc-base - Update the Section: field to comply with the new doc-base Manual. * debian/rules - Don't install rfc3195d and its man page. The rfc3195d binary is currently only a dummy. * debian/rsyslog.conf - Fix the path to the rsyslog documentation which is now in rsyslog-doc. - Set the default permissions of new log files to 0640 and make them readable by group adm. - Include external config files at the beginning. This allows to drop log messages before they end up in the standard log files. -- Michael Biebl Thu, 06 Mar 2008 02:49:17 +0100 rsyslog (2.0.2-1) unstable; urgency=low * New upstream release. * debian/rsyslog.init - Make /dev/xconsole readable by group adm. Closes: #464695 * debian/control - Fix a typo in the rsyslog-pgsql package description. * debian/patches/man_page_format.patch - Fix a few format errors in the man pages. -- Michael Biebl Tue, 12 Feb 2008 19:56:47 +0100 rsyslog (2.0.1-2) unstable; urgency=low * debian/control - Drop Replaces: system-log-daemon, linux-kernel-log-daemon. There are no conflicting files with other syslog packages so this line is not needed. - Add new package rsyslog-doc. - Add Suggests: rsyslog-doc to rsyslog. * debian/rsyslog.install, debian/rsyslog-doc.install - Move the html files from rsyslog to rsyslog-doc. * debian/rsyslog-doc.doc-base - Integrate the documentation with doc-base. -- Michael Biebl Sat, 02 Feb 2008 17:00:49 +0100 rsyslog (2.0.1-1) unstable; urgency=low * New upstream bug fix release. -- Michael Biebl Thu, 24 Jan 2008 18:35:20 +0100 rsyslog (2.0.0-2) unstable; urgency=low * debian/rsyslog.init - Fix LSB init header. Use $remote_fs instead of $local_fs as the rsyslogd daemon requires /usr to be mounted. -- Michael Biebl Thu, 10 Jan 2008 13:22:42 +0100 rsyslog (2.0.0-1) unstable; urgency=low * New upstream release of the stable branch of rsyslog v2. -- Michael Biebl Wed, 02 Jan 2008 15:39:19 +0100 rsyslog (1.21.2-1) unstable; urgency=low * New upstream release. -- Michael Biebl Sun, 30 Dec 2007 02:11:58 +0100 rsyslog (1.21.1-1) unstable; urgency=low * New upstream release. -- Michael Biebl Sun, 23 Dec 2007 19:02:11 +0100 rsyslog (1.21.0-1) unstable; urgency=low * New upstream release. * debian/patches/ignore_non_conf_files.patch - Dropped. A more powerful alternative has been implemented upstream which allows to include configuration files based on wildcards. * debian/rsyslog.conf - Include all configuration files matching /etc/rsyslog.d/*.conf. -- Michael Biebl Wed, 19 Dec 2007 09:54:18 +0100 rsyslog (1.20.1-1) unstable; urgency=low * New upstream release. * debian/rules - Enable the PostgreSQL database support. - Use "install -D" to install the SQL schema file for MySQL and PostgreSQL. * debian/control - Add a Build-Depends on libpq-dev for the PostgreSQL support. - Add the binary package rsyslog-pgsql. * debian/patches/no_create_db.patch - Updated. Only setup the tables. Leave the database creation to dbconfig-common. * debian/rsyslog-pgsql.install - Install the ompgsql.so plugin. * debian/rsyslog-pgsql.config - Preseed the default values for dbconfig-common, database name is "Syslog", database user "rsyslog". * debian/rsyslog-pgsql.{postinst,prerm,postrm} - Use dbconfig-common to setup the PostgreSQL database. - Generate a configuration file /etc/rsyslog.d/pgsql.conf with the values provided by dbconfig-common and use ucf and ucfr to manage this file. * debian/rsyslog-mysql.postinst - Use the new ":ommysql:" output selector instead of ">". * debian/rsyslog-mysql.install - Only install the ommysql.so plugin. -- Michael Biebl Wed, 12 Dec 2007 20:54:41 +0100 rsyslog (1.19.12-1) unstable; urgency=low * New upstream release. * debian/control - Add Depends: lsb-base (>= 3.0-6) as the init script uses the LSB logging functions. - Bump Standards-Version to 3.7.3. No further changes required. -- Michael Biebl Mon, 03 Dec 2007 19:42:19 +0100 rsyslog (1.19.10-1) unstable; urgency=low * New upstream release. * debian/patches/man_page_format.patch - Removed, merged upstream. -- Michael Biebl Fri, 19 Oct 2007 17:21:49 +0200 rsyslog (1.19.9-1) unstable; urgency=low * New upstream release. * debian/patches/udp_msg_reception.patch - Deleted, merged upstream. * The mysql output plugin is now in a separate subdirectory. Change the path to the createDB.sql script accordingly. -- Michael Biebl Sun, 14 Oct 2007 11:55:12 +0200 rsyslog (1.19.7-2) unstable; urgency=low * debian/patches/udp_msg_reception.patch - Pull patch from CVS which fixes broken UDP message reception. * debian/control - Use the new "Homepage:" field to specify the upstream URL. -- Michael Biebl Fri, 28 Sep 2007 15:30:06 +0200 rsyslog (1.19.7-1) unstable; urgency=low * New upstream release. * debian/patches/man_page_format.patch - Fix a formatting glitch in the rsyslog.conf man page. -- Michael Biebl Tue, 25 Sep 2007 22:54:04 +0200 rsyslog (1.19.3-1) unstable; urgency=low * New upstream release. -- Michael Biebl Sun, 02 Sep 2007 20:15:02 +0200 rsyslog (1.19.2-1) unstable; urgency=low * New upstream release. * Enable the mysql output plugin and split it into a separate binary package named rsyslog-mysql. Use the dbconfig-common framework to handle the database administration. Generate a configuration file /etc/rsyslog.d/mysql.conf with the values provided by dbconfig-common and use ucf to manage this file. * debian/control - Add a build dependency on quilt and libmysqlclient15-dev. - Add the binary package rsyslog-mysql. - Add Suggests: rsyslog-mysql to the rsyslog package. * debian/rules - Include the quilt makefile and add calls to the patch/unpatch targets. - Pass --enable-mysql to ./configure. - Install the SQL schema file for dbconfig-common. * debian/rsyslog-mysql.config - Setup the default values for dbconfig-common. * debian/rsyslog-mysql.{postinst,prerm,postrm} - Include the dbconfig-common scripts and call the dbc_go function. - Use ucf and ucfr to manage the generated configuration file mysql.conf. * debian/patches/ignore_non_conf_files.patch - Let rsyslog ignore all configuration files not ending with *.conf. * debian/patches/no_create_db.patch - The database creation is handled by dbconfig-common so we only need the createDB.sql SQL schema file for setting up the tables. * debian/patches/series - Added, needed by quilt. Include the two patches above. * debian/rsyslog-mysql.dirs - Create the install directory for the SQL schema file. * debian/rsyslog-mysql.install - Install the mysql output plugin ommysql.so. -- Michael Biebl Sun, 02 Sep 2007 18:39:47 +0200 rsyslog (1.19.1-1) unstable; urgency=low * New upstream release. -- Michael Biebl Mon, 27 Aug 2007 19:17:14 +0200 rsyslog (1.18.2-1) unstable; urgency=low * Initial release. Closes: #435884 -- Michael Biebl Mon, 13 Aug 2007 19:20:48 +0200