Re: json-c patch for arc4random

2016-05-16 Thread Jeremie Courreges-Anglas
Jeremie Courreges-Anglas writes: > Stuart Henderson writes: > >> On 2016/05/09 21:18, Jeremie Courreges-Anglas wrote: >>> Kristaps Dzonsons writes: >>> @@ -0,0 +1,13 @@ >>> +$OpenBSD$ >>> +--- random_seed.c.orig Fri Apr 11 02:41:08

CVS: cvs.openbsd.org: ports

2016-05-16 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/05/16 23:12:02 Modified files: net/py-cares : Makefile Log message: Needs gmake.

lua.port.mk FLAVOR handling

2016-05-16 Thread Jeremie Courreges-Anglas
While testing the support for various lua versions in our lua ports, I noticed the case of luasec,lua53 and luasocket,lua53. luasocket doesn't work with lua53. I tried to limit its available flavors, but did not get the expected failure when installing luasec,lua53: luasocket,lua53 was still

security/wpa_supplicant - multiple vulnerabilities

2016-05-16 Thread Sevan Janiyan
Hello, The version of security/wpa_supplicant in ports is vulnerable to the following CVEs http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-4476 http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-4477 Sevan

[UPDATE] www/libwebsockets 1.7.7 => 1.7.8

2016-05-16 Thread Adam Wolk
Hi ports@ Straightforward port bump but I'm NOT upping the major. The port was checked with the abi-compliance-checker and by comparing symbols obtained from: nm -g oldlib.so.X.Y | cut -c10- | grep -e^T nm -g newlib.so.X.Y | cut -c10- | grep -e^T Upstream Changelog - v1.7.8 ==

CVS: cvs.openbsd.org: ports

2016-05-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/05/16 18:08:44 Modified files: www/lynx : Makefile distinfo Log message: update to lynx2.8.9dev.9, from fcambus

CVS: cvs.openbsd.org: ports

2016-05-16 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2016/05/16 16:45:22 Modified files: devel/luacopas : Makefile Log message: Reorder...

CVS: cvs.openbsd.org: ports

2016-05-16 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs Module name:ports Changes by: juan...@cvs.openbsd.org 2016/05/16 16:20:16 Modified files: lang/racket-minimal: Makefile distinfo lang/racket-minimal/pkg: PLIST README Removed files: lang/racket-minimal/patches:

lua-cjson and lua5.3

2016-05-16 Thread Jeremie Courreges-Anglas
cjson.util is used only by the test suite and the json2lua/lua2json scripts. The cjson module seems to work pretty well in a lua5.3 environment, but cjson.util suffers from the move of "unpack" to the table library: https://www.lua.org/manual/5.2/manual.html#8.2 With the following patch

Re: urxvt font issue

2016-05-16 Thread frantisek holop
David Coppa, 16 May 2016 22:10: > This probably has to do with locale being set in your shell's profile, > but not in your ~/.xinitrc. spot on. i use XDM, so .xsession not .xinitrc, and while i have: $ head -3 .xsession #!/bin/sh . $HOME/.profile just yesterday night i removed export

Re: NEW: mail/rcub-carddav 1.0.0

2016-05-16 Thread Landry Breuil
On Mon, May 16, 2016 at 03:28:38PM +0100, Stuart Henderson wrote: > On 2016/05/13 23:09, Olivier Mehani wrote: > > The rest of your comments were also addressed. See new archive attached. > > Thanks, this is OK with me. Can I get a review from another committer > to import, or would someone like

CVS: cvs.openbsd.org: ports

2016-05-16 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2016/05/16 14:52:37 Modified files: devel/lua-cjson: Makefile Log message: Reorder

CVS: cvs.openbsd.org: ports

2016-05-16 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2016/05/16 14:51:46 Modified files: devel/lua-cjson: Makefile Log message: Add a test target.

Re: urxvt font issue

2016-05-16 Thread David Coppa
On Mon, May 16, 2016 at 9:26 PM, frantisek holop wrote: > > i am trying to use Fira Mono Medium for Powerline > with urxvt in -current: > > $ urxvt -h > rxvt-unicode (urxvt) v9.22 - released: 2016-01-23 > options: >

