dwww Home | Show directory contents | Find package

rsyslog (8.2302.0-1+deb12u1) bookworm; urgency=medium

  * Fix runConf NULL pointer reference.
    If rsyslogd hasn't fully parsed its configuration, runConf will be NULL.
    Receiving a SIGTERM at this point will trigger a segmentation fault.
    So check the pointer before referencing it to allow for a clean restart.
    Patch cherry-picked from upstream Git. (Closes: #1092450)
  * Switch debian-branch to debian/bookworm

 -- Michael Biebl <biebl@debian.org>  Wed, 08 Jan 2025 19:13:05 +0100

rsyslog (8.2302.0-1) unstable; urgency=medium

  * New upstream version 8.2302.0
  * Bump Standards-Version to 4.6.2
  * Add /usr/sbin to PATH when running test suite.
    This ensures that the logrotate binary is found and we don't skip the
    corresponding tests.

 -- Michael Biebl <biebl@debian.org>  Wed, 22 Feb 2023 20:43:00 +0100

rsyslog (8.2212.0-1) unstable; urgency=medium

  * New upstream version 8.2212.0
  * Rebase patches

 -- Michael Biebl <biebl@debian.org>  Wed, 07 Dec 2022 13:58:48 +0100

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)

 -- Michael Biebl <biebl@debian.org>  Sat, 29 Oct 2022 22:54:41 +0200

