* [PATCH] crda: Update to 4.14
@ 2021-03-22 7:30 Adolf Belka
0 siblings, 0 replies; only message in thread
From: Adolf Belka @ 2021-03-22 7:30 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1260 bytes --]
- 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 <adolf.belka(a)ipfire.org>
---
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 @@
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.31.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-03-22 7:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-22 7:30 [PATCH] crda: Update to 4.14 Adolf Belka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox