[ubuntu/xenial-proposed] rsyslog 8.14.0-2ubuntu1 (Accepted)

Louis Bouchard louis.bouchard at ubuntu.com
Wed Dec 2 16:34:25 UTC 2015


rsyslog (8.14.0-2ubuntu1) xenial; urgency=low

  * Merge from Debian unstable (LP: #1521673).  Remaining changes:
    - Run as rsyslog:rsyslog, set $FileOwner to syslog
    - debian/rsyslog.conf: enable $RepeatedMsgReduction
      to avoid bloating the syslog file.
    - debian/50-default.conf: set of default rules for syslog (forwarded to
      Debian #603160). remove file in postrm on purge. manage with ucf.
    - Add disabled by default AppArmor profile:
      + add debian/usr.sbin.rsyslogd profile
      + debian/rules: use dh_apparmor to install profile before rsyslog is
        restarted
      + debian/control: suggests apparmor (>= 2.3)
      + debian/rsyslog.install: install profile to /etc/apparmor.d
      + debian/rsyslog.dirs: install /etc/apparmor.d/force-complain,
        and /etc/apparmor.d/disable
      + debian/rsyslog.preinst: disable profile on clean install or upgrades
        from earlier than when we shipped the profile
      + debian/control: Build-Depends on dh-apparmor
    - debian/rsyslog.postinst: fix ownership of /var/spool/rsyslog.
    - Adjust rsyslog init script to detect upstart, making the upstart
      patches upstreamable to Debian.
    - Add versioned dependency on lsb-base for the use of init_is_upstart.
  * Dropped changes:
    - debian/patches/fix-testbench-buffer-overflow-ftbs.patch : superseded upstream.
  * debian/rules: filter out -Wl,-Bsymbolic-functions only, instead of
    overriding all LDFLAGS.
  * Drop rsyslog-mongodb package, depends on libmongo-client which is not
    in main.
  * Drop mmnormalize module, which depends on liblognorm from universe.
  * Drop kafka package, depends on librdkafka from universe.
  * Drop rsyslog-czmq, depends on libczmq-dev from universe.
  * Build with --disable-liblogging-stdlog since liblogging-stdlog-dev is
    in Universe
  * Build with --disable-silent-rules to get useful build logs.

rsyslog (8.14.0-2) unstable; urgency=medium

  * Remove logging to /dev/xconsole from the default rsyslog configuration.
    It is a rarely used feature and causes rsyslog to repeatedly retry if
    there is noone reading from /dev/xconsole. Instead ship the configuration
    as example files and add instructions to README.Debian how one can
    re-enable support for xconsole. (Closes: #745492, #783687)
  * Remove section about sysklogd from README.Debian, sysklogd is not really
    relevant anymore nowadays.
  * Ship an example file for logging to the console on tty8 which can be
    dropped into /etc/rsyslog.d instead of having it as comment in
    /etc/rsyslog.conf.

rsyslog (8.14.0-1) unstable; urgency=medium

  * New upstream release.
  * Rebase patches.

rsyslog (8.13.0-1) unstable; urgency=medium

  * New upstream release.
  * Bump Build-Depends on liblognorm-dev to (>= 1.1.2) as per configure.ac.
  * Rebase patches.
  * Skip tests which are currently broken by the liblognorm update. According
    to upstream those failing tests point at a bug in liblognorm, not rsyslog
    itself. (Closes: #800873)

rsyslog (8.12.0-3) unstable; urgency=medium

  [ Louis Bouchard ]
  * Fix FTBFS on various architectures caused by a buffer overflow in tcpflood
    when running the test suite.

rsyslog (8.12.0-2) unstable; urgency=medium

  [ Michael Biebl ]
  * Drop versioned Depends on initscripts. This dependency was added for the
    /run transition in wheezy and is no longer required.

  [ Luca Boccassi ]
  * Enable CZMQ plugins. (Closes: #798223)
  * Fix NULL pointer dereference in imczmq and omczmq.

Date: Wed, 02 Dec 2015 12:09:39 +0100
Changed-By: Louis Bouchard <louis.bouchard at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Martin Pitt <martin.pitt at ubuntu.com>
https://launchpad.net/ubuntu/+source/rsyslog/8.14.0-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 02 Dec 2015 12:09:39 +0100
Source: rsyslog
Binary: rsyslog rsyslog-mysql rsyslog-pgsql rsyslog-mongodb rsyslog-elasticsearch rsyslog-kafka rsyslog-gssapi rsyslog-gnutls rsyslog-relp rsyslog-czmq
Architecture: source
Version: 8.14.0-2ubuntu1
Distribution: xenial
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Louis Bouchard <louis.bouchard at ubuntu.com>
Description:
 rsyslog    - reliable system and kernel logging daemon
 rsyslog-czmq - ZeroMQ protocol support for rsyslog via CZMQ
 rsyslog-elasticsearch - Elasticsearch output plugin for rsyslog
 rsyslog-gnutls - TLS protocol support for rsyslog
 rsyslog-gssapi - GSSAPI authentication and encryption support for rsyslog
 rsyslog-kafka - Kafka output plugin for rsyslog
 rsyslog-mongodb - MongoDB output plugin for rsyslog
 rsyslog-mysql - MySQL output plugin for rsyslog
 rsyslog-pgsql - PostgreSQL output plugin for rsyslog
 rsyslog-relp - RELP protocol support for rsyslog
Closes: 745492 783687 798223 800873
Launchpad-Bugs-Fixed: 1521673
Changes:
 rsyslog (8.14.0-2ubuntu1) xenial; urgency=low
 .
   * Merge from Debian unstable (LP: #1521673).  Remaining changes:
     - Run as rsyslog:rsyslog, set $FileOwner to syslog
     - debian/rsyslog.conf: enable $RepeatedMsgReduction
       to avoid bloating the syslog file.
     - debian/50-default.conf: set of default rules for syslog (forwarded to
       Debian #603160). remove file in postrm on purge. manage with ucf.
     - Add disabled by default AppArmor profile:
       + add debian/usr.sbin.rsyslogd profile
       + debian/rules: use dh_apparmor to install profile before rsyslog is
         restarted
       + debian/control: suggests apparmor (>= 2.3)
       + debian/rsyslog.install: install profile to /etc/apparmor.d
       + debian/rsyslog.dirs: install /etc/apparmor.d/force-complain,
         and /etc/apparmor.d/disable
       + debian/rsyslog.preinst: disable profile on clean install or upgrades
         from earlier than when we shipped the profile
       + debian/control: Build-Depends on dh-apparmor
     - debian/rsyslog.postinst: fix ownership of /var/spool/rsyslog.
     - Adjust rsyslog init script to detect upstart, making the upstart
       patches upstreamable to Debian.
     - Add versioned dependency on lsb-base for the use of init_is_upstart.
   * Dropped changes:
     - debian/patches/fix-testbench-buffer-overflow-ftbs.patch : superseded upstream.
   * debian/rules: filter out -Wl,-Bsymbolic-functions only, instead of
     overriding all LDFLAGS.
   * Drop rsyslog-mongodb package, depends on libmongo-client which is not
     in main.
   * Drop mmnormalize module, which depends on liblognorm from universe.
   * Drop kafka package, depends on librdkafka from universe.
   * Drop rsyslog-czmq, depends on libczmq-dev from universe.
   * Build with --disable-liblogging-stdlog since liblogging-stdlog-dev is
     in Universe
   * Build with --disable-silent-rules to get useful build logs.
 .
 rsyslog (8.14.0-2) unstable; urgency=medium
 .
   * Remove logging to /dev/xconsole from the default rsyslog configuration.
     It is a rarely used feature and causes rsyslog to repeatedly retry if
     there is noone reading from /dev/xconsole. Instead ship the configuration
     as example files and add instructions to README.Debian how one can
     re-enable support for xconsole. (Closes: #745492, #783687)
   * Remove section about sysklogd from README.Debian, sysklogd is not really
     relevant anymore nowadays.
   * Ship an example file for logging to the console on tty8 which can be
     dropped into /etc/rsyslog.d instead of having it as comment in
     /etc/rsyslog.conf.
 .
 rsyslog (8.14.0-1) unstable; urgency=medium
 .
   * New upstream release.
   * Rebase patches.
 .
 rsyslog (8.13.0-1) unstable; urgency=medium
 .
   * New upstream release.
   * Bump Build-Depends on liblognorm-dev to (>= 1.1.2) as per configure.ac.
   * Rebase patches.
   * Skip tests which are currently broken by the liblognorm update. According
     to upstream those failing tests point at a bug in liblognorm, not rsyslog
     itself. (Closes: #800873)
 .
 rsyslog (8.12.0-3) unstable; urgency=medium
 .
   [ Louis Bouchard ]
   * Fix FTBFS on various architectures caused by a buffer overflow in tcpflood
     when running the test suite.
 .
 rsyslog (8.12.0-2) unstable; urgency=medium
 .
   [ Michael Biebl ]
   * Drop versioned Depends on initscripts. This dependency was added for the
     /run transition in wheezy and is no longer required.
 .
   [ Luca Boccassi ]
   * Enable CZMQ plugins. (Closes: #798223)
   * Fix NULL pointer dereference in imczmq and omczmq.
Checksums-Sha1:
 95314492c192a450b33be031266eb753665c4c06 2731 rsyslog_8.14.0-2ubuntu1.dsc
 8b5934129c9aec8f8244e6169f6d0fb4e4043205 2078483 rsyslog_8.14.0.orig.tar.gz
 39f83fa6575ffdfc2ce896356f2961c56ee72ba4 31112 rsyslog_8.14.0-2ubuntu1.debian.tar.xz
Checksums-Sha256:
 a3eb395a7ca63d0578d7c536fb4f00434664b01a10b7c1d8c1e699d081e74288 2731 rsyslog_8.14.0-2ubuntu1.dsc
 443b5b1d2b84f5cd429d06d230af7fb2352336fa6449cb6484dbd4418a7ae7c2 2078483 rsyslog_8.14.0.orig.tar.gz
 d7e41cba201ac69f8864a29b350f099413f5b2f04ab0d47aa2b9fd3570fc41ef 31112 rsyslog_8.14.0-2ubuntu1.debian.tar.xz
Files:
 f55d95612ccb9d03f0618e8a288f981f 2731 admin important rsyslog_8.14.0-2ubuntu1.dsc
 9862b08fd8d13753c13d7f9d86ec8f4e 2078483 admin important rsyslog_8.14.0.orig.tar.gz
 3724cdd81d6e6f994d262900b74a9d03 31112 admin important rsyslog_8.14.0-2ubuntu1.debian.tar.xz
Original-Maintainer: Michael Biebl <biebl at debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJWXxszAAoJENFO8V2v4RNHsVMQAMWrybOmfAVE2oHhEpS+5qze
ukZJSCuFE9I3AE2mHpQ/81GtbNmhLQUSyTqImryxdlkSQV4cR0Vo/5re9vUsMe/0
2QOHretA0ki0B7ICd13ymD3abwwE+fStuiGgVUR9NGcUp27cEm0O6UxxblUe3Sh8
AdreEGReXNyay8Uarq6ahP+KGhOMhVqb9RgACsuRpBM7X2M7mTSNUNWE366AZWrc
bgf66VAVjxgL8xODqZ0u0TiEkIhzU3Hz+9Xa/ffKc00TloiMAm7iIy+VVhyoL7EH
B/zUSz6vL8DOP/g7GCzUEB7ccnrAVKg0EgBTf6IOz3MJwMHEY2EvwwhmIQogZKS0
dVCtaV6OgTFuDe0J6tpcF5ZYXEj/TWAQ/uBBiFM4osg8xsIpLefx1WBf6LcsZ86q
QRWurn+BLkySiUlQSzz++ZSuH7tGVk2jxKoVAWeqaAM5asW8Ugmvz1aO7TtYdc5Q
VQOYfNEg4qhMpLzTVQtN+CIxzOfvV9gpa7Cd3fIHmClfXV75BAAfJBBANlo50upG
x5/sTaygJhXbBwvMx+Zpwa+Wc2DJdCaBj8sftDICaOtLxiTuQy2AmFjCxFKikoQF
JjsyBHoOS9Uih2hYs3MUO5ffugphyHqrTbkohkb7cSRljc2iIrZLvSS+XHpGEeaQ
qNSQpmWfg0UZDN1241tH
=uDUh
-----END PGP SIGNATURE-----


More information about the Xenial-changes mailing list