rsyslog (8.2210.0-2) unstable; urgency=medium

  * core bugfix: local hostname invalid if no global() config object given
    (Closes: #1022128)

 -- Michael Biebl <biebl@debian.org>  Thu, 27 Oct 2022 18:02:12 +0200

rsyslog (8.2210.0-1) unstable; urgency=medium

  * New upstream version 8.2210.0
  * Demote priority to optional as per #1018788

 -- Michael Biebl <biebl@debian.org>  Wed, 19 Oct 2022 11:00:47 +0200

rsyslog (8.2208.0-1) unstable; urgency=medium

  * New upstream version 8.2208.0
  * Enable support for log file compression via zstd
  * Bump Standards-Version to 4.6.1
  * Allow to run test suite in parallel

 -- Michael Biebl <biebl@debian.org>  Thu, 11 Aug 2022 09:17:48 +0200

rsyslog (8.2206.0-1) unstable; urgency=medium

  * New upstream version 8.2206.0
  * Switch from libcurl4-gnutls-dev to libcurl4-openssl-dev

 -- Michael Biebl <biebl@debian.org>  Tue, 14 Jun 2022 21:46:56 +0200

rsyslog (8.2204.1-1) unstable; urgency=medium

  * New upstream version 8.2204.1
    - Fix potential heap buffer overflow in imptcp, imtcp, imgssapi and other
      TCP syslog reception modules when octet-counted framing is used.
      (CVE-2022-24903, Closes: #1010619)

 -- Michael Biebl <biebl@debian.org>  Mon, 09 May 2022 15:44:08 +0200

rsyslog (8.2204.0-1) unstable; urgency=medium

  * New upstream version 8.2204.0

 -- Michael Biebl <biebl@debian.org>  Tue, 19 Apr 2022 20:26:20 +0200

rsyslog (8.2202.0-1) unstable; urgency=medium

  * New upstream version 8.2202.0
  * Update debian/watch to version 4
  * Tweak long description for rsyslog-openssl and rsyslog-gnutls
  * Don't install empty usr/share/man/man1 directory

 -- Michael Biebl <biebl@debian.org>  Wed, 16 Feb 2022 09:40:07 +0100

rsyslog (8.2112.0-2) unstable; urgency=medium

  * Enable SNMP output plugin (Closes: #604895)
  * Enable Kubernetes message modification module (Closes: #911299)

 -- Michael Biebl <biebl@debian.org>  Wed, 22 Dec 2021 23:41:40 +0100

rsyslog (8.2112.0-1) unstable; urgency=medium

  * New upstream version 8.2112.0
  * Rebase patches

 -- Michael Biebl <biebl@debian.org>  Sun, 19 Dec 2021 20:44:12 +0100

rsyslog (8.2110.0-4) unstable; urgency=medium

  * mmanon: relax IPv6 detection - improve anonymization (Closes: #1000335)

 -- Michael Biebl <biebl@debian.org>  Mon, 22 Nov 2021 16:25:17 +0100

rsyslog (8.2110.0-3) unstable; urgency=medium

  * Enable pmciscoios parser module (Closes: #929608)
  * Enable pmnormalize parser module (Closes: #999450)

 -- Michael Biebl <biebl@debian.org>  Thu, 11 Nov 2021 14:46:15 +0100

rsyslog (8.2110.0-2) unstable; urgency=medium

  * Remove SysV init script

 -- Michael Biebl <biebl@debian.org>  Fri, 05 Nov 2021 23:29:45 +0100

rsyslog (8.2110.0-1) unstable; urgency=medium

  * New upstream version 8.2110.0
  * Rebase patches
  * Mark iproute2 Build-Depends as linux-any
  * testbench: skip omfwd_fast_imuxsock.sh if liblogging-stdlog is not
    available

 -- Michael Biebl <biebl@debian.org>  Tue, 19 Oct 2021 23:50:27 +0200

rsyslog (8.2108.0-2) unstable; urgency=medium

  * build issue: handle undefined MAXPATHLEN, PATH_MAX (Closes: #900718)
  * ratelimit: fix rate limiting for already parsed messages (Closes: #992869)
  * Remove outdated section from debian/copyright

 -- Michael Biebl <biebl@debian.org>  Thu, 14 Oct 2021 16:13:50 +0200

rsyslog (8.2108.0-1) unstable; urgency=medium

  * New upstream version 8.2108.0
  * Bump Standards-Version to 4.6.0
  * Use fail-missing.
    Files we are not interested in are listed in debian/not-installed.
  * Use ${env:DEB_HOST_MULTIARCH} substitution.
    This facility is available since debhelper compat level 13.
  * Remove no longer needed debian/rsyslog.lintian-overrides

 -- Michael Biebl <biebl@debian.org>  Wed, 18 Aug 2021 22:00:26 +0200

rsyslog (8.2106.0-1) unstable; urgency=medium

  * New upstream version 8.2106.0
  * Rebase patches

 -- Michael Biebl <biebl@debian.org>  Sun, 15 Aug 2021 19:41:55 +0200

rsyslog (8.2102.0-2) unstable; urgency=medium

  * testbench: changed tlscommands for librelp tls tests.
    Pull fix from https://github.com/rsyslog/rsyslog/pull/4535 to make sure
    librelp tlscommand tests run well with all librelp and OpenSSL versions.

 -- Michael Biebl <biebl@debian.org>  Wed, 17 Feb 2021 19:04:30 +0100

rsyslog (8.2102.0-1) unstable; urgency=medium

  * New upstream version 8.2102.0
  * Bump Standards-Version to 4.5.1
  * Update Homepage URL to use https://
  * Set upstream metadata fields: Bug-Submit, Bug-Database, Repository,
    Repository-Browse
  * Remove some left-over news bits
  * Merge logrotate rules.
    We only want a single postrotate to avoid having a SIGHUP getting lost
    due to race conditions, leading to files not being rotated properly.
    (Closes: #720096)

 -- Michael Biebl <biebl@debian.org>  Tue, 16 Feb 2021 20:23:15 +0100

rsyslog (8.2012.0-1) unstable; urgency=medium

  * New upstream version 8.2012.0
  * Rebase patches

 -- Michael Biebl <biebl@debian.org>  Tue, 08 Dec 2020 18:43:01 +0100

rsyslog (8.2010.0-1) unstable; urgency=medium

  * New upstream version 8.2010.0
  * Add missing pem test certificates.
    Required to successfully run the test suite.

 -- Michael Biebl <biebl@debian.org>  Tue, 20 Oct 2020 21:45:26 +0200

rsyslog (8.2008.0-1) unstable; urgency=medium

  [ Michael Biebl ]
  * New upstream version 8.2008.0
  * Rebase patches
  * Add debian/rsyslog.service.
    No longer provided by upstream directly.

  [ Christian Ehrhardt ]
  * d/p/Increase-timeouts-in-imfile-basic-2GB-file-and-imfile-tru.patch: bump
    even further for riscv64

 -- Michael Biebl <biebl@debian.org>  Mon, 31 Aug 2020 18:04:06 +0200

rsyslog (8.2006.0-2) unstable; urgency=medium

  * Revert upstream changes which caused /dev/log from journald being
    overwritten (Closes: #963715)

 -- Michael Biebl <biebl@debian.org>  Sat, 27 Jun 2020 13:29:13 +0200

rsyslog (8.2006.0-1) unstable; urgency=medium

  * New upstream version 8.2006.0
  * Bump debhelper-compat to 13

 -- Michael Biebl <biebl@debian.org>  Wed, 24 Jun 2020 12:54:55 +0200

rsyslog (8.2004.0-1) unstable; urgency=medium

  * New upstream version 8.2004.0

 -- Michael Biebl <biebl@debian.org>  Tue, 28 Apr 2020 18:28:36 +0200

rsyslog (8.2002.0-2) unstable; urgency=medium

  * Increase timeouts in imfile-basic-2GB-file and imfile-truncate-2GB-file.
    Those tests can take a long time, especially on slow architectures like
    armhf, so bump the test timeouts considerably.

 -- Michael Biebl <biebl@debian.org>  Fri, 28 Feb 2020 01:05:57 +0100

rsyslog (8.2002.0-1) unstable; urgency=medium

  * New upstream version 8.2002.0
  * Rebase patches
  * Use ip instead of deprecated ifconfig when running the test suite.
  * Add Build-Depends on curl.
    This is required to run the test allowed-sender-tcp-hostname-fail.
  * Enable extended test bench
  * Bump Standards-Version to 4.5.0

 -- Michael Biebl <biebl@debian.org>  Wed, 26 Feb 2020 17:10:44 +0100

rsyslog (8.2001.0-1) unstable; urgency=medium

  * New upstream version 8.2001.0
  * Set PYTHON=/usr/bin/python3 in debian/rules
  * Cherry-pick upstream patches which fix a couple of imfile issues
  * Add missing test files

 -- Michael Biebl <biebl@debian.org>  Wed, 22 Jan 2020 17:56:45 +0100

rsyslog (8.1911.0-1) unstable; urgency=medium

  * New upstream version 8.1911.0
  * Follow DEP-14 naming
  * Rebase patches
  * Bump Standards-Version to 4.4.1

 -- Michael Biebl <biebl@debian.org>  Tue, 12 Nov 2019 23:43:26 +0100

rsyslog (8.1910.0-2) unstable; urgency=medium

  * Fix file handle leak in omfile (Closes: #935300)

 -- Michael Biebl <biebl@debian.org>  Thu, 24 Oct 2019 14:13:12 +0200

rsyslog (8.1910.0-1) unstable; urgency=medium

  * New upstream version 8.1910.0
    - Support cross-platform build for mysql/mariadb
      (Closes: #932068)
    - Fix heap overflow in pmaixforwardedfrom module
      (CVE-2019-17041, Closes: #942067)
    - Fix heap overflow in pmcisconames module
      (CVE-2019-17042, Closes: #942065)
  * Use Python3 for running the test suite (Closes: #938417)
  * Enable imfile tests

 -- Michael Biebl <biebl@debian.org>  Thu, 17 Oct 2019 01:42:10 +0200

rsyslog (8.1908.0-1) unstable; urgency=medium

  * New upstream version 8.1908.0

 -- Michael Biebl <biebl@debian.org>  Tue, 20 Aug 2019 15:40:03 +0200

rsyslog (8.1907.0-2) unstable; urgency=medium

  * Enable OpenSSL network stream driver.
    Split the driver into a separate package named rsyslog-openssl and
    update the Suggests accordingly to make it the preferred TLS driver.
    (Closes: #930816)

 -- Michael Biebl <biebl@debian.org>  Tue, 09 Jul 2019 23:42:07 +0200

rsyslog (8.1907.0-1) unstable; urgency=medium

  * New upstream version 8.1907.0
  * Rebase patches

 -- Michael Biebl <biebl@debian.org>  Tue, 09 Jul 2019 22:11:42 +0200

rsyslog (8.1905.0-4) unstable; urgency=medium

  * Stop installing /etc/default/rsyslog and remove it on upgrades
  * Upload to unstable

 -- Michael Biebl <biebl@debian.org>  Mon, 08 Jul 2019 14:38:18 +0200

# Older entries have been removed from this changelog.
# To read the complete changelog use `apt changelog rsyslog`.

Generated by dwww version 1.15 on Sat Aug 30 14:56:11 CEST 2025.