[Pkg-awstats-commits] [SCM] awstats Debian packaging branch, master, updated. debian/6.9.5.dfsg-2-7-g6e6dc4f

Sergey B Kirpichev skirpichev at gmail.com
Tue May 18 16:21:42 UTC 2010


The following commit has been merged in the master branch:
commit 6e6dc4f407813c153c343a062a5417e8c33bd39c
Author: Sergey B Kirpichev <skirpichev at gmail.com>
Date:   Tue May 18 20:16:35 2010 +0400

    Recognize method/protocol RTSP in uppercase (Closes: #350601, thanks to Lee Maguire)

diff --git a/debian/patches/1015_ignore_case_for_rtsp.patch b/debian/patches/1015_ignore_case_for_rtsp.patch
new file mode 100644
index 0000000..23ee845
--- /dev/null
+++ b/debian/patches/1015_ignore_case_for_rtsp.patch
@@ -0,0 +1,17 @@
+Description: Recognize method/protocol RTSP in uppercase
+Author: Lee Maguire <lee-debian at hexkey.co.uk>
+Bug-Debian: http://bugs.debian.org/350601
+
+Index: awstats/wwwroot/cgi-bin/awstats.pl
+===================================================================
+--- awstats.orig/wwwroot/cgi-bin/awstats.pl	2010-05-18 20:07:08.000000000 +0400
++++ awstats/wwwroot/cgi-bin/awstats.pl	2010-05-18 20:07:25.000000000 +0400
+@@ -10869,7 +10869,7 @@
+ 			( $LogType eq 'W' || $LogType eq 'S' )
+ 			&& (   $field[$pos_method] eq 'GET'
+ 				|| $field[$pos_method] eq 'mms'
+-				|| $field[$pos_method] eq 'rtsp'
++				|| lc($field[$pos_method]) eq 'rtsp'
+ 				|| $field[$pos_method] eq 'http'
+ 				|| $field[$pos_method] eq 'RTP' )
+ 		  )
diff --git a/debian/patches/series b/debian/patches/series
index 88bb06f..7053bf1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -10,4 +10,5 @@
 1012_ipv6_strip_trailing_dot.patch
 1013_yahoo_search.patch
 1014_websec_robot.patch
+1015_ignore_case_for_rtsp.patch
 2001_awstatsprog_path.patch

-- 
awstats Debian packaging



More information about the Pkg-awstats-commits mailing list