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

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

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

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

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

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

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

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

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: 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"

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

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 :)

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

[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

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

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

Re: UPDATE: mail/mdsort

2018-10-28 Thread Klemens Nanni
OK

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

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

Re: update: devel/py-simpleeval

2018-10-28 Thread Sebastien Marie
ping. On Fri, Oct 19, 2018 at 10:34:54AM +0200, Sebastien Marie wrote: > Hi, > > Here an update for simpleeval. > > py2 and py3 tested on amd64. > > Thanks. > -- > Sebastien Marie > > Index: Makefile > === > RCS file:

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

2018-10-28 Thread Sebastien Marie
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 same directive as the opening > * Use

CVS: cvs.openbsd.org: ports

2018-10-28 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2018/10/28 04:46:02 Modified files: telephony/baresip/baresip: Makefile distinfo telephony/baresip/baresip/patches: patch-src_config_c telephony/baresip/re: Makefile distinfo

CVS: cvs.openbsd.org: ports

2018-10-28 Thread Anton Lindqvist
CVSROOT:/cvs Module name:ports Changes by: an...@cvs.openbsd.org 2018/10/28 06:14:02 Modified files: mail/mdsort: Makefile distinfo Log message: Update to mdsort-2.0.0. ok kn@

CVS: cvs.openbsd.org: ports

2018-10-28 Thread Daniel Dickman
CVSROOT:/cvs Module name:ports Changes by: dan...@cvs.openbsd.org 2018/10/28 18:28:50 Modified files: graphics/py-matplotlib: Makefile distinfo graphics/py-matplotlib/patches:

CVS: cvs.openbsd.org: ports

2018-10-28 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/10/28 11:26:03 Modified files: sysutils/login_duo: Makefile Log message: Missed bump.

CVS: cvs.openbsd.org: ports

2018-10-28 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2018/10/28 11:23:55 Added files: x11/xfce4/xfce4-notifyd/patches: patch-configure Log message: Fix wrong dependency on development release for xfce4-panel reported by ajacoutot@, thanks!

CVS: cvs.openbsd.org: ports

2018-10-28 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2018/10/28 12:51:39 Modified files: x11/xfce4/xfce4-notifyd: distinfo Removed files: x11/xfce4/xfce4-notifyd/patches: patch-configure Log message: Fixed tarball rerolled upstream (yeah, i know..)

CVS: cvs.openbsd.org: ports

2018-10-28 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2018/10/28 02:16:59 ports/cad/necpp/patches Update of /cvs/ports/cad/necpp/patches In directory cvs.openbsd.org:/tmp/cvs-serv34252/patches Log Message: Directory /cvs/ports/cad/necpp/patches added to the

CVS: cvs.openbsd.org: ports

2018-10-28 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2018/10/28 02:19:12 Modified files: cad/necpp : Makefile Added files: cad/necpp/patches: patch-src_safe_array_h Log message: Include cstring for memcpy().

CVS: cvs.openbsd.org: ports

2018-10-28 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/10/28 04:06:27 Modified files: sysutils/exoscale-cli: Makefile distinfo Log message: Update to exoscale-cli-1.0.2.

CVS: cvs.openbsd.org: ports

2018-10-28 Thread Andrew Fresh
CVSROOT:/cvs Module name:ports Changes by: afre...@cvs.openbsd.org 2018/10/28 09:29:49 Modified files: devel : Makefile Log message: Correctly spell p5-Test-FailWarnings Noticed by ajacoutot@

CVS: cvs.openbsd.org: ports

2018-10-28 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2018/10/28 02:24:30 Modified files: converters/pflogx: Makefile Added files: converters/pflogx/patches: patch-src_SysTools_cpp Log message: Include string.h for strerror_r().

CVS: cvs.openbsd.org: ports

2018-10-28 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/10/28 03:20:54 Modified files: www/uriparser : Tag: OPENBSD_6_4 Makefile Added files: www/uriparser/patches: Tag: OPENBSD_6_4 patch-src_UriCommon_c

CVS: cvs.openbsd.org: ports

2018-10-28 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2018/10/28 02:59:08 Modified files: devel/commoncpp: Makefile Added files: devel/commoncpp/patches: patch-src_mempager_cpp Log message: Include cstdlib for free()/posix_memalign().

Re: CVS: cvs.openbsd.org: ports

2018-10-28 Thread Antoine Jacoutot
On Sat, Oct 27, 2018 at 09:00:53PM -0600, Andrew Fresh wrote: > CVSROOT: /cvs > Module name: ports > Changes by: afre...@cvs.openbsd.org 2018/10/27 21:00:53 > > Modified files: > devel : Makefile > net: Makefile > > Log message: >

CVS: cvs.openbsd.org: ports

2018-10-28 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2018/10/28 04:09:07 Modified files: fonts/font-awesome: Makefile distinfo Log message: Update font-awesome-5.4.2

CVS: cvs.openbsd.org: ports

2018-10-28 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2018/10/28 04:55:37 Modified files: devel/catch2 : Makefile distinfo devel/catch2/pkg: PLIST Log message: Update catch2-2.4.2

CVS: cvs.openbsd.org: ports

2018-10-28 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2018/10/28 01:45:25 ports/archivers/zipios/patches Update of /cvs/ports/archivers/zipios/patches In directory cvs.openbsd.org:/tmp/cvs-serv5/patches Log Message: Directory /cvs/ports/archivers/zipios/patches

CVS: cvs.openbsd.org: ports

2018-10-28 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2018/10/28 02:07:36 Modified files: audio/libofa : Makefile Added files: audio/libofa/patches: patch-examples_example_cpp Log message: Include cstring for str*() functions.

CVS: cvs.openbsd.org: ports

2018-10-28 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2018/10/28 03:02:40 Modified files: devel/codeworker: Makefile Added files: devel/codeworker/patches: patch-DtaScriptVariable_h Log message: Include string.h for strdup().

CVS: cvs.openbsd.org: ports

2018-10-28 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2018/10/28 01:42:40 Modified files: misc/cdrdao: Makefile Added files: misc/cdrdao/patches: patch-trackdb_TempFileManager_cc Log message: Include string.h for strrchr().

CVS: cvs.openbsd.org: ports

2018-10-28 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2018/10/28 01:48:25 Modified files: archivers/zipios: Makefile Added files: archivers/zipios/patches: patch-src_directory_h Log message: Include cstddef for ptrdiff_t.

CVS: cvs.openbsd.org: ports

2018-10-28 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2018/10/28 02:13:41 Modified files: cad/gnucap : Makefile Added files: cad/gnucap/patches: patch-modelgen_md_h Log message: Include cstring for str*() functions.

CVS: cvs.openbsd.org: ports

2018-10-28 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2018/10/28 01:59:57 Modified files: audio/id3lib : Makefile Added files: audio/id3lib/patches: patch-include_id3_id3lib_strings_h Log message: Include cstring for memmove/memcpy.

CVS: cvs.openbsd.org: ports

2018-10-28 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2018/10/28 08:49:25 Modified files: geo/osm2pgsql : Makefile distinfo geo/osm2pgsql/patches: patch-CMakeLists_txt patch-docs_osm2pgsql_1 patch-options_cpp

CVS: cvs.openbsd.org: ports

2018-10-28 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2018/10/28 01:31:29 Modified files: math/netcdf: Makefile Added files: math/netcdf/patches: patch-cxx_ncvalues_cpp Log message: Include cstring for strncpy().

CVS: cvs.openbsd.org: ports

2018-10-28 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2018/10/28 02:30:03 Modified files: devel/atlas: Makefile Added files: devel/atlas/patches: patch-src_Codecs_XML_cc Log message: Include cstdlib for atol and atof.

CVS: cvs.openbsd.org: ports

2018-10-28 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/10/28 03:13:30 Modified files: www/uriparser : Makefile distinfo Log message: SECURITY update to uriparser-0.9.0: - Out-of-bounds write in uriComposeQuery* and uriComposeQueryEx* - Detect

CVS: cvs.openbsd.org: ports

2018-10-28 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/10/28 03:45:50 Modified files: graphics/libgphoto2: Makefile distinfo Log message: Update to libgphoto-2.5.20.

CVS: cvs.openbsd.org: ports

2018-10-28 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/10/28 03:46:04 Modified files: graphics/gphoto2: Makefile distinfo Log message: Update to gphoto-2.5.20.

CVS: cvs.openbsd.org: ports

2018-10-28 Thread Daniel Jakots
CVSROOT:/cvs Module name:ports Changes by: d...@cvs.openbsd.org2018/10/28 07:46:43 Modified files: devel/py-simpleeval: Makefile distinfo Log message: Update to py-simpleeval-0.9.8 >From semarie (maintainer)

CVS: cvs.openbsd.org: ports

2018-10-28 Thread Thomas Frohwein
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2018/10/28 23:39:49 Modified files: devel/sdl2 : Makefile Added files: devel/sdl2/patches: patch-src_video_x11_SDL_x11keyboard_c patch-src_video_x11_SDL_x11sym_h

CVS: cvs.openbsd.org: ports

2018-10-28 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2018/10/28 00:11:53 Modified files: graphics/png2ico: Makefile graphics/png2ico/patches: patch-png2ico_cpp Log message: Include cstring for str*() functions.

CVS: cvs.openbsd.org: ports

2018-10-28 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2018/10/28 00:31:40 Added files: lang/freehdl/patches: patch-vaul_dunit_cc Log message: Include stdlib.h for free().