Port for Witty C++ web library and server

2016-11-29 Thread David Ireland
Hi, I've attached a port I did for Witty (Wt), a C++ library and application web server. The website is at https://www.webtoolkit.eu/wt If it is of any interest I'd appreciate any feedback or testing. Thanks David wt-3.3.4.tgz Description: GNU Zip compressed data

[wip] pekwm-0.1.18rc1

2016-11-29 Thread Timo Myyrä
Hi, Here's an WIP update to latest pekwm RC. PekWM seems to have switched to using c++11 so use ports gcc for building it. Also added pledge clause in it. Still need to check the pekwm scripts that they work ok. Otherwise pekwm seems usable. Timo Index: Makefile ==

Re: Vulnerable packages in ports 30/11/16

2016-11-29 Thread Sevan Janiyan
On 30/11/2016 02:48, Josh Grosse wrote: > archivers/p7zip fix already committed Thanks. A better link for math/hdf5 is http://blog.talosintel.com/2016/11/hdf5-vulns.html which covers more advisories. Sevan

Re: Vulnerable packages in ports 30/11/16

2016-11-29 Thread Josh Grosse
On November 29, 2016 9:37:55 PM EST, Sevan Janiyan wrote: >Hello, >www/moinmoin CVE-2016-7146 CVE-2016-7148 >science/hdf5-18 >http://www.talosintelligence.com/reports/TALOS-2016-0176/ >archivers/p7zip CVE-2016-9296 patch: >https://sourceforge.net/p/p7zip/bugs/185/ >libxml CVE-2016-9318 patch >htt

Vulnerable packages in ports 30/11/16

2016-11-29 Thread Sevan Janiyan
Hello, www/moinmoin CVE-2016-7146 CVE-2016-7148 science/hdf5-18 http://www.talosintelligence.com/reports/TALOS-2016-0176/ archivers/p7zip CVE-2016-9296 patch: https://sourceforge.net/p/p7zip/bugs/185/ libxml CVE-2016-9318 patch https://bugzilla.gnome.org/show_bug.cgi?id=772726 Sevan

[UPDATE] www/links+ to 2.14

2016-11-29 Thread trondd
Update links+ to 2.14 Fixes some security related issues: * Limit keepalive of ciphers with 64-bit block size to mitigate the SWEET32 attack * Improved tor hardening - when the user toggles the "Only Proxies" option (i.e. when connecting to tor), we reset certain other options to their default va

GSSAPI flavor for Dovecot

2016-11-29 Thread William Leuschner
Hello Brad, I've written a patch for Dovecot that adds GSSAPI as a flavor. Could you take a look at it? Thanks, William Leuschner Index: Makefile === RCS file: /cvs/ports/mail/Makefile,v retrieving revision 1.342 diff -u -p -r1.342

[New] games/t-engine

2016-11-29 Thread Solène Rapenne
Hello, I got the game "The Tales of Maj'Eyal" to work on OpenBSD. It's a free/open-source game which is also could be paying to get "expansions" (if you look on Steam / GOG / Humble Bundle it costs a few € because this includes the expansion). Obviously, paid content is not provided in the po

[NEW] devel/premake

2016-11-29 Thread Solène Rapenne
Hello, I would like feedback about my port, it's a tool which generate makefile. It's only one binary once compiled. premake.tar.gz Description: GNU Zip compressed data

Re: UPDATE: OfflineIMAP v7.0.10

2016-11-29 Thread Jeremie Courreges-Anglas
Committed, thanks. -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

[NEW] misc/reprepro

