Public bug reported:

Scheduled-For: ubuntu-25.11
Ubuntu: 8.2504.0-1ubuntu2
Debian Unstable: 8.2510.0-2

A new release of rsyslog is available for merging from Debian Unstable.

If it turns out this needs a sync rather than a merge, please change the
tagging from ['dcr-merge'] to ['dcr-sync'], and (optionally) update the
title as desired.

If this merge pulls in a new upstream version, also consider adding an
entry to the resolute Release Notes:
https://discourse.ubuntu.com/t/resolute-raccoon-release-notes/

### New Debian Changes ###

rsyslog (8.2510.0-2) unstable; urgency=medium

  * Cherry-pick various documentation build fixes from upstream Git.
    Vendor the JavaScript dependencies for better offline usage.
  * (Re-)add doc-base support for rsyslog-doc
  * Add lintian-overrides for no-debconf-templates to rsyslog-mysql and
    rsyslog-pgsql.
    Those packages use the dbconfig-common framework which provides the
    debconf templates for setting up a database connection.

 -- Michael Biebl <[email protected]>  Fri, 24 Oct 2025 22:22:23 +0200

rsyslog (8.2510.0-1) unstable; urgency=medium

  * New upstream version 8.2510.0
  * Rebase patches
  * Install new mmleefparse module.
    This module can be used to parse log messages that follow the IBM Log
    Event Extended Format (LEEF).
  * Update debian/copyright
  * Build rsyslog documentation and ship it in rsyslog-doc.
    It superseedes the standalone rsyslog-doc source package.
    Deviate from upstream and explicitly use sphinx_rtd_theme instead of the
    furo theme (smaller on-disk footprint of the resulting documentation,
    much faster build times).

 -- Michael Biebl <[email protected]>  Wed, 15 Oct 2025 18:35:28 +0200

rsyslog (8.2506.0-6) unstable; urgency=medium

  * Use execute_{before,after} instead of override where possible
  * Avoid excessive usage of DEB_HOST_MULTIARCH and use wildcards instead
  * rsyslog-mysql and rsyslog-pgsql can be used in parallel.
    So don't mark them as alternative dependencies.
  * Stop setting the PYTHON interpreter path.
    No longer required.

 -- Michael Biebl <[email protected]>  Wed, 08 Oct 2025 21:39:36 +0200

rsyslog (8.2506.0-5) unstable; urgency=medium

  * Drop Recommends: mongodb-server from rsyslog-mongodb.
    The mongodb(-server) package was removed from the archive in 2020 due to
    licensing issues. Remove the Recommends accordingly. (Closes: #1116112)

 -- Michael Biebl <[email protected]>  Tue, 07 Oct 2025 17:06:51 +0200

rsyslog (8.2506.0-4) unstable; urgency=medium

  [ Richard Lewis ]
  * Make autopkgtest work in containers without /proc/kmesg.
    If /proc/kmesg is not available (or not accessible), rsyslog will
    produce some extra error messages, which the default logcheck rules
    won't match, making the test fail: hide these with a local rule.
    (Closes: #1110192)

  [ Michael Biebl ]
  * Disable missing-breaks test for salsa-ci

 -- Michael Biebl <[email protected]>  Thu, 28 Aug 2025 14:36:14 +0200

rsyslog (8.2506.0-3) unstable; urgency=medium

  * Rename debian-branch to debian/latest as per DEP-14
  * Fix cleanup of temporary files in autopkgtest
  * Add support for mongo-c-driver v2

 -- Michael Biebl <[email protected]>  Sun, 17 Aug 2025 16:47:50 +0200

rsyslog (8.2506.0-2) unstable; urgency=medium

  * Upload to unstable

 -- Michael Biebl <[email protected]>  Sun, 10 Aug 2025 21:42:56 +0200

rsyslog (8.2506.0-1) experimental; urgency=medium

  * New upstream version 8.2506.0
  * Rebase patches

 -- Michael Biebl <[email protected]>  Sat, 02 Aug 2025 16:08:04 +0200


### Old Ubuntu Delta ###

rsyslog (8.2504.0-1ubuntu2) questing; urgency=medium

  * d/usr.sbin.rsyslogd: allow reading of systemd-journal's dev-log
    unix socket (LP: #2123821)

 -- Andreas Hasenack <[email protected]>  Wed, 17 Sep 2025 17:14:42
-0300

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)

 -- Ural Tunaboyu <[email protected]>  Sun, 08 Jun 2025
20:04:12 -0700

** Affects: rsyslog (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: dcr-merge

** Changed in: rsyslog (Ubuntu)
    Milestone: None => ubuntu-25.11

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2130067

Title:
  Merge rsyslog from Debian Unstable for resolute

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/2130067/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to