From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 05/32] rust-inventory-impl: Update to version 0.1.11 from 0.1.4 Date: Sat, 21 Dec 2024 13:55:12 +0100 Message-ID: <20241221125539.15309-5-adolf.belka@ipfire.org> In-Reply-To: <20241221125539.15309-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8529687656399275578==" List-Id: --===============8529687656399275578== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Adolf Belka --- config/rootfiles/common/rust-inventory-impl | 14 ++++++++------ lfs/rust-inventory-impl | 12 ++++-------- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/config/rootfiles/common/rust-inventory-impl b/config/rootfiles/c= ommon/rust-inventory-impl index dbdbd59f0..e65e6edbb 100644 --- a/config/rootfiles/common/rust-inventory-impl +++ b/config/rootfiles/common/rust-inventory-impl @@ -1,6 +1,8 @@ -#usr/share/cargo/registry/inventory-impl-0.1.4 -#usr/share/cargo/registry/inventory-impl-0.1.4/.cargo-checksum.json -#usr/share/cargo/registry/inventory-impl-0.1.4/Cargo.toml -#usr/share/cargo/registry/inventory-impl-0.1.4/Cargo.toml.deps -#usr/share/cargo/registry/inventory-impl-0.1.4/src -#usr/share/cargo/registry/inventory-impl-0.1.4/src/lib.rs +#usr/share/cargo/registry/inventory-impl-0.1.11 +#usr/share/cargo/registry/inventory-impl-0.1.11/.cargo-checksum.json +#usr/share/cargo/registry/inventory-impl-0.1.11/Cargo.toml +#usr/share/cargo/registry/inventory-impl-0.1.11/Cargo.toml.deps +#usr/share/cargo/registry/inventory-impl-0.1.11/LICENSE-APACHE +#usr/share/cargo/registry/inventory-impl-0.1.11/LICENSE-MIT +#usr/share/cargo/registry/inventory-impl-0.1.11/src +#usr/share/cargo/registry/inventory-impl-0.1.11/src/lib.rs diff --git a/lfs/rust-inventory-impl b/lfs/rust-inventory-impl index 9bb8b9304..1e15c31a1 100644 --- a/lfs/rust-inventory-impl +++ b/lfs/rust-inventory-impl @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2018 IPFire Team = # +# Copyright (C) 2007-2024 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.1.4 +VER =3D 0.1.11 =20 THISAPP =3D inventory-impl-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 016e9c8f2834e1a54d5240391252d99a75e47e950c28033d5c4373= 80bd05d1a28c4cdc2c0619e14c16404d772f8785a5f0f2f7b47cefef1edd9664a172af26dd +$(DL_FILE)_BLAKE2 =3D 5a4b2157cd23c7d57afeb3179f7d09199734228be161b8a9558096= 7557b4896f4c22bc55f814930f8d51a56684944314ffe5c1e1644fa3b951e4a0292ce60e04 =20 install : $(TARGET) =20 @@ -73,11 +73,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) && if [ -f Cargo.toml.orig ]; then \ - rm -f Cargo.toml.orig; \ - fi; \ - + cd $(DIR_APP) && rm Cargo.toml.orig cd $(DIR_APP) && $(CARGO_PREPARE) cd $(DIR_APP) && $(CARGO_BUILD) cd $(DIR_APP) && $(CARGO_INSTALL) --=20 2.47.1 --===============8529687656399275578==--