[Pkg-nagios-changes] [SCM] Debian packaging for Nagios3 branch, master, updated. debian/3.2.3-3-17-g05584c8

Alexander Wirt formorer at debian.org
Fri Jun 15 08:27:19 UTC 2012


The following commit has been merged in the master branch:
commit 785a4e84c401068800164ad223893ffd04d913d2
Author: Alexander Wirt <formorer at debian.org>
Date:   Sat May 5 13:46:15 2012 +0200

    Remove unneded patch 99_fix_XSS_CVE-2011-1523

diff --git a/debian/patches/99_fix_XSS_CVE-2011-1523.dpatch b/debian/patches/99_fix_XSS_CVE-2011-1523.dpatch
deleted file mode 100755
index 2b71fc5..0000000
--- a/debian/patches/99_fix_XSS_CVE-2011-1523.dpatch
+++ /dev/null
@@ -1,20 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 99_fix_XSS_CVE-2011-1523.dpatch by Alexander Wirt <formorer at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Fix for CVE-2011-1523 (#629127)
-## DP: http://tracker.nagios.org/view.php?id=207
-
- at DPATCH@
-diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' pkg-nagios3~/cgi/statusmap.c pkg-nagios3/cgi/statusmap.c
---- pkg-nagios3~/cgi/statusmap.c	2011-05-22 08:22:20.000000000 +0200
-+++ pkg-nagios3/cgi/statusmap.c	2011-06-04 09:41:55.642532781 +0200
-@@ -2404,7 +2404,7 @@
- 
- 	for(temp_layer=layer_list;temp_layer!=NULL;temp_layer=temp_layer->next){
- 		if(get_method==TRUE)
--			printf("&layer=%s",temp_layer->layer_name);
-+			printf("&layer=%s",escape_string(temp_layer->layer_name)); 
- 		else
- 			printf("<input type='hidden' name='layer' value='%s'>\n",escape_string(temp_layer->layer_name));
- 	        }

-- 
Debian packaging for Nagios3



More information about the Pkg-nagios-changes mailing list