2016-11-29 Thread Donovan Watteau
Hi, Attached is a port for reprepro, which is a tool to manage your local Debian repositories (yes, I'm doing that on OpenBSD, just with this tool and httpd(8)). Some www.tmac macros in the manpage were disabled, so that it doesn't require groff just for an email address and a URL. reprepro.tgz

Re: [UPDATE] nagios/cnagios to 0.33

2016-11-29 Thread Stuart Henderson
On 2016/11/29 17:08, Kirill Bychkov wrote: > Agreed. Status file shouldn't be hardcoded. Concerning data versin (according > to upstream comments) it is now in TODO to stop detect version on configure > and detect it at a runtime instead. They might as well just remove v1 support completely, reall

Re: [UPDATE] nagios/cnagios to 0.33

2016-11-29 Thread Kirill Bychkov
On Tue, November 29, 2016 12:50, Stuart Henderson wrote: > On 2016/11/28 17:11, Kirill Bychkov wrote: >> # $OpenBSD: Makefile,v 1.22 2016/07/08 16:48:21 sthen Exp $ >> >> -COMMENT = console interface for nagios >> +COMMENT = console interface for nagios/icinga >> + >> +GH_ACCOU

[PATCH] games/teeworlds: MAINTAINER update

2016-11-29 Thread Donovan Watteau
Hi, The following diff updates games/teeworlds to the 0.6.4 version, which fixes a possible remote code execution on the client, among other things (well, if you look at the code, that's not really surprising). While here, Python isn't needed at runtime, and -fsigned-char might help ppc. The cli

Re: [NEW] sysutils/acts

2016-11-29 Thread Josh Grosse
Posting a tarball for release 1.3b2. Also available in https://github.com/jasperla/openbsd-wip acts.tar.gz Description: application/tar-gz

Re: [UPDATE] sysutils/collectd + [NEW] sysutils/riemann-c-client

2016-11-29 Thread Pavel Korovin
On 11/28, Landry Breuil wrote: > Pretty sure i had no riemann installed, that was on my work desktop, > will have to check tmrw. Either way, we should set NO_TEST=Yes if we > dont really know the right requirements and nobody wants to spend time > into doing this properly, or... do it properly :)

Re: [UPDATE] nagios/cnagios to 0.33

2016-11-29 Thread Stuart Henderson
On 2016/11/28 17:11, Kirill Bychkov wrote: > # $OpenBSD: Makefile,v 1.22 2016/07/08 16:48:21 sthen Exp $ > > -COMMENT =console interface for nagios > +COMMENT =console interface for nagios/icinga > + > +GH_ACCOUNT = dannywarren > +GH_PROJECT = cnagios > +G

net/rrdtool: time_t fixes, enable tests

2016-11-29 Thread Jeremie Courreges-Anglas
I spotted a few time_t warnings that could be be harmful on 32 bits archs. While here I enabled tests, that depend on bash/seq. ok? Index: Makefile === RCS file: /d/cvs/ports/net/rrdtool/Makefile,v retrieving revision 1.98 diff -u

Re: [update] openvpn-2.3.13

2016-11-29 Thread Jeremie Courreges-Anglas
Stuart Henderson writes: > On 2016/11/29 10:04, Jeremie Courreges-Anglas wrote: >> >> Hi, >> >> Simple update to the latest release, tested for a week with no visible >> fallout. Feedback welcome. > > This pretty much matches what I sent to somebody who asked offlist for > an update. (I have a

Re: [update] openvpn-2.3.13

2016-11-29 Thread Stuart Henderson
On 2016/11/29 10:04, Jeremie Courreges-Anglas wrote: > > Hi, > > Simple update to the latest release, tested for a week with no visible > fallout. Feedback welcome. This pretty much matches what I sent to somebody who asked offlist for an update. (I have a couple of tweaks; changes to the comme

[update] openvpn-2.3.13

2016-11-29 Thread Jeremie Courreges-Anglas
Hi, Simple update to the latest release, tested for a week with no visible fallout. Feedback welcome. OpenVPN Change Log Copyright (C) 2002-2015 OpenVPN Technologies, Inc. 2016.11.02 -- Version 2.3.13 Arne Schwabe (2): Use AES ciphers in our sample configuration files and add a few mod