summarylogtreecommitdiffstats
path: root/0028-Make-elfhack-use-toolchain.patch
AgeCommit message (Collapse)Author
2023-03-23Update to 111.0-1Björn Bidar
- New upstream release - Use tarball instead of hg sources - Restructure patching process - All patches are checked into git and then applied on top of the existing Mozilla sources. Doing so allows rebasing of patches to be done by a simple git rebase, all patches cherry-picked from upstream are then automatically excluded upon updating. - Rebase patch-set based on OpenSUSE patches, updates to the package will be faster this way. - The sources can be found here: https://github.com/Thaodan/gecko-dev The branches are split of from the mozilla 'release' branch that is set to the latest release version into release/$major.$minor.x and then the thaodan/release/$major.$minor.x branch is rebased upon that. - Remove other obsolete patches - Drop obsolete kde.js, it was removed in the OpenSUSE patches long ago, is redundant and doesn't function anymore. boo#1151186 https://bugzilla.opensuse.org/show_bug.cgi?id=1151186 Signed-off-by: Björn Bidar <bjorn.bidar@thaodan.de>
2021-11-16Update to 94.0-1Björn Bidar
- New upstream release - Update patches: - unity-menubar patch from Ubuntu - firefox-kde patches from openSUSE - Gentoo - Removed patches for the following as they have been merged or resolved upstream: - Preload dependencies for the Widevine CDM when sandboxing it on Linux MOZILLA#1725828 - Update packed_simd to a version that supports rustc >= 1.56 MOZILLA#1730397
2021-08-21Update to 89.0.2-1Björn Bidar
- New upstream release - Update patches: - unity-menubar patch from Ubuntu - firefox-kde patches from openSUSE - Gentoo - Depend on GCC 11.2>= for fixes on c++: "perfect" implicitly deleted move
2021-02-14Update to 85.0.2-1Björn Bidar
- New upstream release - Update unity-menubar patch from Ubuntu - Update firefox-kde patches from openSUSE - Rebased patches from/collected by Gentoo to improve PGO/LTO builds with GCC - Remove patch for MOZILLA#1644409 as it is committed upstream - Add patch to fix building against rust 1.50 (MOZILLA#1684261) - Move patch source description to $source to show the sources of local patches if they are not from the package itself