Code

Remove libcollectdclient_error_buffer.patch
authorMarc Fournier <marc@bl.uem.li>
Wed, 21 Feb 2018 06:53:54 +0000 (07:53 +0100)
committerMarc Fournier <marc@bl.uem.li>
Wed, 21 Feb 2018 06:53:54 +0000 (07:53 +0100)
debian/changelog
debian/patches/libcollectdclient_error_buffer.patch [deleted file]
debian/patches/series

index 2b6d9a75f9c7756e902f9dc46d5d9d0c1e287da9..3ed73b0da0120abf8a2f405dbfed2b97ec8e496c 100644 (file)
@@ -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 <marc@bl.uem.li>  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 (file)
index de6707e..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-Author: Ruben Kerkhof <ruben@rubenkerkhof.com>
-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 {
index ecd9ee9f61b92bf306c196ce2f72cb51ab1aecd6..61c307f68b256c0c622025b697cf00da8bb41b4b 100644 (file)
@@ -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