Re: [PATCH] make TortoiseHg work again

2015-02-26 Thread Matthew Clarke
Thu, Feb 26, 2015 at 11:13:46 +0100, Remi Pointel may have written: Le 23-02-2015 18:31, Matthew Clarke a ??crit??: Hi. [ Sent this to the devel/tortoisehg maintainer a week ago yesterday. ] [ No response yet. Is this too late for 5.7? ] Since the Mercurial update from 3.0 to 3.2.3,

Re: Qt5 WebSocket segmentation faults in otter-browser (reproducible with provided test code)

2015-02-26 Thread Adam Wolk
On Thu, Feb 26, 2015, at 04:48 PM, Adam Wolk wrote: Hi ports@ zhuk@, While working on a Go WebSocket application I encountered a reproducible segmentation fault in Qt5. The bug was discovered from the developer tools in Otter browser but I suspect it might impact any other Qt5

/etc/vpnc-script executable flag

2015-02-26 Thread jkusn...@gmail.com
Hello, I had a minor glitch while setting up vpnc on my workstation. After pkg_add vpnc, I was intructed to add 2 sysctls: sysctl net.inet.esp.enable=0 sysctl net.inet.esp.udpencap=0 Did that and tried to start vpnc right away: # vpnc ./myvpn.conf sh: /etc/vpnc-script: cannot execute -

Re: firefox-35.0.1p0 (i386) - Segmentation fault

2015-02-26 Thread Adam Wolk
On Thu, Feb 26, 2015, at 12:53 PM, frantisek holop wrote: Adam Wolk, 26 Feb 2015 12:36: I just experienced a crash in firefox while editing a google doc. I did expect a crash since my login.conf is set to default values but that normally doesn't trigger a core dump from firefox. i was

CVS: cvs.openbsd.org: ports

2015-02-26 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2015/02/26 07:56:40 Modified files: audio/opus : Makefile Log message: Don't enable audio/opus' fixed-point code on arm; in the current version the asm code requires EABI. Retain as a commented-out

Re: audio/opus does not build on current/armv7

2015-02-26 Thread Christian Weisgerber
On 2015-02-25, Jan Stary h...@stare.cz wrote: I don't know much about instruction sets on the various platforms, but I see the following in the Makefile: .if ${MACHINE_ARCH} == arm CONFIGURE_ARGS+=--enable-fixed-point .endif Can that be it? Well, --enable-fixed-point

Qt5 WebSocket segmentation faults in otter-browser (reproducible with provided test code)

2015-02-26 Thread Adam Wolk
Hi ports@ zhuk@, While working on a Go WebSocket application I encountered a reproducible segmentation fault in Qt5. The bug was discovered from the developer tools in Otter browser but I suspect it might impact any other Qt5 applications. Tested on: - OpenBSD i386 snapshot from 20 Feb 2015 -

Re: [WIP] update to SoX 14.4.2

2015-02-26 Thread Jan Stary
And yet another version of the update, which addresses some more ./configure --options explicitly. Jan Index: Makefile === RCS file: /cvs/ports/audio/sox/Makefile,v retrieving revision 1.58 diff -u -p -u -p -r1.58 Makefile

Re: unbreak security/tinyca

2015-02-26 Thread Christian Weisgerber
On 2015-02-21, Jérémie Courrèges-Anglas j...@wxcvbn.org wrote: +When requesting conversion to text format, the actual data is what has +been printed on stdout (-noout -text), not the content of the empty +file. + +--- lib/OpenSSL.pm.orig Tue Jul 25 22:12:00 2006 lib/OpenSSL.pm

Re: [WIP] update to SoX 14.4.2

2015-02-26 Thread Christian Weisgerber
On 2015-02-25, Jan Stary h...@stare.cz wrote: While here, do people actually use twolame, or encode into MP2 at all? I don't know... but MP2 is used in the context of digital radio and TV, at least in Europe. I've come across the odd radio/TV capture with raw MP2 audio. -- Christian naddy

Re: unbreak security/tinyca

