[packages/firefox] - up to 51.0
baggins
baggins at pld-linux.org
Mon Jan 23 18:48:41 CET 2017
commit a9275cf88d51174bc65e803733523ee0aca8f2dc
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Mon Jan 23 18:48:29 2017 +0100
- up to 51.0
firefox-nss-http2.patch | 14 --------------
firefox.spec | 12 +++++-------
2 files changed, 5 insertions(+), 21 deletions(-)
---
diff --git a/firefox.spec b/firefox.spec
index fe8fc54..b80e25b 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -18,19 +18,19 @@
# The actual sqlite version (see RHBZ#480989):
%define sqlite_build_version %(pkg-config --silence-errors --modversion sqlite3 2>/dev/null || echo ERROR)
-%define nspr_ver 4.12
-%define nss_ver 3.26.2
+%define nspr_ver 4.13.1
+%define nss_ver 3.28.1
Summary: Firefox web browser
Summary(hu.UTF-8): Firefox web böngésző
Summary(pl.UTF-8): Firefox - przeglądarka WWW
Name: firefox
-Version: 50.1.0
-Release: 2
+Version: 51.0
+Release: 0.1
License: MPL v2.0
Group: X11/Applications/Networking
Source0: http://releases.mozilla.org/pub/mozilla.org/firefox/releases/%{version}/source/firefox-%{version}.source.tar.xz
-# Source0-md5: 0f6a56cd8da8fa9deedfd61bcb43a65d
+# Source0-md5: 733e8503d2241ef44dad1911085b60db
Source3: %{name}.desktop
Source4: %{name}.sh
Source5: vendor.js
@@ -46,7 +46,6 @@ Patch7: %{name}-middle_click_paste.patch
Patch8: %{name}-system-virtualenv.patch
Patch9: %{name}-Disable-Firefox-Health-Report.patch
Patch10: freetype.patch
-Patch11: %{name}-nss-http2.patch
URL: https://www.mozilla.org/firefox/
BuildRequires: OpenGL-devel
BuildRequires: alsa-lib-devel
@@ -219,7 +218,6 @@ echo 'LOCAL_INCLUDES += $(MOZ_HUNSPELL_CFLAGS)' >> extensions/spellcheck/src/Mak
%patch8 -p2
%patch9 -p1
%patch10 -p2
-%patch11 -p1
%{__sed} -i -e '1s,/usr/bin/env python,%{__python},' xpcom/typelib/xpt/tools/xpt.py xpcom/idl-parser/xpidl/xpidl.py
diff --git a/firefox-nss-http2.patch b/firefox-nss-http2.patch
deleted file mode 100644
index 066f0cc..0000000
--- a/firefox-nss-http2.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-https://bugzilla.mozilla.org/show_bug.cgi?id=1290037
---- firefox-50.1.0/netwerk/protocol/http/Http2Session.cpp.orig 2016-10-31 21:15:27.000000000 +0100
-+++ firefox-50.1.0/netwerk/protocol/http/Http2Session.cpp 2017-01-09 17:45:38.639941993 +0100
-@@ -3542,8 +3542,8 @@
- LOG3(("Http2Session::ConfirmTLSProfile %p FAILED due to DH %d < 2048\n",
- this, keybits));
- RETURN_SESSION_ERROR(this, INADEQUATE_SECURITY);
-- } else if (kea == ssl_kea_ecdh && keybits < 256) { // 256 bits is "security level" of 128
-- LOG3(("Http2Session::ConfirmTLSProfile %p FAILED due to ECDH %d < 256\n",
-+ } else if (kea == ssl_kea_ecdh && keybits < 224) { // see rfc7540 9.2.1.
-+ LOG3(("Http2Session::ConfirmTLSProfile %p FAILED due to ECDH %d < 224\n",
- this, keybits));
- RETURN_SESSION_ERROR(this, INADEQUATE_SECURITY);
- }
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/firefox.git/commitdiff/a9275cf88d51174bc65e803733523ee0aca8f2dc
More information about the pld-cvs-commit
mailing list