Re: Vulnerable package in ports tree 29/01

2016-01-28 Thread Michael McConville
Sevan / Venture37 wrote: > emulators/qemu - > > https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-1779 Do you mean in the 5.7 or 5.8 release trees? This was patched in August.

Vulnerable package in ports tree 29/01

2016-01-28 Thread Sevan / Venture37
emulators/qemu - https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-1779 devel/subversion - http://subversion.apache.org/security/CVE-2015-5259-advisory.txt Sevan / Venture37

Re: WANTLIB, HOMEPAGE: graphics/inkscape

2016-01-28 Thread Nigel Taylor
The WANTLIB shouldn't require changes $ check-lib-depends -d . inkscape-0.91p5.tgz Scanning: ok $ ls -lrt ink* -rw-r--r-- 3 30013396 Jan 28 22:05 inkscape-0.91p5.tgz That was built today with current. It suggests there is something wrong with your building methods. You seems to have lost Image

Re: Adding pledge() to www/lynx

2016-01-28 Thread Theo Buehler
On Thu, Jan 28, 2016 at 10:15:53PM -0500, Daniel Dickman wrote: > On Thu, Jan 28, 2016 at 10:11 PM, Daniel Dickman wrote: > > On Thu, Jan 28, 2016 at 12:51 PM, Frederic Cambus wrote: > >> Hi ports@, > >> > >> This diff adds support for pledge() to the current Lynx version. > >> > >> + > >> ++

Re: Adding pledge() to www/lynx

2016-01-28 Thread Daniel Dickman
On Thu, Jan 28, 2016 at 10:11 PM, Daniel Dickman wrote: > On Thu, Jan 28, 2016 at 12:51 PM, Frederic Cambus wrote: >> Hi ports@, >> >> This diff adds support for pledge() to the current Lynx version. >> >> + >> ++if (pledge("stdio tty cpath rpath wpath dns inet proc exec", NULL) == >> -1) {

Re: Adding pledge() to www/lynx

2016-01-28 Thread Daniel Dickman
On Thu, Jan 28, 2016 at 12:51 PM, Frederic Cambus wrote: > Hi ports@, > > This diff adds support for pledge() to the current Lynx version. > > + > ++if (pledge("stdio tty cpath rpath wpath dns inet proc exec", NULL) == > -1) { > ++ err(EXIT_FAILURE, "pledge"); > ++} > ++ i have ioct

Adding pledge() to www/lynx

2016-01-28 Thread Frederic Cambus
Hi ports@, This diff adds support for pledge() to the current Lynx version. Needs 'cpath', 'rpath', 'wpath' for reading/saving configuration and bookmarks, and to save downloaded files. Needs 'proc' and 'exec' for mailing printed files and spawning shell. The other promises are obvious. Index

Re: WANTLIB, HOMEPAGE: graphics/inkscape

2016-01-28 Thread Stuart Henderson
On 2016/01/28 23:12, Rafael Sadowski wrote: > Hi ports@, > > fix/update WANTLIB and update https ready HOMEPAGE for inkscape. NAK - WANTLIB is already correct for -current. We could change HOMEPAGE but I don't see much point in changing just that since the existing one is not invalid.. > I like

WANTLIB, HOMEPAGE: graphics/inkscape

2016-01-28 Thread Rafael Sadowski
Hi ports@, fix/update WANTLIB and update https ready HOMEPAGE for inkscape. I like inkscape but I fight with lot of crashes. I use inkscape from packages and not from ports on my clean work machine. So I think, the inkscape port needs more love ;) Best regards, Rafael Index: Makefile =

Re: [NEW] news/multimail

2016-01-28 Thread Frederic Cambus
> Thanks for testing once again :-) Indeed, there was a remaining build > warning, added a new patch to address this, it has been fixed by > upstream already. > > While I was at it, I pledged the port. I'm glad I did, because testing > for all use cases made me realize I forgot to add a run depende

Re: openbsd-wip is full!

2016-01-28 Thread Chris Bennett
Done.

Re: [new] sysutils/borgbackup

2016-01-28 Thread Michael Reed
On 01/28/16 13:27, Daniel Jakots wrote: > On Thu, 28 Jan 2016 18:22:19 +0100, Daniel Jakots > wrote: > >> Otherwise looks fine. > > Well, you should add some TEST_DEPENDS [1] and maybe a test target. > > [1]: > https://github.com/borgbackup/borg/blob/master/requirements.d/development.txt > T

