redis-sentinel segfault workaround

2020-06-23 Thread Theo Buehler
I was given a reliable reproducer for the sentinel segfault that seems to be present since at least Redis 4. I can only reproduce on amd64 and only when compiling with -O1 or -O2, but not with -O0. >From what I can tell, it is an out-of-bounds access trying to read from a page without read

Re: CVS: cvs.openbsd.org: ports

2020-06-23 Thread Brian Callahan
Hi Stuart -- ‐‐‐ Original Message ‐‐‐ On Tuesday, June 23, 2020 3:14 PM, Stuart Henderson wrote: > aclocal-1.16: error: aclocal: file '/usr/local/share/aclocal/apertium.m4' > does not exist This would appear to suggest that HandBrake requires textproc/apertium, at least for the

Re: [clang+ld.bfd/all archs] Unbreak misc/osinfo/libosinfo, https HOMEPAGE

2020-06-23 Thread Antoine Jacoutot
On Tue, Jun 23, 2020 at 05:51:09PM +0200, Charlene Wendling wrote: > On Mon, 22 Jun 2020 10:26:31 +0100 > Stuart Henderson wrote: > > > I haven't checked but the libraries are probably really needed at > > runtime (at least if it crashes at runtime, that's where the unwind > > functions are most

fonts.conf: remove defunct element (tor-browser)

2020-06-23 Thread deserter666
This diff gets rid of the following line in ~/.xsession-error Fontconfig warning: line 145: blank doesn't take any effect anymore. please remove it from your fonts.conf The following diff is build and run tested. This diff of course serves no critical purpose but since a previous patch already

Re: http://search.cpan.org/dist/ --> https://metacpan.org/release/

2020-06-23 Thread Stuart Henderson
On 2020/06/23 10:34, Andrew Hewus Fresh wrote: > On Sun, Jun 21, 2020 at 08:41:03PM +0100, Stuart Henderson wrote: > > On 2020/06/22 02:59, Yozo TODA wrote: > > > -HOMEPAGE ?= http://search.cpan.org/dist/${DISTNAME:C/-[^-]*$//}/ > > > +HOMEPAGE ?=

CVS: cvs.openbsd.org: ports

2020-06-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/06/23 14:55:24 Modified files: devel/ccache : Makefile distinfo Log message: update to ccache-3.7.10

CVS: cvs.openbsd.org: ports

2020-06-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/06/23 14:55:07 Modified files: textproc/pdftk : Makefile distinfo Log message: update to pdftk-3.1.3

Re: CVS: cvs.openbsd.org: ports

2020-06-23 Thread Stuart Henderson
On 2020/06/23 19:36, Brian Callahan wrote: > Hi Stuart -- > > ‐‐‐ Original Message ‐‐‐ > On Tuesday, June 23, 2020 3:14 PM, Stuart Henderson > wrote: > > > > aclocal-1.16: error: aclocal: file '/usr/local/share/aclocal/apertium.m4' > > does not exist > > This would appear to suggest

Re: NEW: astro/gnuastro

2020-06-23 Thread Brian Callahan
‐‐‐ Original Message ‐‐‐ On Sunday, May 24, 2020 2:02 PM, Brian Callahan wrote: > Hi ports -- > > Attached is a new port, astro/gnuastro. These are the GNU Astronomy > Utilities. > > > >

Re: CVS: cvs.openbsd.org: ports

2020-06-23 Thread Stuart Henderson
On 2020/06/20 15:12, Brian Callahan wrote: > CVSROOT: /cvs > Module name: ports > Changes by: bcal...@cvs.openbsd.org 2020/06/20 15:12:38 > > Modified files: > multimedia/handbrake: Makefile distinfo > multimedia/handbrake/pkg: PLIST > > Log message: > Update to

Re: NEW: astro/gnuastro

