From e49cf239dc9a99dc2842a40e737b56145e1a763e Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Wed, 21 Feb 2018 07:53:54 +0100 Subject: [PATCH] Remove libcollectdclient_error_buffer.patch --- debian/changelog | 1 + .../patches/libcollectdclient_error_buffer.patch | 16 ---------------- debian/patches/series | 1 - 3 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 debian/patches/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 -- 2.30.2