]> git.pld-linux.org Git - packages/firefox.git/commitdiff
- up to 51.0
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 23 Jan 2017 17:48:29 +0000 (18:48 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 23 Jan 2017 17:48:29 +0000 (18:48 +0100)
firefox-nss-http2.patch [deleted file]
firefox.spec

diff --git a/firefox-nss-http2.patch b/firefox-nss-http2.patch
deleted file mode 100644 (file)
index 066f0cc..0000000
+++ /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);
-   }
index fe8fc5497d3b31b18f02efc70172232c3727ac0c..b80e25be6eecca8a861d618ae0b9d8f273de16c3 100644 (file)
 # 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
 
This page took 0.39846 seconds and 4 git commands to generate.