[Pkg-nagios-changes] [pkg-nagios] r1881 - in nagios-plugins/trunk/debian: . patches

Jan Wagner waja at alioth.debian.org
Fri Apr 9 12:16:18 UTC 2010


Author: waja
Date: 2010-04-09 12:16:15 +0000 (Fri, 09 Apr 2010)
New Revision: 1881

Modified:
   nagios-plugins/trunk/debian/changelog
   nagios-plugins/trunk/debian/patches/18_check_game_cmdline.dpatch
   nagios-plugins/trunk/debian/patches/23_check_smb_password.dpatch
   nagios-plugins/trunk/debian/patches/26_implicit-basename.dpatch
   nagios-plugins/trunk/debian/patches/27_check_radius_segfault.dpatch
   nagios-plugins/trunk/debian/patches/32_check_ldap_pointer.dpatch
   nagios-plugins/trunk/debian/patches/33_fix_emb_check_disk_smb.dpatch
   nagios-plugins/trunk/debian/patches/34_fix_smbclient_check_disk_smb.dpatch
   nagios-plugins/trunk/debian/patches/35_check_http_date.dpatch
   nagios-plugins/trunk/debian/patches/36_check_ldap_empty_base.dpatch
   nagios-plugins/trunk/debian/patches/37_check_radius_nas-ip-address.dpatch
   nagios-plugins/trunk/debian/patches/39_check_ircd_fix_epn.dpatch
Log:
Adding links to bugreports

Modified: nagios-plugins/trunk/debian/changelog
===================================================================
--- nagios-plugins/trunk/debian/changelog	2010-04-08 21:54:23 UTC (rev 1880)
+++ nagios-plugins/trunk/debian/changelog	2010-04-09 12:16:15 UTC (rev 1881)
@@ -1,6 +1,6 @@
 nagios-plugins (1.4.14-5) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
+  * Adding links to bugreports into most of the patches
 
  -- Jan Wagner <waja at cyconet.org>  Thu, 08 Apr 2010 23:54:05 +0200
 

Modified: nagios-plugins/trunk/debian/patches/18_check_game_cmdline.dpatch
===================================================================
--- nagios-plugins/trunk/debian/patches/18_check_game_cmdline.dpatch	2010-04-08 21:54:23 UTC (rev 1880)
+++ nagios-plugins/trunk/debian/patches/18_check_game_cmdline.dpatch	2010-04-09 12:16:15 UTC (rev 1881)
@@ -1,7 +1,7 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
 ## 18_check_game_cmdline.dpatch by  <seanius at debian.org>
 ##
-## DP: Fix usage.
+## DP: Fix usage. (bugs.debian.org/307905)
 
 @DPATCH@
 diff -urNad nagios-plugins~/plugins/check_game.c nagios-plugins/plugins/check_game.c

Modified: nagios-plugins/trunk/debian/patches/23_check_smb_password.dpatch
===================================================================
--- nagios-plugins/trunk/debian/patches/23_check_smb_password.dpatch	2010-04-08 21:54:23 UTC (rev 1880)
+++ nagios-plugins/trunk/debian/patches/23_check_smb_password.dpatch	2010-04-09 12:16:15 UTC (rev 1881)
@@ -1,8 +1,7 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
 ## 23_check_smb_password.dpatch by Alexander Wirt <formorer at debian.org>
 ##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: If there is no password set call smbclient with -N (suppress password prompt)
+## DP: If there is no password set call smbclient with -N (suppress password prompt, bugs.debian.org/425129)
 
 @DPATCH@
 diff -urNad nagios-plugins-1.4.11~/plugins-scripts/check_disk_smb.pl nagios-plugins-1.4.11/plugins-scripts/check_disk_smb.pl

Modified: nagios-plugins/trunk/debian/patches/26_implicit-basename.dpatch
===================================================================
--- nagios-plugins/trunk/debian/patches/26_implicit-basename.dpatch	2010-04-08 21:54:23 UTC (rev 1880)
+++ nagios-plugins/trunk/debian/patches/26_implicit-basename.dpatch	2010-04-09 12:16:15 UTC (rev 1881)
@@ -1,7 +1,7 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
 ## 26-implicit-basename.dpatch by  <seanius at localhost.localdomain>
 ##
