Skip to Content.
Sympa Menu

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

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, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (debbd74ab271372580fe2c63a519a0ad31498f33)
  • Date: Wed, 8 Jan 2025 21:18:19 +0000

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

http/firefox/HISTORY | 3 +++
http/firefox/patches/0015-gcc-lto-pgo-gentoo.patch | 9 ++++-----
2 files changed, 7 insertions(+), 5 deletions(-)

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"]

prefpaths = [
-@@ -222,16 +235,21 @@
+@@ -222,16 +235,20 @@

# 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

Archive powered by MHonArc 2.6.24.

Top of Page