[ubuntu/raring-proposed] rsyslog 5.8.11-2ubuntu1 (Accepted)
James Page
james.page at ubuntu.com
Fri Dec 7 13:40:20 UTC 2012
rsyslog (5.8.11-2ubuntu1) raring; urgency=low
* Merge from Debian unstable. Remaining changes:
- Run as rsyslog:rsyslog, set $FileOwner to syslog
- Replace init script with debian/rsyslog.upstart.
- debian/rsyslog.logrotate: Use reload command to restart rsyslog
- debian/rsyslog.conf: enable $RepeatedMsgReduction
to avoid bloating the syslog file.
- Add debian/rsyslog.dmesg.upstart to save initial dmesg into a file.
Install it in debian/rules.
- debian/50-default.conf: set of default rules for syslog (forwarded to
Debian #603160). remove file in postrm on purge. manage with ucf.
- debian/rules: build with LDFLAGS=""
- Add disabled by default AppArmor profile:
+ debian/rsyslog.upstart: add pre-start stanza to load profile
+ add debian/usr.sbin.rsyslogd profile
+ debian/rules: use dh_apparmor to install profile before rsyslog is
restarted
+ debian/control: suggests apparmor (>= 2.3)
+ debian/rsyslog.install: install profile to /etc/apparmor.d
+ debian/rsyslog.dirs: install /etc/apparmor.d/force-complain,
and /etc/apparmor.d/disable
+ debian/rsyslog.preinst: disable profile on clean install or upgrades
from earlier than when we shipped the profile
+ debian/control: Build-Depends on dh-apparmor
- debian/rsyslog.postrm: fixed typo "dissappear" to "disappear".
- debian/rsyslog.postinst: fix ownership of /var/spool/rsyslog.
* Dropped:
- All Ubuntu specific patches; included upstream.
- debian/rsyslog.dirs: add /var/spool/rsyslog/.
- debian/rsyslog.conf: set $WorkDirectory to /var/spool/rsyslog.
rsyslog (5.8.11-2) unstable; urgency=low
* Disable omstdout module again. Upstream doesn't consider it viable for
production use but mainly for the internal testbench.
* debian/patches/03-fix_relp_dns_resolution.patch: When using RELP for
remote logging, correctly resolve the client hostname if the fromhost
property contains the client IP. (Closes: #682529)
Thanks to Apollon Oikonomopoulos for the patch.
rsyslog (5.8.11-1) unstable; urgency=low
* New upstream release.
* Enable and install omuxsock and omstdout module.
rsyslog (5.8.10-1) unstable; urgency=low
* New upstream release.
rsyslog (5.8.9-1) unstable; urgency=low
* New upstream release.
rsyslog (5.8.8-1) unstable; urgency=low
* New upstream release.
- Fix imuxsock to not truncate parts of the received message if it
did not contain a proper date. (Closes: #654429)
- Fix imuxsock example in rsyslog.conf(5) man page. (Closes: #655846)
* Fix versioned Build-Depends on dpkg-dev. The buildflags.mk snippet was
added in version 1.16.1, not 1.6.1. (Closes: #654894)
* Update watch file. Check download page for stable releases.
* Strip debian/tmp/ from .install files.
* Install tmpfiles.d snippet to create /dev/xconsole when running under
systemd. (Closes: #634978)
* debian/patches/02-path_max.patch
- Don't rely on PATH_MAX being defined. Patch cherry-picked from upstream
Git. (Closes: #651529)
* debian/rsyslog.init
- Use --exec instead of --name for start-stop-daemon. This is more
reliable and works better on GNU/Hurd. (Closes: #652575)
- Use /run/xconsole and a symlink /dev/xconsole on non-Linux systems.
* debian/rsyslog.default
- Update comments regarding available command line switches. Remove
deprecated options.
* debian/rsyslog.links
- Install syslog.service alias so rsyslog is properly socket activated
with newer versions of systemd.
* debian/copyright
- Use maschine-readable copyright format 1.0.
- Most parts of rsyslog have been relicensed under Apache license 2.0.
* Bump Standards-Version to 3.9.3.
* debian/rsyslog.conf
- Set $WorkDirectory to /var/spool/rsyslog, which is used for spool and
state files. When not configured it defaults to '/', which is
undesirable. (LP: #918947, Closes: #656535)
* debian/rsyslog.dirs
- Add /var/spool/rsyslog/.
Date: Fri, 07 Dec 2012 13:17:45 +0000
Changed-By: James Page <james.page at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/raring/+source/rsyslog/5.8.11-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 07 Dec 2012 13:17:45 +0000
Source: rsyslog
Binary: rsyslog rsyslog-doc rsyslog-mysql rsyslog-pgsql rsyslog-gssapi rsyslog-gnutls rsyslog-relp
Architecture: source
Version: 5.8.11-2ubuntu1
Distribution: raring
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: James Page <james.page at ubuntu.com>
Description:
rsyslog - reliable system and kernel logging daemon
rsyslog-doc - documentation for rsyslog
rsyslog-gnutls - TLS protocol support for rsyslog
rsyslog-gssapi - GSSAPI authentication and encryption support for rsyslog
rsyslog-mysql - MySQL output plugin for rsyslog
rsyslog-pgsql - PostgreSQL output plugin for rsyslog
rsyslog-relp - RELP protocol support for rsyslog
Closes: 634978 651529 652575 654429 654894 655846 656535 682529
Launchpad-Bugs-Fixed: 918947
Changes:
rsyslog (5.8.11-2ubuntu1) raring; urgency=low
.
* Merge from Debian unstable. Remaining changes:
- Run as rsyslog:rsyslog, set $FileOwner to syslog
- Replace init script with debian/rsyslog.upstart.
- debian/rsyslog.logrotate: Use reload command to restart rsyslog
- debian/rsyslog.conf: enable $RepeatedMsgReduction
to avoid bloating the syslog file.
- Add debian/rsyslog.dmesg.upstart to save initial dmesg into a file.
Install it in debian/rules.
- debian/50-default.conf: set of default rules for syslog (forwarded to
Debian #603160). remove file in postrm on purge. manage with ucf.
- debian/rules: build with LDFLAGS=""
- Add disabled by default AppArmor profile:
+ debian/rsyslog.upstart: add pre-start stanza to load profile
+ add debian/usr.sbin.rsyslogd profile
+ debian/rules: use dh_apparmor to install profile before rsyslog is
restarted
+ debian/control: suggests apparmor (>= 2.3)
+ debian/rsyslog.install: install profile to /etc/apparmor.d
+ debian/rsyslog.dirs: install /etc/apparmor.d/force-complain,
and /etc/apparmor.d/disable
+ debian/rsyslog.preinst: disable profile on clean install or upgrades
from earlier than when we shipped the profile
+ debian/control: Build-Depends on dh-apparmor
- debian/rsyslog.postrm: fixed typo "dissappear" to "disappear".
- debian/rsyslog.postinst: fix ownership of /var/spool/rsyslog.
* Dropped:
- All Ubuntu specific patches; included upstream.
- debian/rsyslog.dirs: add /var/spool/rsyslog/.
- debian/rsyslog.conf: set $WorkDirectory to /var/spool/rsyslog.
.
rsyslog (5.8.11-2) unstable; urgency=low
.
* Disable omstdout module again. Upstream doesn't consider it viable for
production use but mainly for the internal testbench.
* debian/patches/03-fix_relp_dns_resolution.patch: When using RELP for
remote logging, correctly resolve the client hostname if the fromhost
property contains the client IP. (Closes: #682529)
Thanks to Apollon Oikonomopoulos for the patch.
.
rsyslog (5.8.11-1) unstable; urgency=low
.
* New upstream release.
* Enable and install omuxsock and omstdout module.
.
rsyslog (5.8.10-1) unstable; urgency=low
.
* New upstream release.
.
rsyslog (5.8.9-1) unstable; urgency=low
.
* New upstream release.
.
rsyslog (5.8.8-1) unstable; urgency=low
.
* New upstream release.
- Fix imuxsock to not truncate parts of the received message if it
did not contain a proper date. (Closes: #654429)
- Fix imuxsock example in rsyslog.conf(5) man page. (Closes: #655846)
* Fix versioned Build-Depends on dpkg-dev. The buildflags.mk snippet was
added in version 1.16.1, not 1.6.1. (Closes: #654894)
* Update watch file. Check download page for stable releases.
* Strip debian/tmp/ from .install files.
* Install tmpfiles.d snippet to create /dev/xconsole when running under
systemd. (Closes: #634978)
* debian/patches/02-path_max.patch
- Don't rely on PATH_MAX being defined. Patch cherry-picked from upstream
Git. (Closes: #651529)
* debian/rsyslog.init
- Use --exec instead of --name for start-stop-daemon. This is more
reliable and works better on GNU/Hurd. (Closes: #652575)
- Use /run/xconsole and a symlink /dev/xconsole on non-Linux systems.
* debian/rsyslog.default
- Update comments regarding available command line switches. Remove
deprecated options.
* debian/rsyslog.links
- Install syslog.service alias so rsyslog is properly socket activated
with newer versions of systemd.
* debian/copyright
- Use maschine-readable copyright format 1.0.
- Most parts of rsyslog have been relicensed under Apache license 2.0.
* Bump Standards-Version to 3.9.3.
* debian/rsyslog.conf
- Set $WorkDirectory to /var/spool/rsyslog, which is used for spool and
state files. When not configured it defaults to '/', which is
undesirable. (LP: #918947, Closes: #656535)
* debian/rsyslog.dirs
- Add /var/spool/rsyslog/.
Checksums-Sha1:
8928237de1f72327ddec3d8ca6655db6bf1eca6a 2375 rsyslog_5.8.11-2ubuntu1.dsc
eabba672b9cace696207028da703cf073956d505 2393222 rsyslog_5.8.11.orig.tar.gz
de76cee4a998b37db3ffb3cb3116b5e00b8fbe4a 34726 rsyslog_5.8.11-2ubuntu1.debian.tar.gz
Checksums-Sha256:
83cf24651bf4071f27827507fdd2b377da0d47ab3e835ddec56cc110fd1db3ce 2375 rsyslog_5.8.11-2ubuntu1.dsc
f75b39cf22506f7a28d986d0a446a09a0806f253dba661f125a241a1b47d6285 2393222 rsyslog_5.8.11.orig.tar.gz
92ac80513da27c745dcb28ee1f59b479029900605d8d1d68e81ff5c252adede4 34726 rsyslog_5.8.11-2ubuntu1.debian.tar.gz
Files:
e515a90dc2bb0bde9029a0489d3c02a9 2375 admin important rsyslog_5.8.11-2ubuntu1.dsc
0e5ea5228310bebc0f9f6ddf0c3f5a84 2393222 admin important rsyslog_5.8.11.orig.tar.gz
3afc6077f26a11a04f635e48c5fe4e9e 34726 admin important rsyslog_5.8.11-2ubuntu1.debian.tar.gz
Original-Maintainer: Michael Biebl <biebl at debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCAAGBQJQweypAAoJEL/srsug59jD57cP/0GFgeVIH+5IZ0rbGmUoH1xM
ue5DPr7gQgt+aNXlmTStermyCHELih2s4szJxcN0ZoSfRBNRn861qEFc/OsrDVCZ
wz8xJeML18PgDl+BQ7nGC5wZ9y1//LQjNEPtPZh4Kfb+umykiXBYFaNgEwajEffx
Xu83c41gbhdXdUBkJhOO9XcqcO1LjHpifwJwqKVfWZmtiT+3yZbX94Gpek8NCSW4
oos/6Btq3Vf/NRmZgVpA37ppEoZ5RNZJBjJTtY9VTRADo/utm7VorI9KhywKp3Zj
Pgnoe2TQ5LGLL/7WnBPpltKxAR+0b5Vq4DMiytto45ucXIWB93W1dAFjgaTfAOzm
yPbwpHiXlrz9EL9lK6fZCTPjH+41z9S9vpii3OBxTdZtbIYptW4w2/KL37SdMuVR
D50QBWq3WPw/z/4SEJuPvJs5DTyksE+D/T3rssOgkv2A86yXEQutO8R1wB8JqL3u
v4SFLdxi8NMSgHdb0e6C2qayFfOBpDgcejKY9i2IIiV+AU/QmGSJCNee4vEadlmR
K3+PWnAQinTydHEfpxapXyXzzORtUQhVvbcZbRofg96XCOJgg7pCnWSdVtIU6gFx
zVHnhfS4s5/P4DxKRdr48zFTr2U40n1F0V7K4l+UEN3vGbksnwCGRoHU+c3lveuE
dFl4f98UPQ80xgxPLXth
=jAPF
-----END PGP SIGNATURE-----
More information about the Raring-changes
mailing list