New commits:
commit debbd74ab271372580fe2c63a519a0ad31498f33
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
http/firefox: updated patches for 134
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 57ada84..0b3201c 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,6 @@
+2025-01-08 Pavel Vinogradov <public AT sourcemage.org>
+ * patches/*: updated
+
2025-01-06 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 134.0, SECURITY_PATCH++
* DEPENDS: nss >= 3.107
diff --git a/http/firefox/patches/0015-gcc-lto-pgo-gentoo.patch
b/http/firefox/patches/0015-gcc-lto-pgo-gentoo.patch
index 7a6d347..8800978 100644
--- a/http/firefox/patches/0015-gcc-lto-pgo-gentoo.patch
+++ b/http/firefox/patches/0015-gcc-lto-pgo-gentoo.patch
@@ -67,7 +67,7 @@ diff -r ac0e1ee8218f build/pgo/profileserver.py
base_profiles = json.load(fh)["profileserver"]
# Try to move the crash reports to the artifacts even if Firefox
appears
# to exit successfully, in case there's a crash that doesn't set the
@@ -76,10 +76,9 @@ diff -r ac0e1ee8218f build/pgo/profileserver.py
print("Firefox exited successfully, but produced a crashreport")
sys.exit(1)
-+ if using_gcc:
-+ print('Copying profile data....')
-+ os.system('pwd');
-+ os.system('tar cf profdata.tar.gz `find . -name "*.gcda"`; cd
..; tar xf instrumented/profdata.tar.gz;');
++ print('Copying profile data....')
++ os.system('pwd');
++ os.system('tar cf profdata.tar.gz `find . -name "*.gcda"`; cd ..;
tar xf instrumented/profdata.tar.gz;');
+
llvm_profdata = env.get("LLVM_PROFDATA")
if llvm_profdata:
[[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (debbd74ab271372580fe2c63a519a0ad31498f33),
Pavel Vinogradov, 01/08/2025