From a52cecc4c581a869c2459071a7dd0a45f283ff6c Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Tue, 21 May 2013 12:05:33 +0200 Subject: [PATCH] webbuild cgi: clean all denied requests --- VERSION | 2 +- autodist | 2 +- autoport | 2 +- webbuild/webbuild-cgi | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index d06bfa3..628ebca 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -VERSION = 0.9.5 +VERSION = 0.9.5.90 diff --git a/autodist b/autodist index 183b9e4..0c929d2 100755 --- a/autodist +++ b/autodist @@ -5,7 +5,7 @@ # # Released under the terms of the GNU GPL release 3 license # -VERSION=0.9.5 +VERSION=0.9.5.90 me=(${0##*/} $VERSION "Sat Aug 20 2010") exec 3>`readlink /proc/self/fd/0` diff --git a/autoport b/autoport index 1b30b01..c374282 100755 --- a/autoport +++ b/autoport @@ -4,7 +4,7 @@ # # Released under the terms of the GNU GPL release 3 license # -VERSION=0.9.5 +VERSION=0.9.5.90 BASE_ARCH=i586 BASE_REPOSITORY=devel PORT_REPOSITORY=devel diff --git a/webbuild/webbuild-cgi b/webbuild/webbuild-cgi index df256d3..dce4bf2 100755 --- a/webbuild/webbuild-cgi +++ b/webbuild/webbuild-cgi @@ -266,8 +266,8 @@ _EOF USER_ENABLED=0 _EOF fi - sed -i "/ REQUEST_USER=$REQUEST_USER /d" $WEBBUILD_STATEDIR/requests fi + sed -i "/ REQUEST_USER=$REQUEST_USER /d" $WEBBUILD_STATEDIR/requests echo -n "" exit fi