From: Marc Fournier Date: Wed, 21 Feb 2018 06:53:54 +0000 (+0100) Subject: Remove libcollectdclient_error_buffer.patch X-Git-Tag: collectd-5.8.0-1~27 X-Git-Url: https://git.tokkee.org/?p=pkg-collectd.git;a=commitdiff_plain;h=e49cf239dc9a99dc2842a40e737b56145e1a763e Remove libcollectdclient_error_buffer.patch --- diff --git a/debian/changelog b/debian/changelog index 2b6d9a7..3ed73b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ collectd (5.8.0-1) UNRELEASED; urgency=medium * Re-enable the varnish plugin, support for varnish 5.2 now implemented. * debian/patches: - Removed dpdk-pkg-config.patch; included upstream. + - Removed libcollectdclient_error_buffer.patch; inclued upstream. - Removed write_mongodb.patch; included upstream. -- Marc Fournier Wed, 21 Feb 2018 07:02:01 +0100 diff --git a/debian/patches/libcollectdclient_error_buffer.patch b/debian/patches/libcollectdclient_error_buffer.patch deleted file mode 100644 index de6707e..0000000 --- a/debian/patches/libcollectdclient_error_buffer.patch +++ /dev/null @@ -1,16 +0,0 @@ -Author: Ruben Kerkhof -Subject: libcollectdclient: increase error buffer - -diff --git a/src/libcollectdclient/client.c b/src/libcollectdclient/client.c -index 51a4ab238..3ae2e714b 100644 ---- a/src/libcollectdclient/client.c -+++ b/src/libcollectdclient/client.c -@@ -99,7 +99,7 @@ - */ - struct lcc_connection_s { - FILE *fh; -- char errbuf[1024]; -+ char errbuf[2048]; - }; - - struct lcc_response_s { diff --git a/debian/patches/series b/debian/patches/series index ecd9ee9..61c307f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,5 +2,4 @@ rrd_filter_path.patch collection_conf_path.patch myplugin_includes.patch nagios-debian-paths.patch -libcollectdclient_error_buffer.patch local-msr-index-h.patch