Re: firefox 52 - crashes at startup or later due to oom

2017-03-13 Thread Sebastien Marie
On Mon, Mar 13, 2017 at 11:19:09PM +0100, Peter N. M. Hansteen wrote: > > On 03/13/17 08:01, Landry Breuil wrote: > >> Alternatively, I would be glad if someone could test the diff below: I > >> run with it, but I don't use javascript enough to be sure the allocation > >> isn't too low. > >> > >>

CVS: cvs.openbsd.org: ports

2017-03-13 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2017/03/13 20:57:27 Modified files: graphics/libraw: Makefile Log message: Use lang/gcc for atomic builtins on arm

CVS: cvs.openbsd.org: ports

2017-03-13 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2017/03/13 20:43:18 Added files: misc/zzuf/patches: patch-configure Log message: Honour CFLAGS

CVS: cvs.openbsd.org: ports

2017-03-13 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2017/03/13 20:36:36 Modified files: misc/zzuf : Makefile Log message: Use lang/gcc on arm

Re: Update to weechat-1.7

2017-03-13 Thread Daniel Jakots
On Sun, 12 Mar 2017 20:15:42 -0400, Daniel Jakots wrote: > Hi, > > Here's a diff to update to latest weechat release. > > Changelog: https://weechat.org/files/changelog/ChangeLog-1.7.html > > Comments? OK? Updated diff following a review from abieber@ There's still:

CVS: cvs.openbsd.org: ports

2017-03-13 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2017/03/13 19:35:52 Modified files: net/ucspi-tools: Makefile Added files: net/ucspi-tools/patches: patch-config_mk Log message: Honour CC/CFLAGS

CVS: cvs.openbsd.org: ports

2017-03-13 Thread Daniel Jakots
CVSROOT:/cvs Module name:ports Changes by: d...@cvs.openbsd.org2017/03/13 19:01:38 Modified files: security/py-crypto: Tag: OPENBSD_6_0 Makefile Added files: security/py-crypto/patches: Tag: OPENBSD_6_0

CVS: cvs.openbsd.org: ports

2017-03-13 Thread Daniel Jakots
CVSROOT:/cvs Module name:ports Changes by: d...@cvs.openbsd.org2017/03/13 18:56:48 Modified files: security/py-crypto: Makefile Added files: security/py-crypto/patches: patch-lib_Crypto_SelfTest_Cipher_common_py

CVS: cvs.openbsd.org: ports

2017-03-13 Thread Daniel Jakots
CVSROOT:/cvs Module name:ports Changes by: d...@cvs.openbsd.org2017/03/13 18:43:28 Modified files: security/py-crypto/patches: patch-lib_Crypto_Hash___init___py patch-lib_Crypto_SelfTest_Cipher___init___py

CVS: cvs.openbsd.org: ports

2017-03-13 Thread Giovanni Bechis
CVSROOT:/cvs Module name:ports Changes by: giova...@cvs.openbsd.org2017/03/13 16:25:14 Modified files: net/unison : Makefile Added files: net/unison/patches: patch-bytearray_stubs_c Removed files: net/unison/patches:

Re: firefox 52 - crashes at startup or later due to oom

2017-03-13 Thread Peter N. M. Hansteen
On 03/13/17 08:01, Landry Breuil wrote: >> Alternatively, I would be glad if someone could test the diff below: I >> run with it, but I don't use javascript enough to be sure the allocation >> isn't too low. >> >> It makes the allocation to be 128 Mo instead of 1 Go on 64bits platform >> (it is

Re: UPDATE: texlive 2016

2017-03-13 Thread Edd Barrett
Hi Nils, Thanks for testing. On Mon, Mar 13, 2017 at 08:06:06AM +0100, Nils Reuße wrote: > The update went well for me, but i had to use an obj-directory outside > of /usr (the build takes quite a bit of disk space), and had to > deinstall texlive 2015 before installing the new packages with

Re: [PATCH] emulators/virtualjaguar (Honour CFLAGS and CXXFLAGS)

2017-03-13 Thread Jeremie Courreges-Anglas
Frederic Cambus writes: > Hi ports@, > > Here is a diff to make emulators/virtualjaguar honour CFLAGS and > CXXFLAGS everywhere. > > Comments? OK? ok jca@ -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

CVS: cvs.openbsd.org: ports

2017-03-13 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2017/03/13 15:32:51 Modified files: www/ruby-passenger: Makefile Log message: Mark as BROKEN on arm, undefined reference to __sync_val_compare_and_swap_4 The __sync_val_compare_and_swap_4 reference comes

CVS: cvs.openbsd.org: ports

2017-03-13 Thread Joerg Jung
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2017/03/13 14:35:47 Modified files: mail/opensmtpd-extras: Makefile distinfo Log message: update to newer (bugfix) snapshot from today

CVS: cvs.openbsd.org: ports

2017-03-13 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2017/03/13 13:39:11 Modified files: devel/p5-ExtUtils-Helpers: Makefile distinfo Log message: update p5-ExtUtils-Helpers to 0.026 from maintainer Sergey Bronnikov

Re: Firefox and Chrome and linkedin account create/recaptcha

2017-03-13 Thread Landry Breuil
On Mon, Mar 13, 2017 at 12:07:29PM +, Stuart Henderson wrote: > A desktop user reported "aw snap"s and hangs in Chromium (51.0, on a > 6.0-stable system) in linkedin, mostly during searches. I'm trying to > create an account there to check if it also happens on -current too > but haven't been

[PATCH] emulators/virtualjaguar (Honour CFLAGS and CXXFLAGS)

2017-03-13 Thread Frederic Cambus
Hi ports@, Here is a diff to make emulators/virtualjaguar honour CFLAGS and CXXFLAGS everywhere. Comments? OK? Index: Makefile === RCS file: /cvs/ports/emulators/virtualjaguar/Makefile,v retrieving revision 1.4 diff -u -p -r1.4

CVS: cvs.openbsd.org: ports

2017-03-13 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2017/03/13 10:26:44 Modified files: devel/p5-Class-Method-Modifiers: Makefile distinfo Log message: update p5-Class-Method-Modifiers to 2.12 from maintainer Sergey Bronnikov

[UPDATE] devel/p5-ExtUtils-Helpers

2017-03-13 Thread Sergey Bronnikov
It's a minor update (0.022 -> 0.026). Tested on amd64. diff --git a/devel/p5-ExtUtils-Helpers/Makefile b/devel/p5-ExtUtils-Helpers/Makefile index 0e5d02e..16d29b3 100644 --- a/devel/p5-ExtUtils-Helpers/Makefile +++ b/devel/p5-ExtUtils-Helpers/Makefile @@ -4,7 +4,7 @@ COMMENT = various

Re: [new] www/nextcloud

2017-03-13 Thread Johan Huldtgren
On 3/13/17 10:58, Gonzalo L. Rodriguez wrote: > On [27/02/17] [07:44P], Johan Huldtgren wrote: > ; On 2/26/17 18:35, Gonzalo L. Rodriguez wrote: > ; > > ; > I do some tweaks on your port, can you try if this works for you? > ; > ; looks good to me, packages and installs fine on my test system. >

CVS: cvs.openbsd.org: ports

2017-03-13 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2017/03/13 09:38:24 Modified files: devel/uthash : Makefile distinfo devel/uthash/patches: patch-tests_Makefile devel/uthash/pkg: PLIST Log message: Update uthash to 2.0.1. Notable

CVS: cvs.openbsd.org: ports

2017-03-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2017/03/13 09:28:33 Modified files: mail/evolution-ews: Makefile distinfo Log message: Update to evolution-ews-3.22.6.

CVS: cvs.openbsd.org: ports

2017-03-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2017/03/13 09:28:18 Modified files: mail/evolution : Makefile distinfo Log message: Update to evolution-3.22.6.

CVS: cvs.openbsd.org: ports

2017-03-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2017/03/13 09:27:55 Modified files: databases/evolution-data-server: Makefile distinfo Log message: Update to evolution-data-server-3.22.6.

CVS: cvs.openbsd.org: ports

2017-03-13 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2017/03/13 09:13:54 Modified files: converters/p5-Cpanel-JSON-XS: Makefile distinfo Log message: update p5-Cpanel-JSON-XS to 3.0230

CVS: cvs.openbsd.org: ports

2017-03-13 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2017/03/13 09:02:48 Modified files: security : Makefile Log message: +botan2

CVS: cvs.openbsd.org: ports

2017-03-13 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2017/03/13 09:00:39 Log message: import botan2 2.0.1 input and OK jca@ Comment: crypto and TLS for C++11 Description: Botan (Japanese for peony) is a cryptography library written

CVS: cvs.openbsd.org: ports

2017-03-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2017/03/13 07:26:52 Modified files: devel/meson: Makefile distinfo Log message: Update to meson-0.39.0.

Re: openbsd ports of perl modules

2017-03-13 Thread Marc Espie
On Mon, Mar 13, 2017 at 04:00:06PM +0300, Sergey Bronnikov wrote: > Hello, > > some time ago I made an OpenBSD port for Tapper testing system. > This port depended from huge amount of Perl modules and I made port > for each of them. Right now Tapper development is discontinued > and I removed

openbsd ports of perl modules

2017-03-13 Thread Sergey Bronnikov
Hello, some time ago I made an OpenBSD port for Tapper testing system. This port depended from huge amount of Perl modules and I made port for each of them. Right now Tapper development is discontinued and I removed Tapper from the openbsd-wip repository, but all dependencies are kept in the

Re: Firefox and Chrome and linkedin account create/recaptcha

2017-03-13 Thread Marc Espie
On Mon, Mar 13, 2017 at 12:07:29PM +, Stuart Henderson wrote: > There's also an annoying UK webshop (broadbandbuyer.co.uk) that also tries > to force a recaptcha if I use it from OpenBSD (I guess they're doing some > user-agent check or something), I get a similar thing where the recaptcha >

