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 > 8

[patch] i3status volume display

2018-02-07 Thread Carlin Bingham
Hi, i3status doesn't display the volume on some hardware, specifically auich(4), and I think anything else in the ac97(4) family possibly has the same problem. On auich at least the AUDIO_MIXER_READ ioctl fails if num_channels isn't specified. Also i3status reads the mute status from the wrong de

[update] news/sabnzbd to 1.2.1

2017-02-25 Thread Carlin Bingham
Changelog: https://github.com/sabnzbd/sabnzbd/releases/tag/1.2.1 -- Carlin Index: news/sabnzbd/Makefile === RCS file: /cvs/ports/news/sabnzbd/Makefile,v retrieving revision 1.10 diff -u -p -u -r1.10 Makefile --- news/sabnzbd/Makef

[update] news/sabnzbd to 1.2.0

2017-01-14 Thread Carlin Bingham
Changelog: https://github.com/sabnzbd/sabnzbd/releases/tag/1.2.0 -- Carlin Index: news/sabnzbd/Makefile === RCS file: /cvs/ports/news/sabnzbd/Makefile,v retrieving revision 1.10 diff -u -p -r1.10 Makefile --- news/sabnzbd/Makefile

[update] sabnzbd to 1.1.0

2016-09-10 Thread Carlin Bingham
Lots of changes and fixes, full changelog: https://github.com/sabnzbd/sabnzbd/releases/tag/1.1.0 -- Carlin Index: news/sabnzbd/Makefile === RCS file: /cvs/ports/news/sabnzbd/Makefile,v retrieving revision 1.10 diff -u -p -u -r1.10

Re: The W^X situation: we need wxneeded

2016-08-07 Thread Carlin Bingham
On Sun, Aug 07, 2016 at 10:20:50PM +0200, Christian Weisgerber wrote: > OpenBSD is increasingly mandating W^X. What does that mean? Memory > can either be mapped writable, or it can be executable, but not > both (Write xor eXecute). This is a security concern. Without > W^X, an attacker can loa

Re: pledge ffmpegthumbnailer

2016-06-14 Thread Carlin Bingham
On Tue, Jun 14, 2016 at 06:47:25AM +0200, Sebastien Marie wrote: > Hi, > > First, a bump of library version would be required as you added new > exported functions. > > But I think your changes are too invasive for been patches for OpenBSD > port tree. > > You should first deal with upstream for

pledge ffmpegthumbnailer

2016-06-13 Thread Carlin Bingham
This thing has been used in the past as a vector to exploit ffmpeg library vulneraiblities, and it's also unpledgeable without some changes. It opens the only file it's going to write early on, so if we could pledge immediately after that it wouldn't need wpath or cpath, but the public methods to

Re: pledge par2cmdline

2016-06-13 Thread Carlin Bingham
On Mon, Jun 13, 2016 at 08:42:34PM +0100, Mikolaj Kucharski wrote: > On Mon, Jun 13, 2016 at 07:35:23PM +0200, Sebastien Marie wrote: > > On Sun, Jun 12, 2016 at 09:17:27PM +0100, Mikolaj Kucharski wrote: > > > Will you be driving this to get merged upstream Carlin? > > > > Trying to push it upstr

Re: pledge par2cmdline

2016-06-11 Thread Carlin Bingham
On Sat, Jun 11, 2016 at 09:27:58AM +0200, Sebastien Marie wrote: > > the promises seems correct to me, but patches needs some comments (based > on your previous description for example). > > it is OK semarie@ (with additionnal comments), but I would be glad to > have maintener point of vue too. >

pledge par2cmdline

2016-06-08 Thread Carlin Bingham
This adds pledge to par2 and its utilities. The 'create' command needs cpath and wpath to create and write the pars. The 'repair' command needs cpath to rename damaged files and delete partial files, and wpath to write the recovered files (at least to begin with). The 'verify' command may need c

[update] news/sabnzbd to 1.0.3

2016-06-05 Thread Carlin Bingham
The last update gets commited and they release a new version. 1.0.3 changelog: - Fix jobs hanging at 99% or 100% - Support X-DNZB-PASSWORD header - Prevent fatal "too many connections" issue - Show checksum errors reported by unrar -- Carlin Index: news/sabnzbd/Makefile =

Re: [update] news/sabnzbd to 1.0.2

2016-06-01 Thread Carlin Bingham
Ping? On Sat, May 07, 2016 at 03:22:30PM +1200, Carlin Bingham wrote: > Disregard my earlier patch, they've released a bufix release since that. > > This updates sabnzbd from 1.0.0 to 1.0.2 > > 1.0.2 bugfixes: > > - Fix hangups at 100% when QuickCheck is off an

pledge unrar

