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

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=144944041505080=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

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

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

[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

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

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.

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

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

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

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

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

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: 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"); > ++

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

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

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

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

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

CVS: cvs.openbsd.org: ports

2016-01-28 Thread David Coppa
CVSROOT:/cvs Module name:ports Changes by: dco...@cvs.openbsd.org 2016/01/28 08:56:28 Modified files: databases/redis: Makefile distinfo Log message: Upstream replaced source distfile. Spotted by nigel@, thanks!

CVS: cvs.openbsd.org: ports

2016-01-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/01/28 08:42:27 Modified files: security/letsencrypt: Makefile.inc security/letsencrypt/client: distinfo security/letsencrypt/py-acme: distinfo Log message: update to

CVS: cvs.openbsd.org: ports

2016-01-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/01/28 08:08:45 Modified files: security/keychain: Makefile distinfo security/keychain/pkg: DESCR Removed files: security/keychain/patches: patch-keychain Log message: update to

CVS: cvs.openbsd.org: ports

2016-01-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/01/28 08:51:38 Modified files: security/openssl: Makefile distinfo security/openssl/patches: patch-Configure security/openssl/pkg: PLIST Log message: security update to

CVS: cvs.openbsd.org: ports

2016-01-28 Thread Kent R . Spillner
CVSROOT:/cvs Module name:ports Changes by: kspill...@cvs.openbsd.org 2016/01/28 10:15:05 Modified files: productivity/taskd: Makefile distinfo productivity/taskd/files: config productivity/taskd/patches: patch-pki_README

Re: CVS: cvs.openbsd.org: ports

2016-01-28 Thread Antoine Jacoutot
> > Is it just me or is it weird that the package is named py-fabric? > > Why not just "fabric"? > > In addition to the standalone client, you can use fabric as a library > in a python program. That is the reason why I didn't suggest the name > change to the MAINTAINER. Yeah but it's really

CVS: cvs.openbsd.org: ports

2016-01-28 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/01/29 00:39:34 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.10.1.

CVS: cvs.openbsd.org: ports

2016-01-28 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/01/29 00:39:16 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py-botocore-1.3.23.

CVS: cvs.openbsd.org: ports

2016-01-28 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/01/28 09:33:35 Modified files: sysutils/salt : Makefile Log message: Fix sed(1). reported by nigel@

Re: CVS: cvs.openbsd.org: ports

2016-01-28 Thread Antoine Jacoutot
On Thu, Jan 28, 2016 at 02:05:11PM -0700, Juan Francisco Cantero Hurtado wrote: > CVSROOT: /cvs > Module name: ports > Changes by: juan...@cvs.openbsd.org 2016/01/28 14:05:11 > > Log message: > Import sysutils/py-fabric. OK landry@. Is it just me or is it weird that the package is

CVS: cvs.openbsd.org: ports

2016-01-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/01/28 15:50:59 Modified files: security/openssl: Makefile Added files: security/openssl/patches: patch-crypto_bio_bio_h Log message: cherrypick patch from OpenSSL_1_0_2-stable upstream:

CVS: cvs.openbsd.org: ports

2016-01-28 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs Module name:ports Changes by: juan...@cvs.openbsd.org 2016/01/28 14:05:11 Log message: Import sysutils/py-fabric. OK landry@. Comment: simple, pythonic tool for remote execution and deployment Description: Fabric is a Python library and

CVS: cvs.openbsd.org: ports

2016-01-28 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs Module name:ports Changes by: juan...@cvs.openbsd.org 2016/01/28 14:09:47 Modified files: sysutils : Makefile Log message: +py-fabric

CVS: cvs.openbsd.org: ports

2016-01-28 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2016/01/28 14:36:00 Modified files: www/chromium : Makefile distinfo Log message: update to 48.0.2564.97

Re: CVS: cvs.openbsd.org: ports

2016-01-28 Thread Juan Francisco Cantero Hurtado
On Fri, Jan 29, 2016 at 12:22:08AM +0100, Antoine Jacoutot wrote: > On Thu, Jan 28, 2016 at 02:05:11PM -0700, Juan Francisco Cantero Hurtado > wrote: > > CVSROOT:/cvs > > Module name:ports > > Changes by: juan...@cvs.openbsd.org 2016/01/28 14:05:11 > > > > Log message: > > Import

CVS: cvs.openbsd.org: ports

2016-01-28 Thread David Coppa
CVSROOT:/cvs Module name:ports Changes by: dco...@cvs.openbsd.org 2016/01/28 01:32:46 Modified files: devel/libev: Makefile Log message: Unbreak on arm by using "CFLAGS += -DEV_NO_SMP". Thanks Andre Smagin for hints "Almost all the armv7 systems are multicore but

CVS: cvs.openbsd.org: ports

2016-01-28 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/01/28 01:40:47 Modified files: devel/libffi : Makefile devel/libffi/patches: patch-libffi_pc_in Added files: devel/libffi/patches: patch-configure Log message: Always link with

CVS: cvs.openbsd.org: ports

2016-01-28 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/01/28 01:41:39 Modified files: lang/gforth: Makefile Log message: remove 'XXX' now that libffi has been fixed

Re: CVS: cvs.openbsd.org: ports

2016-01-28 Thread David Coppa
Il 27/gen/2016 19:22, "Landry Breuil" ha scritto: > Note that starting with fx 45, gstreamer will be deprecated in favor of > ffmpeg. If it works, haven't tested it yet \o/ \o/ decent video support for firefox!

CVS: cvs.openbsd.org: ports

2016-01-28 Thread David Coppa
CVSROOT:/cvs Module name:ports Changes by: dco...@cvs.openbsd.org 2016/01/28 02:22:31 Modified files: devel/cmake: Makefile cmake.port.mk devel/cmake/patches: patch-bootstrap Removed files: devel/cmake/patches: patch-Source_CMakeLists_txt Log

CVS: cvs.openbsd.org: ports

2016-01-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/01/28 05:27:21 Modified files: www/chromium : Makefile www/iridium: Makefile Log message: prebuild a missing dep that I ran into with chromium on a bulk build; ok robert@

CVS: cvs.openbsd.org: ports

2016-01-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/01/28 05:29:54 Modified files: devel/log4cplus: Makefile distinfo devel/log4cplus/pkg: PLIST Removed files: devel/log4cplus/patches: patch-src_Makefile_in Log message: update to

CVS: cvs.openbsd.org: ports

2016-01-28 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2016/01/28 05:11:49 Modified files: www/nginx : Tag: OPENBSD_5_8 Makefile distinfo Log message: apply fixes from nginx's repository for the following vulnerabilities: CVE-2016-0742, CVE-2016-0746,

CVS: cvs.openbsd.org: ports

2016-01-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/01/28 06:30:02 Modified files: x11/xfm/patches: patch-Imakefile patch-lib_Apps patch-lib_Xfm_cpp patch-src_FmBitmaps_c patch-src_FmChmod_c

CVS: cvs.openbsd.org: ports

2016-01-28 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2016/01/28 03:21:21 Modified files: sysutils/tarsnap-gui: Makefile distinfo Log message: Update to tarsnap-gui-0.8. from Josh Grosse (maintainer)

CVS: cvs.openbsd.org: ports

2016-01-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/01/28 03:31:15 Log message: import math/gunits, it handles some things that units(1) doesn't. ok martijn@ GNU Units converts quantities expressed in various systems of measurement to their

CVS: cvs.openbsd.org: ports

2016-01-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/01/28 03:31:40 Modified files: math : Makefile Log message: +gunits

CVS: cvs.openbsd.org: ports

2016-01-28 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/01/28 04:33:52 Modified files: www/webkitgtk4 : Makefile distinfo Log message: Update to webkitgtk4-2.10.6.

CVS: cvs.openbsd.org: ports

2016-01-28 Thread David Coppa
CVSROOT:/cvs Module name:ports Changes by: dco...@cvs.openbsd.org 2016/01/28 04:28:02 Modified files: devel/cmake: Makefile cmake.port.mk devel/cmake/patches: patch-CMakeLists_txt Added files: devel/cmake/patches: patch-Source_CMakeLists_txt Log

CVS: cvs.openbsd.org: ports

2016-01-28 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2016/01/28 02:58:29 Modified files: devel/p5-Test-URI: Makefile distinfo devel/p5-Test-URI/pkg: PLIST Log message: Update to p5-Test-URI-1.081.

CVS: cvs.openbsd.org: ports

2016-01-28 Thread David Coppa
CVSROOT:/cvs Module name:ports Changes by: dco...@cvs.openbsd.org 2016/01/28 02:45:47 Modified files: databases/redis: Makefile distinfo databases/redis/patches: patch-src_Makefile Log message: Bugfixing update to redis-3.0.7

CVS: cvs.openbsd.org: ports

2016-01-28 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2016/01/28 03:05:34 Modified files: games/wtf : Makefile distinfo Log message: Update to wtf-20160122.

CVS: cvs.openbsd.org: ports

2016-01-28 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/01/28 11:17:11 Modified files: devel/vte3 : Makefile distinfo devel/vte3/pkg : PLIST Log message: update to vte3-0.42.3

Re: CVS: cvs.openbsd.org: ports

2016-01-28 Thread Kent R. Spillner
On Thu, Jan 28, 2016 at 10:15:05AM -0700, Kent R. Spillner wrote: > CVSROOT: /cvs > Module name: ports > Changes by: kspill...@cvs.openbsd.org 2016/01/28 10:15:05 > > Modified files: > productivity/taskd: Makefile distinfo > productivity/taskd/files: config >

CVS: cvs.openbsd.org: ports

2016-01-28 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/01/28 11:14:54 Modified files: lang/gforth/patches: patch-arch_mips_machine_h patch-engine_engine_c Log message: - sync engine.c with what's been committed upstream - a

CVS: cvs.openbsd.org: ports

2016-01-28 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/01/28 11:23:27 Modified files: lang/gforth/patches: patch-configure patch-libffi_fs Removed files: lang/gforth/patches: patch-Makefile_in Log message: - remove unneeded patch - annotate what

CVS: cvs.openbsd.org: ports

2016-01-28 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2016/01/28 11:28:30 Modified files: devel/xulrunner/24: Makefile Log message: Readd kvm to WANTLIB, bump REVISIONs, because xulrunner. reported by nigel@, thanks!

CVS: cvs.openbsd.org: ports

2016-01-28 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/01/28 11:34:08 Modified files: lang/gforth: Makefile Removed files: lang/gforth/patches: patch-envos_fs_in Log message: use sed -i

CVS: cvs.openbsd.org: ports

2016-01-28 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/01/28 06:41:39 Modified files: x11/gtk+3 : Makefile distinfo x11/gtk+3/pkg : PLIST-main Log message: Update to gtk+3-3.18.7.

CVS: cvs.openbsd.org: ports

2016-01-28 Thread Kirill Bychkov
CVSROOT:/cvs Module name:ports Changes by: ki...@cvs.openbsd.org 2016/01/28 07:00:07 Modified files: games/numptyphysics: Makefile games/numptyphysics/patches: patch-Path_cpp games/numptyphysics/pkg: DESCR-main Log message: - remove trailing

CVS: cvs.openbsd.org: ports

2016-01-28 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2016/01/28 07:41:19 Modified files: www/nginx : Tag: OPENBSD_5_7 Makefile distinfo Log message: add upstream patches for the following vulnerabilities: CVE-2016-0742, CVE-2016-0746, CVE-2016-0747 ok

CVS: cvs.openbsd.org: ports

2016-01-28 Thread Kirill Bychkov
CVSROOT:/cvs Module name:ports Changes by: ki...@cvs.openbsd.org 2016/01/28 08:02:18 Modified files: net/seafile: Makefile.inc net/seafile/ccnet: distinfo net/seafile/client: distinfo net/seafile/client/patches: patch-src_seafile-applet_cpp