6d73752ab1
Changed sources to github Dropped 0028-pppoe-include-netinet-in.h-before-linux-in.h, ppp-2.4.7-DES-openssl, ppp-2.4.7-honor-ldflags, ppp-2.4.7-coverity-scan-fixes patches (all upstreamed) Fixed buffer overflow in the eap_request and eap_response functions Resolves: CVE-2020-8597
24 lines
715 B
Diff
24 lines
715 B
Diff
From d69eb9a8aa284014dd7dd282813989eda9d84d74 Mon Sep 17 00:00:00 2001
|
|
From: Michal Sekletar <msekleta@redhat.com>
|
|
Date: Wed, 9 Apr 2014 09:56:09 +0200
|
|
Subject: [PATCH 21/27] build-sys: compile pppol2tp plugin with RPM_OPT_FLAGS
|
|
|
|
---
|
|
pppd/plugins/pppol2tp/Makefile.linux | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/pppd/plugins/pppol2tp/Makefile.linux b/pppd/plugins/pppol2tp/Makefile.linux
|
|
index 4339566..9a635b8 100644
|
|
--- a/pppd/plugins/pppol2tp/Makefile.linux
|
|
+++ b/pppd/plugins/pppol2tp/Makefile.linux
|
|
@@ -1,5 +1,5 @@
|
|
#CC = gcc
|
|
-COPTS = -O2 -g
|
|
+COPTS = $(RPM_OPT_FLAGS)
|
|
CFLAGS = $(COPTS) -I. -I../.. -I../../../include -fPIC
|
|
LDFLAGS_SHARED = -shared
|
|
INSTALL = install
|
|
--
|
|
1.8.3.1
|
|
|