Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/seamonkey/files/
Date: Mon, 06 Feb 2017 02:23:53
Message-Id: 1486347823.ac612382d3382314d934fd541779a7220fab1bed.polynomial-c@gentoo
1 commit: ac612382d3382314d934fd541779a7220fab1bed
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 6 02:23:43 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 6 02:23:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac612382
7
8 www-client/seamonkey: Removed unused patches.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 www-client/seamonkey/files/firefox-52-curve.patch | 34 ----------------------
13 .../files/seamonkey-2.46-configure_regexp.patch | 14 ---------
14 2 files changed, 48 deletions(-)
15
16 diff --git a/www-client/seamonkey/files/firefox-52-curve.patch b/www-client/seamonkey/files/firefox-52-curve.patch
17 deleted file mode 100644
18 index 508d580..00000000
19 --- a/www-client/seamonkey/files/firefox-52-curve.patch
20 +++ /dev/null
21 @@ -1,34 +0,0 @@
22 -# HG changeset patch
23 -# User Franziskus Kiefer <franziskuskiefer@×××××.com>
24 -# Date 1469717280 -7200
25 -# Thu Jul 28 16:48:00 2016 +0200
26 -# Node ID 95aa61f1e3562e526bf88179d9d078fd90ad1bda
27 -# Parent d42aacfe34af25e2f5110e2ca3d24a210eabeb33
28 -Update keybits in H2, r=mt
29 -
30 -MozReview-Commit-ID: 35oWoDMqe1Y
31 -
32 -diff --git a/netwerk/protocol/http/Http2Session.cpp b/netwerk/protocol/http/Http2Session.cpp
33 ---- a/netwerk/protocol/http/Http2Session.cpp
34 -+++ b/netwerk/protocol/http/Http2Session.cpp
35 -@@ -3544,18 +3544,18 @@ Http2Session::ConfirmTLSProfile()
36 - RETURN_SESSION_ERROR(this, INADEQUATE_SECURITY);
37 - }
38 -
39 - uint32_t keybits = ssl->GetKEAKeyBits();
40 - if (kea == ssl_kea_dh && keybits < 2048) {
41 - LOG3(("Http2Session::ConfirmTLSProfile %p FAILED due to DH %d < 2048\n",
42 - this, keybits));
43 - RETURN_SESSION_ERROR(this, INADEQUATE_SECURITY);
44 -- } else if (kea == ssl_kea_ecdh && keybits < 256) { // 256 bits is "security level" of 128
45 -- LOG3(("Http2Session::ConfirmTLSProfile %p FAILED due to ECDH %d < 256\n",
46 -+ } else if (kea == ssl_kea_ecdh && keybits < 224) { // see rfc7540 9.2.1.
47 -+ LOG3(("Http2Session::ConfirmTLSProfile %p FAILED due to ECDH %d < 224\n",
48 - this, keybits));
49 - RETURN_SESSION_ERROR(this, INADEQUATE_SECURITY);
50 - }
51 -
52 - int16_t macAlgorithm = ssl->GetMACAlgorithmUsed();
53 - LOG3(("Http2Session::ConfirmTLSProfile %p MAC Algortihm (aead==6) %d\n",
54 - this, macAlgorithm));
55 - if (macAlgorithm != nsISSLSocketControl::SSL_MAC_AEAD) {
56
57 diff --git a/www-client/seamonkey/files/seamonkey-2.46-configure_regexp.patch b/www-client/seamonkey/files/seamonkey-2.46-configure_regexp.patch
58 deleted file mode 100644
59 index 6928f84..00000000
60 --- a/www-client/seamonkey/files/seamonkey-2.46-configure_regexp.patch
61 +++ /dev/null
62 @@ -1,14 +0,0 @@
63 -https://bugs.gentoo.org/604696
64 -https://bugzilla.mozilla.org/show_bug.cgi?id=1329252
65 -
66 ---- seamonkey-2.46/mozilla/build/autoconf/icu.m4
67 -+++ seamonkey-2.46/mozilla/build/autoconf/icu.m4
68 -@@ -70,7 +70,7 @@
69 - fi
70 - fi
71 -
72 -- version=`sed -n 's/^[[:space:]]*#[[:space:]]*define[[:space:]][[:space:]]*U_ICU_VERSION_MAJOR_NUM[[:space:]][[:space:]]*\([0-9][0-9]*\)[[:space:]]*$/\1/p' "$icudir/common/unicode/uvernum.h"`
73 -+ version=`sed -n 's/^[[[:space:]]]*#[[:space:]]*define[[:space:]][[:space:]]*U_ICU_VERSION_MAJOR_NUM[[:space:]][[:space:]]*\([0-9][0-9]*\)[[:space:]]*$/\1/p' "$icudir/common/unicode/uvernum.h"`
74 - if test x"$version" = x; then
75 - AC_MSG_ERROR([cannot determine icu version number from uvernum.h header file $lineno])
76 - fi