Commit Graph

560 Commits

Author SHA1 Message Date
Thomas Trepl
efe8cf0904 Add a note about --disable-sandbox for platforms other than x86_64 2023-08-07 18:02:20 +02:00
Ken Moffat
f11dce689e Update to firefox-115.1.0esr. 2023-08-01 18:03:27 +01:00
Xi Ruoyao
0bb7c72b9c
firefox and thunderbird: Add pciutils as optional runtime dependency
Without pciutils, they output a suspicious line at startup:

Crash Annotation GraphicsCriticalError: |[0][GFX1-]: glxtest: libpci missing (t=0.284539) [GFX1-]: glxtest: libpci missing

I'm not sure what it means but I think there will be no harm if we add
pciutils as optional runtime.
2023-07-16 00:32:50 +08:00
Ken Moffat
b6cb36ffa1 Update to firefox-115.0.2esr. 2023-07-12 04:04:23 +01:00
Ken Moffat
9403c3e01d Package updates:
Firefox-115.0esr,
JS-102.13.0,
2023-07-05 00:13:17 +01:00
Xi Ruoyao
42ddc3001a
treewide: Replace "User Notes" with "Editor Notes" 2023-06-30 02:18:51 +08:00
Ken Moffat
86249d2216 Separate JS102 fro mfirefox.
Firefox-115-esr is expected next week.
2023-06-25 21:54:48 +01:00
Xi Ruoyao
fa47dacd9a
mozilla: Update the desc for consolidated patch
Now the FFI UB fix is included in the tarball, but the patch now
contains some FTBFS workaround with Rustc-1.70.0.
2023-06-16 15:27:29 +08:00
Ken Moffat
d3daa9fe8c Package updates:
firefox-102.12.0,
js-102.12.0.
2023-06-06 21:19:34 +01:00
Ken Moffat
7f1e70b408 Firefox and thunderbird:
Update the obsolete command for how to list all configure options.

Breakage reported by rhubarbpieguy.
2023-05-26 19:41:22 +01:00
Xi Ruoyao
bee906cedc
firefox: Fix a typo 2023-05-15 15:32:04 +08:00
Xi Ruoyao
9d98701d38
firefox: Use the same patch as Thunderbird
Firefox shares many components with TB, so it also suffers the
same mutability UB exploited by LLVM 16.  Though it does not crash at
start up, there are some reports saying a crash will happen in certain
conditions.  Use the same patch as TB to fix the UB.

The patch has been symlinked in patches.git.
2023-05-15 15:21:23 +08:00
Ken Moffat
5a39c5a056 Package Updates:
firefox-102.11.0,
js-102.11.0.

Use a common entity for firefox-size.
2023-05-09 20:10:45 +01:00
Douglas R. Reno
51e9d68c19 Use correct Firefox patch version 2023-04-12 09:43:47 -05:00
Ken Moffat
c528a3e2ff Update for firefox-102.10.0 and JS-102.10.0. 2023-04-11 20:43:15 +01:00
Pierre Labastie
f54c9942d7 Use right versions of patches in firefox
Fix an oversight in preceding commit
2023-04-06 15:25:12 +02:00
Pierre Labastie
bca938546d Patch firefox for ffmpeg-6.0 2023-04-06 15:13:40 +02:00
Pierre Labastie
ecf5c22008 Revert "Patch firefox for ffmpeg 6"
This reverts commit 6ae36b505e.
The problem is that the patch allows diplaying H.264 videos, but
the vp9 videos are badly colorized (reddish).
2023-04-04 22:42:02 +02:00
Pierre Labastie
6ae36b505e Patch firefox for ffmpeg 6 2023-04-04 19:59:48 +02:00
Pierre Labastie
9c2509640c firefox: remove the sed for ROOT_CLIP_CHAIN
This is now upstream
2023-04-01 20:56:17 +02:00
Douglas R. Reno
686afa983c Fix building Firefox with LLVM-16. 2023-03-19 21:42:29 -05:00
Ken Moffat
081c78e887 Update to firefox-102.9.0esr and JS-102.9.0esr. 2023-03-14 20:41:19 +00:00
Pierre Labastie
923cfdb469 Remove unneeded sed's in firefox and thunderbird 2023-02-22 18:18:34 +01:00
Ken Moffat
9949ee1d87 Tags 2023-02-20 00:20:51 +00:00
Ken Moffat
c043e454dc Update to firefox-102.8.0 and JS-102.8.0. 2023-02-14 22:21:06 +00:00
Xi Ruoyao
75b1a338b8
Update more URLs to use https
Mostly plain http -> https replace, if https works.  If there is a HTTP
redirection, use the redirect target (unless it's a mirror or l10n like
"https://kde.org/zh-cn/").

