aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/ppp/patches/206-compensate_time_change.patch
diff options
context:
space:
mode:
authorMartin Schiller <ms@dev.tdt.de>2018-12-06 13:10:54 +0100
committerHans Dedecker <dedeckeh@gmail.com>2019-01-25 14:55:46 +0100
commiteaaee181d194f8908a70833b3298392622bc5c86 (patch)
treece33d48f10885c6d9592c28fdf1777a38027920f /package/network/services/ppp/patches/206-compensate_time_change.patch
parentf01044e85cad836ad7a31aa5bf5ad1f748f55f4a (diff)
downloadupstream-eaaee181d194f8908a70833b3298392622bc5c86.tar.gz
upstream-eaaee181d194f8908a70833b3298392622bc5c86.tar.bz2
upstream-eaaee181d194f8908a70833b3298392622bc5c86.zip
ppp: update to version 2.4.7.git-2018-06-23
This bumps ppp to latest git version. There is one upstream commit, which changes DES encryption calls from libcrypt / glibc to openssl. As long as we don't use glibc-2.28, revert this commit. Signed-off-by: Martin Schiller <ms@dev.tdt.de>
Diffstat (limited to 'package/network/services/ppp/patches/206-compensate_time_change.patch')
-rw-r--r--package/network/services/ppp/patches/206-compensate_time_change.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/network/services/ppp/patches/206-compensate_time_change.patch b/package/network/services/ppp/patches/206-compensate_time_change.patch
index 31a582a202..bd259b97dc 100644
--- a/package/network/services/ppp/patches/206-compensate_time_change.patch
+++ b/package/network/services/ppp/patches/206-compensate_time_change.patch
@@ -29,7 +29,7 @@ Signed-off-by: Jo-Philipp Wich <jo@mein.io>
static void setup_signals __P((void));
static void create_pidfile __P((int pid));
static void create_linkpidfile __P((int pid));
-@@ -535,6 +537,7 @@ main(argc, argv)
+@@ -527,6 +529,7 @@ main(argc, argv)
info("Starting link");
}
@@ -37,7 +37,7 @@ Signed-off-by: Jo-Philipp Wich <jo@mein.io>
gettimeofday(&start_time, NULL);
script_unsetenv("CONNECT_TIME");
script_unsetenv("BYTES_SENT");
-@@ -1267,6 +1270,36 @@ struct callout {
+@@ -1262,6 +1265,36 @@ struct callout {
static struct callout *callout = NULL; /* Callout list */
static struct timeval timenow; /* Current time */
@@ -74,7 +74,7 @@ Signed-off-by: Jo-Philipp Wich <jo@mein.io>
/*
* timeout - Schedule a timeout.
-@@ -1337,6 +1370,8 @@ calltimeout()
+@@ -1332,6 +1365,8 @@ calltimeout()
{
struct callout *p;
@@ -83,7 +83,7 @@ Signed-off-by: Jo-Philipp Wich <jo@mein.io>
while (callout != NULL) {
p = callout;
-@@ -1364,6 +1399,8 @@ timeleft(tvp)
+@@ -1359,6 +1394,8 @@ timeleft(tvp)
{
if (callout == NULL)
return NULL;