From 8b11d19d792f56c25e981e37b328726e1b27fdf1 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Mon, 22 Mar 2021 08:30:37 +0100 Subject: [PATCH] crda: Update to 4.14 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit - Update from 3.18 to 4.14 - No update of rootfile required - Changelog 2019-11-12 crda: Makefile: fix .so compilation line with some compilersHEADmaster 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 Chamberlain 2018-04-28 reglib: properly ident code on reglib_is_valid_rd() Luis R. Rodriguez 2018-01-05 crda: Fix error: `keys’ defined but not usedv4.14 Jelle van der Waa Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- lfs/crda | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/crda b/lfs/crda index f4e911e051..bd812942e9 100644 --- a/lfs/crda +++ b/lfs/crda @@ -24,10 +24,10 @@ include Config -VER = 3.18 +VER = 4.14 THISAPP = crda-$(VER) -DL_FILE = $(THISAPP).tar.xz +DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) @@ -41,7 +41,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 0431fef3067bf503dfb464069f06163a +$(DL_FILE)_MD5 = cac7ba8de3e2e6aa46918e0c76df7d67 install : $(TARGET) -- 2.39.5