]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
rust-inventory-impl: Update to version 0.1.11 from 0.1.4
authorAdolf Belka <adolf.belka@ipfire.org>
Sat, 21 Dec 2024 12:55:12 +0000 (13:55 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 8 Jan 2025 19:09:12 +0000 (20:09 +0100)
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/common/rust-inventory-impl
lfs/rust-inventory-impl

index dbdbd59f067b4a8fe4f76ff7bf088e3c856ebd5f..e65e6edbb7fdfe8fcaf708fabd754b1ec71002c5 100644 (file)
@@ -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
index 9bb8b9304c9b2a7ba357143a24d779ee459a826b..1e15c31a1bb2c969b12acb82ed72e3d02d1e0dd2 100644 (file)
@@ -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)