From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] dma: Update to version 0.14 Date: Mon, 13 Jan 2025 22:41:02 +0100 Message-ID: <20250113214108.2221728-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1924527942636075207==" List-Id: --===============1924527942636075207== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 0.13 to 0.14 - Update of rootfile not required - Changelog 0.14 https://github.com/corecode/dma/commits/v0.14/ Signed-off-by: Adolf Belka --- lfs/dma | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lfs/dma b/lfs/dma index 76b45423e..39507ff6a 100644 --- a/lfs/dma +++ b/lfs/dma @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2020 IPFire Team = # +# Copyright (C) 2007-2025 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 0.13 +VER =3D 0.14 =20 THISAPP =3D dma-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -32,6 +32,8 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) =20 +# https://github.com/corecode/dma + ############################################################################= ### # Top-level Rules ############################################################################= ### @@ -40,7 +42,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 731d250a5e75faa25fe06dc636a72fca1c26382ea3d447665f47af= bb6eb40426f2e587520a3e9431d454dea7bc14c323d40a48e2e9165a9477b2e2b1d2035087 +$(DL_FILE)_BLAKE2 =3D 229088c95abd26999686df65f5aa17a994593793abba5c0afeddbf= 9c1b0fc53b2cb835c7025286c92fc95e6be7e3c01738ab747f18885210715427c297461413 =20 install : $(TARGET) =20 --=20 2.47.1 --===============1924527942636075207==--