Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (4961c215e66a8c89fcb4fe2dfef283e8ae1056eb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (4961c215e66a8c89fcb4fe2dfef283e8ae1056eb)
  • Date: Mon, 1 Aug 2022 22:33:55 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemaage.org>:

http/firefox/HISTORY | 2 ++
http/firefox/PRE_BUILD | 6 +++++-
2 files changed, 7 insertions(+), 1 deletion(-)

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

Archive powered by MHonArc 2.6.24.

Top of Page