diff options
author | Renato Botelho <garga@FreeBSD.org> | 2015-04-22 19:26:08 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2015-04-22 19:26:08 +0000 |
commit | 5e0ad7e3bc19e2639339eaf20adf334548c600e5 (patch) | |
tree | 07af24943d5411d6e6f92f4cf47973d65b417cee /www/squidguard/files/extra-patch-strip-with-quoted_string.diff | |
parent | - Add CPE info (diff) |
- Add an optional patch, off by default, that enable 2 new options:
- stripntdomain
- striprealm
- Take maintainership
Approved by: madpilot (maintainer)
Obtained from: pfSense
Sponsored by: Netgate
Notes
Notes:
svn path=/head/; revision=384514
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 |