Firefox and Chrome and linkedin account create/recaptcha

2017-03-13 Thread Stuart Henderson
A desktop user reported "aw snap"s and hangs in Chromium (51.0, on a 6.0-stable system) in linkedin, mostly during searches. I'm trying to create an account there to check if it also happens on -current too but haven't been able to: - If I try to create an account with Chromium, I enter

qt-creator / x11/qt5/qtdeclarative loop [Re: qt creator Abort trap (core dumped)]

2017-03-13 Thread Stuart Henderson
Does anyone have ideas about this? I tried changing the deps to x11/qt5/qtdeclarative,no_examples,no_qch,no_html,bootstrap but that didn't help. On 2017/02/18 13:25, Stuart Henderson wrote: > Moved from misc. > > On 2017-02-17, Caspar Schutijser wrote: > > Does anybody

CVS: cvs.openbsd.org: ports

2017-03-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2017/03/13 04:57:00 Modified files: databases/mariadb: Makefile distinfo databases/mariadb/pkg: PLIST-server PLIST-tests Log message: update to MariaDB 10.0.30, from Brad. Fixes CVE-2017-3302 and

Re: rust-doc removal ?

2017-03-13 Thread Laurence Tratt
On Sun, Mar 12, 2017 at 06:58:50PM +0100, Sebastien Marie wrote: Hello Sebastien, > I would like to know if there are any user of rust-doc. Yes, I use it a lot. It's particularly useful to have the API docs when I'm offline (or with limited bandwidth). But if I'm the only user then I don't

CVS: cvs.openbsd.org: ports

2017-03-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2017/03/13 03:42:57 Modified files: sysutils/bacula: Makefile distinfo Added files: sysutils/bacula/patches: patch-src_filed_xacl_c Log message: update to bacula-7.4.6

CVS: cvs.openbsd.org: ports

2017-03-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2017/03/13 03:11:59 Modified files: x11/gnome/documents: Makefile distinfo x11/gnome/documents/pkg: PLIST Log message: Update to gnome-documents-3.22.1.

CVS: cvs.openbsd.org: ports

2017-03-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2017/03/13 02:52:09 Modified files: devel/harfbuzz : Makefile distinfo Log message: Update to harfbuzz-1.4.5.

