[update] osm2pgsql 0.96.0

2018-10-28 Thread Landry Breuil
Hi, update & unbreak now that it doesnt depend anymore on an ancient GEOS. Tests seem to pass on i386 (the ones which fail are b/c the psql server started for tests gets too many connections), also builds fine on amd64. Will do some testing loading real datasetts. Landry Index: Makefile =

mutt and gnupg in OpenBSD 6.4: "Could not decrypt PGP message'

2018-10-28 Thread Stefan Sperling
My mutt/PGP config stopped working in the 6.4 release. I was unable to open encrypted mail sent to me. In case it saves anyone some trouble, I am sharing a workaround I have found: There's a new mutt option called pgp_check_gpg_decrypt_status_fd which is set to 'yes' by default. When set, mutt wil

Re: NEW: textproc/apertium-separable

2018-10-28 Thread Anthony J. Bentley
On Thu, Oct 4, 2018 at 5:19 AM Anthony J. Bentley wrote: > On Thu, Sep 27, 2018 at 2:14 AM Anthony J. Bentley wrote: > > apertium-separable is an lttoolbox module for reordering > > separable/discontiguous multiwords and processing them in the pipeline. > > Multiwords are manually written in an a

UPDATE: mail/mdsort

2018-10-28 Thread Anton Lindqvist
Hi, Update mdsort from maintainer, complete changelog can be found here[1]. Most notably, mdsort can now act as a MDA reading messages from stdin. Comments? OK? [1] https://github.com/mptre/mdsort/releases/tag/v2.0.0 Index: Makefile ===

Re: UPDATE: mail/mdsort

2018-10-28 Thread Klemens Nanni
OK

Re: Possible fix for p5-Net-SSH-Perl on sparc64

2018-10-28 Thread Christian Weisgerber
On 2018-10-27, Charlene Wendling wrote: > The patch i propose here builds and works on sparc64 and amd64, and > simply reverts poly1305.c as it is in OpenSSH, but there are 2 > concerns: > > 1) Security implications, as the context is different than OpenSSH > itself. > > 2) It "reintroduces" the

devel/py-dateutil : update to 2.7.4

2018-10-28 Thread wen heping
Hi, Here is a patch to update devel/py-dateutil to 2.7.4, it build and test well on my amd64 system. OK ? Cheers, wen Index: Makefile === RCS file: /cvs/ports/devel/py-dateutil/Makefile,v retrieving revision 1.27 diff -u -p -r1

Re: update: devel/py-simpleeval

2018-10-28 Thread Daniel Jakots
On Sun, 28 Oct 2018 07:16:01 +0100, Sebastien Marie wrote: > ping. Committed, merci :)

Re: [update] osm2pgsql 0.96.0

2018-10-28 Thread Daniel Jakots
On Sun, 28 Oct 2018 10:04:17 +0100, Landry Breuil wrote: > update & unbreak Yay! Thanks for looking into it. ok danj@

Re: UPDATE: x11/qt5

2018-10-28 Thread Rafael Sadowski
On Fri Oct 26, 2018 at 05:19:15PM +0200, Rafael Sadowski wrote: > Update Qt to the latest 5.9 TLS. I removed almost all libressl patches > and the backports patches from upstream. > > Can any of the libressl fallas look over it? According to the tickets, > everything's closed. > > I know it's cra

multimedia/mpv CVE-2018-6360

2018-10-28 Thread Ingo Feinerer
Hi, multimedia/mpv is currently at 0.22.0 (from 2016) and seems to be affected by CVE-2018-6360 (https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-6360). I tried to update to 0.29.1 but configure stops because FFmpeg 4.0 or newer is needed (we only have 2.8.15). Is there a specific reason

Re: multimedia/mpv CVE-2018-6360

2018-10-28 Thread Klemens Nanni
On Sun, Oct 28, 2018 at 06:35:23PM +0100, Ingo Feinerer wrote: > Is there a specific reason why FFmpeg is kept on the 2.8 branch? It's a non-trivial port and the configure script would run into endless loops during both of my update attempts. mpv is of similar nature - I pretty much stopped work