Some non-trivial change:

* www.mnogosearch.org is dead.  Not sure how to replace, so deleted.
* use https://github.com/cacalib/libcaca for libcaca.
  http://caca.zoy.org/wiki/libcaca seems out-of-date.
* http://www.speech.cs.cmu.edu/flite/ is dead, replaced with github repo
  link.
2023-01-29 14:35:01 +08:00
Bruce Dubbs
60a2f00103 Use an entity for md5sums that are used more than once 2023-01-21 14:29:08 -06:00
Ken Moffat
aa5add933a Updates:
firefox-102.7.0,
JS-102.7.0.
2023-01-17 18:33:20 +00:00
Ken Moffat
8d219de89c Updates:
firefox-102.6.0,
js-102.6.0.

Measured on AMD 3400G using linux-6.0.12, and only 4 cores online
for JS, sizes and timings on other machines differ slightly.
2022-12-13 19:47:32 +00:00
Pierre Labastie
3f2db3a638 Remove sect1info tags
They only contain a date tag that is nowhere used.
2022-11-29 08:58:07 +01:00
Ken Moffat
89c9d87655 Update to firefox-102.5.0.
On this occasion the measurements are from an intel haswell, on
my normal test machine (still on icu71 and python3.10) the install
is 2MB larger and the SBU is bigger than for 102.4.0.
2022-11-16 19:29:48 +00:00
Pierre Labastie
fce78fdfbe firefox: add another fix for python-3.11 2022-11-08 23:13:36 +01:00
Pierre Labastie
d7ba6b4ddd Fix sed in mozilla apps
Sorry for forgetting the "xargs"
2022-11-04 15:27:38 +01:00
Pierre Labastie
16218efb30 Some fixes to mozilla apps due to python-3.11
This may not be the only thing needed for ff and tb.
2022-11-01 22:31:52 +01:00
Ken Moffat
34cefaa6b0 firefox-102.4.0esr. 2022-10-18 18:56:41 +01:00
Ken Moffat
2a797e3f2c Update to firefox-102.3.0. 2022-09-20 18:09:03 +01:00
Pierre Labastie
4e207bb418 Replace tabs with spaces (except in Makefile :) 2022-09-11 18:22:44 +02:00
Pierre Labastie
1fe05eb92d A round of removal of eol trailing spaces 2022-09-11 17:32:13 +02:00
Pierre Labastie
f572dbb2c6 Building mozilla apps with gcc is broken on i686
We used to sed the double_t definition to allow building, but now
we use clang, so that the build passes without sed. Say that using
GCC breaks the build in command explanations too.
2022-08-28 21:03:28 +02:00
Pierre Labastie
9737271f0f Remove firefox sed for i686
It's not needed with clang.
2022-08-28 21:03:28 +02:00
Douglas R. Reno
648f873653 Package updates
Update to Thunderbird-102.2.0
Update to Firefox-102.2.0esr
(Tag them both)
2022-08-25 15:41:27 -05:00
Douglas R. Reno
5f729f8e30 Various typo fixes 2022-08-11 17:36:37 -05:00
Ken Moffat
689207ce48 Package updates:
firefox-102.1.0,
JS-91.12.0.
2022-07-26 14:54:51 +01:00
Ken Moffat
a72c6662b4 Firefox - fix typo ('alpha') in mozconfig. 2022-07-19 20:13:33 +01:00
Pierre Labastie
87fa171f18 Update to firefox-102.0.1esr
Also fix building against alsa without pulseaudio (fix by
Thomas Trepl).
2022-07-17 20:08:15 +02:00
Douglas R. Reno
99c73727c9 ffmpeg5 update: Firefox: Add text to mozconfig about --disable-av1 not
working when ffmpeg-5 is installed.
2022-07-11 20:47:25 -05:00
Ken Moffat
02e19e0369 Firefox: tweak message sbout the gold linker. 2022-06-29 16:00:50 +01:00
Ken Moffat
b0540bce64 Firefox - change title to 102.0esr.
102.0 is not identical, we can drop the esr if we wish on next
release.
2022-06-28 20:34:43 +01:00
Ken Moffat
e51466aa92 Update for firefox-102.0esr (security fix). 2022-06-28 17:01:41 +01:00
Ken Moffat
c4e7ae24d8 Fix firefox and thunderbird for current cbindgen. 2022-06-19 18:42:46 +01:00