[05/32] rust-inventory-impl: Update to version 0.1.11 from 0.1.4

Message ID 20241221125539.15309-5-adolf.belka@ipfire.org
State Staged
Commit a067bd801e9d084a75d6fdfca525862380562b6f
Headers
Series [01/32] rust: Update to version 1.83.0 |

Commit Message

Adolf Belka Dec. 21, 2024, 12:55 p.m. UTC
  Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 config/rootfiles/common/rust-inventory-impl | 14 ++++++++------
 lfs/rust-inventory-impl                     | 12 ++++--------
 2 files changed, 12 insertions(+), 14 deletions(-)
  

Patch

diff --git a/config/rootfiles/common/rust-inventory-impl b/config/rootfiles/common/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  <info@ipfire.org>                     #
+# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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 @@ 
 
 include Config
 
-VER        = 0.1.4
+VER        = 0.1.11
 
 THISAPP    = inventory-impl-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 016e9c8f2834e1a54d5240391252d99a75e47e950c28033d5c437380bd05d1a28c4cdc2c0619e14c16404d772f8785a5f0f2f7b47cefef1edd9664a172af26dd
+$(DL_FILE)_BLAKE2 = 5a4b2157cd23c7d57afeb3179f7d09199734228be161b8a95580967557b4896f4c22bc55f814930f8d51a56684944314ffe5c1e1644fa3b951e4a0292ce60e04
 
 install : $(TARGET)
 
@@ -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)