2015-02-26 Thread Jérémie Courrèges-Anglas
Christian Weisgerber na...@mips.inka.de writes: On 2015-02-21, Jérémie Courrèges-Anglas j...@wxcvbn.org wrote: +When requesting conversion to text format, the actual data is what has +been printed on stdout (-noout -text), not the content of the empty +file. + +--- lib/OpenSSL.pm.orig

Re: /etc/vpnc-script executable flag

2015-02-26 Thread Stuart Henderson
On 2015/02/26 18:05, jkusn...@gmail.com wrote: Hello, I had a minor glitch while setting up vpnc on my workstation. After pkg_add vpnc, I was intructed to add 2 sysctls: sysctl net.inet.esp.enable=0 sysctl net.inet.esp.udpencap=0 Did that and tried to start vpnc right away: # vpnc

Re: Qt5 WebSocket segmentation faults in otter-browser (reproducible with provided test code)

2015-02-26 Thread Vadim Zhukov
2015-02-26 18:48 GMT+03:00 Adam Wolk adam.w...@koparo.com: WebCore::SocketStreamHandlePrivate::send Looking at the body of this (rather small) function, the only way itself could cause SIGSEGV is when m_socket points to garbage (not NULL). This could happen only if SocketStreamHandlePrivate

[UPDATE] www/py-django

2015-02-26 Thread Remi Pointel
Hi, this is the diff to update Django to latest release (bugfix update). Release notes: https://docs.djangoproject.com/en/1.7/releases/1.7.5/ OK? Cheers, Remi.Index: Makefile === RCS file: /cvs/ports/www/py-django/Makefile,v

Re: [PATCH] make TortoiseHg work again

2015-02-26 Thread Remi Pointel
Le 23-02-2015 18:31, Matthew Clarke a écrit : Hi. [ Sent this to the devel/tortoisehg maintainer a week ago yesterday. ] [ No response yet. Is this too late for 5.7? ] Since the Mercurial update from 3.0 to 3.2.3, TortoiseHg 3.0 refuses to run, saying it requires Mercurial 3.0.n or 3.1.n.

Re: chromium-40.0.2214.115p0

2015-02-26 Thread frantisek holop
FWIW, here is one trace: (gdb) where #0 0x1b6a980e in std::set_differencestd::_Rb_tree_const_iteratorint, std::_Rb_tree_const_iteratorint, std::insert_iteratorstd::vectorint, std::allocatorint() from /usr/local/chrome/chrome #1 0x1b6a9708 in

firefox-35.0.1p0 (i386) - Segmentation fault

2015-02-26 Thread Adam Wolk
Hi ports@, I just experienced a crash in firefox while editing a google doc. I did expect a crash since my login.conf is set to default values but that normally doesn't trigger a core dump from firefox. Could anyone with a bit more insight into system internals take a look tell me if I should

Re: [WIP] update to SoX 14.4.2

2015-02-26 Thread Jan Stary
On Feb 25 17:30:22, h...@stare.cz wrote: Cannot build it on current/amrv7 --with-opus, as audio/opus itself does not build (see separate mail). It does when you drop the .if ${MACHINE_ARCH} == arm CONFIGURE_ARGS+=--enable-fixed-point .endif and once it does, audio/sox works too,

Re: firefox-35.0.1p0 (i386) - Segmentation fault

2015-02-26 Thread frantisek holop
Adam Wolk, 26 Feb 2015 12:36: I just experienced a crash in firefox while editing a google doc. I did expect a crash since my login.conf is set to default values but that normally doesn't trigger a core dump from firefox. i was just wondering if i should send the same :} (gdb) bt #0  

Re: net/samba CVE-2015-0240

2015-02-26 Thread Stuart Henderson
On 2015/02/26 22:18, Oriol Demaria wrote: What happens in this cases? Are there new packages pushed to 5.5 and 5.6 too? No, OpenBSD binary releases are done from a fixed point and aren't revised, official packages are only updated in -current snapshots (and require you to run -current snapshots

default volume levels for gogglesmm can't be changed

2015-02-26 Thread Brett Mahar
Hi ports, I use gogglesmm from ports (on amd64 current) to play music. I would like it to be at full volume on startup (or to remember my previous volume settings) but the below changes in my ~/.goggles/xineconf have no effect: # startup audio volume # [0..100], default: 50