diff options
author | B Stack <bgstack15@gmail.com> | 2019-09-10 14:37:57 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-09-10 14:37:57 -0400 |
commit | bf5c0b4eea268deb7335d97558f331c41031a124 (patch) | |
tree | 2b9a8afad23b5db9f1dc21ed71943329bcd2b186 /waterfox | |
parent | waterfox 56.2.14 dpkg (diff) | |
download | stackrpms-bf5c0b4eea268deb7335d97558f331c41031a124.tar.gz stackrpms-bf5c0b4eea268deb7335d97558f331c41031a124.tar.bz2 stackrpms-bf5c0b4eea268deb7335d97558f331c41031a124.zip |
waterfox 56.2.14 rpm rc1
Diffstat (limited to 'waterfox')
-rw-r--r-- | waterfox/waterfox-remove-SetCurrentProcessPrivileges.patch | 25 | ||||
-rw-r--r-- | waterfox/waterfox.spec | 18 |
2 files changed, 8 insertions, 35 deletions
diff --git a/waterfox/waterfox-remove-SetCurrentProcessPrivileges.patch b/waterfox/waterfox-remove-SetCurrentProcessPrivileges.patch deleted file mode 100644 index ed096fb..0000000 --- a/waterfox/waterfox-remove-SetCurrentProcessPrivileges.patch +++ /dev/null @@ -1,25 +0,0 @@ -From ddb9e372a2f3ac7b37b1c58a427351333b0545fe Mon Sep 17 00:00:00 2001 -From: Phantom X <PhantomX@users.noreply.github.com> -Date: Mon, 19 Aug 2019 21:53:21 -0300 -Subject: [PATCH] Remove unneeded SetCurrentProcessPrivileges - ---- - ipc/chromium/src/base/process_util_linux.cc | 2 -- - 1 file changed, 2 deletions(-) - -diff --git a/ipc/chromium/src/base/process_util_linux.cc b/ipc/chromium/src/base/process_util_linux.cc -index f8cfb32..5501747 100644 ---- a/ipc/chromium/src/base/process_util_linux.cc -+++ b/ipc/chromium/src/base/process_util_linux.cc -@@ -169,8 +169,6 @@ bool LaunchApp(const std::vector<std::string>& argv, - argv_cstr[i] = const_cast<char*>(argv[i].c_str()); - argv_cstr[argv.size()] = NULL; - -- SetCurrentProcessPrivileges(privs); -- - execve(argv_cstr[0], argv_cstr.get(), envp); - // if we get here, we're in serious trouble and should complain loudly - // NOTE: This is async signal unsafe; it could deadlock instead. (But --- -2.21.0 - diff --git a/waterfox/waterfox.spec b/waterfox/waterfox.spec index 3449372..d450d67 100644 --- a/waterfox/waterfox.spec +++ b/waterfox/waterfox.spec @@ -1,6 +1,6 @@ -%global commit dc34e4b9d6fccdc97ce8b267eb04ca2c27490d2a +%global commit 4f22b84524c911ee3d9dba38180304c0a324bca9 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global date 20190819 +%global date 20190902 %global with_snapshot 1 %global freebsd_rev 480450 @@ -69,9 +69,6 @@ ExcludeArch: armv7hl %global debug_build 0 %global disable_elfhack 0 -#%if !0%{?build_with_clang} || 0%{?fedora} > 28 -#%global disable_elfhack 1 -#%endif %global build_stylo 1 %global build_rust_simd 1 @@ -156,7 +153,7 @@ BuildRequires: %{scl_buildreq} Summary: Waterfox Web browser Name: waterfox -Version: 56.2.13 +Version: 56.2.14 Release: 11%{?gver}%{?dist} URL: https://www.waterfox.net License: MPLv1.1 or GPLv2+ or LGPLv2+ @@ -239,7 +236,6 @@ Patch701: %{name}-waterfoxdir-1.patch Patch702: %{name}-waterfoxdir-2.patch Patch703: %{name}-webrtc-gtest-libv4l2.patch Patch704: %{name}-fix-testing-file.patch -Patch705: %{name}-remove-SetCurrentProcessPrivileges.patch %if 0%{?system_nss} @@ -461,7 +457,7 @@ done # 3: uncertain for i in \ 702179 991253 1021761 1144632 1288587 1393235 1393283 1395486 1433747 1452576 1453127 1466606 \ - 1388744 1413143 \ + 1384121 1388744 1413143 \ 1447519 do rm -f _patches/patch-bug${i} @@ -479,7 +475,6 @@ done %patch702 -p1 -b .waterfoxdir-2 %patch703 -p1 -b .lv4l2 %patch704 -p1 -b .fix-testing-file -%patch705 -p1 -b .remove-privs # Patch for big endian platforms only %if 0%{?big_endian} @@ -1070,10 +1065,13 @@ fi #--------------------------------------------------------------------- %changelog -* Tue Aug 20 2019 B Stack <bgstack15@gmail.com> - 56.2.13-11 +* Tue Sep 10 2019 B Stack <bgstack15@gmail.com> - 56.2.14-11 - add el7 support, which uses provided libs for the most part, and disables lto - repackage for stackrpms +* Wed Sep 04 2019 Phantom X <megaphantomx at bol dot com dot br> - 56.2.14-1 +- 5.2.14 + * Mon Aug 19 2019 Phantom X <megaphantomx at bol dot com dot br> - 56.2.13-1.20190709gitdc34e4b - New release/snapshot |