]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
crda: Update to 4.14
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 22 Mar 2021 07:30:37 +0000 (08:30 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Mar 2021 10:43:52 +0000 (10:43 +0000)
- 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@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/crda

index f4e911e0517f9bc021d7f2116db78a0542f6c27b..bd812942e944517789a32c88e96ebe21e2bf113d 100644 (file)
--- a/lfs/crda
+++ b/lfs/crda
 
 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)