-## DP: Fix for implicit definition of basename function.
+## DP: Fix for implicit definition of basename function. (bugs.debian.org/396814)
 
 @DPATCH@
 diff -urNad nagios-plugins-1.4.4~/plugins/check_procs.c nagios-plugins-1.4.4/plugins/check_procs.c

Modified: nagios-plugins/trunk/debian/patches/27_check_radius_segfault.dpatch
===================================================================
--- nagios-plugins/trunk/debian/patches/27_check_radius_segfault.dpatch	2010-04-08 21:54:23 UTC (rev 1880)
+++ nagios-plugins/trunk/debian/patches/27_check_radius_segfault.dpatch	2010-04-09 12:16:15 UTC (rev 1881)
@@ -1,7 +1,7 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
 ## 27_check_radius_segfault.dpatch by Yasper Casper <komputnik at gmail.com>
 ##
-## DP: Fix for segfaulting check_radius plugin.
+## DP: Fix for segfaulting check_radius plugin. (bugs.debian.org/399532 and bugs.debian.org/379788)
 
 @DPATCH@
 diff -urNad nagios-plugins-1.4.5~/plugins/check_radius.c nagios-plugins-1.4.5/plugins/check_radius.c

Modified: nagios-plugins/trunk/debian/patches/32_check_ldap_pointer.dpatch
===================================================================
--- nagios-plugins/trunk/debian/patches/32_check_ldap_pointer.dpatch	2010-04-08 21:54:23 UTC (rev 1880)
+++ nagios-plugins/trunk/debian/patches/32_check_ldap_pointer.dpatch	2010-04-09 12:16:15 UTC (rev 1881)
@@ -2,7 +2,7 @@
 ## 32_check_ldap_pointer.dpatch by Jan Wagner <waja at cyconet.org>
 ## patch provided by dann frazier <dannf at debian.org>
 ##
-## DP: Using deprecated interfaces of libldap API
+## DP: Using deprecated interfaces of libldap API (bugs.debian.org/463322)
 
 @DPATCH@
 --- nagios-plugins-1.4.11.orig/plugins/check_ldap.c	2007-07-07 16:20:40.000000000 -0600

Modified: nagios-plugins/trunk/debian/patches/33_fix_emb_check_disk_smb.dpatch
===================================================================
--- nagios-plugins/trunk/debian/patches/33_fix_emb_check_disk_smb.dpatch	2010-04-08 21:54:23 UTC (rev 1880)
+++ nagios-plugins/trunk/debian/patches/33_fix_emb_check_disk_smb.dpatch	2010-04-09 12:16:15 UTC (rev 1881)
@@ -2,7 +2,7 @@
 ## 32_check_ldap_pointer.dpatch by Jan Wagner <waja at cyconet.org>
 ## patch provided by Stephane Chazelas <stephane at artesyncp.com>
 ##
-## DP: fix processing vi embedded perl interpreter
+## DP: fix processing vi embedded perl interpreter (bugs.debian.org/478906)
 
 @DPATCH@
 diff -urNad nagios-plugins-1.4.12~/plugins-scripts/check_disk_smb.pl nagios-plugins-1.4.12/plugins-scripts/check_disk_smb.pl

Modified: nagios-plugins/trunk/debian/patches/34_fix_smbclient_check_disk_smb.dpatch
===================================================================
--- nagios-plugins/trunk/debian/patches/34_fix_smbclient_check_disk_smb.dpatch	2010-04-08 21:54:23 UTC (rev 1880)
+++ nagios-plugins/trunk/debian/patches/34_fix_smbclient_check_disk_smb.dpatch	2010-04-09 12:16:15 UTC (rev 1881)
@@ -2,7 +2,7 @@
 ## 34_fix_smbclient_check_disk_smb.dpatch by Jan Wagner <waja at cyconet.org>
 ## patch provided by Stephane Chazelas <stephane at artesyncp.com>
 ##
