summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* version 96.0.1 attempt 1b96.0.1-1B. Stack2022-01-19
|
* Update to 96.0.1Martin Stransky2022-01-18
|
* mergeMartin Stransky2022-01-11
|\
| * Update to Firefox 96Martin Stransky2022-01-11
| |
* | Rebuilt for https://fedoraproject.org/wiki/Changes/LIBFFI34Miro Hrončok2022-01-08
|/
* Added fix fox mozbz#1744896 (VSync)Martin Stransky2021-12-23
|
* Added Fedora 36 build fix (mzbz#1745560)Martin Stransky2021-12-22
|
* changelog fixMartin Stransky2021-12-20
|
* Updated to 95.0.2 / Enabled Wayland on KDE by defaultMartin Stransky2021-12-20
|
* Updated symbolic icon (rhbz#2028939)Martin Stransky2021-12-09
|
* build fixesMartin Stransky2021-12-06
|
* Updated to 95.0Martin Stransky2021-12-03
|
* Updated to 92.0.2Martin Stransky2021-11-25
|
* Added fix for mozbz#1739924 / rhbz#2020981Martin Stransky2021-11-19
|
* Disable aarch64 due to build failures ↵Martin Stransky2021-11-02
| | | | bugzilla.redhat.com/show_bug.cgi?id=2019160
* Disabled debuginfo on aarch64/fedora33Martin Stransky2021-11-01
|
* Updated to 94.0Martin Stransky2021-11-01
|
* Require NSS 3.70Martin Stransky2021-10-07
|
* Updated to Firefox 93.0Martin Stransky2021-10-06
|
* Updated to 92.0.1Martin Stransky2021-09-27
|
* fixed GMP sandbox patchMartin Stransky2021-09-13
|
* Added fix for mozbz#1725828Martin Stransky2021-09-13
|
* Fix build dependeciesMartin Stransky2021-09-09
|
* disabled testsMartin Stransky2021-09-09
|
* Added pciutils-libs to buildreqMartin Stransky2021-09-07
|
* Build fixesMartin Stransky2021-09-07
|
* Added fix for mozbz#1708709Martin Stransky2021-09-07
|
* Updated to 92.0Martin Stransky2021-09-03
|
* Updated 91.0.2Martin Stransky2021-08-26
|
* Added fix for mozbz#1726515Martin Stransky2021-08-23
|
* Updated Fedora UA patch by Eric Engestrom ↵Martin Stransky2021-08-23
| | | | (https://src.fedoraproject.org/rpms/firefox/pull-request/21)
* Set %%build_with_clang automatically based on %%toolchainMartin Stransky2021-08-23
|
* Merge branch 'rawhide' of ssh://pkgs.fedoraproject.org/rpms/firefox into rawhideMartin Stransky2021-08-23
|\
| * Make mach build verboseJan Horak2021-08-18
| |
* | Updated to 91.0.1Martin Stransky2021-08-23
|/
* Update test filesMartin Stransky2021-08-12
|
* Updated to 91.0Martin Stransky2021-08-11
|
* Fixed typo at with-unsigned-addon-scopesMartin Stransky2021-08-04
|
* Added fix for rhbz#1988841 - Allow unsigned extensions when installed under ↵Martin Stransky2021-08-04
| | | | non-user-writable dirs
* mergedMartin Stransky2021-07-22
|\
| * - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_RebuildFedora Release Engineering2021-07-21
| | | | | | | | Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
* | Updated to 90.0.2Martin Stransky2021-07-22
|/
* Updated to 90.0.1, build fixesMartin Stransky2021-07-21
|
* Merge branch 'rawhide' of ssh://pkgs.fedoraproject.org/rpms/firefox into rawhideMartin Stransky2021-07-15
|\
| * Fix files list for flatpak buildsKalev Lember2021-07-14
| | | | | | | | | | Add new files from commit e4a12e3825990a9428f23b0344b6caad2526317e to files list.
* | Disabled Wayland backend on KDE due to ↵Martin Stransky2021-07-15
|/ | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1714132
* Added xorg-x11-server-Xwayland dependency for MutterMartin Stransky2021-07-13
|
* Enable testingMartin Stransky2021-07-12
|
* Updated to 90.0Martin Stransky2021-07-12
|\
| * flatpak: Enable loading system trust store on the hostDaiki Ueno2021-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | This directs the libnssckbi.so symlink to p11-kit-client.so, instead of p11-kit-trust.so, so Firefox flatpak can access the system trust store on the host. Since the /usr filesystem is read-only, this creates the link in /app/lib64, which is added to LD_LIBRARY_PATH inside flatpak. A symlink to libnss3.so also needs to be created in the same directory, to trick the directory search order in ListPossibleLoadableRootsLocations: https://hg.mozilla.org/mozilla-central/file/8e850fd29a957f505e0355c1326279e06e9040bb/security/manager/ssl/nsNSSComponent.cpp#l970 Signed-off-by: Daiki Ueno <dueno@redhat.com>
bgstack15