polynomial-c 14/10/02 15:03:24 Added: 10-respect_CFLAGS.patch Log: Security bump (bug 524290). Remote syslog PRI vulnerability (CVE-2014-3683) (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Revision Changes Path 1.1 app-admin/rsyslog/files/8-stable/10-respect_CFLAGS.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/rsyslog/files/8-stable/10-respect_CFLAGS.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/rsyslog/files/8-stable/10-respect_CFLAGS.patch?rev=1.1&content-type=text/plain Index: 10-respect_CFLAGS.patch =================================================================== --- configure.old 2014-10-02 15:41:45.692471540 +0200 +++ configure.ac 2014-10-02 15:42:11.122743182 +0200 @@ -835,7 +835,7 @@ AM_CONDITIONAL(ENABLE_RSYSLOGRT, test x$enable_rsyslogrt = xyes) RSRT_CFLAGS="\$(RSRT_CFLAGS1) \$(LIBESTR_CFLAGS) \$(JSON_C_CFLAGS)" if test "$GCC" = "yes" -then RSRT_CFLAGS="$RSRT_CFLAGS -W -std=c99 -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g" +then RSRT_CFLAGS="$RSRT_CFLAGS -W -std=c99 -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute" fi RSRT_LIBS="\$(RSRT_LIBS1) \$(LIBESTR_LIBS) \$(JSON_C_LIBS)" AC_SUBST(RSRT_CFLAGS1)
