From 7be409085cb525c489abaee15edf87d37ca034c8 Mon Sep 17 00:00:00 2001 From: Valentin Vidic Date: Thu, 31 Oct 2013 08:54:29 +0100 Subject: [PATCH] Upgrade mod-security along with apache. --- src/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions.sh b/src/functions.sh index d52a0e2..2e7a776 100644 --- a/src/functions.sh +++ b/src/functions.sh @@ -866,7 +866,7 @@ upgrade_apache2 () { pkgrm apache-common # prevents installation of apache2-suexec pkgrm php5-suhosin # not available for wheezy pkgupgrade libapache2-mod-php5 php5-cli php5-cn apache2-cn \ - php5-odbc + php5-odbc mod-security-cn } upgrade_amavis () { -- 1.7.10.4