From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arne Fitzenreiter To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. e53c38aea14132da0fff15655735f673aab33c4a Date: Tue, 03 Mar 2020 12:38:33 +0000 Message-ID: <48WxQ20q2Kz2xsL@people01.haj.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6538936874528858560==" List-Id: --===============6538936874528858560== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via e53c38aea14132da0fff15655735f673aab33c4a (commit) via 1773544d025591d4096ee91bcc598dac19fa0f24 (commit) from b5afe1e8d55525462b27e6147182f2bd0623fc56 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e53c38aea14132da0fff15655735f673aab33c4a Author: Arne Fitzenreiter Date: Tue Mar 3 13:25:17 2020 +0100 core142: fix typo's at remove/update dns forwareders changes =20 Signed-off-by: Arne Fitzenreiter commit 1773544d025591d4096ee91bcc598dac19fa0f24 Author: Arne Fitzenreiter Date: Tue Mar 3 13:23:29 2020 +0100 kernel: update to 4.14.172 =20 Signed-off-by: Arne Fitzenreiter ----------------------------------------------------------------------- Summary of changes: config/rootfiles/core/142/update.sh | 8 ++++---- lfs/linux | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) Difference in files: diff --git a/config/rootfiles/core/142/update.sh b/config/rootfiles/core/142/= update.sh index 9a5829152..dd1377c1c 100644 --- a/config/rootfiles/core/142/update.sh +++ b/config/rootfiles/core/142/update.sh @@ -91,15 +91,15 @@ rm -rf /usr/lib/pppd/2.4.7 /etc/init.d/squid stop /etc/init.d/suricata stop =20 -# drop unbound remove-forwarders -rm -f /etc/rc.d/init.d/netowrking/red.down/05-remove-dns-forwarders +# drop unbound remove and update forwarders +rm -f /etc/rc.d/init.d/networking/red.down/05-*-dns-forwarders =20 # Extract files extract_files =20 # move update forwarders below firewall -mv -f /etc/rc.d/init.d/netowrking/red.up/05-update-dns-forwarders \ - /etc/rc.d/init.d/netowrking/red.up/22-update-dns-forwarders +mv -f /etc/rc.d/init.d/networking/red.up/05-update-dns-forwarders \ + /etc/rc.d/init.d/networking/red.up/22-update-dns-forwarders =20 # update linker config ldconfig diff --git a/lfs/linux b/lfs/linux index 4914f7ea2..7f44702d0 100644 --- a/lfs/linux +++ b/lfs/linux @@ -24,8 +24,8 @@ =20 include Config =20 -VER =3D 4.14.171 -ARM_PATCHES =3D 4.14.171-ipfire0 +VER =3D 4.14.172 +ARM_PATCHES =3D 4.14.172-ipfire0 =20 THISAPP =3D linux-$(VER) DL_FILE =3D linux-$(VER).tar.xz @@ -34,7 +34,7 @@ DIR_APP =3D $(DIR_SRC)/$(THISAPP) CFLAGS =3D CXXFLAGS =3D =20 -PAK_VER =3D 91 +PAK_VER =3D 92 DEPS =3D "" =20 HEADERS_ARCH =3D $(BUILD_PLATFORM) @@ -82,8 +82,8 @@ objects =3D$(DL_FILE) \ $(DL_FILE) =3D $(URL_IPFIRE)/$(DL_FILE) arm-multi-patches-$(ARM_PATCHES).patch.xz =3D $(URL_IPFIRE)/arm-multi-patche= s-$(ARM_PATCHES).patch.xz =20 -$(DL_FILE)_MD5 =3D b9b2c64eb3ae7fa6023d2b8c981b5ac4 -arm-multi-patches-$(ARM_PATCHES).patch.xz_MD5 =3D f1d5d1dcb1d60c6f8476938070= a65112 +$(DL_FILE)_MD5 =3D 782746859c7f365aeba49c08705c4c30 +arm-multi-patches-$(ARM_PATCHES).patch.xz_MD5 =3D 3072dd813363b20361f80ecc74= 8a1084 =20 install : $(TARGET) =20 hooks/post-receive -- IPFire 2.x development tree --===============6538936874528858560==--