From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] libcdada: Update to version 0.4.0 Date: Thu, 29 Dec 2022 11:19:59 +0000 Message-ID: <05777e1b-c8c4-39b3-6a81-fa271ea2f4a1@ipfire.org> In-Reply-To: <20221227120002.12161-4-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7720681906459520252==" List-Id: --===============7720681906459520252== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from version 0.3.5 to 0.4.0 > - Update of rootfile not required > - Update of patch in line with libcdada version > - Changelog > v0.4.0 (12th March 2022) > Add `cdada_map_insert_replace()` >=20 > Signed-off-by: Adolf Belka > --- > lfs/libcdada | 10 +++++----- > ...-0.3.5-Werror.patch =3D> libcdada-0.4.0-Werror.patch} | 0 > 2 files changed, 5 insertions(+), 5 deletions(-) > rename src/patches/{libcdada-0.3.5-Werror.patch =3D> libcdada-0.4.0-Werror= .patch} (100%) >=20 > diff --git a/lfs/libcdada b/lfs/libcdada > index 71f0bbf34..0095cc35f 100644 > --- a/lfs/libcdada > +++ b/lfs/libcdada > @@ -1,7 +1,7 @@ > ##########################################################################= ##### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2019 IPFire Team = # > +# Copyright (C) 2019-2022 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 = # > @@ -26,7 +26,7 @@ include Config > =20 > SUMMARY =3D Basic data structures in C (libstdc++ wrapper) > =20 > -VER =3D 0.3.5 > +VER =3D 0.4.0 > =20 > THISAPP =3D libcdada-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -34,7 +34,7 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D libcdada > -PAK_VER =3D 2 > +PAK_VER =3D 3 > =20 > =20 > DEPS =3D > @@ -49,7 +49,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D 55280e28d2fa6235ac95020b07853748a4551f1c1c2e65b12585= 064c4fa952dd310b54d5f95f986cea12018d452e1fb086d8bc3c944b169d5aeb280b78f25007 > +$(DL_FILE)_BLAKE2 =3D 26e24fa513ab4a290a7632b4f56c102dc45cd9d34d4a7b7464f5= 8aaee596b5ac3c8172080144d3f3c5cbcf5790f29e74b020f11cea943223e5933c2a7db66f8b > =20 > install : $(TARGET) > =20 > @@ -82,7 +82,7 @@ $(subst %,%_BLAKE2,$(objects)) : > $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) > @$(PREBUILD) > @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) > - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/libcdada-0.3.5-Werr= or.patch > + cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/libcdada-0.4.0-Werr= or.patch > cd $(DIR_APP) && ./autogen.sh > cd $(DIR_APP) && autoupdate > cd $(DIR_APP)/build && ../configure \ > diff --git a/src/patches/libcdada-0.3.5-Werror.patch b/src/patches/libcdada= -0.4.0-Werror.patch > similarity index 100% > rename from src/patches/libcdada-0.3.5-Werror.patch > rename to src/patches/libcdada-0.4.0-Werror.patch --===============7720681906459520252==--