X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=74916d558fd09fa0fca74443534e4142097af351;hb=05aa72619d076c8d524501d2c81e56568a86d928;hp=4bbcd8857f1562f1f8e0b45b037f8649b69ce23c;hpb=dd5dd0520b5aa294199b21165e695053d1e0c54f;p=pkg-collectd.git diff --git a/debian/changelog b/debian/changelog index 4bbcd88..74916d5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,32 @@ +collectd (5.5.2-1~bpo7+1) wheezy-backports-sloppy; urgency=high + + * Rebuild for wheezy-backports-sloopy. + + -- Sebastian Harl Sat, 30 Jul 2016 12:10:15 +0200 + +collectd (5.5.2-1) unstable; urgency=high + + * 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. + * Rebuild with linux-libc-dev >= 4.6 (now in testing and unstable) to + accommodate a change to rtnl_link_stats64. Thanks to Gábor Gombás for + reporting this (Closes: #829634). + + -- Sebastian Harl Fri, 29 Jul 2016 00:02:11 +0200 + collectd (5.5.1-5) unstable; urgency=low * debian/control, debian/rules: @@ -43,6 +72,12 @@ collectd (5.5.1-2) unstable; urgency=medium -- Sebastian Harl Sat, 02 Apr 2016 11:02:49 +0200 +collectd (5.5.1-1~bpo7+1) wheezy-backports-sloppy; urgency=medium + + * Rebuild for wheezy-backports-sloppy. + + -- Marc Fournier Fri, 29 Jan 2016 14:18:24 +0100 + collectd (5.5.1-1) unstable; urgency=medium * New upstream release: @@ -70,6 +105,20 @@ collectd (5.5.0-4) unstable; urgency=medium -- Marc Fournier Mon, 16 Nov 2015 21:03:31 +0100 +collectd (5.5.0-3~bpo7+1) wheezy-backports-sloppy; urgency=medium + + * Rebuild for wheezy-backports-sloppy. + * debian/rules, debian/control: + - remove references to systemd and strip-nondeterminism, which were + introduced in jessie. + - disable building sigrok, turbostat and write_kafka plugins, as the + required build-dependencies aren't available in wheezy. + - build uuid plugin against libhal, as this lib is still available on + wheezy. + - adjust libprotobuf build-dependency name. + + -- Marc Fournier Thu, 08 Oct 2015 08:26:10 +0200 + collectd (5.5.0-3) unstable; urgency=medium * debian/rules, debian/control: @@ -174,7 +223,7 @@ 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=medium +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(),