[pkg-nagios-changes] [Git][nagios-team/monitoring-plugins][bookworm] 2 commits: Prepare release

Jan Wagner (@waja) gitlab at salsa.debian.org
Wed Jan 31 08:37:37 GMT 2024



Jan Wagner pushed to branch bookworm at Debian Nagios Maintainer Group / monitoring-plugins


Commits:
7d68cc8e by Jan Wagner at 2023-09-19T08:00:25+02:00
Prepare release

- - - - -
c45bc157 by Jan Wagner at 2024-01-31T09:23:19+01:00
Adding d/p/23_check_http_fix_unchunking_body from upstream (Closes: #1061956)

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/23_check_http_fix_unchunking_body
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+monitoring-plugins (2.3.3-5+deb12u1) bookworm; urgency=medium
+
+  * [85eed74] Adding d/p/22_check_disk_avoid_mount from upstream
+    (Closes: #1051768)
+
+ -- Jan Wagner <waja at cyconet.org>  Tue, 19 Sep 2023 07:54:14 +0200
+
 monitoring-plugins (2.3.3-5) unstable; urgency=medium
 
   * [6fb8e25] Adding d/p/14_check_curl_fix_SSL_with_multiple_IPs from upstream


=====================================
debian/patches/23_check_http_fix_unchunking_body
=====================================
@@ -0,0 +1,22 @@
+From a6802bd5f50a5c12ed5bafa4fe9ee14fede7c1e1 Mon Sep 17 00:00:00 2001
+From: Thoralf Rickert-Wendt <30341294+trickert76 at users.noreply.github.com>
+Date: Tue, 8 Aug 2023 10:22:53 +0200
+Subject: [PATCH] Fix issue #1872
+
+---
+ plugins/check_http.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/plugins/check_http.c b/plugins/check_http.c
+index 1288c415d..718c8ee71 100644
+--- a/plugins/check_http.c
++++ b/plugins/check_http.c
+@@ -1279,7 +1279,7 @@ check_http (void)
+ 
+   regmatch_t chre_pmatch[1]; // We actually do not care about this, since we only want to know IF it was found
+ 
+-  if (regexec(&chunked_header_regex, header, 1, chre_pmatch, 0) == 0) {
++  if (!no_body && regexec(&chunked_header_regex, header, 1, chre_pmatch, 0) == 0) {
+     if (verbose) {
+       printf("Found chunked content\n");
+     }


=====================================
debian/patches/series
=====================================
@@ -9,3 +9,4 @@
 15_check_swap_remove_includes
 16_check_snmp_disable_multiplier_when_unused
 22_check_disk_avoid_mount
+23_check_http_fix_unchunking_body



View it on GitLab: https://salsa.debian.org/nagios-team/monitoring-plugins/-/compare/85eed74b2d19a51166ae96d4fce3e10a1e43a5d3...c45bc15751600b1e044b9570be6c40cd1ac33a5d

-- 
View it on GitLab: https://salsa.debian.org/nagios-team/monitoring-plugins/-/compare/85eed74b2d19a51166ae96d4fce3e10a1e43a5d3...c45bc15751600b1e044b9570be6c40cd1ac33a5d
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-nagios-changes/attachments/20240131/3833a93e/attachment-0001.htm>


More information about the pkg-nagios-changes mailing list