Re: ports broken on clang archs (was: Re: Ports lock imminent)

2017-09-27 Thread Christian Weisgerber
Jeremie Courreges-Anglas: > > * Mark as BROKEN the remaining ports that have failed to build since > > the clang switch on amd64/i386. > > Should probably use NOT_FOR_ARCHS = ${CLANG_ARCHS}. > > http://exopi.exo.bsdfrog.org/logs/old/amd64/2017-09-26T21:25:35+0200/paths/x11/kde4/cantor.log

ports broken on clang archs (was: Re: Ports lock imminent)

2017-09-27 Thread Jeremie Courreges-Anglas
On Wed, Sep 27 2017, Christian Weisgerber wrote: > We're going to lock the ports tree for the release any day now. > > Please, no more imports or regular updates. > > Issues I'd like to see taken care of before the release: > * Fix the remaining instances of nested functions in autoconf checks. >

Ports lock imminent

2017-09-27 Thread Christian Weisgerber
We're going to lock the ports tree for the release any day now. Please, no more imports or regular updates. Issues I'd like to see taken care of before the release: * Fix the remaining instances of nested functions in autoconf checks. * Pick up Firefox 56. * Mark as BROKEN the remaining ports tha

Re: UPDATE: devel/tor to 0.3.1.7

2017-09-27 Thread Klemens Nanni
On Wed, Sep 27, 2017 at 01:12:12PM +, Pascal Stumpf wrote: > This now picks up liblzma when installed. I think we want to disable > that unless someone really needs the feature. Thoughts? Fair enough, zstd alone will do the job. From the changelog: Because lzma is computationally exp

Re: UPDATE: devel/tor to 0.3.1.7

2017-09-27 Thread Pascal Stumpf
On Sat, 23 Sep 2017 21:03:52 +0200, Klemens Nanni wrote: > 0.3.0.11 fixed CVE-2017-0380, TROVE-2017-008 (only affects onion > services with SafeLogging set to 0). > > Directory traffic can now be compressed, pkg-config is used to detect > zstd and lzma at bulid time. > > There are lots of other i

Re: git stable update (was Re: Update to git-2.14.2)

2017-09-27 Thread Stuart Henderson
On 2017/09/27 02:53, Daniel Jakots wrote: > On Tue, 26 Sep 2017 17:22:36 -0400, Daniel Jakots > wrote: > > > I'll look into a patch for -stable. > > attached OK.

Re: Fix pledge(2) on x11/st

2017-09-27 Thread Ricardo Mestre
Hi Matthias, I already committed the fix, but you can reproduce it on previous version by destroying the window. In my case I use cwm(1) and use a combination of keys which will call "window-delete". I noticed it by accident on hanging ssh sessions, instead of killing the session I destroyed the

Re: Fix pledge(2) on x11/st

2017-09-27 Thread Matthias Schmidt
Hi Ricardo, On 26.09.2017 23:54, Ricardo Mestre wrote: Hi ports@ If st's window is deleted then it will dump core due to a missing pledge promise, specifically proc. Once the window is deleted it will try to send a SIGHUP through kill(2), but since proc is missing from the pledge applied on