[SCM] live-helper branch, debian-next, updated. debian/2.0_a15-1-31-g837533d

Richard Nelson unixabg at gmail.com
Wed Jun 23 04:00:00 UTC 2010


The following commit has been merged in the debian-next branch:
commit 837533dd8ca08ddb975b144c7df3c50e48b01ace
Author: Richard Nelson <unixabg at gmail.com>
Date:   Tue Jun 22 22:55:26 2010 -0500

    _CUSTOM_BOOTSTRAP and _CUSTOM_BINARY expression cleanup.

diff --git a/cgi/cgi b/cgi/cgi
index 58eae9d..eb07c13 100755
--- a/cgi/cgi
+++ b/cgi/cgi
@@ -99,8 +99,8 @@ else
 	LH_SOURCE_IMAGES=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])source_images=[a-z]+' | cut -f 2 -d '=' | head -n1)
 
 	# Unofficial options
-	_CUSTOM_BOOTSTRAP=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])custom_bootstrap=[0-9,a-z,A-Z,., ,~,;,:,/,_,-]+' | cut -f 2 -d '=' | head -n1)
-	_CUSTOM_BINARY=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])custom_binary=[0-9,a-z,A-Z,., ,~,;,:,/,_,-]+' | cut -f 2 -d '=' | head -n1)
+	_CUSTOM_BOOTSTRAP=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])custom_bootstrap=[-0-9a-zA-Z.~:/_]+' | cut -f 2 -d '=' | head -n1)
+	_CUSTOM_BINARY=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])custom_binary=[-0-9a-zA-Z.~:/_]+' | cut -f 2 -d '=' | head -n1)
 
 	# FIXME: filter invalid options
 	unset QUERY_STRING

-- 
live-helper



More information about the debian-live-changes mailing list