From mboxrd@z Thu Jan  1 00:00:00 1970
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 03/32] rust-indoc-impl: Update to version 0.3.7 from 0.3.6
Date: Sat, 21 Dec 2024 13:55:10 +0100
Message-ID: <20241221125539.15309-3-adolf.belka@ipfire.org>
In-Reply-To: <20241221125539.15309-1-adolf.belka@ipfire.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6150525427325070341=="
List-Id: <development.lists.ipfire.org>

--===============6150525427325070341==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 config/rootfiles/common/rust-indoc-impl | 18 +++++++++---------
 lfs/rust-indoc-impl                     | 12 ++++--------
 2 files changed, 13 insertions(+), 17 deletions(-)

diff --git a/config/rootfiles/common/rust-indoc-impl b/config/rootfiles/commo=
n/rust-indoc-impl
index 9888c9b49..db7a776ab 100644
--- a/config/rootfiles/common/rust-indoc-impl
+++ b/config/rootfiles/common/rust-indoc-impl
@@ -1,9 +1,9 @@
-#usr/share/cargo/registry/indoc-impl-0.3.6
-#usr/share/cargo/registry/indoc-impl-0.3.6/.cargo-checksum.json
-#usr/share/cargo/registry/indoc-impl-0.3.6/Cargo.toml
-#usr/share/cargo/registry/indoc-impl-0.3.6/Cargo.toml.deps
-#usr/share/cargo/registry/indoc-impl-0.3.6/LICENSE-APACHE
-#usr/share/cargo/registry/indoc-impl-0.3.6/LICENSE-MIT
-#usr/share/cargo/registry/indoc-impl-0.3.6/README.md
-#usr/share/cargo/registry/indoc-impl-0.3.6/src
-#usr/share/cargo/registry/indoc-impl-0.3.6/src/lib.rs
+#usr/share/cargo/registry/indoc-impl-0.3.7
+#usr/share/cargo/registry/indoc-impl-0.3.7/.cargo-checksum.json
+#usr/share/cargo/registry/indoc-impl-0.3.7/Cargo.toml
+#usr/share/cargo/registry/indoc-impl-0.3.7/Cargo.toml.deps
+#usr/share/cargo/registry/indoc-impl-0.3.7/LICENSE-APACHE
+#usr/share/cargo/registry/indoc-impl-0.3.7/LICENSE-MIT
+#usr/share/cargo/registry/indoc-impl-0.3.7/README.md
+#usr/share/cargo/registry/indoc-impl-0.3.7/src
+#usr/share/cargo/registry/indoc-impl-0.3.7/src/lib.rs
diff --git a/lfs/rust-indoc-impl b/lfs/rust-indoc-impl
index 87786e0ca..6058209ec 100644
--- a/lfs/rust-indoc-impl
+++ b/lfs/rust-indoc-impl
@@ -1,7 +1,7 @@
 ############################################################################=
###
 #                                                                           =
  #
 # IPFire.org - A linux based firewall                                       =
  #
-# Copyright (C) 2007-2018  IPFire Team  <info(a)ipfire.org>                 =
    #
+# Copyright (C) 2007-2024  IPFire Team  <info(a)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 @@
=20
 include Config
=20
-VER        =3D 0.3.6
+VER        =3D 0.3.7
=20
 THISAPP    =3D indoc-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 93e232e360e8f02943ef9a9cabf16bc863d792d8096b8d9a13a07f=
0b7b396db590abf83b5444f082317059dad7578ffae974dbc8a7e56fbdbab817b7d2534725
+$(DL_FILE)_BLAKE2 =3D 7969774e4d8cf16ee9440dd8f64952497299d4d6256e52b5df7b7e=
d38533c3f25b5eb1f1db45e995c3969920f89b2b95dfd2a1e77678713d2c7474bf16b9890f
=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


--===============6150525427325070341==--