-
rsyslog (4.2.0-2ubuntu5.1) karmic-proposed; urgency=low
* debian/rsyslog.conf:
- enable $RepeatedMsgReduction to avoid bloating the syslog
file (LP: #453444)
-- Michael Vogt <email address hidden> Fri, 23 Oct 2009 17:28:10 +0200
-
rsyslog (4.2.0-2ubuntu5) karmic; urgency=low
Upstart fixups; LP: #430220
* debian/rsyslog.logrotate: Use start command to restart rsyslog
* debian/rsyslog.rsyslog-kmsg.upstart: Restore bs=1 parameter to dd
* debian/rsyslog.upstart: Move kmsg fifo creation/deletion to kmsg
upstart script.
-- Michael Terry <email address hidden> Tue, 22 Sep 2009 16:10:24 -0700
-
rsyslog (4.2.0-2ubuntu4) karmic; urgency=low
* debian/rsyslog.postrm: Don't delete syslog user
* debian/rsyslog.postinst: Stop sysklogd from deleting the syslog user
when removed. LP: #401056
-- Michael Terry <email address hidden> Mon, 21 Sep 2009 15:38:13 -0700
-
rsyslog (4.2.0-2ubuntu3) karmic; urgency=low
FFE LP: #427356.
* Replace init script with multiple Upstart jobs.
* debian/control:
- Bump build-dependency on debhelper for Upstart-aware dh_installinit
-- Scott James Remnant <email address hidden> Tue, 15 Sep 2009 03:26:43 +0100
-
rsyslog (4.2.0-2ubuntu2) karmic; urgency=low
* Fix log file ownership issues when HUPing an unprivileged rsyslog
LP: #407862
- debian/rsyslog.conf: Set $FileOwner to syslog
- debian/patches/deroot.patch: Always chown output files, since we may
not be able to read them on a HUP otherwise.
-- Michael Terry <email address hidden> Mon, 31 Aug 2009 14:58:50 -0400
-
rsyslog (4.2.0-2ubuntu1) karmic; urgency=low
[ Michael Terry ]
* Merge from debian unstable (LP: #413023), remaining changes:
- Run as rsyslog:rsyslog
- Allow reading /proc/kmsg when non-root
- Cleanly upgrade from sysklogd
* debian/patches/deroot.patch: Don't allow using the klogctl function to
read klog messages. Rather, allow /proc/kmsg or nothing, since we have
special support for reading /proc/kmsg while unprivileged.
[ Neil Wilson ]
* debian/rsyslog.init: Set blocksize for dd (LP: #407862) and restore
reload init argument to original lightweight reload
-- Michael Terry <email address hidden> Thu, 13 Aug 2009 15:43:29 -0400
-
rsyslog (4.2.0-1ubuntu2) karmic; urgency=low
* Prefix Vcs-* fields with "XSBC-Original-" as we don't use git for the
Ubuntu packages.
* Strip local from rsyslog's postinst as it shouldn't be used outside of
functions; LP: #401060.
-- Loic Minier <email address hidden> Mon, 20 Jul 2009 14:30:14 +0200
-
rsyslog (4.2.0-1ubuntu1) karmic; urgency=low
* Run as rsyslog:rsyslog (LP: #250827, LP: #388608)
- debian/control: Depend on adduser
- debian/rsyslog.postinst: Create syslog user
- debian/rsyslog.postrm: Delete syslog user on purge
- debian/rsyslog.conf: Use DropPriv config fields
* Allow reading /proc/kmsg when non-root
- debian/rsyslog.init: Spawn a dd instance that shovels the /proc/kmsg
data to a pipe that rsyslog can read (based on Martin Pitt's similar
change to sysklogd).
- debian/patches/deroot.patch: Support a KLogPath config field
to change where the klog plugin looks and only start input modules
after we drop privileges, as reading when root interferes with
future reads as syslog.
- debian/rsyslog.conf: Use KLogPath field to point to dd pipe
* Cleanly upgrade from sysklogd
- debian/default.conf, debian/rsyslog.conf:
Break out the default rules into their own config file
- debian/rsyslog.install: Install it in /usr/share/rsyslog
- debian/rsyslog.postinst: If present, copy /etc/syslog.conf into
/etc/rsyslog.d/default.conf. Then merge our own default.conf
-- Michael Terry <email address hidden> Mon, 29 Jun 2009 08:37:43 -0400
-
rsyslog (4.2.0-1) unstable; urgency=low
* New upstream release of the now stable v4 branch.
- Fix warnings when /etc/rsyslog.d/ is empty. Closes: #530228
* debian/patches/imudp_multiple_udp_sockets.patch
- Removed, merged upstream.
* debian/rsyslog.default
- Set default compat mode to '4'.
* debian/rsyslog.logcheck.ignore.server
- Update logcheck rules files to also ignore rsyslogd and imklog stop
messages.
* debian/control
- Bump Standards-Version to 3.8.2. No further changes.
-- Ubuntu Archive Auto-Sync <email address hidden> Thu, 25 Jun 2009 07:44:20 +0100
-
rsyslog (3.22.0-1) unstable; urgency=low
* New upstream release.
* debian/rsyslog.init
- Pass proper return code to log_end_msg.
* debian/rsyslog.conf
- Set $Umask to 0022 to enforce that new log files or directories are
always created with the right permissions. Closes: #522297
* debian/patches/imudp_multiple_udp_sockets.patch
- Fix a segfault in imudp when multiple udp listeners are configured.
Patch cherry-picked from upstream git. Closes: #519073
* debian/patches/manpage_pidfile.patch
- Fix rsyslogd man page to point to the correct pid file. Closes: #526658
-- Ubuntu Archive Auto-Sync <email address hidden> Mon, 18 May 2009 09:55:16 +0100
-
rsyslog (3.20.5-1) unstable; urgency=low
* New upstream release.
* debian/rsyslog.logcheck.ignore.server
- Install a logcheck ignore file for rsyslog (using dh_installlogcheck).
Thanks to Kim Holviala for the patch. Closes: #522164
rsyslog (3.20.4-3) unstable; urgency=low
* Enable RELP (reliable event logging protocol) support.
* debian/control
- Add librelp-dev and pkg-config to Build-Depends.
- Add new binary package rsyslog-relp.
- Add rsyslog-relp to rsyslog's list of suggested packages.
* debian/rules
- Add --enable-relp to configure flags.
* debian/rsyslog-relp.install
- Install relp input and output plugin.
* Bump Standards-Version to 3.8.1. No further changes.
rsyslog (3.20.4-2) unstable; urgency=low
* Merge changes from experimental branch.
* Move Git repository to collab-maint. Update Vcs-* fields.
rsyslog (3.20.4-1) experimental; urgency=low
* New upstream release.
* Merge changes from unstable branch.
* debian/patches/message_locking_fix.patch
- Removed, fixed upstream.
* debian/compat
- Bump to debhelper v7 compat mode.
* debian/control
- Bump debhelper build dependency to (>= 7.0.9).
- Add rsyslog-gnutls and rsyslog-gssapi to Suggests.
- Improve and update package description for rsyslog, rsyslog-gnutls and
rsyslog-gssapi.
* debian/rules
- Use new dh_installinit "-R" (restart-after-upgrade) option.
- Replace "dh_clean -k" with "dh_prep".
* debian/rsyslog.postinst
- Remove our custom code to stop/start rsyslog on upgrades. This is done
now automatically by dh_installinit.
* debian/rsyslog.docs
- Install AUTHORS file.
rsyslog (3.20.3-1) experimental; urgency=low
* New upstream release.
* debian/patches/allowed_sender_reload.patch
- Removed, merged upstream.
* debian/patches/manpage_fixes.patch
- Removed, merged upstream.
rsyslog (3.20.2-1) experimental; urgency=low
* New upstream release.
* Refresh all patches for the new upstream stable branch.
* Enable GSSAPI support
- Add libkrb5-dev to Build-Depends.
- Split files into a separate package named rsyslog-gssapi.
- Add --enable-gssapi-krb5 to configure flags.
Thanks to Ben Poliakoff for the patch. Closes: #493044
* Enable GnuTLS support
- Add libgnutls-dev to Build-Depends.
- Split files into a separate package named rsyslog-gnutls.
- Add --enable-gnutls to configure flags.
* debian/control
- Add ${misc:Depends} to rsyslog-doc.
* Let rsyslog collect messages as long as possible during shutdown or
reboot. As /usr may be mounted via NFS, the latest possible point is just
before umountnfs. Closes: #474498
- Update the stop priorities for runlevel 0 and 6 from K90 to S30 for
sysv-rc and migrate existing symlinks.
- Update LSB header to stop after sendsigs and before umountnfs.
- Use the sendsigs process omission interface to avoid being killed by
killall5.
* debian/rsyslog-doc.links
- There is an upstream index.html file now, so we no longer need to create
a symlink.
rsyslog (3.18.6-4) unstable; urgency=medium
* debian/patches/message_locking_fix.patch
- Proper message locking on message destruct to avoid a race condition
which could lead to a segfault. Closes: #509292
Patch cherry-picked from upstream git.
* Urgency medium for the RC bug fix.
* Use the dbconfig-common template mechanism to generate the configuration
files for rsyslog-mysql and rsyslog-pgsql. This not only simplifies
postinst quite a bit, but also makes sure we don't read any unset debconf
values. Closes: #513589
* debian/README.Debian
- Add notes about the Debian specific configuration of rsyslog and outline
some of the changes between rsyslog and sysklogd which should ease the
migration. Closes: #484083
- Add instructions how to avoid doubled hostname entries when sending
syslog messages from rsyslog to a sysklogd server. Closes: #512663
-- Ubuntu Archive Auto-Sync <email address hidden> Wed, 29 Apr 2009 12:10:49 +0100
-
rsyslog (3.18.6-3) unstable; urgency=medium
* debian/rsyslog.conf
- Create new directories with more sane permissions. Closes: #511054
* debian/rsyslog.init
- Update the LSB header to not provide the reserved 'syslog' facility. Use
'rsyslog' instead to avoid clashes. Thanks to Petter Reinholdtsen for
the hint.
* debian/patches/allowed_sender_reload.patch
- Fix segfault on reload when using $AllowedSender. Closes: #511562
Patch cherry picked from upstream git.
-- Ubuntu Archive Auto-Sync <email address hidden> Mon, 09 Feb 2009 08:56:55 +0000