Re: update: print/py-relatorio 0.8.1 (+ devel/py-magic)

2018-10-28 Thread Brian Callahan
Hi Sebastien -- On 10/28/18 2:18 AM, Sebastien Marie wrote: ping. On Sun, Sep 30, 2018 at 06:54:58PM +0200, Sebastien Marie wrote: Hi, Here an update for print/py-relatorio ChangeLog 0.8.1 - 20180930 * Add support for Python 3.7 * Escape invalid XML characters * Enforce closing tag to be the

NEW: games/iortcw

2018-10-28 Thread Ryan Freeman
iortcw is an effort to provide a baseline RTCW (Return to Castle Wolfenstein) engine with updated idtech3 engine-base from the ioquake3 project. There is a single player, multiplayer, and dedicated server binary. Tested single-player with my own ancient gamedata for this game, plus the patch for

Re: NEW: games/iortcw

2018-10-28 Thread Brian Callahan
On 10/28/18 2:36 PM, Ryan Freeman wrote: iortcw is an effort to provide a baseline RTCW (Return to Castle Wolfenstein) engine with updated idtech3 engine-base from the ioquake3 project. There is a single player, multiplayer, and dedicated server binary. Tested single-player with my own ancie

qt5.port.mk breaks security/xca

2018-10-28 Thread Christian Weisgerber
http://build-failures.rhaalovely.net/amd64/2018-10-25/security/xca.log security/xca breaks because it uses "cc" to link C++ code. It also uses "cc" to compile C++ code, but the compiler switches to C++ mode. The link command does not. xca's build framework uses the CC variable to hold the name

php 7.2 pool definition

2018-10-28 Thread s_graf
I am trying to find a pool definition for www in php 7.2. Has it been moved to an include file?

Re: NEW: games/iortcw

2018-10-28 Thread Ryan Freeman
On Sun, Oct 28, 2018 at 04:50:41PM -0400, Brian Callahan wrote: > > > On 10/28/18 2:36 PM, Ryan Freeman wrote: > >iortcw is an effort to provide a baseline RTCW (Return to Castle > >Wolfenstein) engine with updated idtech3 engine-base from the ioquake3 > >project. > > > >There is a single player,

Re: php 7.2 pool definition

2018-10-28 Thread Stuart Henderson
Fixed in -current, the simplest way for php 7.1/7.2 in 6.4 is probably to use the sample php-fpm.conf from 7.0 (pkg_add php%7.0, it's in /usr/local/share/examples/php-7.0/php-fpm.conf). -- Sent from a phone, apologies for poor formatting. On 28 October 2018 21:32:00 wrote: I am trying to fi

Re: Mininet Topology

2018-10-28 Thread Ayaka Koshibe
On Thu, Oct 25, 2018 at 11:31:42PM -0700, stephan wrote: > For some reason I am having a hard time running mininet which produces the > forwarding rules. > > Anyways here is my code: > > import java.io.File; > import java.io.PrintWriter; > import java.io.FileWriter; > import java.util.Collections

Re: [UPDATE] devel/ipython 5.3.0p0 -> 5.8.0 and devel/py-ipykernel 4.6.1p0 -> 4.9.0

2018-10-28 Thread Björn Ketelaars
On Thu 06/09/2018 13:17, Elias M. Mariani wrote: > You are right, I forgot to attach the diff... > Here is the change in py-ipykernel that you requested. > > Cheers. > Elias. > > 2018-08-30 14:39 GMT-03:00 Elias M. Mariani : > > 2018-08-30 6:09 GMT-03:00 Edd Barrett : > >> Hi Elias, > >> > >> I'v

arm bulk build report

2018-10-28 Thread phessler
bulk build on armv7-0.ports.openbsd.org started on Fri Oct 12 02:05:12 MDT 2018 finished at Sun Oct 28 22:08:44 MDT 2018 lasted 17D13h03m done with kern.version=OpenBSD 6.4 (GENERIC) #70: Thu Oct 11 10:19:24 MDT 2018 built packages:8425 Oct 12:293 Oct 13:237 Oct 15:104 Oct 16:109 Oct 17:147 Oct 1