2020-06-23 Thread Tracey Emery
On Tue, Jun 23, 2020 at 04:25:21PM +, Brian Callahan wrote: > > ‐‐‐ Original Message ‐‐‐ > On Sunday, May 24, 2020 2:02 PM, Brian Callahan > wrote: > > > Hi ports -- > > > > Attached is a new port, astro/gnuastro. These are the GNU Astronomy > > Utilities. > > > >

CVS: cvs.openbsd.org: ports

2020-06-23 Thread Ingo Feinerer
CVSROOT:/cvs Module name:ports Changes by: feine...@cvs.openbsd.org2020/06/23 12:54:24 Modified files: math/R : Makefile distinfo Log message: Update to R 4.0.2

CVS: cvs.openbsd.org: ports

2020-06-23 Thread Daniel Jakots
CVSROOT:/cvs Module name:ports Changes by: d...@cvs.openbsd.org2020/06/23 11:35:41 Modified files: net/haproxy: Makefile distinfo Log message: Update to haproxy-2.0.15

Re: http://search.cpan.org/dist/ --> https://metacpan.org/release/

2020-06-23 Thread Andrew Hewus Fresh
On Sun, Jun 21, 2020 at 08:41:03PM +0100, Stuart Henderson wrote: > On 2020/06/22 02:59, Yozo TODA wrote: > > -HOMEPAGE ?=http://search.cpan.org/dist/${DISTNAME:C/-[^-]*$//}/ > > +HOMEPAGE ?=https://metacpan.org/release/${DISTNAME:C/-[^-]*$//}/ > > It does seem a good idea, but

Re: Xfce: display flicker on recent snaps

2020-06-23 Thread Ed Gray
Hi, I'm relatively new to the ports list but I can confirm I have also had this issue with an AMD system with integrated HD 4250 graphics. On the 6.6 release I solved it by turning the compositor off in XFCE. On my new OpenBSD current system I used the fix mentioned in the XFCE pkg-readme to

[clang+ld.bfd/all archs] Unbreak misc/osinfo/libosinfo, https HOMEPAGE

2020-06-23 Thread Charlene Wendling
On Mon, 22 Jun 2020 10:26:31 +0100 Stuart Henderson wrote: > I haven't checked but the libraries are probably really needed at > runtime (at least if it crashes at runtime, that's where the unwind > functions are most likely to be used) on clang LLD arches too. The > difference is that LLD will

CVS: cvs.openbsd.org: ports

2020-06-23 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2020/06/23 08:55:15 Modified files: misc/open62541 : Makefile misc/open62541/patches: patch-arch_network_tcp_c Added files: misc/open62541/patches: patch-include_open62541_server_h

CVS: cvs.openbsd.org: ports

2020-06-23 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2020/06/23 07:28:24 Modified files: www/chromium : Makefile distinfo Log message: update to 83.0.4103.116

CVS: cvs.openbsd.org: ports

2020-06-23 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2020/06/23 07:21:23 Modified files: misc/p5-OPCUA-Open62541: Makefile distinfo Log message: update p5-OPCUA-Open62541 to 0.017

CVS: cvs.openbsd.org: ports

2020-06-23 Thread Gleydson Soares
CVSROOT:/cvs Module name:ports Changes by: gsoa...@cvs.openbsd.org 2020/06/23 06:43:57 Modified files: net/prosody: Makefile Log message: test suite fails, it depends on busted not yet in, discussed with/OK Lucas maintainer

emulators/vbam build failure

2020-06-23 Thread Christian Weisgerber
In my latest amd64 bulk build, emulators/vbam failed to build: /bin/sh: /usr/local/bin/llvm-ar: not found Presumably it detects llvm-ar if installed at configure time, and tries to use it later. Since there is no dependency on devel/llvm, llvm-ar may have been removed by dpb junking in the

Re: UPDATE: security/luasec-0.9

2020-06-23 Thread Lucas
Gleydson Soares wrote: > > Regarding setting NO_TEST, bsd.port.mk(5) says it should be set to Yes > > "only for ports with no regression test", so I'm not sure if using Yes > > here would be an abuse. > > yes, right. > maybe we should add a comment showing that failure is kwown. Sure, no