Re: NEW: py-Fabric

2016-01-28 Thread Landry Breuil
On Thu, Jan 28, 2016 at 07:18:55PM +0100, Juan Francisco Cantero Hurtado wrote: > On Tue, Jan 19, 2016 at 12:25:47PM +0100, Pablo Méndez Hernández wrote: > > $ cat sysutils/py-Fabric/pkg/DESCR > > Fabric is a Python (2.5-2.7) library and command-line tool for streamlining > > the > > use of SSH fo

[update] games/stone-soup

2016-01-28 Thread Henrique N. Lengler
Updated the game now that sdl2 is fixed. Looks like there is no more need to keep some older patches. Lua is needed to build. Bison is not needed, only optional, and some other changes. I'm new on porting, so I'm doubt about how to properly set egcc to be used, since even that new gcc is installed

Re: [new] sysutils/borgbackup

2016-01-28 Thread Daniel Jakots
On Thu, 28 Jan 2016 18:22:19 +0100, Daniel Jakots wrote: > Otherwise looks fine. Well, you should add some TEST_DEPENDS [1] and maybe a test target. [1]: https://github.com/borgbackup/borg/blob/master/requirements.d/development.txt

Re: NEW: py-Fabric

2016-01-28 Thread Juan Francisco Cantero Hurtado
On Tue, Jan 19, 2016 at 12:25:47PM +0100, Pablo Méndez Hernández wrote: > $ cat sysutils/py-Fabric/pkg/DESCR > Fabric is a Python (2.5-2.7) library and command-line tool for streamlining > the > use of SSH for application deployment or systems administration tasks. > > It provides a basic suite o

NEW: sysutils/vifm

2016-01-28 Thread Rafael Sadowski
hey @ports and vifm friends, here is an up-to-date vifm port. Tested on amd64 by me and positive test feedback from Uwe Werler. Port request by Uwe. I found a thread on ports@: https://marc.info/?l=openbsd-ports&m=144944041505080&w=2 I can not confirm runtime problems or memory usage oversize at

Re: [new] sysutils/borgbackup

2016-01-28 Thread Daniel Jakots
On Thu, 28 Jan 2016 00:38:42 -0500, Michael Reed wrote: > I don't understand the purpose of the warning, let alone the best way > to fix it, so if anyone could shed some light on that it'd be much > appreciated. $ make REVISION=999 plist and then (just a sample) diff -up PLIST.orig PLIST: -lib/p

Re: NEW: sysutils/duply

2016-01-28 Thread viq
On pon, 2016-01-18 at 22:31 +0100, viq wrote: > On Sun, 2016-01-17 at 13:50 +0100, Adam Wolk wrote: > > On Sat, 09 Jan 2016 23:36:25 +0100 > > viq wrote: > > > > > $ cat duply/pkg/DESCR  > > > Duply is a shell front end for the duplicity backup tool. > > > It greatly simplifies its usage by imple

Re: RFC: update productivity/taskd to v1.1.0

2016-01-28 Thread viq
On pią, 2016-01-22 at 10:23 -0600, Kent R. Spillner wrote: > On Wed, Jan 20, 2016 at 01:57:43PM -0600, Kent R. Spillner wrote: > > Below is a new diff.  We finally tracked down the certificate > > validation > > bug with help from viq and upstream, and the new patch for that has > > already been me

UPDATE: Xaw3d, graphics/xfig, print/gv. REMOVE: x11/xfm

2016-01-28 Thread Stuart Henderson
It's difficult to separate these as old versions don't build with new Xaw3d, with these diffs everything that builds against Xaw3d still builds and runs OK with one exception: x11/xfm. There is a patch in pkgsrc for that, but it segfaults at startup - since it doesn't really seem all that useful an

Re: net/prosody 0.9.10 (security)

2016-01-28 Thread Henrik Friedrichsen
Hey, Thanks for the patch. Can't look into it now, but another change in the pre-configure was committed with the security fix, maybe that'll fix the tests. In either case, I'll look into it tomorrow at latest. On Thu, Jan 28, 2016 at 08:00:49AM +0100, Mark Patruck wrote: > Also, the /dev/urando

Re: NEW: math/gunits

2016-01-28 Thread Martijn van Duren
Port looks clean, builds and runs. So just my 50 cent: OK On 01/28/16 01:14, Stuart Henderson wrote: Someone showed me that the gnu version of units(1) can handle bandwidth calculations which I've been doing by hand before because I couldn't figure out how to get the one in base to do something