aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/ppp/patches/310-precompile_filter.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2014-09-13 20:56:13 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2014-09-13 20:56:13 +0000
commit2c605ba1f1130d81aa6ff2d070244aa0d6ba386d (patch)
tree7edd487f644bd5a3324aec3ebf31759dd7eac326 /package/network/services/ppp/patches/310-precompile_filter.patch
parenta8e1a031a805d21e40a1e3d20f0176061579720f (diff)
downloadupstream-2c605ba1f1130d81aa6ff2d070244aa0d6ba386d.tar.gz
upstream-2c605ba1f1130d81aa6ff2d070244aa0d6ba386d.tar.bz2
upstream-2c605ba1f1130d81aa6ff2d070244aa0d6ba386d.zip
ppp: update to version 2.4.7
This fixes: CVE-2014-3158 and some other bugs. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 42525
Diffstat (limited to 'package/network/services/ppp/patches/310-precompile_filter.patch')
-rw-r--r--package/network/services/ppp/patches/310-precompile_filter.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/ppp/patches/310-precompile_filter.patch b/package/network/services/ppp/patches/310-precompile_filter.patch
index 7b62a9f2f1..877ca6bd1d 100644
--- a/package/network/services/ppp/patches/310-precompile_filter.patch
+++ b/package/network/services/ppp/patches/310-precompile_filter.patch
@@ -77,7 +77,7 @@ Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
#ifdef MAXOCTETS
{ "maxoctets", o_int, &maxoctets,
"Set connection traffic limit",
-@@ -1488,6 +1504,29 @@ callfile(argv)
+@@ -1493,6 +1509,29 @@ callfile(argv)
return ok;
}