Re: [NEW] mail/ungrey-robins port

2016-05-16 Thread Craig Skinner
ping On 2016-05-07 Sat 23:27 PM |, Craig Skinner wrote: > Hi folks, > > Attached here is a new port of ungrey-robins: > > > $ fgrep COMMENT Makefile > COMMENT= pf spamd auto-whitelister of round-robin SMTP clients > > > $ cat pkg/DESCR > ungrey-robins assists postmasters by automatically

urxvt font issue

2016-05-16 Thread frantisek holop
i am trying to use Fira Mono Medium for Powerline with urxvt in -current: $ urxvt -h rxvt-unicode (urxvt) v9.22 - released: 2016-01-23 options:

CVS: cvs.openbsd.org: ports

2016-05-16 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2016/05/16 12:51:51 Modified files: databases/luasqlite3: Makefile Log message: Set path to the lua interpreter, in order to run tests.

Re: NEW: sysutils/duply

2016-05-16 Thread viq
Yes, I'm using it and would like to see it packaged. On Sun, 15 May 2016 22:06 Adam Wolk, wrote: > On Thu, 28 Jan 2016 17:11:26 +0100 > viq wrote: > > > On pon, 2016-01-18 at 22:31 +0100, viq wrote: > > > On Sun, 2016-01-17 at 13:50 +0100, Adam Wolk

Re: lang/go issues with go-sqlite3

2016-05-16 Thread Aaron Bieber
Joel Sing writes: > On Sunday 15 May 2016 08:45:09 Aaron Bieber wrote: >> Hola, >> >> It seems there is a strange issue with go apps that use the go-sqlite3 >> driver. When they try to open the database, they error out with "unable >> to open database file". >> >> I can reliably hit the error

security/opendnssec: 1.4.10

2016-05-16 Thread Patrik Lundin
Hello, Attached is a patch for OpenDNSSEC 1.4.10: https://www.opendnssec.org/2016/05/opendnssec-1-4-10/ The additional patch files were added to silence some minor build warnings that I noticed. They have been accepted upstream: https://github.com/opendnssec/opendnssec/pull/418 -- Patrik

CVS: cvs.openbsd.org: ports

2016-05-16 Thread Daniel Jakots
CVSROOT:/cvs Module name:ports Changes by: d...@cvs.openbsd.org2016/05/16 10:06:28 Modified files: mail/libetpan/patches: patch-src_driver_implementation_mh_mhdriver_cached_message_c

Re: NEW: mail/rcub-carddav 1.0.0

2016-05-16 Thread Stuart Henderson
On 2016/05/13 23:09, Olivier Mehani wrote: > The rest of your comments were also addressed. See new archive attached. Thanks, this is OK with me. Can I get a review from another committer to import, or would someone like to import it with my ok? ftp -o rcube-carddav-1.0.0.tgz

Re: Minecraft crashes with OpenAL installed

2016-05-16 Thread Solène Rapenne
Le 2016-05-16 09:06, Alfred Morgan a écrit : I did a fresh snapshot install today and I used the new May 15th packages and I found that pkg_add minecraft installs just fine and Minecraft runs great but the game had no sound. So I did a pkg_add openal and ran minecraft again and got this error:

Re: NEW: py-frozen-flask

2016-05-16 Thread Edd Barrett
On Mon, May 16, 2016 at 11:37:40AM +0200, Antoine Jacoutot wrote: > There's a missing dependency on py-sphinx: > /usr/local/bin/python2.7: No module named sphinx Daniel added that already. It should have been in the last tarball I sent. > > Regarding the chown thingy, are you sure your

Re: lang/go issues with go-sqlite3

2016-05-16 Thread Joel Sing
On Sunday 15 May 2016 08:45:09 Aaron Bieber wrote: > Hola, > > It seems there is a strange issue with go apps that use the go-sqlite3 > driver. When they try to open the database, they error out with "unable > to open database file". > > I can reliably hit the error by running "go test" in a