CVS: cvs.openbsd.org: ports

2017-03-13 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2017/03/13 02:47:27 Modified files: net/tintin++ : Makefile distinfo Log message: Update to tintin-2.01.2. from Ted Roby (Maintainer)

Re: Fwd: [elinks-dev] [Bug][Security] elinks doesn't verify server certificate

2017-03-13 Thread Stuart Henderson
On 2017/03/12 17:57, Edd Barrett wrote: > On Fri, Mar 10, 2017 at 10:54:29AM +, Edd Barrett wrote: > > +# Elinks does not check SSL certificates properly! > > +# Disable SSL support to protect our users. > > +CONFIGURE_ARGS += --without-gnutls \ > > + --without-openssl > >

CVS: cvs.openbsd.org: ports

2017-03-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2017/03/13 02:42:29 Modified files: graphics/gegl03: Makefile distinfo Log message: Update to gegl03-0.3.14.

CVS: cvs.openbsd.org: ports

2017-03-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2017/03/13 02:42:14 Modified files: graphics/babl : Makefile distinfo graphics/babl/pkg: PLIST Log message: Update to babl-0.1.24.

CVS: cvs.openbsd.org: ports

2017-03-13 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2017/03/13 02:39:13 Modified files: net/lftp : Makefile distinfo net/lftp/patches: patch-configure Log message: Update to lftp-4.7.7. from Rafael Sadowski (Maintainer)

simple update for net/tintin++

2017-03-13 Thread Ted Roby
This is a simple version update for net/tintin++. Compiled and tested on amd64. Index: Makefile === RCS file: /cvs/ports/net/tintin++/Makefile,v retrieving revision 1.19 diff -u -p -u -r1.19 Makefile --- Makefile4 Jan 2014

Re: UPDATE: texlive 2016

2017-03-13 Thread Nils Reuße
> Edd Barrett hat am 9. März 2017 um 23:07 > geschrieben: > > > Hi, > > Here's an update to tex live 2016. > > Can people start playing with this and reporting problems when building > their docs. > > The pregen tarball is here for now: >

Re: firefox 52 - crashes at startup or later due to oom

2017-03-13 Thread Landry Breuil
On Mon, Mar 13, 2017 at 06:34:12AM +0100, Sebastien Marie wrote: > On Sun, Mar 12, 2017 at 10:00:55PM +0100, frantisek holop wrote: > > it seems that i can 100% crash firefox by trying to use > > the web.whatsapp.com client for varying lengths of > > time. this seems to be a regression, is anyone

Re: firefox 52 - crashes at startup or later due to oom

2017-03-13 Thread Landry Breuil
On Mon, Mar 13, 2017 at 05:40:25AM +, Tinker wrote: > On 2017-03-13 05:34, Sebastien Marie wrote: > .. > > Note that the value is the total allocated bytes for javascript. It > > isn't a initial value, and it shouldn't grow (if I correctly understand > > the code). So I expect 128 Mo to be a

Re: new: security/botan2

2017-03-13 Thread Jeremie Courreges-Anglas
Alexander Bluhm writes: > Hi > > I would like to add a new port for the crypto library botan 2. We > already have the botan 1.10 in ports, but they are not API compatible. > So I think it it best to put it under security/botan2. Note that > all internal paths do not

Re: [UPDATE] devel/uthash to 2.0.1

2017-03-13 Thread Jeremie Courreges-Anglas
Frederic Cambus writes: > Hi ports@, > > Here is a diff to update devel/uthash to 2.0.1. No consumer so I see no reason to hold this back. ok jca@ > Notable changes: > > - Upstream moved to GitHub > - HTML documentation is not bundled in release tarballs anymore, and >

Re: UPDATE: security/botan

2017-03-13 Thread Jeremie Courreges-Anglas
Alexander Bluhm writes: > On Fri, Mar 10, 2017 at 09:38:20PM +0100, Rafael Sadowski wrote: >> please find below a simple diff to update botan to the last stable >> version. > > I have already commited this, but I was too fast. Several new > functions show up in the