diff options
Diffstat (limited to 'www/squidguard/files/extra-patch-strip-without-quoted_string.diff')
-rw-r--r-- | www/squidguard/files/extra-patch-strip-without-quoted_string.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/squidguard/files/extra-patch-strip-without-quoted_string.diff b/www/squidguard/files/extra-patch-strip-without-quoted_string.diff new file mode 100644 index 000000000000..dab92b868848 --- /dev/null +++ b/www/squidguard/files/extra-patch-strip-without-quoted_string.diff @@ -0,0 +1,11 @@ +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,7 @@ + %token WITHIN OUTSIDE ELSE LOGFILE ANONYMOUS VERBOSE CONTINIOUS SPORADIC + %token LDAPCACHETIME EXECUSERLIST EXECCMD LDAPPROTOVER + %token LDAPBINDDN LDAPBINDPASS MYSQLUSERNAME MYSQLPASSWORD DATABASE ++%token STRIPNTDOMAIN STRIPREALM + + %type <string> WORD + %type <string> EXECCMD |