CVS: cvs.openbsd.org: ports

2016-05-16 Thread Joel Sing
CVSROOT:/cvs Module name:ports Changes by: js...@cvs.openbsd.org 2016/05/16 07:50:02 Modified files: lang/go: Makefile lang/go/patches: patch-src_cmd_link_internal_ld_elf_go Added files: lang/go/patches: patch-src_cmd_link_internal_ld_data_go

CVS: cvs.openbsd.org: ports

2016-05-16 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2016/05/16 07:47:18 Modified files: infrastructure/bin: dpb infrastructure/lib/DPB: Config.pm Engine.pm Log message: change drastically the way LISTING starts up: let dependencies be a permanent

Re: NEW: sysutils/u-boot

2016-05-16 Thread Jonathan Gray
On Mon, May 16, 2016 at 12:57:19PM +0100, Stuart Henderson wrote: > On 2016/05/16 21:18, Jonathan Gray wrote: > > On Sun, May 15, 2016 at 04:53:40PM +0200, Jeremie Courreges-Anglas wrote: > > > > > > Hi, > > > > > > Please reorder the Makefile to follow > > >

Re: NEW: sysutils/dtb

2016-05-16 Thread Jonathan Gray
On Mon, May 16, 2016 at 02:06:08PM +0200, Jeremie Courreges-Anglas wrote: > Jonathan Gray writes: > > > On Sun, May 15, 2016 at 11:05:08PM +1000, Jonathan Gray wrote: > >> As the linux kernel seems to be the main repository for flattended > >> device data, here is a port to run

CVS: cvs.openbsd.org: ports

2016-05-16 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2016/05/16 06:11:48 Modified files: net/prosody: Makefile Log message: Drop dep on luaevent, use_libevent is broken. Discussed with maintainer, if use_libevent is set prosody exits almost immediately

Re: NEW: sysutils/dtb

2016-05-16 Thread Stuart Henderson
On 2016/05/16 21:21, Jonathan Gray wrote: > On Sun, May 15, 2016 at 11:05:08PM +1000, Jonathan Gray wrote: > > As the linux kernel seems to be the main repository for flattended > > device data, here is a port to run the source files through a > > preprocessor and devel/dtc to create dtb files the

Re: NEW: sysutils/dtb

2016-05-16 Thread Jeremie Courreges-Anglas
Jonathan Gray writes: > On Sun, May 15, 2016 at 11:05:08PM +1000, Jonathan Gray wrote: >> As the linux kernel seems to be the main repository for flattended >> device data, here is a port to run the source files through a >> preprocessor and devel/dtc to create dtb files the

Re: NEW: sysutils/u-boot

2016-05-16 Thread Stuart Henderson
On 2016/05/16 21:18, Jonathan Gray wrote: > On Sun, May 15, 2016 at 04:53:40PM +0200, Jeremie Courreges-Anglas wrote: > > > > Hi, > > > > Please reorder the Makefile to follow > > infrastructure/templates/Makefile.template, same thing for > > sysutils/dtb. > > > > Since you're replicating much

Re: UPDATE: textproc/py-nltk 3.2.1

2016-05-16 Thread Daniel Jakots
On Wed, 27 Apr 2016 16:38:53 +0500, Alexandr Shadchin wrote: > +TEST_DEPENDS=devel/py-nose${MODPY_FLAVOR} > + At least py-parsing is needed but upstream lists other TDEP [0]. [0]: https://github.com/nltk/nltk/blob/develop/pip-req.txt

Re: NEW: sysutils/dtb

2016-05-16 Thread Jonathan Gray
On Sun, May 15, 2016 at 11:05:08PM +1000, Jonathan Gray wrote: > As the linux kernel seems to be the main repository for flattended > device data, here is a port to run the source files through a > preprocessor and devel/dtc to create dtb files the bootloader can > pass to the kernel to describe

Re: NEW: sysutils/u-boot

