Re: dpb woes with chmod/chown/install during fake

2015-07-27 Thread Stuart Henderson
On 2015/07/27 08:52, Marc Espie wrote: On Mon, Jul 27, 2015 at 07:35:27AM +0200, Landry Breuil wrote: Thanks for the lengthy e-mail, but i didnt see anything related to the install -m 2755 / chmod g+s failure.. which is affecting production builds. Should i read into the lines that this

CVS: cvs.openbsd.org: ports

2015-07-27 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2015/07/27 08:53:38 Modified files: sysutils/collectd: Makefile Added files: sysutils/collectd/patches: patch-src_daemon_Makefile_in Log message: Fix previous, collectd failed to load its plugins

Re: [NEW] security/skipfish

2015-07-27 Thread Bryan C. Everly
Stuart, Thanks for pointing me towards arc4random_uniform(). After reading the manpage that makes perfect sense. I'll make that change and the others you suggest and resubmit. What's the typical rhythm for ports changes going in? First 3 months post release? Thanks, Bryan On Mon, Jul 27,

CVS: cvs.openbsd.org: ports

2015-07-27 Thread Okan Demirmen
CVSROOT:/cvs Module name:ports Changes by: o...@cvs.openbsd.org2015/07/27 10:29:58 Modified files: databases : Makefile Removed files: databases/pg_top: Makefile distinfo databases/pg_top/patches: patch-machine_m_openbsd_c

UPDATE: net/go-websocket

2015-07-27 Thread Kent R. Spillner
Diff below updates net/go-websocket to current upstream version. The most relevant change for us is a fix for GitHub issue #10866: websocket.Conn.Close leaks file descripts if remote has disconnected. Tested with net/websocketd on amd64, everything builds runs fine. Ok? Index: Makefile

CVS: cvs.openbsd.org: ports

2015-07-27 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2015/07/27 11:19:46 Modified files: infrastructure/lib/DPB: Config.pm Vars.pm infrastructure/lib/DPB/Core: Init.pm Log message: grab a few more things off our ports tree introspection. Locally

UPDATE: net/websocketd: tweak previous

2015-07-27 Thread Kent R. Spillner
Small tweak to previous patch (already fed upstream), and bump. The intended behavior of this example is to print the value of every named environment variable, or unset if the environment variable isn't set. The original patch accidentally just printed the name of every environment variable

CVS: cvs.openbsd.org: ports

2015-07-27 Thread Remi Pointel
CVSROOT:/cvs Module name:ports Changes by: rpoin...@cvs.openbsd.org2015/07/27 13:54:37 ports/www/py-django/lts/pkg Update of /cvs/ports/www/py-django/lts/pkg In directory cvs.openbsd.org:/tmp/cvs-serv15748/lts/pkg Log Message: Directory /cvs/ports/www/py-django/lts/pkg

CVS: cvs.openbsd.org: ports

2015-07-27 Thread Remi Pointel
CVSROOT:/cvs Module name:ports Changes by: rpoin...@cvs.openbsd.org2015/07/27 14:01:02 Modified files: www/py-django : Makefile Added files: www/py-django : Makefile.inc www/py-django/lts: Makefile distinfo www/py-django/lts/pkg: DESCR

Re: [NEW] security/skipfish

2015-07-27 Thread Bryan C. Everly
Stuart, I believe I have incorporated the changes you suggested in the attached tarball. If you could please look it over and give me feedback, I'd appreciate it. Thanks, Bryan On Mon, Jul 27, 2015 at 7:10 AM, Stuart Henderson st...@openbsd.org wrote: On 2015/07/26 15:22, Bryan C. Everly

CVS: cvs.openbsd.org: ports

2015-07-27 Thread Remi Pointel
CVSROOT:/cvs Module name:ports Changes by: rpoin...@cvs.openbsd.org2015/07/27 13:17:02 ports/www/py-django/lts Update of /cvs/ports/www/py-django/lts In directory cvs.openbsd.org:/tmp/cvs-serv27453/lts Log Message: Directory /cvs/ports/www/py-django/lts added to the

CVS: cvs.openbsd.org: ports

2015-07-27 Thread Remi Pointel
CVSROOT:/cvs Module name:ports Changes by: rpoin...@cvs.openbsd.org2015/07/27 13:17:02 ports/www/py-django/stable Update of /cvs/ports/www/py-django/stable In directory cvs.openbsd.org:/tmp/cvs-serv27453/stable Log Message: Directory /cvs/ports/www/py-django/stable added

[NEW] net/py-dnslib

