summarylogtreecommitdiffstats
path: root/5022efe33088.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>
2022-03-06Update to 97.0.1-1Björn Bidar
- New upstream release - Update patches: - unity-menubar patch from Ubuntu - firefox-kde patches from openSUSE - Reenable system SQLite patch - Port away from autoconf - Replace deprecated nsAutoCString - Removed patches for the following as they have been merged or resolved upstream: - Firefox 91.4 fails to build against wayland 1.20 MOZILLA#1745560 - WR/Gnome+KDE Wayland/AMD: Firefox 95 locked to 120 fps, unsmooth scrolling MOZILLA#1744896
2021-01-03Update to 84.0.1-1Björn Bidar
- New upstream release - Update unity-menubar patch from Ubuntu - Update firefox-kde patches from openSUSE - Drop patch to fix building against rust 1.48 as its commited upstream MOZILLA#1667736 - No longer depend on cbindgen as newer versions now work when building firefox - Rebase patches - system-sqlite - system-harfbuzz - system-graphite2 - system-dav1d - sandbox needs to be built with --param lto-partitions=1 when GCC LTO is enabled MOZILLA#1516803 - Use remoting name for GDK application names MOZILLA#1530052 - Disable elfhack - Add several patches from/collected by Gentoo to improve PGO/LTO builds with GCC - Remove old PGO patch with workarounds that are no longer required for PGP/LTO builds patch, move parts that are still needed to a patch superseding it - Use bld binutils linker instead of gold (it crashed during linking: "/usr/bin/ld.gold: internal error in set_xindex, at /build/binutils/src/binutils-gdb/gold/object.h:1007")
2020-08-27UpkgBjörn Bidar
- New upstream release - Update unity-menubar patch from Ubuntu - Add patch to fix IOUtils build does not allow system NSPR MOZILLA#1661096 . Drop patch to fix MOZILLA#1654465 as its commited upstream - Rebase patch reenable system sqlite support - Rebase system av1 support - Set $TMPDIR in PGO builds to $srcdir/tmp to fix out-of-space errors during linking.
2020-06-26UpkgBjörn Bidar
- New upstream release - Update firefox-kde patches from openSUSE - Update system_harfbuzz and system_graphite2 patches from Gentoo - Update unity-menubar patch from Ubuntu - Update patch to renable system-sqlite - Update patch to fix PGO builds with KDE patches - Drop dead build option about system-bz2 - Remove unused depency 'startup-notification'
2020-05-31UpkgBjörn Bidar
- New upstream release - Update firefox-kde patches from openSUSE - Update system_harfbuzz and system_graphite2 patches from Gentoo - Update unity-menubar patch from Ubuntu - Update patch to renable system-sqlite - Drop patch from MOZILLA#1624128 to fix builds with NSS 3.52 as its commited to upstream - Drop unused disable gconf option - Update patch for use remoting name for GDK application names
2020-05-14UpkgBjörn Bidar
- New upstream release - Require graphite with mozilla additions for system-graphite - Update firefox-kde patches from openSUSE - Update unity-menubar patch from ubuntu - Drop patch to workaround issue GCC/Clang6 not supporting class-temporary#6.7 Its already merged for Firefox 73. - Updated pgo patches for KDE patchset - Add patch to renable system-sqlite - Add patch from MOZILLA#1624128 to fix builds with NSS 3.52 - Add patch to fix builds when GCC is used and LTO is enabled (MOZILLA#1516803) - Add patch to disable elfhack to avoid build errors