[ubuntu/wily-proposed] rsyslog 8.12.0-1ubuntu1 (Accepted)

Louis Bouchard louis.bouchard at ubuntu.com
Tue Sep 1 07:09:13 UTC 2015


rsyslog (8.12.0-1ubuntu1) wily; urgency=low

  * Merge from Debian unstable (LP: #1464201).  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/10-initgroups.patch : superseded upstream.
    - debian/patches/11-fix-infinite-loop-openvz-vms.patch: superseded upstream.
    - debian/patches/CVE-2014-3634.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.
  * Build with --disable-liblogging-stdlog since liblogging-stdlog-dev is
    in Universe
  * Build with --disable-silent-rules to get useful build logs.

rsyslog (8.12.0-1) unstable; urgency=medium

  * New upstream release.
  * Refresh patches.

rsyslog (8.11.0-2) unstable; urgency=medium

  * Properly handle transactions in ompgsql. Patch cherry-picked from upstream
    Git. (Closes: #788183)

rsyslog (8.11.0-1) unstable; urgency=medium

  * New upstream release.

rsyslog (8.9.0-3) unstable; urgency=medium

  * Upload to unstable.

rsyslog (8.9.0-2) experimental; urgency=medium

  [ Marc Fournier ]
  * Build omkafka module which provides support for publishing log messages to
    Apache Kafka. Split that module into a separate package called
    rsyslog-kafka. (Closes: #780365)

rsyslog (8.9.0-1) experimental; urgency=medium

  * New upstream release.
  * Update gbp.conf to not use patch numbers to reduce the patch noise created
    by gbp-pq.
  * Rebase patches.
  * Drop obsolete section about compatibility levels from README.Debian.
  * Start modernizing rsyslog.conf and use the new style syntax.
  * Add virtual-mysql-client and virtual-mysql-server as alternatives to
    mysql-client and mysql-server. (Closes: #781972)

rsyslog (8.8.0-4) experimental; urgency=medium

  * Cherry-pick upstream patch which is supposed to fix $MaxMessageSize on
    various architectures.

rsyslog (8.8.0-3) experimental; urgency=medium

  * Dump test-suite.log to stdout if test suite fails.

rsyslog (8.8.0-2) experimental; urgency=medium

  * Enable and run test suite during build.
  * Add files from upstream Git repository which are missing in the dist
    tarball and are necessary to run the test suite.
  * Don't link tcpflood test binary against -lgcrypt. It's not necessary with
    current versions of GnuTLS.

rsyslog (8.8.0-1) experimental; urgency=medium

  * New upstream release.
  * Bump Build-Depends on liblognorm-dev to (>= 1.0.2).
  * Explicitly enable liblogging-stdlog feature, which is now optional.
  * Remove obsolete --enable-pmrfc3164sd configure switch. This module has
    been removed by upstream.
  * Enable support for reading from and writing to the systemd journal
    directly via the imjournal and omjournal module.
    The default rsyslog configuration still uses the imuxsock module though,
    which receives the syslog messages via a socket that is passed from
    systemd to rsyslog.

rsyslog (8.6.0-1) experimental; urgency=medium

  * New upstream release.
  * Update Vcs-Browser URL to use cgit and https.
  * Bump Standards-Version to 3.9.6. No further changes.

rsyslog (8.4.2-1) unstable; urgency=high

  * New upstream release.
    - CVE-2014-3683: The fix for CVE-2014-3634 incomplete. It did not cover
      cases where PRI values > MAX_INT caused integer overflows resulting in
      negative values.
  * Urgency high for the security fix.

rsyslog (8.4.1-1) unstable; urgency=high

  * New upstream release.
    - CVE-2014-3634: Fix remote syslog vulnerability due to improper
      handling of invalid PRI values.
  * Drop patches which have been merged upstream.
  * Urgency high for the security fix.

rsyslog (8.4.0-2) unstable; urgency=medium

  * Tweak rsyslog systemd service file. Add Documentation field and restart
    the rsyslogd daemon on failures.
  * Cherry-pick upstream patch to fix build failures on platforms without
    atomic instructions.

rsyslog (8.4.0-1) unstable; urgency=medium

  * New upstream release.
  * Update patches:
    - Refresh 0001-Don-t-create-a-database.patch.
    - Drop 0002-Fix-pidfile-location.patch, merged upstream.
  * Add --disable-generate-man-pages to configure flags to avoid a build
    dependency on python-docutils. We don't ship the generated man pages
    anyway.
  * Add support for external message modification modules which are bound via
    the new native mmexternal module.

rsyslog (8.2.2-5) unstable; urgency=medium

  * Make sure to actually only create the temporary syslog.service symlink on
    upgrades and avoid the usage of readlink.

rsyslog (8.2.2-4) unstable; urgency=medium

  * Fix wheezy → jessie upgrade failure when running under systemd due to the
    syslog.service symlink temporarily being missing.

rsyslog (8.2.2-3) unstable; urgency=low

  * Upload to unstable.

rsyslog (8.2.2-2) experimental; urgency=medium

  * Merge changes from unstable branch.

rsyslog (8.2.2-1) experimental; urgency=medium

  * New major upstream release.
    - Rewritten core engine providing higher performance and better
      scalability with complex configurations.
    - Simplified script execution.
    - Global variable support.
    - Output part was revamped completely and required changes to all output
      modules.
    - Support for external plugins which can be written in any language.
  * Switch watch file to track v8 stable branch.
  * Update Build-Depends:
    - Bump librelp-dev to (>= 1.2.5).
    - Bump liblogging-stdlog-dev to (>= 1.0.3).
    - Bump liblognorm-dev to (>= 1.0.0).
    - Drop libee-dev.
  * Drop the omruleset module which has been deprecated and replaced by the
    much more efficient RainerScript "call" statement.
  * Remove the rsyslog-doc package which is now built from a separate source
    package.
  * Fix pidfile location. The pidfile should be stored in /var/run, not /etc.

rsyslog (7.6.3-3) unstable; urgency=medium

  * Build against libgnutls28-dev. (Closes: #752304)
  * Use canonical URIs for Vcs-* fields.

rsyslog (7.6.3-2) unstable; urgency=medium

  * Update Build-Depends:
    - Bump librelp-dev to (>= 1.2.5).
  * Build omelasticsearch module which provides support for logging to an
    Elasticsearch server. Split that module into a separate package called
    rsyslog-elasticsearch. (Closes: #744951)

rsyslog (7.6.3-1) unstable; urgency=medium

  * New upstream release.
    - Fixes ompipe to properly handle retries and not cause unnecessary
      suspension messages. (Closes: #742113)
  * Update watch file, track v7 stable branch.

rsyslog (7.6.2-1) unstable; urgency=medium

  * New upstream release.
  * Update patches.
  * Update Build-Depends:
    - Bump librelp-dev to (>= 1.2.4).
    - Add liblogging-stdlog-dev (>= 1.0.1).
  * Fix typo in rsyslog.postrm: dissappear → disappear
  * Drop useless "exit 0" from maintainer scripts.
  * Enable and install the mmutf8fix, mmpstrucdata and mmsequence message
    modification modules.
  * Stop installing debian/sample.conf. Upstream ships a more up-to-date
    example configuration file.

rsyslog (7.4.8-1) unstable; urgency=medium

  [ Michael Biebl ]
  * New upstream release.
  * Update Build-Depends:
    - Bump libestr-dev to (>= 0.1.9).
    - Tighten liblognorm-dev to (<< 1.0.0).
    - Replace libjson0-dev with libjson-c-dev, we no longer need the
      transitional package.
  * Bump Standards-Version to 3.9.5. No further changes.

  [ Daniel Pocock ]
  * Make template parameter not mandatory in mongodb output plugin. Patch
    cherry-picked from upstream Git. (Closes: #740869, #721277)
  * Ensure JSON templates are NUL terminated. Patch cherry-picked from
    upstream Git.

Date: Mon, 31 Aug 2015 11:48:29 +0200
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.12.0-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 31 Aug 2015 11:48:29 +0200
Source: rsyslog
Binary: rsyslog rsyslog-mysql rsyslog-pgsql rsyslog-mongodb rsyslog-elasticsearch rsyslog-kafka rsyslog-gssapi rsyslog-gnutls rsyslog-relp
Architecture: source
Version: 8.12.0-1ubuntu1
Distribution: wily
Urgency: high
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-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: 721277 740869 742113 744951 752304 780365 781972 788183
Launchpad-Bugs-Fixed: 1464201
Changes:
 rsyslog (8.12.0-1ubuntu1) wily; urgency=low
 .
   * Merge from Debian unstable (LP: #1464201).  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/10-initgroups.patch : superseded upstream.
     - debian/patches/11-fix-infinite-loop-openvz-vms.patch: superseded upstream.
     - debian/patches/CVE-2014-3634.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.
   * Build with --disable-liblogging-stdlog since liblogging-stdlog-dev is
     in Universe
   * Build with --disable-silent-rules to get useful build logs.
 .
 rsyslog (8.12.0-1) unstable; urgency=medium
 .
   * New upstream release.
   * Refresh patches.
 .
 rsyslog (8.11.0-2) unstable; urgency=medium
 .
   * Properly handle transactions in ompgsql. Patch cherry-picked from upstream
     Git. (Closes: #788183)
 .
 rsyslog (8.11.0-1) unstable; urgency=medium
 .
   * New upstream release.
 .
 rsyslog (8.9.0-3) unstable; urgency=medium
 .
   * Upload to unstable.
 .
 rsyslog (8.9.0-2) experimental; urgency=medium
 .
   [ Marc Fournier ]
   * Build omkafka module which provides support for publishing log messages to
     Apache Kafka. Split that module into a separate package called
     rsyslog-kafka. (Closes: #780365)
 .
 rsyslog (8.9.0-1) experimental; urgency=medium
 .
   * New upstream release.
   * Update gbp.conf to not use patch numbers to reduce the patch noise created
     by gbp-pq.
   * Rebase patches.
   * Drop obsolete section about compatibility levels from README.Debian.
   * Start modernizing rsyslog.conf and use the new style syntax.
   * Add virtual-mysql-client and virtual-mysql-server as alternatives to
     mysql-client and mysql-server. (Closes: #781972)
 .
 rsyslog (8.8.0-4) experimental; urgency=medium
 .
   * Cherry-pick upstream patch which is supposed to fix $MaxMessageSize on
     various architectures.
 .
 rsyslog (8.8.0-3) experimental; urgency=medium
 .
   * Dump test-suite.log to stdout if test suite fails.
 .
 rsyslog (8.8.0-2) experimental; urgency=medium
 .
   * Enable and run test suite during build.
   * Add files from upstream Git repository which are missing in the dist
     tarball and are necessary to run the test suite.
   * Don't link tcpflood test binary against -lgcrypt. It's not necessary with
     current versions of GnuTLS.
 .
 rsyslog (8.8.0-1) experimental; urgency=medium
 .
   * New upstream release.
   * Bump Build-Depends on liblognorm-dev to (>= 1.0.2).
   * Explicitly enable liblogging-stdlog feature, which is now optional.
   * Remove obsolete --enable-pmrfc3164sd configure switch. This module has
     been removed by upstream.
   * Enable support for reading from and writing to the systemd journal
     directly via the imjournal and omjournal module.
     The default rsyslog configuration still uses the imuxsock module though,
     which receives the syslog messages via a socket that is passed from
     systemd to rsyslog.
 .
 rsyslog (8.6.0-1) experimental; urgency=medium
 .
   * New upstream release.
   * Update Vcs-Browser URL to use cgit and https.
   * Bump Standards-Version to 3.9.6. No further changes.
 .
 rsyslog (8.4.2-1) unstable; urgency=high
 .
   * New upstream release.
     - CVE-2014-3683: The fix for CVE-2014-3634 incomplete. It did not cover
       cases where PRI values > MAX_INT caused integer overflows resulting in
       negative values.
   * Urgency high for the security fix.
 .
 rsyslog (8.4.1-1) unstable; urgency=high
 .
   * New upstream release.
     - CVE-2014-3634: Fix remote syslog vulnerability due to improper
       handling of invalid PRI values.
   * Drop patches which have been merged upstream.
   * Urgency high for the security fix.
 .
 rsyslog (8.4.0-2) unstable; urgency=medium
 .
   * Tweak rsyslog systemd service file. Add Documentation field and restart
     the rsyslogd daemon on failures.
   * Cherry-pick upstream patch to fix build failures on platforms without
     atomic instructions.
 .
 rsyslog (8.4.0-1) unstable; urgency=medium
 .
   * New upstream release.
   * Update patches:
     - Refresh 0001-Don-t-create-a-database.patch.
     - Drop 0002-Fix-pidfile-location.patch, merged upstream.
   * Add --disable-generate-man-pages to configure flags to avoid a build
     dependency on python-docutils. We don't ship the generated man pages
     anyway.
   * Add support for external message modification modules which are bound via
     the new native mmexternal module.
 .
 rsyslog (8.2.2-5) unstable; urgency=medium
 .
   * Make sure to actually only create the temporary syslog.service symlink on
     upgrades and avoid the usage of readlink.
 .
 rsyslog (8.2.2-4) unstable; urgency=medium
 .
   * Fix wheezy → jessie upgrade failure when running under systemd due to the
     syslog.service symlink temporarily being missing.
 .
 rsyslog (8.2.2-3) unstable; urgency=low
 .
   * Upload to unstable.
 .
 rsyslog (8.2.2-2) experimental; urgency=medium
 .
   * Merge changes from unstable branch.
 .
 rsyslog (8.2.2-1) experimental; urgency=medium
 .
   * New major upstream release.
     - Rewritten core engine providing higher performance and better
       scalability with complex configurations.
     - Simplified script execution.
     - Global variable support.
     - Output part was revamped completely and required changes to all output
       modules.
     - Support for external plugins which can be written in any language.
   * Switch watch file to track v8 stable branch.
   * Update Build-Depends:
     - Bump librelp-dev to (>= 1.2.5).
     - Bump liblogging-stdlog-dev to (>= 1.0.3).
     - Bump liblognorm-dev to (>= 1.0.0).
     - Drop libee-dev.
   * Drop the omruleset module which has been deprecated and replaced by the
     much more efficient RainerScript "call" statement.
   * Remove the rsyslog-doc package which is now built from a separate source
     package.
   * Fix pidfile location. The pidfile should be stored in /var/run, not /etc.
 .
 rsyslog (7.6.3-3) unstable; urgency=medium
 .
   * Build against libgnutls28-dev. (Closes: #752304)
   * Use canonical URIs for Vcs-* fields.
 .
 rsyslog (7.6.3-2) unstable; urgency=medium
 .
   * Update Build-Depends:
     - Bump librelp-dev to (>= 1.2.5).
   * Build omelasticsearch module which provides support for logging to an
     Elasticsearch server. Split that module into a separate package called
     rsyslog-elasticsearch. (Closes: #744951)
 .
 rsyslog (7.6.3-1) unstable; urgency=medium
 .
   * New upstream release.
     - Fixes ompipe to properly handle retries and not cause unnecessary
       suspension messages. (Closes: #742113)
   * Update watch file, track v7 stable branch.
 .
 rsyslog (7.6.2-1) unstable; urgency=medium
 .
   * New upstream release.
   * Update patches.
   * Update Build-Depends:
     - Bump librelp-dev to (>= 1.2.4).
     - Add liblogging-stdlog-dev (>= 1.0.1).
   * Fix typo in rsyslog.postrm: dissappear → disappear
   * Drop useless "exit 0" from maintainer scripts.
   * Enable and install the mmutf8fix, mmpstrucdata and mmsequence message
     modification modules.
   * Stop installing debian/sample.conf. Upstream ships a more up-to-date
     example configuration file.
 .
 rsyslog (7.4.8-1) unstable; urgency=medium
 .
   [ Michael Biebl ]
   * New upstream release.
   * Update Build-Depends:
     - Bump libestr-dev to (>= 0.1.9).
     - Tighten liblognorm-dev to (<< 1.0.0).
     - Replace libjson0-dev with libjson-c-dev, we no longer need the
       transitional package.
   * Bump Standards-Version to 3.9.5. No further changes.
 .
   [ Daniel Pocock ]
   * Make template parameter not mandatory in mongodb output plugin. Patch
     cherry-picked from upstream Git. (Closes: #740869, #721277)
   * Ensure JSON templates are NUL terminated. Patch cherry-picked from
     upstream Git.
Checksums-Sha1:
 652fbece065cca78b52a2d92980621abee85cb87 2678 rsyslog_8.12.0-1ubuntu1.dsc
 d43b917ec413a249310d5dcf76f848ea6871ea73 2091620 rsyslog_8.12.0.orig.tar.gz
 c1555e31a7b34a3ce53f85fadf2ef80aec347b23 29428 rsyslog_8.12.0-1ubuntu1.debian.tar.xz
Checksums-Sha256:
 173c283e6fda39272755f606c8f8b7f3f8a766363ef0c0110ab03007243d3d69 2678 rsyslog_8.12.0-1ubuntu1.dsc
 466bfeac8296e89de1eb9029880998ba7b5fc25694143197bb47167df6cb7e20 2091620 rsyslog_8.12.0.orig.tar.gz
 5f593d6aae0c8363fc43e59a609d77f8a5cb3691996295be6f203da2beb8df5b 29428 rsyslog_8.12.0-1ubuntu1.debian.tar.xz
Files:
 6b02fb3945b50c9751492e4eed907653 2678 admin important rsyslog_8.12.0-1ubuntu1.dsc
 c31c2d545c8a3b8695bdf076851d1517 2091620 admin important rsyslog_8.12.0.orig.tar.gz
 c73cc2a62058981598249e945c5c795e 29428 admin important rsyslog_8.12.0-1ubuntu1.debian.tar.xz
Original-Maintainer: Michael Biebl <biebl at debian.org>

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

iQIcBAEBCAAGBQJV5UxXAAoJENFO8V2v4RNHssMP/0azJ4BYzunw7W1xAGjG7CQl
KZ0rjIaANKMP76qew2rTFvdE8ftyS89e+Vmhcj8K1c8E54YbRYK9onOqLrwozrBI
8h74qbUymBfPn3xdE36zpxP92f8nYxCyKZMxuppk6M6T2pmhuORYB3Z4FG4ESVEP
TL4wwkPEASDX334xx+yCT6DxjJjb08rJNY+R/kll/L0tbTtmc522xuOmT2m2MZwp
+jLPgInleZZ+V0CAu66q1ssv3drXwHkCruyXnwTBSiY4mGyOJpcB+mClHDLuaJTJ
1/BT+ePpie6/THinzSTU4RksPe6zYxECfKatDyHG9VrBZo75Es7RTWMYz9gSp05Y
rkFvRg0/6HLt66B0tj2O0aBnFo0AXSa2A3sXChkXo9Y92BJ5nx+zputKuqb4XmIa
gF8qVBnLJA7KI5f1V/LMdvVlqMH2ml3Ibr2aOXzs45IFyJOiomI8ibSEuRGGdZpx
vQkdE6+gCAr9nedsg9GCukPQfNXZ97+fBKtm8ORVi9iZ7acPC6bxjZfkab6aOi8O
m/P71cExT2wDfdtPMkC/vtlShxms0YFOQOQFfmZnNUVjDYdVMptJZDjb0vGTtLjZ
q8nI7TK03UxorZ+pTHPRY6fYvtHKh7FprGE9kmSghUtBqPjbvXkeU1WT0h0z7jyo
rocpeBmuPgous7yEn2U2
=sDN7
-----END PGP SIGNATURE-----


More information about the Wily-changes mailing list