From patchwork Wed Oct 11 13:24:13 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: buildscript: update lede to 17.01.3, use lede git instead of github mirror fixes dnsmasq CVE-2017-13704 From: Fabian Blaese X-Patchwork-Id: 557 Message-Id: <20171011132413.7779-1-fabian@blaese.de> To: franken-dev@freifunk.net Date: Wed, 11 Oct 2017 15:24:13 +0200 Signed-off-by: Fabian Bläse --- buildscript | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/buildscript b/buildscript index cef096c..22d164b 100755 --- a/buildscript +++ b/buildscript @@ -13,10 +13,10 @@ builddir=./build -OPENWRTREV="97ebdf93a330ef1d7ff1cf6989cfb92ac2f5a386" # LEDE 17.01.2 +OPENWRTREV="df54a8f583a9afad356fb99a575d75b69c8c0dd4" # LEDE 17.01.3 OPENWRTURL="https://git.lede-project.org/source.git" -PACKAGEREV="fa3a118de87d7600729dd07d2f24ca3138d9dd4d" # lede-17.01 from 2017-09-14 -PACKAGEURL="https://github.com/openwrt/packages.git" +PACKAGEREV="21b2e3eb761ea79bf3a8d2b6368435887960f5c2" # lede-17.01.3 +PACKAGEURL="https://git.lede-project.org/feed/packages.git" ## Feed definition [0]: name aka directory, [1]: url, [2]: revision, [3..n]: patches @@ -36,7 +36,7 @@ GLUON_PKGS="kmod-batman-adv-legacy micrond simple-tc uradvd" #official openwrt routing packages ROUTING=(routing - https://github.com/openwrt-routing/packages.git + https://git.lede-project.org/feed/routing.git d11075cd40a88602bf4ba2b275f72100ddcb4767) # lede-17.01 ROUTING_PKGS="alfred"