diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-02-16 10:29:50 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-02-16 10:29:50 -0300 |
commit | c64dbd76ca21510caf64e5b4faab994db3ab1cfc (patch) | |
tree | 0160a77cdb344f2897ca8d5c7463308be6c4c31e /libre | |
parent | c15ee182115015b9d13e9006560026f225c2b3e2 (diff) | |
download | abslibre-c64dbd76ca21510caf64e5b4faab994db3ab1cfc.tar.gz abslibre-c64dbd76ca21510caf64e5b4faab994db3ab1cfc.tar.bz2 abslibre-c64dbd76ca21510caf64e5b4faab994db3ab1cfc.zip |
icedove-1:45.7.1.deb1-1{,.nonprism1}: updating version
Diffstat (limited to 'libre')
-rw-r--r-- | libre/icedove/PKGBUILD | 15 | ||||
-rw-r--r-- | libre/icedove/nss-3.28.patch | 35 |
2 files changed, 5 insertions, 45 deletions
diff --git a/libre/icedove/PKGBUILD b/libre/icedove/PKGBUILD index 875fb59b8..9472e2401 100644 --- a/libre/icedove/PKGBUILD +++ b/libre/icedove/PKGBUILD @@ -7,8 +7,8 @@ _debname=icedove _brandingver=45.5.0 _brandingrel=1 -_debver=45.6.0 -_debrel=deb3 +_debver=45.7.1 +_debrel=deb1 _debrepo=http://ftp.debian.org/debian/pool/main/ _parabolarepo=https://repo.parabola.nu/other/icedove debfile() { echo $@|sed -r 's@(.).*@\1/&/&@'; } @@ -17,7 +17,7 @@ _pkgname=thunderbird pkgname=icedove epoch=1 pkgver=$_debver.$_debrel -pkgrel=2.1 +pkgrel=1 pkgdesc="A libre version of Debian Icedove, the standalone mail and news reader based on Mozilla Thunderbird." arch=(i686 x86_64 armv7h) @@ -39,13 +39,12 @@ source=("$_debrepo/`debfile $_debname`_$_debver.orig.tar.xz" $pkgname.desktop changing-the-default-search-engine.patch firefox-gcc-6.0.patch mozilla-1228540.patch mozilla-1228540-1.patch - nss-3.28.patch vendor.js fix-missing-files.patch no-neon.patch mozilla-1253216.patch) -sha256sums=('b2cbd20c78476b9b7ba7624d8e12e6e593b5c60f79488feae2c07d2163618b9d' - 'eb4ba2e4bed9b8c7a85b2c98ad297c2f61d1ffe876f97a38197c6ec243503bf8' +sha256sums=('4b8c8a534c3af386baab3b22de0050bc289f4034bdab1a679f0c629680981b4e' + '99100a60c1aa1b666f751345e44bc90a043ba21d1055c8c04e292f3c2e2ce45f' 'b80e0bddf39c6fd909316899bffd8e884cf639870fa4f4d5a6e97b8ad0e08576' 'SKIP' 'aaca37bcca176d1b8ebe7c18d3fb0c61e3d21769fbf8e994a189eb3263257d3d' @@ -54,7 +53,6 @@ sha256sums=('b2cbd20c78476b9b7ba7624d8e12e6e593b5c60f79488feae2c07d2163618b9d' '4d1e1ddabc9e975ed39f49e134559a29e01cd49439e358233f1ede43bf5a52bf' '3a3e84c702ee31450a3e84698441aceb11cf44e64c9fedcaddb8cb50db759417' 'd1ccbaf0973615c57f7893355e5cd3a89efb4e91071d0ec376e429b50cf6ed19' - '87fb92e45f161d47b9e3ca31bcce60555bc33d633116dab4baa3bfba6ad965c4' '058b58074368b57acf8a6df9a9ffac848b7d7b39f5abd84cb2039bcee42b73e2' '294a2cc7b0477ad285af10ac2a04b767cabec07f03b23da23014bda71caea510' '59f40d8b2480aa67bf76f4f119826b6828a6a59cc040caf1ab5a6e19eef44c6e' @@ -121,9 +119,6 @@ prepare() { patch -d mozilla -Np1 < ../mozilla-1228540.patch patch -d mozilla -Np1 < ../mozilla-1228540-1.patch - # Update minimum bits in H2 (needed for NSS 3.28) - patch -d mozilla -Np1 < ../nss-3.28.patch - cp -v "$srcdir/mozconfig" .mozconfig mkdir "$srcdir/path" diff --git a/libre/icedove/nss-3.28.patch b/libre/icedove/nss-3.28.patch deleted file mode 100644 index 92c1376ae..000000000 --- a/libre/icedove/nss-3.28.patch +++ /dev/null @@ -1,35 +0,0 @@ - -# HG changeset patch -# User Franziskus Kiefer <franziskuskiefer@gmail.com> -# Date 1469717280 -7200 -# Node ID 361ac226da2a83516db8d4e4c5b41a69b3ba754f -# Parent 5d5d3ef04f3f77bb95616f56c129256a89f57831 -Bug 1290037 - Update keybits in H2, r=mt - -MozReview-Commit-ID: 35oWoDMqe1Y - -diff --git a/netwerk/protocol/http/Http2Session.cpp b/netwerk/protocol/http/Http2Session.cpp ---- a/netwerk/protocol/http/Http2Session.cpp -+++ b/netwerk/protocol/http/Http2Session.cpp -@@ -3544,18 +3544,18 @@ Http2Session::ConfirmTLSProfile() - RETURN_SESSION_ERROR(this, INADEQUATE_SECURITY); - } - - uint32_t keybits = ssl->GetKEAKeyBits(); - if (kea == ssl_kea_dh && keybits < 2048) { - 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); - } - - int16_t macAlgorithm = ssl->GetMACAlgorithmUsed(); - LOG3(("Http2Session::ConfirmTLSProfile %p MAC Algortihm (aead==6) %d\n", - this, macAlgorithm)); - if (macAlgorithm != nsISSLSocketControl::SSL_MAC_AEAD) { - |