aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/ppp/patches/202-no_strip.patch
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2020-04-05 22:26:33 +0200
committerHans Dedecker <dedeckeh@gmail.com>2020-04-06 20:42:45 +0200
commitae06a650d68026530beec4196869706866c2e4b1 (patch)
tree3ca7160b971defd1478918d6dd1acbfe28ce21a0 /package/network/services/ppp/patches/202-no_strip.patch
parent8af80e79bd5b750bf9a5ab01a6ecdb3971248bae (diff)
downloadupstream-ae06a650d68026530beec4196869706866c2e4b1.tar.gz
upstream-ae06a650d68026530beec4196869706866c2e4b1.tar.bz2
upstream-ae06a650d68026530beec4196869706866c2e4b1.zip
ppp: update to version 2.4.8.git-2020-03-21
Use upstream latest git HEAD as it allows to remove the patches 700-radius-Prevent-buffer-overflow-in-rc_mksid, 701-pppd-Fix-bounds-check-in-EAP-code and 702-pppd-Ignore-received-EAP-messages-when-not-doing-EAP and take in other fixes. 41a7323 pppd: Fixed spelling 'unkown' => 'unknown' (#141) 6b014be pppd: Print version information to stdout instead of stderr (#133) cba2736 pppd: Add RFC1990 (Multilink) to the See Also section of the man page f2f9554 pppd: Add mppe.h to the list of headers to install if MPPE is defined ae54fcf pppd: Obfuscate password argument string 8d45443 pppd: Ignore received EAP messages when not doing EAP 8d7970b pppd: Fix bounds check in EAP code 858976b radius: Prevent buffer overflow in rc_mksid() Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'package/network/services/ppp/patches/202-no_strip.patch')
-rw-r--r--package/network/services/ppp/patches/202-no_strip.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/ppp/patches/202-no_strip.patch b/package/network/services/ppp/patches/202-no_strip.patch
index 436085f3b3..0af7b2b2ab 100644
--- a/package/network/services/ppp/patches/202-no_strip.patch
+++ b/package/network/services/ppp/patches/202-no_strip.patch
@@ -19,7 +19,7 @@ Signed-off-by: Jo-Philipp Wich <jo@mein.io>
clean:
--- a/pppd/Makefile.linux
+++ b/pppd/Makefile.linux
-@@ -107,7 +107,7 @@ ifdef USE_SRP
+@@ -108,7 +108,7 @@ ifdef USE_SRP
CFLAGS += -DUSE_SRP -DOPENSSL -I/usr/local/ssl/include
LIBS += -lsrp -L/usr/local/ssl/lib -lcrypto
TARGETS += srp-entry
@@ -28,7 +28,7 @@ Signed-off-by: Jo-Philipp Wich <jo@mein.io>
MANPAGES += srp-entry.8
EXTRACLEAN += srp-entry.o
NEEDDES=y
-@@ -219,7 +219,7 @@ all: $(TARGETS)
+@@ -220,7 +220,7 @@ all: $(TARGETS)
install: pppd
mkdir -p $(BINDIR) $(MANDIR)
$(EXTRAINSTALL)