New commits:
commit 4961c215e66a8c89fcb4fe2dfef283e8ae1056eb
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>
http/firefox: drop all checksums in rust crates to ease patching
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 44dbd9e..23feb23 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,6 +1,8 @@
2022-08-01 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 103.0.1
* patches/*: updated
+ * PRE_BUILD: remove all checksums in vendored rust crates so that any
patching
+ is allowed
2022-07-26 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 103.0, SECURITY_PATCH++
diff --git a/http/firefox/PRE_BUILD b/http/firefox/PRE_BUILD
index 13d1943..3a49aed 100755
--- a/http/firefox/PRE_BUILD
+++ b/http/firefox/PRE_BUILD
@@ -50,4 +50,8 @@ case "$HOST" in
ac_add_options --disable-gold
!
;;
-esac
+esac &&
+
+# clearing all checksums so the patches wouldn't cause troubles
+find third_party/rust -name .cargo-checksum.json \
+ -exec sed -i -e 's/\("files":{\)[^}]*/\1/' {} \;
[SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (4961c215e66a8c89fcb4fe2dfef283e8ae1056eb),
Pavel Vinogradov, 08/01/2022