aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorohfp <1813007-ohfp@users.noreply.gitlab.com>2020-05-07 21:53:32 +0200
committerohfp <1813007-ohfp@users.noreply.gitlab.com>2020-05-07 22:05:18 +0200
commite94336cb1d3916a280d2e03fdfa07773548a8a62 (patch)
treefdb7f1dc1e77555d286be49d323c42aed20d338c
parentMention other builds in the readme (diff)
downloadlibrewolf-linux-e94336cb1d3916a280d2e03fdfa07773548a8a62.tar.gz
librewolf-linux-e94336cb1d3916a280d2e03fdfa07773548a8a62.tar.bz2
librewolf-linux-e94336cb1d3916a280d2e03fdfa07773548a8a62.zip
v76.0-1
-rw-r--r--CHANGELOG.md10
-rw-r--r--PKGBUILD12
-rw-r--r--appimage/content/librewolf.desktop2
-rw-r--r--deb_patches/build-with-libstdc++-7.patch39
-rw-r--r--flatpak/content/librewolf.desktop2
-rw-r--r--librewolf.desktop2
6 files changed, 45 insertions, 22 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7973f34..a1dd0b9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
This project follows the official Firefox releases, but also uses
[Arch Linux Package Versioning](https://wiki.archlinux.org/index.php/Arch_package_guidelines#Package_versioning) to mark individual releases in between versions.
-## [75.0-2] - Unreleased
+## [76.0-1] - 2020-05-07
### Added
@@ -15,11 +15,19 @@ This project follows the official Firefox releases, but also uses
### Changed
+- New upstream release 76.0
- DoH disabled by default
### Fixed
- Some default addons from Mozilla are now removed (#59)
+- Improvements to search engines and DDG Lite added (settings#18)
+- Don't disable the Intersection Observer API (settings#20)
+- Configure manual update URL (settings#1)
+- Set fallback UA to resistFingerprinting's default (settings#10)
+- Temporarily fix Firefox's address bar (settings#23)
+- Update to ghacks-user.js 69 (settings#21)
+- Fix Qwant's name (settings#25)
## [75.0-1] - 2020-04-08
diff --git a/PKGBUILD b/PKGBUILD
index 510274a..80aa677 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
pkgname=librewolf
_pkgname=LibreWolf
# how to get ci vars instead?
-pkgver=75.0
-pkgrel=2
+pkgver=76.0
+pkgrel=1
pkgdesc="Community-maintained fork of Firefox, focused on privacy, security and freedom."
arch=(x86_64 aarch64)
license=(MPL GPL LGPL)
@@ -28,8 +28,8 @@ source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-
"git+https://gitlab.com/${pkgname}-community/browser/common.git"
"git+https://gitlab.com/${pkgname}-community/settings.git"
"remove_addons.patch")
-sha256sums=('bbb1054d8f2717c634480556d3753a8483986af7360e023bb6232df80b746b0f'
- '0471d32366c6f415f7608b438ddeb10e2f998498c389217cdd6cc52e8249996b'
+sha256sums=('3b7b97b0b0625fc6ec23ee28d425988c679d3a56f362d62fd3b225a5d50afdc8'
+ '0b28ba4cc2538b7756cb38945230af52e8c4659b2006262da6f3352345a8bed2'
'SKIP'
'SKIP'
'24b75ba55cb4a2c9a088a22279a1f07fd3b8f3ef4f47774c0c12b79f4bfad124')
@@ -72,10 +72,6 @@ ac_add_options --with-unsigned-addon-scopes=app,system
ac_add_options --allow-addon-sideload
export MOZ_REQUIRE_SIGNING=0
-# System libraries
-ac_add_options --with-system-nspr
-ac_add_options --with-system-nss
-
# Features
ac_add_options --enable-alsa
ac_add_options --enable-jack
diff --git a/appimage/content/librewolf.desktop b/appimage/content/librewolf.desktop
index 687bebc..c6d6de1 100644
--- a/appimage/content/librewolf.desktop
+++ b/appimage/content/librewolf.desktop
@@ -3,7 +3,7 @@ Name=LibreWolf
Exec=librewolf %u
Icon=librewolf
Type=Application
-MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;application/x-xpinstall;
+MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;application/x-xpinstall;application/pdf;application/json;
StartupWMClass=LibreWolf
Categories=Network;WebBrowser;
StartupNotify=true
diff --git a/deb_patches/build-with-libstdc++-7.patch b/deb_patches/build-with-libstdc++-7.patch
index 5ad72dc..11812d6 100644
--- a/deb_patches/build-with-libstdc++-7.patch
+++ b/deb_patches/build-with-libstdc++-7.patch
@@ -1,8 +1,10 @@
-diff --git a/build/moz.configure/toolchain.configure b/build/moz.configure/toolchain.configure
-index 627596b..6c3b5b3 100755
+Description: point clang to the toolchain provided by the gcc-mozilla package (version 7 required for C++ 17), and statically link against libstdc++
+Author: Olivier Tilloy <olivier.tilloy@canonical.com>
+Bug-Ubuntu: https://launchpad.net/bugs/1856861
+
--- a/build/moz.configure/toolchain.configure
+++ b/build/moz.configure/toolchain.configure
-@@ -1433,6 +1433,9 @@ set_config('_DEPEND_CFLAGS', depend_cflags(c_compiler))
+@@ -1433,6 +1433,9 @@ set_config('_DEPEND_CFLAGS', depend_cfla
set_config('_HOST_DEPEND_CFLAGS', depend_cflags(host_c_compiler))
@@ -12,20 +14,17 @@ index 627596b..6c3b5b3 100755
@depends(c_compiler)
def preprocess_option(compiler):
# The uses of PREPROCESS_OPTION depend on the spacing for -o/-Fi.
-@@ -2116,7 +2119,7 @@ def linker_ldflags(linker, macos_sdk):
- flags.append('-Wl,-syslibroot,%s' % macos_sdk)
- else:
+@@ -2118,6 +2121,7 @@ def linker_ldflags(linker, macos_sdk, ho
flags.append('-Wl,--sysroot=%s' % macos_sdk)
--
+ elif host.cpu == 'arm':
+ flags.append('-Wl,--no-keep-memory')
+ flags.append('-static-libstdc++')
return flags
-diff --git a/servo/components/style/build_gecko.rs b/servo/components/style/build_gecko.rs
-index a502b7d..28370f6 100644
--- a/servo/components/style/build_gecko.rs
+++ b/servo/components/style/build_gecko.rs
-@@ -148,6 +148,8 @@ impl BuilderExt for Builder {
+@@ -149,6 +149,8 @@ impl BuilderExt for Builder {
builder = builder.with_rustfmt(path);
}
@@ -34,3 +33,23 @@ index a502b7d..28370f6 100644
for dir in SEARCH_PATHS.iter() {
builder = builder.clang_arg("-I").clang_arg(dir.to_str().unwrap());
}
+--- a/build/unix/stdc++compat/moz.build
++++ b/build/unix/stdc++compat/moz.build
+@@ -24,4 +24,7 @@ COMPILE_FLAGS['CLANG_PLUGIN'] = []
+ DEFINES['MOZ_LIBSTDCXX_VERSION'] = CONFIG['MOZ_LIBSTDCXX_TARGET_VERSION']
+ HOST_DEFINES['MOZ_LIBSTDCXX_VERSION'] = CONFIG['MOZ_LIBSTDCXX_HOST_VERSION']
+
++CXXFLAGS += ['--gcc-toolchain=/usr/lib/gcc-mozilla']
++HOST_CXXFLAGS += ['--gcc-toolchain=/usr/lib/gcc-mozilla']
++
+ OS_LIBS += ['-Wl,--version-script,%s/hide_std.ld' % SRCDIR]
+--- a/layout/style/test/moz.build
++++ b/layout/style/test/moz.build
+@@ -18,6 +18,7 @@ DIRS += ['gtest']
+ HostSimplePrograms([
+ 'host_ListCSSProperties',
+ ])
++HOST_CXXFLAGS += ['--gcc-toolchain=/usr/lib/gcc-mozilla']
+
+ MOCHITEST_MANIFESTS += [
+ 'mochitest.ini',
diff --git a/flatpak/content/librewolf.desktop b/flatpak/content/librewolf.desktop
index 687bebc..c6d6de1 100644
--- a/flatpak/content/librewolf.desktop
+++ b/flatpak/content/librewolf.desktop
@@ -3,7 +3,7 @@ Name=LibreWolf
Exec=librewolf %u
Icon=librewolf
Type=Application
-MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;application/x-xpinstall;
+MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;application/x-xpinstall;application/pdf;application/json;
StartupWMClass=LibreWolf
Categories=Network;WebBrowser;
StartupNotify=true
diff --git a/librewolf.desktop b/librewolf.desktop
index 221db66..ccc5795 100644
--- a/librewolf.desktop
+++ b/librewolf.desktop
@@ -117,7 +117,7 @@ Icon=librewolf
Terminal=false
X-MultipleArgs=false
Type=Application
-MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;application/x-xpinstall;
+MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;application/x-xpinstall;application/pdf;application/json;
StartupNotify=true
StartupWMClass=LibreWolf
Categories=Network;WebBrowser;
bgstack15