From b3e198a475503504d33c464176d0c6020ac7338d Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Fri, 9 Apr 2010 12:16:15 +0000 Subject: [PATCH] Adding links to bugreports --- debian/changelog | 2 +- debian/patches/18_check_game_cmdline.dpatch | 2 +- debian/patches/23_check_smb_password.dpatch | 3 +-- debian/patches/26_implicit-basename.dpatch | 2 +- debian/patches/27_check_radius_segfault.dpatch | 2 +- debian/patches/32_check_ldap_pointer.dpatch | 2 +- debian/patches/33_fix_emb_check_disk_smb.dpatch | 2 +- debian/patches/34_fix_smbclient_check_disk_smb.dpatch | 2 +- debian/patches/35_check_http_date.dpatch | 2 +- debian/patches/36_check_ldap_empty_base.dpatch | 2 +- debian/patches/37_check_radius_nas-ip-address.dpatch | 2 +- debian/patches/39_check_ircd_fix_epn.dpatch | 2 +- 12 files changed, 12 insertions(+), 13 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9241a39..d45b448 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 08 Apr 2010 23:54:05 +0200 diff --git a/debian/patches/18_check_game_cmdline.dpatch b/debian/patches/18_check_game_cmdline.dpatch index 04fe662..204094e 100755 --- a/debian/patches/18_check_game_cmdline.dpatch +++ b/debian/patches/18_check_game_cmdline.dpatch @@ -1,7 +1,7 @@ #! /bin/sh /usr/share/dpatch/dpatch-run ## 18_check_game_cmdline.dpatch by ## -## 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 diff --git a/debian/patches/23_check_smb_password.dpatch b/debian/patches/23_check_smb_password.dpatch index 35a2e07..f33ced6 100755 --- a/debian/patches/23_check_smb_password.dpatch +++ b/debian/patches/23_check_smb_password.dpatch @@ -1,8 +1,7 @@ #! /bin/sh /usr/share/dpatch/dpatch-run ## 23_check_smb_password.dpatch by Alexander Wirt ## -## 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 diff --git a/debian/patches/26_implicit-basename.dpatch b/debian/patches/26_implicit-basename.dpatch index 2728d4d..0121576 100755 --- a/debian/patches/26_implicit-basename.dpatch +++ b/debian/patches/26_implicit-basename.dpatch @@ -1,7 +1,7 @@ #! /bin/sh /usr/share/dpatch/dpatch-run ## 26-implicit-basename.dpatch by ## -## 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 diff --git a/debian/patches/27_check_radius_segfault.dpatch b/debian/patches/27_check_radius_segfault.dpatch index ca1fe4c..865efbd 100644 --- a/debian/patches/27_check_radius_segfault.dpatch +++ b/debian/patches/27_check_radius_segfault.dpatch @@ -1,7 +1,7 @@ #! /bin/sh /usr/share/dpatch/dpatch-run ## 27_check_radius_segfault.dpatch by Yasper Casper ## -## 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 diff --git a/debian/patches/32_check_ldap_pointer.dpatch b/debian/patches/32_check_ldap_pointer.dpatch index 6e23400..714da48 100644 --- a/debian/patches/32_check_ldap_pointer.dpatch +++ b/debian/patches/32_check_ldap_pointer.dpatch @@ -2,7 +2,7 @@ ## 32_check_ldap_pointer.dpatch by Jan Wagner ## patch provided by dann frazier ## -## 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 diff --git a/debian/patches/33_fix_emb_check_disk_smb.dpatch b/debian/patches/33_fix_emb_check_disk_smb.dpatch index 2713e64..4cd55b5 100644 --- a/debian/patches/33_fix_emb_check_disk_smb.dpatch +++ b/debian/patches/33_fix_emb_check_disk_smb.dpatch @@ -2,7 +2,7 @@ ## 32_check_ldap_pointer.dpatch by Jan Wagner ## patch provided by Stephane Chazelas ## -## 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 diff --git a/debian/patches/34_fix_smbclient_check_disk_smb.dpatch b/debian/patches/34_fix_smbclient_check_disk_smb.dpatch index 0e53eb1..b4d1245 100755 --- a/debian/patches/34_fix_smbclient_check_disk_smb.dpatch +++ b/debian/patches/34_fix_smbclient_check_disk_smb.dpatch @@ -2,7 +2,7 @@ ## 34_fix_smbclient_check_disk_smb.dpatch by Jan Wagner ## patch provided by Stephane Chazelas ## -## 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 diff --git a/debian/patches/35_check_http_date.dpatch b/debian/patches/35_check_http_date.dpatch index 7aacdf0..665753d 100755 --- a/debian/patches/35_check_http_date.dpatch +++ b/debian/patches/35_check_http_date.dpatch @@ -3,7 +3,7 @@ ## patch provided by Hilko Bengen ## ## 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 diff --git a/debian/patches/36_check_ldap_empty_base.dpatch b/debian/patches/36_check_ldap_empty_base.dpatch index 94e2411..f4923ce 100755 --- a/debian/patches/36_check_ldap_empty_base.dpatch +++ b/debian/patches/36_check_ldap_empty_base.dpatch @@ -2,7 +2,7 @@ ## 36_check_ldap_empty_base.dpatch by Jan Wagner ## patch provided by Stephane Chazelas ## -## 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 diff --git a/debian/patches/37_check_radius_nas-ip-address.dpatch b/debian/patches/37_check_radius_nas-ip-address.dpatch index 703896c..40fe8d3 100755 --- a/debian/patches/37_check_radius_nas-ip-address.dpatch +++ b/debian/patches/37_check_radius_nas-ip-address.dpatch @@ -2,7 +2,7 @@ ## 37_check_radius_nas-ip-address.dpatch by Jan Wagner ## patch provided by Josip Rodin ## -## 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 diff --git a/debian/patches/39_check_ircd_fix_epn.dpatch b/debian/patches/39_check_ircd_fix_epn.dpatch index 7956a4d..f561e87 100644 --- a/debian/patches/39_check_ircd_fix_epn.dpatch +++ b/debian/patches/39_check_ircd_fix_epn.dpatch @@ -1,7 +1,7 @@ #! /bin/sh /usr/share/dpatch/dpatch-run ## 39_check_ircd_fix_epn.dpatch by Alexander Wirt ## -## DP: Fixes epn in check_ircd (#545940) +## DP: Fixes epn in check_ircd (#545940) (bugs.debian.org/545940) @DPATCH@