-## DP: Fixes use of smbclient
+## DP: Fixes use of smbclient (bugs.debian.org/478942)
 
 @DPATCH@
 diff -urNad nagios-plugins-1.4.12~/plugins-scripts/check_disk_smb.pl nagios-plugins-1.4.12/plugins-scripts/check_disk_smb.pl

Modified: nagios-plugins/trunk/debian/patches/35_check_http_date.dpatch
===================================================================
--- nagios-plugins/trunk/debian/patches/35_check_http_date.dpatch	2010-04-08 21:54:23 UTC (rev 1880)
+++ nagios-plugins/trunk/debian/patches/35_check_http_date.dpatch	2010-04-09 12:16:15 UTC (rev 1881)
@@ -3,7 +3,7 @@
 ## patch provided by Hilko Bengen <bengen at debian.org>
 ##
 ## DP: Prevents check_http from trying to extract Date or
-## DP: Last-Modified header from file content.N
+## DP: Last-Modified header from file content.N (bugs.debian.org/460097)
 
 @DPATCH@
 diff -urNad nagios-plugins-1.4.12~/plugins/check_http.c nagios-plugins-1.4.12/plugins/check_http.c

Modified: nagios-plugins/trunk/debian/patches/36_check_ldap_empty_base.dpatch
===================================================================
--- nagios-plugins/trunk/debian/patches/36_check_ldap_empty_base.dpatch	2010-04-08 21:54:23 UTC (rev 1880)
+++ nagios-plugins/trunk/debian/patches/36_check_ldap_empty_base.dpatch	2010-04-09 12:16:15 UTC (rev 1881)
@@ -2,7 +2,7 @@
 ## 36_check_ldap_empty_base.dpatch by Jan Wagner <waja at cyconet.org>
 ## patch provided by Stephane Chazelas <stephane at artesyncp.com>
 ##
-## DP: allow empty ldap base 
+## DP: allow empty ldap base (bugs.debian.org/479984)
 
 @DPATCH@
 diff -urNad nagios-plugins-1.4.12~/plugins/check_ldap.c nagios-plugins-1.4.12/plugins/check_ldap.c

Modified: nagios-plugins/trunk/debian/patches/37_check_radius_nas-ip-address.dpatch
===================================================================
--- nagios-plugins/trunk/debian/patches/37_check_radius_nas-ip-address.dpatch	2010-04-08 21:54:23 UTC (rev 1880)
+++ nagios-plugins/trunk/debian/patches/37_check_radius_nas-ip-address.dpatch	2010-04-09 12:16:15 UTC (rev 1881)
@@ -2,7 +2,7 @@
 ## 37_check_radius_nas-ip-address.dpatch by Jan Wagner <waja at cyconet.org>
 ## patch provided by Josip Rodin <joy at debbugs.entuzijast.net>
 ##
-## DP: add nas-ip-address option
+## DP: add nas-ip-address option (bugs.debian.org/482947)
 
 @DPATCH@
 diff -urNad nagios-plugins-1.4.13+git200906171632~/plugins/check_radius.c nagios-plugins-1.4.13+git200906171632/plugins/check_radius.c

Modified: nagios-plugins/trunk/debian/patches/39_check_ircd_fix_epn.dpatch
===================================================================
--- nagios-plugins/trunk/debian/patches/39_check_ircd_fix_epn.dpatch	2010-04-08 21:54:23 UTC (rev 1880)
+++ nagios-plugins/trunk/debian/patches/39_check_ircd_fix_epn.dpatch	2010-04-09 12:16:15 UTC (rev 1881)
@@ -1,7 +1,7 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
 ## 39_check_ircd_fix_epn.dpatch by Alexander Wirt <formorer at formorer.de>
 ##
-## DP: Fixes epn in check_ircd (#545940)
+## DP: Fixes epn in check_ircd (#545940) (bugs.debian.org/545940)
 
 @DPATCH@
 




More information about the Pkg-nagios-changes mailing list