[ubuntu/lunar-proposed] rsyslog 8.2210.0-3ubuntu1 (Accepted)
Steve Langasek
steve.langasek at ubuntu.com
Mon Nov 7 21:13:17 UTC 2022
rsyslog (8.2210.0-3ubuntu1) lunar; urgency=low
* Merge from Debian unstable. Remaining changes:
- debian/00rsyslog.conf Install tmpfiles.d snippet to ensure that the
syslog group can write into /var/log/.
- debian/50-default.conf: set of default rules for syslog
+ debian/50-default.conf: separated default rules
+ d/rsyslog.install: install default rules
+ d/rsyslog.postrm: clear default rules on purge
+ d/rsyslog.postrm: remove conf file in postrm on purge. manage with ucf
+ d/rsyslog.postinst: Adapt script to use ucf for Ubuntu's config files
+ debian/control: Add Depends for ucf
- debian/rsyslog.conf:
+ enable $RepeatedMsgReduction to avoid bloating the syslog file.
+ enable $KLogPermitNonKernelFacility for non-kernel klog messages
+ Run as syslog:syslog, set $FileOwner to syslog
+ Remove rules moved to 50-default.conf
- Add disabled by default AppArmor profile, debian/usr.sbin.rsyslogd
+ d/rsyslog.install: install apparmor rule
+ d/rules: use dh_apparmor to install profile before rsyslog is started
+ d/control: suggests apparmor (>= 2.3)
+ d/control: Build-Depends on dh-apparmor
+ debian/rsyslog.dirs: install /etc/apparmor.d/force-complain,
/etc/apparmor.d/disable and /etc/apparmor.d/local
+ d/usr.sbin.rsyslogd apparmor profile for rsyslogd
+ debian/rsyslog.preinst: disable profile on clean installs.
- d/rules: Fix LDFLAGS to avoid segfault on receipt of first message
- Drop [mm|pm]normalize modules, depending on liblognorm from universe.
+ d/rules: drop --enable-mmnormalize & --enable-pmnormalize
- run as user syslog
+ d/rsyslog.postinst: fix ownership of /var/spool/rsyslog.
+ d/rsyslog.postinst: Create syslog user and add it to adm group
+ d/rsyslog.postinst: Adapt privileges for /var/log
+ debian/control: Add Depends for adduser
- debian/dmesg.service: provide /var/log/dmesg.log as non log-rotated
log for boot-time kernel messages.
- debian/clean: Delete some files left over by the test suite
rsyslog (8.2210.0-3) unstable; urgency=medium
* Stop splitting up mail.*
This avoids having mail related messages duplicated in mail.log and
mail.{info,warn,err}. (Closes: #508376)
* Drop catch-all log files /var/log/{messages,debug}
Avoid unnecessary duplication as those log messages end up in
/var/log/syslog anyway. (Closes: #580552)
* Stop splitting lpr facility into its own log file.
The default printing system CUPS is not using this facility so its
basically unused nowadays.
* Stop splitting daemon facility into its own log file.
The daemon facility is too vaguely defined to be really useful and since
those log messages end up in /var/log/syslog anyway, stop duplicating
them.
* Split cron facility into its own log file /var/log/cron.log.
The cron facility is widely used and limited enough in scope to have it
split out separately. (Closes: #625483)
* Update comments in rsyslog.conf
* Enable high precision timestamps with timezone information.
Use the default rsyslog file format, which provides several benefits
like:
- sortable
- time zone information
- sub-second time resolution
(Closes: #475303)
rsyslog (8.2210.0-2) unstable; urgency=medium
* core bugfix: local hostname invalid if no global() config object given
(Closes: #1022128)
rsyslog (8.2210.0-1) unstable; urgency=medium
* New upstream version 8.2210.0
* Demote priority to optional as per #1018788
Date: Mon, 07 Nov 2022 13:08:41 -0800
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/rsyslog/8.2210.0-3ubuntu1
-------------- next part --------------
Format: 1.8
Date: Mon, 07 Nov 2022 13:08:41 -0800
Source: rsyslog
Built-For-Profiles: noudeb
Architecture: source
Version: 8.2210.0-3ubuntu1
Distribution: lunar
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Closes: 475303 508376 580552 625483 1022128
Changes:
rsyslog (8.2210.0-3ubuntu1) lunar; urgency=low
.
* Merge from Debian unstable. Remaining changes:
- debian/00rsyslog.conf Install tmpfiles.d snippet to ensure that the
syslog group can write into /var/log/.
- debian/50-default.conf: set of default rules for syslog
+ debian/50-default.conf: separated default rules
+ d/rsyslog.install: install default rules
+ d/rsyslog.postrm: clear default rules on purge
+ d/rsyslog.postrm: remove conf file in postrm on purge. manage with ucf
+ d/rsyslog.postinst: Adapt script to use ucf for Ubuntu's config files
+ debian/control: Add Depends for ucf
- debian/rsyslog.conf:
+ enable $RepeatedMsgReduction to avoid bloating the syslog file.
+ enable $KLogPermitNonKernelFacility for non-kernel klog messages
+ Run as syslog:syslog, set $FileOwner to syslog
+ Remove rules moved to 50-default.conf
- Add disabled by default AppArmor profile, debian/usr.sbin.rsyslogd
+ d/rsyslog.install: install apparmor rule
+ d/rules: use dh_apparmor to install profile before rsyslog is started
+ d/control: suggests apparmor (>= 2.3)
+ d/control: Build-Depends on dh-apparmor
+ debian/rsyslog.dirs: install /etc/apparmor.d/force-complain,
/etc/apparmor.d/disable and /etc/apparmor.d/local
+ d/usr.sbin.rsyslogd apparmor profile for rsyslogd
+ debian/rsyslog.preinst: disable profile on clean installs.
- d/rules: Fix LDFLAGS to avoid segfault on receipt of first message
- Drop [mm|pm]normalize modules, depending on liblognorm from universe.
+ d/rules: drop --enable-mmnormalize & --enable-pmnormalize
- run as user syslog
+ d/rsyslog.postinst: fix ownership of /var/spool/rsyslog.
+ d/rsyslog.postinst: Create syslog user and add it to adm group
+ d/rsyslog.postinst: Adapt privileges for /var/log
+ debian/control: Add Depends for adduser
- debian/dmesg.service: provide /var/log/dmesg.log as non log-rotated
log for boot-time kernel messages.
- debian/clean: Delete some files left over by the test suite
.
rsyslog (8.2210.0-3) unstable; urgency=medium
.
* Stop splitting up mail.*
This avoids having mail related messages duplicated in mail.log and
mail.{info,warn,err}. (Closes: #508376)
* Drop catch-all log files /var/log/{messages,debug}
Avoid unnecessary duplication as those log messages end up in
/var/log/syslog anyway. (Closes: #580552)
* Stop splitting lpr facility into its own log file.
The default printing system CUPS is not using this facility so its
basically unused nowadays.
* Stop splitting daemon facility into its own log file.
The daemon facility is too vaguely defined to be really useful and since
those log messages end up in /var/log/syslog anyway, stop duplicating
them.
* Split cron facility into its own log file /var/log/cron.log.
The cron facility is widely used and limited enough in scope to have it
split out separately. (Closes: #625483)
* Update comments in rsyslog.conf
* Enable high precision timestamps with timezone information.
Use the default rsyslog file format, which provides several benefits
like:
- sortable
- time zone information
- sub-second time resolution
(Closes: #475303)
.
rsyslog (8.2210.0-2) unstable; urgency=medium
.
* core bugfix: local hostname invalid if no global() config object given
(Closes: #1022128)
.
rsyslog (8.2210.0-1) unstable; urgency=medium
.
* New upstream version 8.2210.0
* Demote priority to optional as per #1018788
Checksums-Sha1:
a25894378ddb7b1c1d065d9958971b90894be445 3407 rsyslog_8.2210.0-3ubuntu1.dsc
d995fe0f68669e018a707b3de2990743076fb69a 3266727 rsyslog_8.2210.0.orig.tar.gz
13cf72a619217ca7fb39513426d7e413f0488f68 38936 rsyslog_8.2210.0-3ubuntu1.debian.tar.xz
30fb264d2eb3976feb9deaa2caf2446decc36c26 9261 rsyslog_8.2210.0-3ubuntu1_source.buildinfo
Checksums-Sha256:
3649c3136822dd7bcd28f31d23b4b81ba692c3ca734ddc094c81f7846065b912 3407 rsyslog_8.2210.0-3ubuntu1.dsc
643ee279139d694a07c9ff3ff10dc5213bdf874983d27d373525e95e05fa094d 3266727 rsyslog_8.2210.0.orig.tar.gz
a20d1fc60d96d9616be49b6326721288aa241a2fcc00f8d7870546287f1f45ae 38936 rsyslog_8.2210.0-3ubuntu1.debian.tar.xz
5740977787b01d10142ba109b0bd893c3a11c3f2e8df6c7e8e3cd6e07ad93520 9261 rsyslog_8.2210.0-3ubuntu1_source.buildinfo
Files:
9dc42575a4579bbc43efa2f93a2446d5 3407 admin optional rsyslog_8.2210.0-3ubuntu1.dsc
23239f609af189b0814f8adc95ad9c02 3266727 admin optional rsyslog_8.2210.0.orig.tar.gz
144e21e8db95c431f7926ed77bd1c067 38936 admin optional rsyslog_8.2210.0-3ubuntu1.debian.tar.xz
f08e2d4906777c78a42e5c5fdff71f10 9261 admin optional rsyslog_8.2210.0-3ubuntu1_source.buildinfo
Original-Maintainer: Michael Biebl <biebl at debian.org>
More information about the lunar-changes
mailing list