X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=5cfe4799c6264fe378a2d395e1edc3e21e365a44;hb=31fa463cb1ebf6344aeb5295b78cd94a80ec2919;hp=465635b83d99acb2498b6ec7b5d1f70ad5b651f2;hpb=c0dc55f41716e618a98b9dc931de2fc4efa8c521;p=pkg-collectd.git diff --git a/debian/changelog b/debian/changelog index 465635b..5cfe479 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,47 @@ +collectd (5.5.2-1) UNRELEASED; urgency=medium + + * New upstream release. + - Fix heap overflow in the network plugin. Emilien Gaspar has identified a + heap overflow in parse_packet(), the function used by the network plugin + to parse incoming network packets. Thanks to Florian Forster for + reporting the bug in Debian. (Closes: #832507, CVE-2016-6254) + - Fix improper usage of gcry_control. A team of security researchers at + Columbia University and the University of Virginia discovered that + GCrypt's gcry_control is sometimes called without checking its return + value for an error. This may cause the program to be initialized without + the desired, secure settings. (Closes: #832577) + * debian/patches: + - bts832577-gcry-control.patch: Update for 5.5.2. Mostly part of the new + upstream release, except for: Don't abort() if gcrypt initialization + failed. + - Drop bts823012_librrd8.patch; merged upstream. + + -- Sebastian Harl Thu, 28 Jul 2016 22:56:36 +0200 + +collectd (5.5.1-5) unstable; urgency=low + + * debian/control, debian/rules: + - Disable the sigrok plugin on non-Linux; restrict build dependency to + linux-any; thanks to Andreas Beckmann for reporting this + (Closes: #825606). + * debian/rules: + - Fix failure to build twice in a row introduced by dh_autoreconf_clean; + drop the separate config.status target and, hence, a dependency on the + configure script. + * debian/patches/: + - Added gcc6.patch: Fix FTBFS with GCC 6; thanks to Lucas Nussbaum for + reporting this (Closes: #831194). + + -- Sebastian Harl Sun, 17 Jul 2016 23:30:33 +0200 + +collectd (5.5.1-4) unstable; urgency=medium + + * debian/control: + - Add dh-autoreconf to Build-Depends. + - Update standards-version to 3.9.8 (no changes). + + -- Marc Fournier Tue, 31 May 2016 18:16:43 +0200 + collectd (5.5.1-3) unstable; urgency=medium * Re-enable gmond plugin. Thanks to Michael Tautschnig and Jean-Michel @@ -150,6 +194,22 @@ collectd (5.5.0-1) unstable; urgency=medium -- Marc Fournier Fri, 21 Aug 2015 13:29:17 +0200 +collectd (5.4.1-6+deb8u1) jessie-security; urgency=high + + * debian/patches/CVE-2016-6254.dpatch: Fix heap overflow in the network + plugin. Emilien Gaspar has identified a heap overflow in parse_packet(), + the function used by the network plugin to parse incoming network packets. + Thanks to Florian Forster for reporting the bug in Debian. + (Closes: #832507, CVE-2016-6254) + * debian/patches/bts832577-gcry-control.dpatch: Fix improper usage of + gcry_control. A team of security researchers at Columbia University and + the University of Virginia discovered that GCrypt's gcry_control is + sometimes called without checking its return value for an error. This may + cause the program to be initialized without the desired, secure settings. + (Closes: #832577) + + -- Sebastian Harl Thu, 28 Jul 2016 22:25:08 +0200 + collectd (5.4.1-6) unstable; urgency=medium * debian/patches: @@ -436,6 +496,22 @@ collectd (5.1.0-3.1) unstable; urgency=low -- gregor herrmann Sun, 26 May 2013 00:52:37 +0200 +collectd (5.1.0-3+deb7u1) wheezy-security; urgency=high + + * debian/patches/CVE-2016-6254.dpatch: Fix heap overflow in the network + plugin. Emilien Gaspar has identified a heap overflow in parse_packet(), + the function used by the network plugin to parse incoming network packets. + Thanks to Florian Forster for reporting the bug in Debian. + (Closes: #832507, CVE-2016-6254) + * debian/patches/bts832577-gcry-control.dpatch: Fix improper usage of + gcry_control. A team of security researchers at Columbia University and + the University of Virginia discovered that GCrypt's gcry_control is + sometimes called without checking its return value for an error. This may + cause the program to be initialized without the desired, secure settings. + (Closes: #832577) + + -- Sebastian Harl Thu, 28 Jul 2016 20:52:12 +0200 + collectd (5.1.0-3) unstable; urgency=low * debian/patches/migrate-4-5-df.dpatch, debian/collectd-core.postinst: