summaryrefslogtreecommitdiff
path: root/sysutils/rsyslog7/files/patch-grammar__lexer.l
diff options
context:
space:
mode:
authorBrad Davis <brd@FreeBSD.org>2014-09-30 20:10:25 +0000
committerBrad Davis <brd@FreeBSD.org>2014-09-30 20:10:25 +0000
commitfeb8eb997b77a12b2b01e3c6abba949cba9ac707 (patch)
treebbc0ce3dcbbb60030b809f4c831b415b5f74fe41 /sysutils/rsyslog7/files/patch-grammar__lexer.l
parent- Document sysutils/rsyslog vulnerabilities CVE-2014-3634 (diff)
- Update sysutils/rsyslog7 to 7.6.6 [1] and sysutils/rsyslog8 to 8.4.1 [2] to fix CVE-2014-3634 [3].
1: http://www.rsyslog.com/changelog-for-7-6-6-v7-stable/ 2: http://www.rsyslog.com/changelog-for-8-4-1-v8-stable/ 3: http://www.rsyslog.com/remote-syslog-pri-vulnerability/ Reviewed by: bdrewery@ Security: 8e0e86ff-48b5-11e4-ab80-000c29f6ae42
Notes
Notes: svn path=/head/; revision=369659
Diffstat (limited to 'sysutils/rsyslog7/files/patch-grammar__lexer.l')
-rw-r--r--sysutils/rsyslog7/files/patch-grammar__lexer.l11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/rsyslog7/files/patch-grammar__lexer.l b/sysutils/rsyslog7/files/patch-grammar__lexer.l
new file mode 100644
index 000000000000..c30b117b0223
--- /dev/null
+++ b/sysutils/rsyslog7/files/patch-grammar__lexer.l
@@ -0,0 +1,11 @@
+--- grammar/lexer.l.orig 2014-09-30 16:44:49 UTC
++++ grammar/lexer.l
+@@ -31,7 +31,7 @@
+ %{
+ #include "config.h"
+ #include "parserif.h"
+-extern char *strdup(char*); /* somehow we do not get this from string.h... */
++//extern char *strdup(char*); /* somehow we do not get this from string.h... */
+ %}
+
+ %option noyywrap nodefault case-insensitive yylineno