[ubuntu/groovy-proposed] rsyslog 8.2006.0-2ubuntu1 (Accepted)

Christian Ehrhardt christian.ehrhardt at canonical.com
Mon Jun 29 14:23:13 UTC 2020


rsyslog (8.2006.0-2ubuntu1) groovy; urgency=medium

  [ Christian Ehrhardt ]
  * Merge with Debian unstable (LP: #1885125). 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 rsyslog:rsyslog, 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/contrl: 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 mmnormalize module, which depends on liblognorm from universe.
      + d/rules: drop --enable-mmnormalize
      + d/control: drop build dependency on liblognorm-dev
    - 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
  * Added changes
    - d/p/Increase-timeouts-in-imfile-basic-2GB-file-and-imfile-tru.patch: bump
      even further for riscv64 to avoid FTBFS

  [ Simon Deziel ]
  * d/usr.sbin.rsyslogd: apparmor: use preferred "profile <shortname>" syntax.

rsyslog (8.2006.0-2) unstable; urgency=medium

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

rsyslog (8.2006.0-1) unstable; urgency=medium

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

rsyslog (8.2004.0-1) unstable; urgency=medium

  * New upstream version 8.2004.0

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.

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

Date: Thu, 25 Jun 2020 14:54:01 +0200
Changed-By: Christian Ehrhardt <christian.ehrhardt at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/rsyslog/8.2006.0-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 25 Jun 2020 14:54:01 +0200
Source: rsyslog
Architecture: source
Version: 8.2006.0-2ubuntu1
Distribution: groovy
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Christian Ehrhardt <christian.ehrhardt at canonical.com>
Closes: 963715
Launchpad-Bugs-Fixed: 1885125
Changes:
 rsyslog (8.2006.0-2ubuntu1) groovy; urgency=medium
 .
   [ Christian Ehrhardt ]
   * Merge with Debian unstable (LP: #1885125). 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 rsyslog:rsyslog, 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/contrl: 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 mmnormalize module, which depends on liblognorm from universe.
       + d/rules: drop --enable-mmnormalize
       + d/control: drop build dependency on liblognorm-dev
     - 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
   * Added changes
     - d/p/Increase-timeouts-in-imfile-basic-2GB-file-and-imfile-tru.patch: bump
       even further for riscv64 to avoid FTBFS
 .
   [ Simon Deziel ]
   * d/usr.sbin.rsyslogd: apparmor: use preferred "profile <shortname>" syntax.
 .
 rsyslog (8.2006.0-2) unstable; urgency=medium
 .
   * Revert upstream changes which caused /dev/log from journald being
     overwritten (Closes: #963715)
 .
 rsyslog (8.2006.0-1) unstable; urgency=medium
 .
   * New upstream version 8.2006.0
   * Bump debhelper-compat to 13
 .
 rsyslog (8.2004.0-1) unstable; urgency=medium
 .
   * New upstream version 8.2004.0
 .
 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.
 .
 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
Checksums-Sha1:
 dbf80a9bef9192bc05bb1d9799d370e73d4657d0 3169 rsyslog_8.2006.0-2ubuntu1.dsc
 ad165d9e70cb9b70ee060fda25df458914df3a16 3047140 rsyslog_8.2006.0.orig.tar.gz
 a0ccbcd7136834629e65666d4632a9882ac5d3e8 37532 rsyslog_8.2006.0-2ubuntu1.debian.tar.xz
 deb4e012d5f903a378d7c0a2feac58970f1d779d 9762 rsyslog_8.2006.0-2ubuntu1_source.buildinfo
Checksums-Sha256:
 59c288a528cac6d04dcf52e2a0e34b0b469635e6b2e558dae9e49b3d663c1e20 3169 rsyslog_8.2006.0-2ubuntu1.dsc
 d9589e64866f2fdc5636af4cae9d60ebf1e3257bb84b81ee953ede6a05878e97 3047140 rsyslog_8.2006.0.orig.tar.gz
 e6ca435ace5e569e872de01175bc2e343297d027be21d2fef280bc1bb01bec64 37532 rsyslog_8.2006.0-2ubuntu1.debian.tar.xz
 c5c39de9e4e3293af1cb529d4b22b7cf08048bc49065b37aa82c8ceaf3551703 9762 rsyslog_8.2006.0-2ubuntu1_source.buildinfo
Files:
 8d3938fdd6b0fce5ca21755e4c46d23f 3169 admin important rsyslog_8.2006.0-2ubuntu1.dsc
 33de768941953ceeca9d1a437b47891b 3047140 admin important rsyslog_8.2006.0.orig.tar.gz
 ac8d6a0ef287fafea99b878bf5b4a136 37532 admin important rsyslog_8.2006.0-2ubuntu1.debian.tar.xz
 4e87b14cbba2c836e7b6951c28e90bc9 9762 admin important rsyslog_8.2006.0-2ubuntu1_source.buildinfo
Original-Maintainer: Michael Biebl <biebl at debian.org>

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEktYY9mjyL47YC+71uj4pM4KAskIFAl75+QsACgkQuj4pM4KA
skISBQ/8D/Wm3GNiILiSBLLnfhVzsoZh/WZAE24v84+4HFfI3eZSNcLLKm+6DWo1
JIo+k3br2kZ/3JUyg1fZOLAmAdV7QQen9vD3DqnhkPU7Y3BQ2UX2Zn6ToQqF4vun
gNcp2x1KSvAPwnyXj/QUAB1noZ7tUkbA9FnKBZu32jJdXRnGf4OUEmMaa4cNa20H
BSNACRepqKvTSZmQUosLDhXyxgxty1qj6qOmp03Rjs/HoNqFJ+dtt3eLw0EDELwl
gul0HJqaToILJkq9gqrGYF7LpML9FIRlfHVrMC1rgtnkYUw6vxBTnKWFJvEeKvQ2
x/NuN5kPndlwTYsEjgLhYYZT75oKprCsrhSeyPwUYFEYJ32MIoPvO1nEOfIomE3r
kynzzR8HHStEbeCA6GWLsq1XN0kMrRd+lCJ7TCJfNVixrzWlFYGCtjVImv4tcd6i
Xddg05OqfYfPq/mw1NG85Ut71ViP7dJ8vmtdMoCHsPrxoouF25cp66WXTth2zxZp
SZpbVgmPSs9jSLMKJe1EZQGnamrqfdSuh+3mTqee7UYpLXQk7h9FmKiU0rle19fH
fcjBdG56fw+4hqNiFg/88p8mTgo5ae8kcCdzFhbnqP2bAdG7Bukhtir3XxfuC1nE
nN96PnoG+X5M78UoBsSLGExl3xNHxJvN/7lq77eogp8i+zyoGIY=
=ZXVi
-----END PGP SIGNATURE-----


More information about the Groovy-changes mailing list