make icingacli available outside chroot

2019-01-21 Thread Martijn van Duren
I'm currently trying to get vsphere module to run, which requires the daemon to be started via icingacli. Unfortunately this doesn't work, because the module was enabled inside the chroot, which makes the destination path invalid for icingacli, which runs outside a chroot. The following diff ad

unbreak devel/sdl with Mesa 18.3

2019-01-21 Thread Jonathan Gray
The include guards in GL headers changed with Mesa 18.3 GL __glcorearb_h_ -> __gl_glcorearb_h_ __glext_h_ -> __gl_glext_h_ __glxext_h_ -> __glx_glxext_h_ GLES2 __gl2_h_-> __gles2_gl2_h_ __gl2ext_h_ -> __gles2_gl2ext_h_ GLES3 __gl3_h_-> __gles2_gl3_h_ This causes us

[update] sysutils/restic to 0.9.4

2019-01-21 Thread Aaron Bieber
Here is an update to restic! Changes here: https://github.com/restic/restic/releases/tag/v0.9.4 OK? diff --git a/sysutils/restic/Makefile b/sysutils/restic/Makefile index 2be8b2990b2..7ad8dbc79dd 100644 --- a/sysutils/restic/Makefile +++ b/sysutils/restic/Makefile @@ -2,7 +2,7 @@ COMMENT =

[update] security/gopass to 1.8.4

2019-01-21 Thread Aaron Bieber
Hola, Here is an update to gopass. Changelog here: https://github.com/gopasspw/gopass/releases/tag/v1.8.4 Patch has been upstreaem'd. OK? diff --git a/security/gopass/Makefile b/security/gopass/Makefile index 37a6af56929..dff73dfbe69 100644 --- a/security/gopass/Makefile +++ b/security/gopass

Re: simple-mtpfs panics

2019-01-21 Thread Martin Pieuchot
On 21/01/19(Mon) 09:36, Ed Ahlsen-Girard wrote: > After this command sequence while a Galaxy S8 running > R16NW.G950USQU5CSA4 is plugged in: Does it also happen when you unplug your phone w/o using mtp-connect? How does your phone appear in the dmesg? Do you see any 'detach' message before the p

Re: UPDATE: py-html2text 2016.9.19 -> 2018.1.9

2019-01-21 Thread Stuart Henderson
On 2019/01/21 16:26, Kurt Mosiejczuk wrote: > On Mon, Jan 21, 2019 at 09:20:03PM +, Stuart Henderson wrote: > > > Thanks, that should be fine then - committing soon. > > Excellent. Thanks! > > > > I tried it with rss2email which seems broken. Digging into it, this seems > > > to be unrelated

Re: UPDATE: py-html2text 2016.9.19 -> 2018.1.9

