Re: devel/fossil: uses pledge() [upstream support / and broken]

2018-03-25 Thread Sebastien Marie
On Sun, Mar 25, 2018 at 02:19:59PM -0400, James Turner wrote: > As it seems this is only trigger when the default permissions on the > .fossil file is changed I think we are fine for the 6.3 release. Also > considering the tree was just locked :). I agree. pledge() is enforced only on "fossil

Re: [NEW] rtptools

2018-03-25 Thread Stuart Henderson
On 2018/03/25 16:15, Jan Stary wrote: > This is the latest release of RTP tools, > a set of tools to parse, process and send RTP data. > > Jan > # $OpenBSD$ COMMENT = process RTP data DISTNAME = rtptools-1.22 CATEGORIES =net telephony HOMEPAGE =

Re: devel/fossil: uses pledge() [upstream support / and broken]

2018-03-25 Thread James Turner
As it seems this is only trigger when the default permissions on the .fossil file is changed I think we are fine for the 6.3 release. Also considering the tree was just locked :). I would suggested submitting a bug upstream letting them know they need the additional pledge when they try to chmod

Re: devel/fossil: uses pledge() [upstream support / and broken]

2018-03-25 Thread James Turner
On Sun, Mar 25, 2018 at 02:32:05PM -0400, James Turner wrote: > On Mon, Mar 26, 2018 at 06:30:16AM +1300, Carlin Bingham wrote: > > On Sun, Mar 25, 2018 at 09:23:14AM +0200, Sebastien Marie wrote: > > > Hi, > > > > > > [ ... ] > > > > > > Regarding the pledge() problem: > > > > > > The 'status'

Re: devel/fossil: uses pledge() [upstream support / and broken]

2018-03-25 Thread James Turner
On Mon, Mar 26, 2018 at 06:30:16AM +1300, Carlin Bingham wrote: > On Sun, Mar 25, 2018 at 09:23:14AM +0200, Sebastien Marie wrote: > > Hi, > > > > [ ... ] > > > > Regarding the pledge() problem: > > > > The 'status' command trigger it. > > > > $ fossil status > > ... > > Abort trap (core

CVS: cvs.openbsd.org: ports

2018-03-25 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2018/03/25 12:25:22 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: Update to thunderbird 52.7.2. Fixes

Ports tree locked

2018-03-25 Thread Christian Weisgerber
The ports tree is now locked for the 6.3 release. We still want to get in the latest Mozilla point releases. If anything else really important pops up, talk to sthen and me. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: devel/fossil: uses pledge() [upstream support / and broken]

2018-03-25 Thread Carlin Bingham
On Sun, Mar 25, 2018 at 09:23:14AM +0200, Sebastien Marie wrote: > Hi, > > [ ... ] > > Regarding the pledge() problem: > > The 'status' command trigger it. > > $ fossil status > ... > Abort trap (core dumped) > > $ dmesg | tail -1 > fossil[75892]: pledge "fattr", syscall 124 > > $ kdump >

[NEW] rtptools

2018-03-25 Thread Jan Stary
This is the latest release of RTP tools, a set of tools to parse, process and send RTP data. Jan rtptools.tar Description: Unix tar archive

aarch64 bulk build report

2018-03-25 Thread phessler
bulk build on arm64.ports.openbsd.org started on Wed Mar 21 07:19:17 MDT 2018 finished at Sun Mar 25 06:47:14 MDT 2018 lasted 04D16h27m done with kern.version=OpenBSD 6.3 (GENERIC.MP) #32: Tue Mar 20 15:50:20 MDT 2018 built packages:8131 Mar 21:2049 Mar 22:1521 Mar 23:1181 Mar 24:3063 Mar

sshguard 1.5-->2.1.0, daemon issues

2018-03-25 Thread Andreas Kusalananda Kähäri
Hi, I updated the security/sshguard port from 1.5 to 2.1.0 as that version now understands the logs that our newer version of OpenSSH outputs. The port works as it should do, but I have an issue with shutting the daemon down. "rcctl stop sshguard" simply does nothing. The "sshguard" executable

devel/fossil: uses pledge() [upstream support / and broken]

2018-03-25 Thread Sebastien Marie
Hi, I just found (hard way) that devel/fossil has upstream support for pledge(2). It would be preferable to mark it on Makefile. $ grep -R pledge . ./fossil-2.5/auto.def:cc-check-functions pledge ./fossil-2.5/src/checkin.c: fossil_pledge("stdio rpath wpath cpath id flock tty chown");