Add write_mongodb.patch to make the plugin compatible with Debian.
This updates the plugin to the most recent upstream version to bring it up to
date with Debian's libmongoc and fix some other issues.
This updates the plugin to the most recent upstream version to bring it up to
date with Debian's libmongoc and fix some other issues.
Quilt refresh debian/patches/dpdk-pkg-config.patch.
Update to standards-version 4.1.1.
* Build depend on debhelper (>= 9.20160709~) instead of dh-systemd.
* Use priority "optional" instead of deprecated priority "extra"
* Build depend on debhelper (>= 9.20160709~) instead of dh-systemd.
* Use priority "optional" instead of deprecated priority "extra"
debian/control: Use priority "optional" instead of deprecated "extra".
Release the 5.7.2-2 changelog.
Enable the write_mongodb plugin, libmongoc is now available.
Thanks to Saikrishna Arcot for reporting this.
Closes: #858315
Thanks to Saikrishna Arcot for reporting this.
Closes: #858315
Add a changelog entry for the DPDK fix.
Thanks Luca Boccassi for reporting and fixing this!
Thanks Luca Boccassi for reporting and fixing this!
Merge branch 'master' of https://github.com/collectd/pkg-debian
Thank Adrian Bunk for reporting the sigrok issue.
Merge pull request #14 from bluca/dpdk_pkgconfig
Backport patch to build DPDK with pkg-config
Backport patch to build DPDK with pkg-config
Disable the sigrok plugin for now.
It's not compatible with libsigrok4.
Closes: #878348
It's not compatible with libsigrok4.
Closes: #878348
Backport patch to build DPDK with pkg-config
Backport and adapt patches from upstream to use pkg-config when
querying for DPDK:
https://github.com/collectd/collectd/pull/2400
https://github.com/collectd/collectd/pull/2405
This allows DPDK in Debian to fix an upstream multi-arch issue,
where arch-dependents headers are installed in /usr/include breaking
multi-arch co-installability of libdpdk-dev.
The arch-dependent DPDK headers will be moved under /usr/include/<arch>
to fix the issue, and pkg-config --cflags will return the correct
-I values.
Closes #872482
Backport and adapt patches from upstream to use pkg-config when
querying for DPDK:
https://github.com/collectd/collectd/pull/2400
https://github.com/collectd/collectd/pull/2405
This allows DPDK in Debian to fix an upstream multi-arch issue,
where arch-dependents headers are installed in /usr/include breaking
multi-arch co-installability of libdpdk-dev.
The arch-dependent DPDK headers will be moved under /usr/include/<arch>
to fix the issue, and pkg-config --cflags will return the correct
-I values.
Closes #872482
Release 5.7.2-1 changelog
patches: add local-msr-index-h.patch
NB: I don't feel this is the correct solution, and definetely needs to
get fixed upstream. So this is more of a temporary workaround for the
current FTBFS in sid.
NB: I don't feel this is the correct solution, and definetely needs to
get fixed upstream. So this is more of a temporary workaround for the
current FTBFS in sid.
patches: add libcollectdclient_error_buffer.patch
changelog: close #859494/CVE-2017-7401
patches: remove 4 patches merged upstream
changelog: start preparing 5.7.2-1
Drop -ssl -lcrypto from linking.
openssl's functionality is not used by collectd.
Closes: #852924
openssl's functionality is not used by collectd.
Closes: #852924
Release 5.7.1-1 changelog
patches: add dpdkstat_goto_label.patch
patches: add mqtt_invalid_symbols.patch
patches: add mqtt_resource_leak.patch
patches: drop dpdkstat-portable-format-string.patch
changelog: prepare 5.7.1-1
control: add minimal version requirement to libriemann-client-dev build dep
control: Have a stricter dependency between collectd and collectd-core. (#12)
That is, depend on greater or equal the `collectd` version but less than the
next major version.
The `collectd` package provides config files which are expected to be
backward compatible (across the same major version) but may depend on new
features in the current (at the time) minor version.
That is, depend on greater or equal the `collectd` version but less than the
next major version.
The `collectd` package provides config files which are expected to be
backward compatible (across the same major version) but may depend on new
features in the current (at the time) minor version.
Release 5.7.0-3, fixing build-dep screwup in -2
changelog: release 5.7.0-2 + reformatting
rules: disable dpdkstat plugin on non-Intel platforms
patches: add dpdkstat-portable-format-string.patch
changelog: prepare 5.7.0-2
release the changelog for 5.7.0-1
convert all collectd.org URLs to https
rules: remove legacy TODO file from docs
control: add new plugins to package description
copyright: update for 5.7.0
collectd.conf: update for new plugins and config options
Update versioned dependency from collectd-dev on collectd-core.
control: take nagios packages removal from archive in account
patches: add nagios-debian-paths.patch
Also fix path to nagios socket in default collectd.conf
Thanks to Bas Couwenberg!
Also fix path to nagios socket in default collectd.conf
Thanks to Bas Couwenberg!
debian/patches: remove configure_find_lc_all.patch
Mention new plugins and their build-deps, disable non-buildable plugins.
changelog: start preparing 5.7.0-1
Release 5.6.1-2 changelog
control: Remove "Multi-Arch: same"
Set debhelper compat version to 9
control: add dependency on lsb-base
Error spotted by Lintian.
Error spotted by Lintian.
control: update mysql-related package names
Error spotted by Lintian.
Error spotted by Lintian.
control: update Vcs-Git and Vcs-Browser
control: add missing build-deps for kfreebsd archs
changelog: prepare 5.6.1-2
copyright: fixed 2 spelling mistakes spotted by lintian
Release 5.6.1-1 changelog
rules: enable running the test suite
control: Add "Multi-Arch: same" to libcollectdclient-dev
patches/configure_find_lc_all.patch: pipe find results to sort, fixing build reproducibility
rules: disable a couple of Linux-only plugins on kFreeBSD
control: add 2 packages to suggests
control: mention new plugins in 5.6 in package description
changelog: start preparing 5.6.1
Update versioned dependency from collectd-dev on collectd-core.
5.6 fixes #797687.
Release 5.6.0-1 changelog.
rules: Do not cripple include files in collectd-dev when patching them.
Thanks to Scott Talbert for reporting this.
Closes: #827759
Thanks to Scott Talbert for reporting this.
Closes: #827759
control: Build-depend on libriemann-client-dev, needed by the riemann plugin.
Refreshed patches/myplugin_includes.patch.
patches/: Removed patches that are now included upstream.
debian/copyright: Updated for 5.6.0.
collectd.conf: Update for 5.6.0.
Document new plugins and add respective build-dependencies.
Disable plugins as needed.
Disable plugins as needed.
Disable the grpc plugin for now
It needs a newer version of protobuf-compiler (3.0.0 or newer).
It needs a newer version of protobuf-compiler (3.0.0 or newer).
The disk plugin now supports FreeBSD; enable it in debian/rules.
Bump the changelog to 5.6.0-1.
debian/changelog: Add missing blank line in 5.5.2-2 release.
debian/watch: Watch all tar.* files.
5.6 only ships as a tar.bz2 at the moment.
5.6 only ships as a tar.bz2 at the moment.
changelog: release 5.5.2-2
patches: add configure_find_lc_all.patch
control: update libgcrypt build dep version
libgcrypt11-dev seems to be a legacy, since it's version number is
"1.5.4-3+really1.7.3-1", while libgcrypt20-dev currently has version
"1.7.3-1".
libgcrypt11-dev seems to be a legacy, since it's version number is
"1.5.4-3+really1.7.3-1", while libgcrypt20-dev currently has version
"1.7.3-1".
changelog: start preparing 5.5.2-2, reset urgency to low
Release the changelog; set priority to high.
bts832577-gcry-control.patch: Add missing return statement.
This got lost when updating the patch.
This got lost when updating the patch.
The rebuild will close #829634.
patches/: Actually enable bts832577-gcry-control.patch.
patches/: Drop bts823012_librrd8.patch; merged upstream.
Merged branch 'jessie' into master.
Set urgency to high.
Update patches for 5.5.2.
Bump changelog to 5.5.2-1.
Document the pending security fixes.
Document the pending security fixes.
Merged branch 'jessie' into master.
Drop debian/patches/00list.
Drop debian/patches/00list.
Add changelog entry for jessie-security (5.4.1-6+deb8u1).
Update CVE-2016-6254 and bts832577-gcry-control patches for 5.4.1.
Merged branch 'wheezy' into jessie.
Release changelog to wheezy-security.
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
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
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
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
Reset urgency to low.
This should have happened a while ago ;-)
This should have happened a while ago ;-)
changelog: Release 5.5.1-5.
patches/: Added gcc6.patch: Fix FTBFS with GCC 6
Thanks to Lucas Nussbaum for reporting this.
Closes: #831194
Thanks to Lucas Nussbaum for reporting this.
Closes: #831194