Re: UPDATE: security/luasec-0.9

2020-06-23 Thread Gleydson Soares
> Deployed this on my server and I don't see any issue so far. In fact, > prosody is communicating over TLS without problems, so I'd it's OK > from prosody side. thanks for testing, i have just committed the luasec update. > Regarding setting NO_TEST, bsd.port.mk(5) says it should be set to Yes

CVS: cvs.openbsd.org: ports

2020-06-23 Thread Gleydson Soares
CVSROOT:/cvs Module name:ports Changes by: gsoa...@cvs.openbsd.org 2020/06/23 05:08:26 Modified files: security/luasec: Makefile distinfo security/luasec/patches: patch-src_Makefile security/luasec/pkg: PLIST Log message: update to luasec-0.9 thanks

CVS: cvs.openbsd.org: ports

2020-06-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/06/23 04:50:07 Modified files: devel/harfbuzz : Makefile distinfo devel/harfbuzz/pkg: PLIST-main Log message: Update to harfbuzz-2.6.8.

[update] pgbouncer 1.14.0

2020-06-23 Thread Landry Breuil
Hi, so, giving up on 1.13.0 after a month, here's 1.14.0, released the 11th of june: Encrypted SCRAM secrets in PgBouncer can now be used for server-side login, so storing plain-text passwords in PgBouncer is no longer necessary to be able to use SCRAM. the other bits in changelog are for

update games/eliot qt5 (Was: Re: Remove games/eliot)

2020-06-23 Thread Nam Nguyen
Thomas Frohwein writes: > On Wed, Jun 10, 2020 at 09:47:44PM +0200, Rafael Sadowski wrote: >> I would like to delete eliot for the following reasons: >> >> - Segmentation fault on startup > > Also here on amd64. > >> - xscrabble (Alternative scrabble works fine here) >> - Qt4 > > There is a

CVS: cvs.openbsd.org: ports

2020-06-23 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2020/06/23 02:27:26 Modified files: graphics/evince: Makefile distinfo Log message: update to evince-3.36.6

CVS: cvs.openbsd.org: ports

2020-06-23 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2020/06/23 02:16:57 Modified files: x11/gnome/contacts: Makefile distinfo Log message: update to gnome-contacts-3.36.2

CVS: cvs.openbsd.org: ports

2020-06-23 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2020/06/23 01:54:47 Modified files: x11/gnome/libgweather: Makefile distinfo x11/gnome/libgweather/patches: patch-libgweather_weather-metar_c Log message: - update to libgweather-3.36.1 - give

CVS: cvs.openbsd.org: ports

2020-06-23 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2020/06/23 01:36:53 Modified files: sysutils/py-pynetbox: Makefile distinfo Log message: update to pynetbox-4.3.3

CVS: cvs.openbsd.org: ports

2020-06-23 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2020/06/23 01:35:45 Modified files: sysutils/py-croniter: Makefile distinfo Log message: update to py-croniter-0.3.34

CVS: cvs.openbsd.org: ports

2020-06-23 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2020/06/23 01:34:17 Modified files: net/gupnp/core : Makefile distinfo net/gupnp/core/pkg: PLIST Log message: update to gupnp-1.2.3

CVS: cvs.openbsd.org: ports

2020-06-23 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2020/06/23 01:34:11 Modified files: net/gssdp : Makefile distinfo Log message: update to gssdp-1.2.3

CVS: cvs.openbsd.org: ports

2020-06-23 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2020/06/23 00:32:53 Modified files: www/chromium : Makefile www/chromium/patches: patch-base_system_sys_info_openbsd_cc Added files: www/chromium/patches: patch-base_system_sys_info_cc

CVS: cvs.openbsd.org: ports

2020-06-23 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2020/06/23 00:00:27 Modified files: x11/kde-applications/akonadi: Makefile Log message: Unbreak akonadi build s/=/+=/ in second BUILD_DEPENDS. Spotted by ajacoutot@, merci