2016-05-18 Thread Carlin Bingham
The e, x, p, t and (undocumented) i commands all need to create/write files as they can cause it to automatically restore missing volumes in a multipart archive. It calls flock() only when operating on a multipart archive where the last volume is missing and there is a recovery volume available an

security/luasec ssl.https module

2016-05-07 Thread Carlin Bingham
Hi, Is there a reason that the luasec port doesn't install the https module? If not, this patch should add it, and also bumps the documentation link in the description. -- Carlin Index: security/luasec/Makefile === RCS file: /cvs/

[update] news/sabnzbd to 1.0.2

2016-05-06 Thread Carlin Bingham
Disregard my earlier patch, they've released a bufix release since that. This updates sabnzbd from 1.0.0 to 1.0.2 1.0.2 bugfixes: - Fix hangups at 100% when QuickCheck is off and "all-pars" is on - Fix handling of "too many connections" for some Usenet servers 1.0.1 changelog: - Prevent creat

[update] news/sabnzbd 1.0.1

2016-04-27 Thread Carlin Bingham
This updates sabnzbd from 1.0.0 to 1.0.1 Changelog: * Prevent creating orphan items in "incomplete" when deleting downloading jobs. * Forced item with missing articles caused overflow into paused jobs * Do QuickCheck even on files that would be removed by the Cleanup-list * (problematic for RAR

Re: [update] SABnzbd to 1.0.0

2016-03-20 Thread Carlin Bingham
On Wed, Mar 16, 2016 at 07:47:50PM +0100, Juan Francisco Cantero Hurtado wrote: > +EXTRACT_SUFX = .tar.gz > > EXTRACT_SUFX always defaults to .tar.gz. > Here it is with the redundant EXTRACT_SUFX fixed. Index: news/sabnzbd/Makefile

Re: [update] SABnzbd to 1.0.0

2016-03-15 Thread Carlin Bingham
On Tue, Mar 15, 2016 at 11:42:56PM +, Stuart Henderson wrote: > There is a proper uploaded tarball, > https://github.com/sabnzbd/sabnzbd/releases/download/1.0.0/SABnzbd-1.0.0-src.tar.gz > - please use this rather than a tag-based checkout (get rid of the GH_ > variables). This better? Index

[update] SABnzbd to 1.0.0

2016-03-15 Thread Carlin Bingham
Updates from 0.7.20 to 1.0.0 Release notes: https://github.com/sabnzbd/sabnzbd/releases/tag/1.0.0 Index: Makefile === RCS file: /cvs/ports/news/sabnzbd/Makefile,v retrieving revision 1.7 diff -u -p -u -r1.7 Makefile --- Makefile

pledge tor

2016-01-19 Thread Carlin Bingham
The compat.c patch is by tb@ and stops tor from calling sysctl() to get the total memory everytime it receives sighup, so we don't need `ps' after tor_init(). I originally thought tor repeatedly called setgroups() but it does avoid this so we don't need `id' after tor_init() either. What's left

Re: pledge in ports

2016-01-18 Thread Carlin Bingham
On Sun, 17 Jan 2016, at 04:13 AM, Jiri B wrote: > > Could you consider Tor please? > > j. > tor's pledge will looking something like: pledge("stdio rpath cpath wpath ps id dns inet unix flock getpw proc exec pf", NULL) None of these can be dropped later or made conditional on the

[update] perl6: rakudo/nqp/moarvm to 2015.11, parrot to 7.10.0

2015-12-08 Thread Carlin Bingham
Updates everything to the November release. -- Carlin Index: lang/rakudo/Makefile === RCS file: /cvs/ports/lang/rakudo/Makefile,v retrieving revision 1.23 diff -u -p -u -r1.23 Makefile --- lang/rakudo/Makefile5 Nov 2015 11:

[update] perl6: rakudo/nqp/moarvm to 2015.10, parrot to 7.9.0

2015-11-02 Thread Carlin Bingham
Updates everything to the latest (October) release. The path patches for nqp and moarvm are no longer needed as those paths are used upstream. Index: lang/moarvm/Makefile === RCS file: /cvs/ports/lang/moarvm/Makefile,v retrieving r

Re: [update] news/sabnzbd to 0.7.20

2015-04-12 Thread Carlin Bingham
Any interest in this? -- Carlin On Tue, 27 Jan 2015, at 07:47 AM, Carlin Bingham wrote: > This updates sabnzbd from 0.7.11 to 0.7.20 > > The changelogs for the all the intervening versions can be found at > https://forums.sabnzbd.org/viewforum.php?f=8 > > > -- >

[update] news/sabnzbd to 0.7.20

2015-01-26 Thread Carlin Bingham
This updates sabnzbd from 0.7.11 to 0.7.20 The changelogs for the all the intervening versions can be found at https://forums.sabnzbd.org/viewforum.php?f=8 -- Carlin Index: news/sabnzbd//Makefile === RCS file: /cvs/ports/news/sa