2016-05-16 Thread Jonathan Gray
On Sun, May 15, 2016 at 04:53:40PM +0200, Jeremie Courreges-Anglas wrote: > > Hi, > > Please reorder the Makefile to follow > infrastructure/templates/Makefile.template, same thing for > sysutils/dtb. > > Since you're replicating much of the default build target, it would also > make sense to

CVS: cvs.openbsd.org: ports

2016-05-16 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2016/05/16 04:37:22 Modified files: infrastructure/lib/DPB: Vars.pm Log message: fix log (missing \n)

CVS: cvs.openbsd.org: ports

2016-05-16 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2016/05/16 04:37:45 Modified files: infrastructure/bin: dpb infrastructure/lib/DPB: Grabber.pm Log message: use skipped dirs for initial build

CVS: cvs.openbsd.org: ports

2016-05-16 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2016/05/16 04:28:14 Modified files: infrastructure/lib/DPB: Engine.pm Grabber.pm Vars.pm Log message: add SKIPDIRS semantics: automatically add visited dirs to a passed skip if it's not empty

CVS: cvs.openbsd.org: ports

2016-05-16 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2016/05/16 03:50:59 Modified files: infrastructure/bin: dpb Log message: better days display. somehow I thought perl would work like C and do integer division.

[new] facette.io

2016-05-16 Thread Landry Breuil
Hi, here's a quick'n'dirty port for https://facette.io, just works fine here with collectd-rrd backend & default config. Comments/testing/feedback welcome, this node/go stuff is way beyond my league.. ported the git master, just had some PR merged. Landry facette-0.3.1pre0.tgz Description:

CVS: cvs.openbsd.org: ports

2016-05-16 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2016/05/16 03:42:18 Modified files: infrastructure/db: user.list Log message: reserver an uid/gid for upcoming facette port

CVS: cvs.openbsd.org: ports

2016-05-16 Thread Vadim Zhukov
CVSROOT:/cvs Module name:ports Changes by: z...@cvs.openbsd.org2016/05/16 03:39:51 Modified files: devel/intellij : Makefile distinfo devel/intellij/pkg: PLIST Log message: Security update to IntelliJ IDEA 2016.1.2. >From Caspar Schutijser, thanks!

Re: NEW: py-frozen-flask

2016-05-16 Thread Antoine Jacoutot
On Mon, May 16, 2016 at 10:29:15AM +0100, Edd Barrett wrote: > On Sat, May 14, 2016 at 06:05:44PM +0200, Daniel Jakots wrote: > > New makefile attached (as I didn't touch anything else). I shuffled it > > so it follows the order of Makefile.template (thus easier to read). > > I also added a missed

Re: NEW: py-frozen-flask

2016-05-16 Thread Edd Barrett
On Sat, May 14, 2016 at 06:05:44PM +0200, Daniel Jakots wrote: > New makefile attached (as I didn't touch anything else). I shuffled it > so it follows the order of Makefile.template (thus easier to read). > I also added a missed BDEP (sphinx). Thanks. > Are you sure the chown in post-install is

Re: lua53 flavor (was: new: lua 5.3)

2016-05-16 Thread Jasper Lievisse Adriaanse
On Sun, May 15, 2016 at 08:34:12PM -0400, James Turner wrote: > On Sun, May 15, 2016 at 10:42:46PM +0200, Jeremie Courreges-Anglas wrote: > > James Turner writes: > > > > > A new port of Lua 5.3 is attached. A diff to update the relevant > > > Makefiles and lua.port.mk is

Minecraft crashes with OpenAL installed

2016-05-16 Thread Alfred Morgan
I did a fresh snapshot install today and I used the new May 15th packages and I found that pkg_add minecraft installs just fine and Minecraft runs great but the game had no sound. So I did a pkg_add openal and ran minecraft again and got this error: Full log here: http://ix.io/EZd # Java VM:

CVS: cvs.openbsd.org: ports

2016-05-16 Thread Robert Peichaer
CVSROOT:/cvs Module name:ports Changes by: r...@cvs.openbsd.org2016/05/16 01:03:35 Modified files: security/py-keyczar: Makefile distinfo Log message: Update security/py-keyczar to 0.716 OK aja