From owner-freebsd-elastic@freebsd.org Tue Jan 22 11:14:20 2019 Return-Path: Delivered-To: freebsd-elastic@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 995C314B8851 for ; Tue, 22 Jan 2019 11:14:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 3405786DBC for ; Tue, 22 Jan 2019 11:14:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id E7B9F14B8850; Tue, 22 Jan 2019 11:14:19 +0000 (UTC) Delivered-To: elastic@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C504014B884F for ; Tue, 22 Jan 2019 11:14:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 57F0986DBA for ; Tue, 22 Jan 2019 11:14:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 972E714292 for ; Tue, 22 Jan 2019 11:14:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x0MBEIse084991 for ; Tue, 22 Jan 2019 11:14:18 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x0MBEIWc084990 for elastic@FreeBSD.org; Tue, 22 Jan 2019 11:14:18 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: elastic@FreeBSD.org Subject: [Bug 229322] net/py-urllib3: Update to 1.24 Date: Tue, 22 Jan 2019 11:14:18 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa, security X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: koobs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? exp-run? X-Bugzilla-Changed-Fields: keywords short_desc cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-elastic@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Support of ElasticSearch-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2019 11:14:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229322 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |security Summary|net/py-urllib3: update to |net/py-urllib3: Update to |1.23 |1.24 CC| |elastic@FreeBSD.org --- Comment #9 from Kubilay Kocak --- urllib3 < 1.23 has a similar (same?) vulnerability as requests < 2.20.0, wh= o's update to 2.21.0 just landed in ports r490937 ... - https://github.com/urllib3/urllib3/issues/1316 - https://cve.mitre.org/cgi-bin/cvename.cgi?name=3DCVE-2018-20060 On a somewhat more positive note, after looking through all ports that depe= nd on net/py-urllib3 (their upstream source code), the only ones that pin a max version of urllib3 are:=20 ./www/py-requests: setup.py: 'urllib3>=3D1.21.1,<1.23' ./textproc/py-elasticsearch5: setup.py: 'urllib3<1.23,>=3D1.21.1', ./devel/py-botocore: setup.py: requires.append('urllib3>=3D1.20,<1.25') Of those, py-requests has bumped that to <1.24 as of 2.21.0 (already committed), and py-botocore version is above (1.25) what we'll be updating urllib3 to (1.24). That leaves textproc/py-elasticsearch5 (maintainer CC'd) ... I have a WIP patch to add QA TEST_DEPENDS/test target to py-elasticsearch5, which required switching the sources to GitHub. After patching out the the = max version pin, the tests pass [1] after updating urllib3 to 1.24. Finally, with the last py-requests update and a WIP urllib3 1.24 update in place, cmake also does not regress (bug 228770) as expected. [1] ~103 tests pass. Tests that require an local/live elasticsearch server, which I don't have running, aren't run, but don't explicitly fail. --=20 You are receiving this mail because: You are on the CC list for the bug.=