Adding links to bugreports
This commit is contained in:
parent
9180364695
commit
b3e198a475
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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@cyconet.org> Thu, 08 Apr 2010 23:54:05 +0200
|
||||
|
||||
|
|
2
debian/patches/18_check_game_cmdline.dpatch
vendored
2
debian/patches/18_check_game_cmdline.dpatch
vendored
|
@ -1,7 +1,7 @@
|
|||
#! /bin/sh /usr/share/dpatch/dpatch-run
|
||||
## 18_check_game_cmdline.dpatch by <seanius@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
|
||||
|
|
3
debian/patches/23_check_smb_password.dpatch
vendored
3
debian/patches/23_check_smb_password.dpatch
vendored
|
@ -1,8 +1,7 @@
|
|||
#! /bin/sh /usr/share/dpatch/dpatch-run
|
||||
## 23_check_smb_password.dpatch by Alexander Wirt <formorer@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
|
||||
|
|
2
debian/patches/26_implicit-basename.dpatch
vendored
2
debian/patches/26_implicit-basename.dpatch
vendored
|
@ -1,7 +1,7 @@
|
|||
#! /bin/sh /usr/share/dpatch/dpatch-run
|
||||
## 26-implicit-basename.dpatch by <seanius@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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#! /bin/sh /usr/share/dpatch/dpatch-run
|
||||
## 27_check_radius_segfault.dpatch by Yasper Casper <komputnik@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
|
||||
|
|
2
debian/patches/32_check_ldap_pointer.dpatch
vendored
2
debian/patches/32_check_ldap_pointer.dpatch
vendored
|
@ -2,7 +2,7 @@
|
|||
## 32_check_ldap_pointer.dpatch by Jan Wagner <waja@cyconet.org>
|
||||
## patch provided by dann frazier <dannf@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
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
## 32_check_ldap_pointer.dpatch by Jan Wagner <waja@cyconet.org>
|
||||
## patch provided by Stephane Chazelas <stephane@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
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
## 34_fix_smbclient_check_disk_smb.dpatch by Jan Wagner <waja@cyconet.org>
|
||||
## patch provided by Stephane Chazelas <stephane@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
|
||||
|
|
2
debian/patches/35_check_http_date.dpatch
vendored
2
debian/patches/35_check_http_date.dpatch
vendored
|
@ -3,7 +3,7 @@
|
|||
## patch provided by Hilko Bengen <bengen@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
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
## 36_check_ldap_empty_base.dpatch by Jan Wagner <waja@cyconet.org>
|
||||
## patch provided by Stephane Chazelas <stephane@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
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
## 37_check_radius_nas-ip-address.dpatch by Jan Wagner <waja@cyconet.org>
|
||||
## patch provided by Josip Rodin <joy@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
|
||||
|
|
2
debian/patches/39_check_ircd_fix_epn.dpatch
vendored
2
debian/patches/39_check_ircd_fix_epn.dpatch
vendored
|
@ -1,7 +1,7 @@
|
|||
#! /bin/sh /usr/share/dpatch/dpatch-run
|
||||
## 39_check_ircd_fix_epn.dpatch by Alexander Wirt <formorer@formorer.de>
|
||||
##
|
||||
## DP: Fixes epn in check_ircd (#545940)
|
||||
## DP: Fixes epn in check_ircd (#545940) (bugs.debian.org/545940)
|
||||
|
||||
@DPATCH@
|
||||
|
||||
|
|
Loading…
Reference in a new issue