Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 1D82E7A295 for ; Tue, 24 Jan 2017 13:31:39 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C11E58561C; Tue, 24 Jan 2017 13:31:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 51C5A85614 for ; Tue, 24 Jan 2017 13:31:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ZHH23IqR8RgV for ; Tue, 24 Jan 2017 13:31:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C504B85571 for ; Tue, 24 Jan 2017 13:31:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BFF25FBA6; Tue, 24 Jan 2017 13:31:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1485264697218420" MIME-Version: 1.0 Date: Tue, 24 Jan 2017 13:31:37 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/www/seamonkey To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20170124133137.BFF25FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1485264697218420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Tue Jan 24 13:31:37 UTC 2017 Modified Files: pkgsrc/www/seamonkey: Makefile distinfo Added Files: pkgsrc/www/seamonkey/patches: patch-mozilla_netwerk_protocol_http_Http2Session.cpp Log Message: Fix an insecure connection error with nss 3.28 or later. Bump PKGREVISION To generate a diff of this commit: cvs rdiff -u -r1.153 -r1.154 pkgsrc/www/seamonkey/Makefile cvs rdiff -u -r1.142 -r1.143 pkgsrc/www/seamonkey/distinfo cvs rdiff -u -r0 -r1.4 \ pkgsrc/www/seamonkey/patches/patch-mozilla_netwerk_protocol_http_Http2Session.cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1485264697218420 Content-Disposition: inline Content-Length: 3303 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/seamonkey/Makefile diff -u pkgsrc/www/seamonkey/Makefile:1.153 pkgsrc/www/seamonkey/Makefile:1.154 --- pkgsrc/www/seamonkey/Makefile:1.153 Sat Jan 21 20:06:53 2017 +++ pkgsrc/www/seamonkey/Makefile Tue Jan 24 13:31:37 2017 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.153 2017/01/21 20:06:53 ryoon Exp $ +# $NetBSD: Makefile,v 1.154 2017/01/24 13:31:37 ryoon Exp $ DISTNAME= seamonkey-${SM_VER}.source PKGNAME= seamonkey-${SM_VER:S/b/beta/} -PKGREVISION= 2 +PKGREVISION= 3 SM_VER= 2.46 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA:=seamonkey/releases/${SM_VER}/source/} Index: pkgsrc/www/seamonkey/distinfo diff -u pkgsrc/www/seamonkey/distinfo:1.142 pkgsrc/www/seamonkey/distinfo:1.143 --- pkgsrc/www/seamonkey/distinfo:1.142 Sun Jan 1 16:14:07 2017 +++ pkgsrc/www/seamonkey/distinfo Tue Jan 24 13:31:37 2017 @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.142 2017/01/01 16:14:07 ryoon Exp $ +$NetBSD: distinfo,v 1.143 2017/01/24 13:31:37 ryoon Exp $ SHA1 (seamonkey-2.46.source.tar.xz) = 5322723a0c7757f29db5636fc60f4c9f3f6734c5 RMD160 (seamonkey-2.46.source.tar.xz) = ba09b9606457371c46524fdda3b73f3b37571f30 @@ -82,6 +82,7 @@ SHA1 (patch-mozilla_modules_libjar_nsZip SHA1 (patch-mozilla_modules_libpref_init_all.js) = f366d7acf841117bf8c896d355f04e9549ebf17f SHA1 (patch-mozilla_mozglue_build_arm.cpp) = 592ae5ce1a404227cc2ab6a06418cc813c5743c9 SHA1 (patch-mozilla_mozglue_build_arm.h) = 94e2b1a1a9ebf20bfa8a542066aa0dad475db320 +SHA1 (patch-mozilla_netwerk_protocol_http_Http2Session.cpp) = 7d7556575028ef4ee5fccbcb712d5c9f2827f7e6 SHA1 (patch-mozilla_old-configure.in) = 865300929353ffbd31ae01793dd496352e2ccb70 SHA1 (patch-mozilla_python_mozbuild_mozbuild_configure_options.py) = c95e9ffa8bae63b6e68c8363903dadef93ce7d75 SHA1 (patch-mozilla_toolkit_components_protobuf_src_google_protobuf_stubs_atomicops.h) = 0b5cad33bc9a90f4ae2d6346065707b642aba3a9 Added files: Index: pkgsrc/www/seamonkey/patches/patch-mozilla_netwerk_protocol_http_Http2Session.cpp diff -u /dev/null pkgsrc/www/seamonkey/patches/patch-mozilla_netwerk_protocol_http_Http2Session.cpp:1.4 --- /dev/null Tue Jan 24 13:31:37 2017 +++ pkgsrc/www/seamonkey/patches/patch-mozilla_netwerk_protocol_http_Http2Session.cpp Tue Jan 24 13:31:37 2017 @@ -0,0 +1,18 @@ +$NetBSD: patch-mozilla_netwerk_protocol_http_Http2Session.cpp,v 1.4 2017/01/24 13:31:37 ryoon Exp $ + +Fix an insecure connection error with NSS 3.28 or later in HTTP2 case +https://hg.mozilla.org/mozilla-central/rev/361ac226da2a + +--- mozilla/netwerk/protocol/http/Http2Session.cpp.orig 2016-12-14 02:10:00.000000000 +0000 ++++ mozilla/netwerk/protocol/http/Http2Session.cpp +@@ -3542,8 +3542,8 @@ Http2Session::ConfirmTLSProfile() + 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); + } --_----------=_1485264697218420--