2019-01-21 Thread Stuart Henderson
On 2019/01/20 13:25, Kurt Mosiejczuk wrote: > On Sun, Jan 20, 2019 at 11:02:16AM -0500, Kurt Mosiejczuk wrote: > > > > Have you checked release notes for any changes that might cause issues > > > with dependent ports? (I've tested with urlwatch and that still works). > > > Changes all seem to be

[wip] tinysshd

2019-01-21 Thread Landry Breuil
Hi, here's a wip port for https://tinyssh.org - 'a minimalistic SSH server which implements only a subset of SSHv2 features' - a bit different from dropbear, see https://maruel.ca/post/tinyssh-2/ for a comparison. I haven't been able to make it compile against libsodium (weird build system) but i

Re: pledge/unveil: net/gophernicus

2019-01-21 Thread Paco Esteban
On Fri, 18 Jan 2019, Edd Barrett wrote: > Has anyone else had a chance to look at this now that Theo's comments > are (I think/hope) addressed? > > I'm not looking for OKs, but if it "looks good", I'd like to discuss the > changes with upsteam. Just installed it on my personal server. It seems t

Re: [NEW] net/thingsd 1.0

2019-01-21 Thread Tracey Emery
After some additional testing, I found a leak. So, here is a new port to include that fix. The flaw wasn't discovered until I decided to hammer the daemon with subscription packets. This will be the last email about this new port for awhile. Thanks. On Fri, Jan 18, 2019 at 04:00:42PM -0700, Trace

[UPDATE] net/gpodder-3.10.5 -> 3.10.6

2019-01-21 Thread trondd
Update gPodder to the latest, mostly bugfix release. New features #243 add sync command to gpo Improvements MPRIS Listener compatible with other players than VLC, marks episode finished after stream completion #374 Export to Local Folder has customizable filename again but checkbox

simple-mtpfs panics

2019-01-21 Thread Ed Ahlsen-Girard
After this command sequence while a Galaxy S8 running R16NW.G950USQU5CSA4 is plugged in: doas mtp-connect doas simple-mtpfs /mnt I eventually end up here: login: panic: free: size too small 16 <= 64 / 2 (0x80da7ac0) type USB Stopped at db_enter+0x12: popq %r11 TIDPID

Re: UPDATE: www/links+

2019-01-21 Thread trondd
On Sun, January 20, 2019 8:50 am, Edd Barrett wrote: > Hi, > > I found myself on the links+ website today, and noticed that there was a > newer version. Here's a diff for that. > > Thanks > Thanks. I was planning to check my ports for updates this weekend but you beat me to it. The update looks

Re: [FIX] devel/openmpi: Make main API symbols non-local (Re: devel/openmpi Can't link example program, symbols local in libmpi.so.0.1?)

2019-01-21 Thread Jeremie Courreges-Anglas
On Mon, Jan 21 2019, Andreas Kusalananda Kähäri wrote: > Ping on this. It makes the _ancient_ version of OpenMPI that we have > usable. Currently, the API's symbols are not exported in the library, so > the port is virtually unusable. This simple patch fixes that. I've just committed a tweaked

Re: update: mail/imapsync

2019-01-21 Thread Jeremie Courreges-Anglas
On Mon, Jan 21 2019, Pierre-Emmanuel André wrote: > On Sun, Jan 20, 2019 at 12:23:18PM +0100, Giovanni Bechis wrote: >> Hi, >> update to latest version. >> Comments ? Ok ? >> Cheers >>Giovanni > > > Hello, > > Looks good but iirc it will miss you a new required RDEP (p5-Sys-MemInfo). > I ha

Re: [FIX] devel/openmpi: Make main API symbols non-local (Re: devel/openmpi Can't link example program, symbols local in libmpi.so.0.1?)

2019-01-21 Thread Andreas Kusalananda Kähäri
Ping on this. It makes the _ancient_ version of OpenMPI that we have usable. Currently, the API's symbols are not exported in the library, so the port is virtually unusable. This simple patch fixes that. Cheers, Andreas On Mon, Jan 14, 2019 at 10:52:43AM +0100, Andreas Kusalananda Kähäri wrot

Re: [UPDATE] devel/p5-Net-Server 2.008 -> 2.009

2019-01-21 Thread Charlene Wendling
Can someone look at this please? On Wed, 5 Dec 2018 02:44:36 +0100 Charlene Wendling wrote: > > I'm proposing here an update for Net::Server. > > What's new upstream [1]: > > - TLS under Unix sockets > - many bugfixes and improved logging > > What's new in the port: > > - Dropped HOMEPA

Re: [UPDATE] mail/spampd to 2.52

2019-01-21 Thread Henrik Friedrichsen
Ping?

Re: [UPDATE] net/prosody to 0.11.1

2019-01-21 Thread Henrik Friedrichsen
Ping?

Re: update: mail/imapsync

2019-01-21 Thread Klemens Nanni
On Mon, Jan 21, 2019 at 12:38:13PM +0100, Giovanni Bechis wrote: > New imapsync attached with run-dependencies sorted (Regexp::Common was also > missing) spotted by kn@ That was pea@, I did a sloppy job.

[UPDATE] textproc/p5-String-Random 0.29 -> 0.30

2019-01-21 Thread Charlene Wendling
Hi ports, Here is an update for String::Random. The sole upstream change is a move to Dist::Zilla for distribution [1]. Port-wise it's a simple version bump. Testing: - 'make test' passes - There are consumers, no new failures have been found due to this update [2]. Comments/feedback ar

Re: update: mail/imapsync

2019-01-21 Thread Giovanni Bechis
On 1/21/19 9:48 AM, Pierre-Emmanuel André wrote: > On Sun, Jan 20, 2019 at 12:23:18PM +0100, Giovanni Bechis wrote: >> Hi, >> update to latest version. >> Comments ? Ok ? >> Cheers >>Giovanni > > > Hello, > > Looks good but iirc it will miss you a new required RDEP (p5-Sys-MemInfo). > I h

Re: update: mail/imapsync

2019-01-21 Thread Pierre-Emmanuel André
On Sun, Jan 20, 2019 at 12:23:18PM +0100, Giovanni Bechis wrote: > Hi, > update to latest version. > Comments ? Ok ? > Cheers >Giovanni Hello, Looks good but iirc it will miss you a new required RDEP (p5-Sys-MemInfo). I have made a new port for this (in attachment). Untar it in sysutils.

Re: UPDATE: security/opendnssec

2019-01-21 Thread Pavel Korovin
Dear all, Please find updated diff for the latest opendnssec attached. Added /var/run/opendnssec/ creation to rc script. Waiting for OK's to commit. On 01/18, Pavel Korovin wrote: > Dear all, > Please see the fixed patch for the latest opendnssec + > patch for www/faq/current.html > > Took the m