[ubuntu/questing-proposed] rsyslog 8.2504.0-1ubuntu1 (Accepted)
Ural Tunaboyu
ural.tunaboyu at canonical.com
Tue Aug 12 18:09:16 UTC 2025
rsyslog (8.2504.0-1ubuntu1) questing; urgency=medium
* Merge with Debian unstable (LP: #2112066). Remaining changes:
- d/00rsyslog.conf, d/rsyslog.postinst, d/rsyslog.install: 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 AppArmor profile, enabled by default, with support for
AppArmor configuration snippets:
+ d/rsyslog.install: install apparmor rule
+ d/rsyslog.postinst: remove disabling of apparmor on upgrades if
we are upgrading from a version older than $now.
+ d/rules: use dh_apparmor to install profile before rsyslog is started
+ d/control: suggests apparmor (>= 2.3), Build-Depends on
dh-apparmor
+ d/rsyslog.dirs: install /etc/apparmor.d/rsyslog.d
+ d/usr.sbin.rsyslogd apparmor profile for rsyslogd
+ d/{apparmor/rsyslog-mysql,rsyslog-mysql.install}: add apparmor
profile for mysql plugin
+ d/{apparmor/rsyslog-pgsql,rsyslog-pgsql.install}: add apparmor
profile for postgresql plugin
+ d/{apparmor/rsyslog-gnutls.apparmor,rsyslog-gnutls.install}: add
apparmor profile for the gnutls plugin
+ d/{apparmor/rsyslog-openssl.apparmor,rsyslog-gnutls.install}: add
apparmor profile for the openssl plugin
+ New script to reload apparmor profile:
* d/rsyslog.service: reload apparmor profile in ExecStartPre and
set StandardError to journal so we can see errors from the
script
* d/rsyslog.install: install reload-apparmor-profile
* d/reload-apparmor-profile: script to reload the
rsyslogd apparmor profile
+ d/NEWS: add info about apparmor changes in the Ubuntu packaging
+ d/rsyslog.docs, d/README.apparmor: explains how the dynamic
component of the rsyslog apparmor profile is applied
+ d/README.apparmor.rsyslog.d, d/rsyslog.install: install a specific
README file in the apparmor include directory for rsyslog
- 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
+ d/rsyslog.install: remove mmnormalize
- 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
- d/dmesg.service, d/rsyslog.install: 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
- Add DEP8 tests:
+ d/t/control, d/t/simple-logger: simple logger test
+ d/t/utils: common function(s)
+ d/t/control, d/t/simple-mysql: test with a MySQL server
+ d/t/control, d/t/simple-pgsql: test with a PostgreSQL server
+ d/t/apparmor-include-mechanism: test for the rsyslog.d include
mechanism used by the rsyslog apparmor profile
+ ubuntu: fix debian/tests/logcheck - timing
- Amend list of expected messages d/rsyslog.logcheck.ignore.server
to fix6 armhf autopkgtest (LP #2028935)
+ ubuntu: update debian/rsyslog.logcheck.ignore.server
- d/rsyslog.service: adjust sandboxing
+ add CAP_MAC_ADMIN, CAP_SETUID, CAP_SETGID
- d/usr.sbin.rsyslog: add apparmor rule to allow reading systemd sessions
(LP #2056768)
- d/usr.sbin.rsyslogd: add AppArmor rule to allow the imjournal module to
work (LP #2073628)
- d/usr.sbin.rsyslogd: add AppArmor rule to allow access to disable_ipv6
inside /proc (LP #2061726)
* d/t/logcheck: when checking the journal, only consider current boot
(LP #2100765)
rsyslog (8.2504.0-1) unstable; urgency=medium
* New upstream version 8.2504.0
* Revert "queue: emit better warning messages on queue param mismatch"
This patch triggers warnings even if default settings have not been
changed, cluttering the log needlessly. So revert those changes for the
time being.
See https://github.com/rsyslog/rsyslog/issues/5615
rsyslog (8.2502.0-6) unstable; urgency=medium
* Update dbconfig dependencies.
Use the package dependencies recommended by dbconfig-common 2.0.0.
* Update list of suggested packages.
This makes it easier for users to spot rsyslog related packages and also
includes the package state in bug reports.
rsyslog (8.2502.0-5) unstable; urgency=medium
* Upload to unstable
rsyslog (8.2502.0-4) experimental; urgency=medium
* Enable docker input module.
Ship the module in a separate package named rsyslog-docker.
(Closes: #927724)
* Enable ClickHouse output module.
Ship the module in a separate package named rsyslog-clickhouse.
(Closes: #968221)
rsyslog (8.2502.0-3) unstable; urgency=medium
* Enable DTLS input and output module.
Those modules enable secure message exchange over UDP using the DTLS
protocol as specified in RFC 6012.
Ship those modules in the rsyslog-openssl package. (Closes: #1102719)
rsyslog (8.2502.0-2) unstable; urgency=medium
* Send HUP signal only to main process on log rotation (Closes: #1102699)
* Release version to 4.7.2 to unstable
rsyslog (8.2502.0-1) unstable; urgency=medium
* New upstream version 8.2502.0
Date: Sun, 08 Jun 2025 20:04:12 -0700
Changed-By: Ural Tunaboyu <ural.tunaboyu at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Andreas Hasenack <andreas.hasenack at canonical.com>
https://launchpad.net/ubuntu/+source/rsyslog/8.2504.0-1ubuntu1
-------------- next part --------------
Format: 1.8
Date: Sun, 08 Jun 2025 20:04:12 -0700
Source: rsyslog
Built-For-Profiles: noudeb
Architecture: source
Version: 8.2504.0-1ubuntu1
Distribution: questing
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Ural Tunaboyu <ural.tunaboyu at canonical.com>
Closes: 927724 968221 1102699 1102719
Launchpad-Bugs-Fixed: 2112066
Changes:
rsyslog (8.2504.0-1ubuntu1) questing; urgency=medium
.
* Merge with Debian unstable (LP: #2112066). Remaining changes:
- d/00rsyslog.conf, d/rsyslog.postinst, d/rsyslog.install: 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 AppArmor profile, enabled by default, with support for
AppArmor configuration snippets:
+ d/rsyslog.install: install apparmor rule
+ d/rsyslog.postinst: remove disabling of apparmor on upgrades if
we are upgrading from a version older than $now.
+ d/rules: use dh_apparmor to install profile before rsyslog is started
+ d/control: suggests apparmor (>= 2.3), Build-Depends on
dh-apparmor
+ d/rsyslog.dirs: install /etc/apparmor.d/rsyslog.d
+ d/usr.sbin.rsyslogd apparmor profile for rsyslogd
+ d/{apparmor/rsyslog-mysql,rsyslog-mysql.install}: add apparmor
profile for mysql plugin
+ d/{apparmor/rsyslog-pgsql,rsyslog-pgsql.install}: add apparmor
profile for postgresql plugin
+ d/{apparmor/rsyslog-gnutls.apparmor,rsyslog-gnutls.install}: add
apparmor profile for the gnutls plugin
+ d/{apparmor/rsyslog-openssl.apparmor,rsyslog-gnutls.install}: add
apparmor profile for the openssl plugin
+ New script to reload apparmor profile:
* d/rsyslog.service: reload apparmor profile in ExecStartPre and
set StandardError to journal so we can see errors from the
script
* d/rsyslog.install: install reload-apparmor-profile
* d/reload-apparmor-profile: script to reload the
rsyslogd apparmor profile
+ d/NEWS: add info about apparmor changes in the Ubuntu packaging
+ d/rsyslog.docs, d/README.apparmor: explains how the dynamic
component of the rsyslog apparmor profile is applied
+ d/README.apparmor.rsyslog.d, d/rsyslog.install: install a specific
README file in the apparmor include directory for rsyslog
- 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
+ d/rsyslog.install: remove mmnormalize
- 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
- d/dmesg.service, d/rsyslog.install: 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
- Add DEP8 tests:
+ d/t/control, d/t/simple-logger: simple logger test
+ d/t/utils: common function(s)
+ d/t/control, d/t/simple-mysql: test with a MySQL server
+ d/t/control, d/t/simple-pgsql: test with a PostgreSQL server
+ d/t/apparmor-include-mechanism: test for the rsyslog.d include
mechanism used by the rsyslog apparmor profile
+ ubuntu: fix debian/tests/logcheck - timing
- Amend list of expected messages d/rsyslog.logcheck.ignore.server
to fix6 armhf autopkgtest (LP #2028935)
+ ubuntu: update debian/rsyslog.logcheck.ignore.server
- d/rsyslog.service: adjust sandboxing
+ add CAP_MAC_ADMIN, CAP_SETUID, CAP_SETGID
- d/usr.sbin.rsyslog: add apparmor rule to allow reading systemd sessions
(LP #2056768)
- d/usr.sbin.rsyslogd: add AppArmor rule to allow the imjournal module to
work (LP #2073628)
- d/usr.sbin.rsyslogd: add AppArmor rule to allow access to disable_ipv6
inside /proc (LP #2061726)
* d/t/logcheck: when checking the journal, only consider current boot
(LP #2100765)
.
rsyslog (8.2504.0-1) unstable; urgency=medium
.
* New upstream version 8.2504.0
* Revert "queue: emit better warning messages on queue param mismatch"
This patch triggers warnings even if default settings have not been
changed, cluttering the log needlessly. So revert those changes for the
time being.
See https://github.com/rsyslog/rsyslog/issues/5615
.
rsyslog (8.2502.0-6) unstable; urgency=medium
.
* Update dbconfig dependencies.
Use the package dependencies recommended by dbconfig-common 2.0.0.
* Update list of suggested packages.
This makes it easier for users to spot rsyslog related packages and also
includes the package state in bug reports.
.
rsyslog (8.2502.0-5) unstable; urgency=medium
.
* Upload to unstable
.
rsyslog (8.2502.0-4) experimental; urgency=medium
.
* Enable docker input module.
Ship the module in a separate package named rsyslog-docker.
(Closes: #927724)
* Enable ClickHouse output module.
Ship the module in a separate package named rsyslog-clickhouse.
(Closes: #968221)
.
rsyslog (8.2502.0-3) unstable; urgency=medium
.
* Enable DTLS input and output module.
Those modules enable secure message exchange over UDP using the DTLS
protocol as specified in RFC 6012.
Ship those modules in the rsyslog-openssl package. (Closes: #1102719)
.
rsyslog (8.2502.0-2) unstable; urgency=medium
.
* Send HUP signal only to main process on log rotation (Closes: #1102699)
* Release version to 4.7.2 to unstable
.
rsyslog (8.2502.0-1) unstable; urgency=medium
.
* New upstream version 8.2502.0
Checksums-Sha1:
79fd7fa72d2e2b3e1e24c0801a74a3a3edb56587 3733 rsyslog_8.2504.0-1ubuntu1.dsc
d8639bafd863ff3b0225a6c3d88ce865b2f6af81 3468108 rsyslog_8.2504.0.orig.tar.gz
e6499f3b83f201f4c21409ff6a7ab2edfb67a4c2 49572 rsyslog_8.2504.0-1ubuntu1.debian.tar.xz
998ff2b4bbcda0b7ed6f668dd7cda37aafa1fb3c 8854 rsyslog_8.2504.0-1ubuntu1_source.buildinfo
Checksums-Sha256:
2c3e1ae8910d3a3911849d6ebcf32c76346379f764f8263fd57e08c888155af0 3733 rsyslog_8.2504.0-1ubuntu1.dsc
5092a20ed40987c74cc604ebfcd6c749e47eb9fc34adc1c2637e6553e7f047ab 3468108 rsyslog_8.2504.0.orig.tar.gz
771b005912ae2d3100e014f9d67d22ecb704d601690089662c0ab562e2b0fd15 49572 rsyslog_8.2504.0-1ubuntu1.debian.tar.xz
bc24acfd012bcea7de6254fc1bbcd66d66d38401a0616e9e552648a675297945 8854 rsyslog_8.2504.0-1ubuntu1_source.buildinfo
Files:
e04eeb2a6ba7cc30a95e6036ea2d8b24 3733 admin optional rsyslog_8.2504.0-1ubuntu1.dsc
455af4f56496d674bd4f352c2c6c8897 3468108 admin optional rsyslog_8.2504.0.orig.tar.gz
62a8658aca440143f221da057ebaa9ee 49572 admin optional rsyslog_8.2504.0-1ubuntu1.debian.tar.xz
525102dd3933ad44e9f726c0dbfc03ce 8854 admin optional rsyslog_8.2504.0-1ubuntu1_source.buildinfo
Original-Maintainer: Michael Biebl <biebl at debian.org>
Vcs-Git: https://git.launchpad.net/~ahasenack/ubuntu/+source/rsyslog
Vcs-Git-Commit: 3fdfb6c8134ebc790c6aaabc5e586a2c996a4fcb
Vcs-Git-Ref: refs/heads/merge-lp2112066-questing
More information about the Questing-changes
mailing list