From owner-svn-ports-head@freebsd.org Sun Jun 9 11:48:38 2019 Return-Path: Delivered-To: svn-ports-head@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 D9A5015C54D1; Sun, 9 Jun 2019 11:48:38 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 764C86D8E4; Sun, 9 Jun 2019 11:48:38 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 6432B636A; Sun, 9 Jun 2019 11:48:38 +0000 (UTC) From: Jan Beich To: Yuri Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r503790 - in head/devel/libevent: . files References: <201906090552.x595qs9a031121@repo.freebsd.org> Date: Sun, 09 Jun 2019 13:48:09 +0200 In-Reply-To: (yuri@rawbw.com's message of "Sun, 9 Jun 2019 03:03:39 -0700") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 764C86D8E4 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.88 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.89)[-0.889,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jun 2019 11:48:39 -0000 Yuri writes: > On 2019-06-08 22:52, Jan Beich wrote: >> Author: jbeich >> Date: Sun Jun 9 05:52:53 2019 >> New Revision: 503790 >> URL: https://svnweb.freebsd.org/changeset/ports/503790 >> >> Log: >> devel/libevent2: update to 2.1.10 >> Changes: >> https://github.com/libevent/libevent/releases/tag/release-2.1.10-stable >> ABI: https://abi-laboratory.pro/tracker/timeline/libevent/ >> PR: 238127 >> Reported by: GitHub (watch releases) >> Tested by: pkubaj (powerpc64) >> Approved by: maintainer timeout (2 weeks) >> MFH: 2019Q2 (maybe security) [...] > It looks like they made incompatible changes in the library, and Tor > fails to build now: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238433 Where is "fails to build now"? That bug is about runtime failure. I did test confirm all consumers built fine before landing. > libevent bug report: https://github.com/libevent/libevent/issues/831 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230764 is the cause. evutil_secure_rng_add_bytes shouldn't have been exposed on FreeBSD 12.0. And it wouldn't be if delphij@ replaced his hack with upstream fix.