From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] crda: Update to 4.14 Date: Mon, 22 Mar 2021 08:30:37 +0100 Message-ID: <20210322073037.1779-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0643073667652586126==" List-Id: --===============0643073667652586126== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from 3.18 to 4.14 - No update of rootfile required - Changelog 2019-11-12 crda: Makefile: fix .so compilation line with some compilersHEA= Dmaster Brian Norris 2018-11-21 README: add legacy notice Luis Chamberlain 2018-11-21 crda: add URLs to README Xose Vazquez Perez 2018-11-21 crda: be explicit about file permission on install Luis Chamber= lain 2018-04-28 reglib: properly ident code on reglib_is_valid_rd() Luis R. Rod= riguez 2018-01-05 crda: Fix error: `keys=E2=80=99 defined but not usedv4.14 Jelle= van der Waa Signed-off-by: Adolf Belka --- lfs/crda | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/crda b/lfs/crda index f4e911e05..bd812942e 100644 --- a/lfs/crda +++ b/lfs/crda @@ -24,10 +24,10 @@ =20 include Config =20 -VER =3D 3.18 +VER =3D 4.14 =20 THISAPP =3D crda-$(VER) -DL_FILE =3D $(THISAPP).tar.xz +DL_FILE =3D $(THISAPP).tar.gz DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) =20 @@ -41,7 +41,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 0431fef3067bf503dfb464069f06163a +$(DL_FILE)_MD5 =3D cac7ba8de3e2e6aa46918e0c76df7d67 =20 install : $(TARGET) =20 --=20 2.31.0 --===============0643073667652586126==--