2015-07-27 Thread Bryan C. Everly
$COMMENT: library to en/decode DNS wire-format packets for Python pkg/DESCR: library to en/decode DNS wire-format packets for Python. This is a standard Python library (https://pypi.python.org/pypi/dnslib) that I would like to add to OpenBSD because I need it to support several

CVS: cvs.openbsd.org: ports

2015-07-27 Thread Remi Pointel
CVSROOT:/cvs Module name:ports Changes by: rpoin...@cvs.openbsd.org2015/07/27 13:57:51 ports/www/py-django/stable/patches Update of /cvs/ports/www/py-django/stable/patches In directory cvs.openbsd.org:/tmp/cvs-serv3202/stable/patches Log Message: Directory

CVS: cvs.openbsd.org: ports

2015-07-27 Thread Remi Pointel
CVSROOT:/cvs Module name:ports Changes by: rpoin...@cvs.openbsd.org2015/07/27 14:00:00 ports/www/py-django/stable/pkg Update of /cvs/ports/www/py-django/stable/pkg In directory cvs.openbsd.org:/tmp/cvs-serv27916/stable/pkg Log Message: Directory

Release and ports lock are coming

2015-07-27 Thread Christian Weisgerber
It's that time of year again. Ports lock and the 5.8 release are approaching fast. Which means it's time to stop importing new ports and focus on final testing and fixing of the existing ones. Bored? There is a large potential for fixes on the non-x86 platforms. If you depend on a collection

CVS: cvs.openbsd.org: ports

2015-07-27 Thread Kent R. Spillner
CVSROOT:/cvs Module name:ports Changes by: kspill...@cvs.openbsd.org 2015/07/27 15:06:22 Modified files: net/go-websocket: Makefile distinfo Log message: Update to current upstream version. Fixes issue #10866 websocket.Conn.Close leaks file descriptors if remote

Maintainer Update: security/nikto use sed -i

2015-07-27 Thread nigel
Replaced perl with sed -i, inplace edit, using a single pass. No actual changes to package. Ok? Index: Makefile === RCS file: /home/cvs/ports/security/nikto/Makefile,v retrieving revision 1.22 diff -u -p -r1.22 Makefile ---

Re: Maintainer Update: security/nikto use sed -i

2015-07-27 Thread Antoine Jacoutot
On Mon, Jul 27, 2015 at 10:35:57PM +0100, ni...@openbsd.org wrote: Replaced perl with sed -i, inplace edit, using a single pass. No actual changes to package. Ok? I don't like the fact that you hide the command now. Index: Makefile

Maintainer Update: net/p5-Net-DHCP

2015-07-27 Thread nigel
Update to version 0.696 Document changes, moving to github references, distribution changes. Tested on amd64. Ok Index: Makefile === RCS file: /home/cvs/ports/net/p5-Net-DHCP/Makefile,v retrieving revision 1.3 diff -u -p -r1.3

Re: Maintainer Update: security/nikto use sed -i

2015-07-27 Thread nigel
On 07/27/15 23:26, Antoine Jacoutot wrote: On Mon, Jul 27, 2015 at 10:35:57PM +0100, ni...@openbsd.org wrote: Replaced perl with sed -i, inplace edit, using a single pass. No actual changes to package. Ok? I don't like the fact that you hide the command now. I'm happier removing the @,

Maintainer Update: devel/p5-Test-CheckManifest to 1.29

2015-07-27 Thread Nigel Taylor
Documentation fixes only.. Tested on amd64. Ok? Index: Makefile === RCS file: /home/cvs/ports/devel/p5-Test-CheckManifest/Makefile,v retrieving revision 1.5 diff -u -p -r1.5 Makefile --- Makefile 28 Mar 2014 21:25:13 - 1.5 +++

devel/boost fails to build on sparc64

2015-07-27 Thread Markus Lude
Hello, devel/boost fails to build on sparc64 here: === Building for boost-1.58.0 Performing configuration checks - 32-bit : no - 64-bit : yes - arm : no - mips1: no - power: no

Maintainer Update: mutlimedia/p5-Storable-AMF

2015-07-27 Thread nigel
Update to version 1.08 Change to locking, tests, and fix compile issues. Tested on amd64. Ok. Index: Makefile === RCS file: /home/cvs/ports/multimedia/p5-Storable-AMF/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile

Re: unbreak games/redeclipse after github repository changes

2015-07-27 Thread Anthony J. Bentley
Jonathan Gray writes: The indiedb mirror Red Eclipse uses is not suitable for ports hence the use of github. It was pointed out to me recently that the port stopped building. Turns out they restructured the github repositories into a large number of submodules.

UPDATE: sysutils/sshfs-fuse 2.4 = 2.5

2015-07-27 Thread Michael Lesniewski
On 07/20/15 13:08, Michael Lesniewski wrote: On 06/05/15 20:35, Michael Lesniewski wrote: Hi, Attached is an update to the latest version of sshfs. This is a minor update with a one line change to the patch. Tested on amd64. Ping? Ping as ports lock is coming. Index: Makefile

Maintainer Update: net/p5-Net-HTTP

2015-07-27 Thread nigel
Bug fix, read remaining after 1024 bytes fixes SSL issues. Tested on amd64, Ok. Index: Makefile === RCS file: /home/cvs/ports/net/p5-Net-HTTP/Makefile,v retrieving revision 1.2 diff -u -p -r1.2 Makefile --- Makefile 16 Dec 2014

Maintainer update: net/tcpreplay

2015-07-27 Thread nigel
Update from version 4.0.5 to 4.1.0 bug fixes new feature Linux Quick TX, disabled on OpenBSD bypasses linux kernel to access network cards directly. Builds on amd64 Ok? Index: Makefile === RCS file:

Re: implicit type coercion in dynamic shared library calls?

2015-07-27 Thread Raul Miller
For what it's worth, it looks gcc passes floating point values in registers (or at least the first 8 floating point values). I have more studying to do before some of the obvious stuff is obvious to me. But I thought I should at least try to correct any mistaken impressions I might have created

UPDATE: net/synergy 1.6.2 = 1.7.3

2015-07-27 Thread Michael Lesniewski
On 07/20/15 13:06, Michael Lesniewski wrote: On 05/27/15 23:38, Michael Lesniewski wrote: Hi ports, Attached is an update to the latest version of synergy. Dependency on cryptopp is dropped as upstream no longer uses it. Upstream also has changed the filename format of tarballs, comments on

Maintainer Update: www/p5-HTTP-Messages

2015-07-27 Thread Nigel Taylor
Update to 6.10 Additions and Bug fixes.. tested on am64 Ok? Index: Makefile === RCS file: /home/cvs/ports/www/p5-HTTP-Message/Makefile,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 Makefile --- Makefile 23 Oct 2014 19:27:39

Maintainer Update: textproc/p5-Encode-Locale

2015-07-27 Thread nigel
Update to 1.05 Documentation fixes, tests not included in manifest. Tested on amd64 Ok? Index: Makefile === RCS file: /home/cvs/ports/textproc/p5-Encode-Locale/Makefile,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 Makefile

Fwd: Update: trivial update devel/maven 3.2.3-3.3.1

2015-07-27 Thread Ian Darwin
Ping. Slightly updated (1.7+ as 1.6 is dead; delete .cmd files as well as .bat), portcheck warning fixed. Been using for a couple months. Forwarded Message Subject:Update: trivial update devel/maven 3.2.3-3.3.1 Date: Wed, 29 Apr 2015 11:36:39 -0400 (EDT) From: Ian

CVS: cvs.openbsd.org: ports

2015-07-27 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2015/07/27 00:35:05 Modified files: x11/kde/i18n3 : Makefile.inc Log message: Needs devel/gettext-tools.

Re: dpb woes with chmod/chown/install during fake

2015-07-27 Thread Marc Espie
On Mon, Jul 27, 2015 at 07:35:27AM +0200, Landry Breuil wrote: Thanks for the lengthy e-mail, but i didnt see anything related to the install -m 2755 / chmod g+s failure.. which is affecting production builds. Should i read into the lines that this works only in chroot mode ? There's something

net/psi failed to build

2015-07-27 Thread Antoine Jacoutot
Not sure what change triggered this (unless it's a fluke...). Building on exopi-7 under net/psi BDEPENDS = [devel/gmake;archivers/bzip2;devel/gettext;x11/qt4;security/qca2;textproc/enchant;devel/gettext-tools;converters/libiconv] DIST = [net/psi:psi-0.15.tar.bz2]

Re: net/psi failed to build

2015-07-27 Thread nigel
On 07/27/15 08:03, Antoine Jacoutot wrote: Not sure what change triggered this (unless it's a fluke...). Building on exopi-7 under net/psi BDEPENDS = [devel/gmake;archivers/bzip2;devel/gettext;x11/qt4;security/qca2;textproc/enchant;devel/gettext-tools;converters/libiconv]

Re: net/psi failed to build

2015-07-27 Thread Vadim Zhukov
2015-07-27 12:07 GMT+03:00 Jérémie Courrèges-Anglas j...@wxcvbn.org: Antoine Jacoutot ajacou...@bsdfrog.org writes: Not sure what change triggered this (unless it's a fluke...). Hmm, I've recently committed a change to qca-ossl. cc'ing Vadim. Nah, I already checked - that doesn't look like

Re: net/psi failed to build

2015-07-27 Thread Antoine Jacoutot
On Mon, Jul 27, 2015 at 12:45:10PM +0300, Vadim Zhukov wrote: 2015-07-27 12:07 GMT+03:00 Jérémie Courrèges-Anglas j...@wxcvbn.org: Antoine Jacoutot ajacou...@bsdfrog.org writes: Not sure what change triggered this (unless it's a fluke...). Hmm, I've recently committed a change to

CVS: cvs.openbsd.org: ports

2015-07-27 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2015/07/27 02:44:40 Modified files: www/lighttpd : Makefile distinfo Removed files: www/lighttpd/patches: patch-src_configfile-glue_c patch-src_configfile_c

CVS: cvs.openbsd.org: ports

2015-07-27 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2015/07/27 02:56:06 Modified files: www/lighttpd : Tag: OPENBSD_5_7 Makefile distinfo Removed files: www/lighttpd/patches: Tag: OPENBSD_5_7

Re: net/psi failed to build

2015-07-27 Thread Jérémie Courrèges-Anglas
Antoine Jacoutot ajacou...@bsdfrog.org writes: Not sure what change triggered this (unless it's a fluke...). Hmm, I've recently committed a change to qca-ossl. cc'ing Vadim. Building on exopi-7 under net/psi BDEPENDS =