Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/rsyslog/files/8-stable: 10-respect_CFLAGS.patch
Date: Thu, 02 Oct 2014 15:03:26
Message-Id: 20141002150324.084856C59@oystercatcher.gentoo.org
1 polynomial-c 14/10/02 15:03:24
2
3 Added: 10-respect_CFLAGS.patch
4 Log:
5 Security bump (bug 524290). Remote syslog PRI vulnerability (CVE-2014-3683)
6
7 (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
8
9 Revision Changes Path
10 1.1 app-admin/rsyslog/files/8-stable/10-respect_CFLAGS.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/rsyslog/files/8-stable/10-respect_CFLAGS.patch?rev=1.1&view=markup
13 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
14
15 Index: 10-respect_CFLAGS.patch
16 ===================================================================
17 --- configure.old 2014-10-02 15:41:45.692471540 +0200
18 +++ configure.ac 2014-10-02 15:42:11.122743182 +0200
19 @@ -835,7 +835,7 @@
20 AM_CONDITIONAL(ENABLE_RSYSLOGRT, test x$enable_rsyslogrt = xyes)
21 RSRT_CFLAGS="\$(RSRT_CFLAGS1) \$(LIBESTR_CFLAGS) \$(JSON_C_CFLAGS)"
22 if test "$GCC" = "yes"
23 -then RSRT_CFLAGS="$RSRT_CFLAGS -W -std=c99 -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g"
24 +then RSRT_CFLAGS="$RSRT_CFLAGS -W -std=c99 -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute"
25 fi
26 RSRT_LIBS="\$(RSRT_LIBS1) \$(LIBESTR_LIBS) \$(JSON_C_LIBS)"
27 AC_SUBST(RSRT_CFLAGS1)