diff options
Diffstat (limited to 'www/squidguard/files/extra-patch-strip-with-quoted_string.diff')
-rw-r--r-- | www/squidguard/files/extra-patch-strip-with-quoted_string.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/squidguard/files/extra-patch-strip-with-quoted_string.diff b/www/squidguard/files/extra-patch-strip-with-quoted_string.diff new file mode 100644 index 000000000000..04b842b20e36 --- /dev/null +++ b/www/squidguard/files/extra-patch-strip-with-quoted_string.diff @@ -0,0 +1,12 @@ +diff -ruN ../squidGuard-1.4.orig/src/sg.y.in ./src/sg.y.in +--- ../squidGuard-1.4.orig/src/sg.y.in 2015-04-22 12:42:14.932264000 -0500 ++++ ./src/sg.y.in 2015-04-22 12:44:41.473988000 -0500 +@@ -94,6 +94,6 @@ + %token WITHIN OUTSIDE ELSE LOGFILE ANONYMOUS VERBOSE CONTINIOUS SPORADIC + %token LDAPCACHETIME EXECUSERLIST EXECCMD LDAPPROTOVER + %token LDAPBINDDN LDAPBINDPASS MYSQLUSERNAME MYSQLPASSWORD DATABASE +-%token QUOTED_STRING ++%token QUOTED_STRING STRIPNTDOMAIN STRIPREALM + + %type <string> WORD + %type <string> EXECCMD |