qgis build on aarch64

2022-06-17 Thread Theo Buehler
The patch below is a hack that makes qgis build on aarch64. It's not the correct fix. What happens is that the destructor of the QWaitCondition class is called more than once. The second time it is called from Python's atexit handler crashes due to a use-after-free in pthread_cond_destroy().

Re: qgis build on aarch64

2022-06-17 Thread Rafael Sadowski
On Fri Jun 17, 2022 at 10:06:01AM +0200, Theo Buehler wrote: > The patch below is a hack that makes qgis build on aarch64. It's > not the correct fix. > > What happens is that the destructor of the QWaitCondition class is > called more than once. IMHO The issue is the python code or in other

Re: prosody 0.12.0 - startup error unbound.lua

2022-06-17 Thread Lucas
Thanks Patrick for all the information. I shared the issue with upstream and they told me that that "syntax error" might refer to the file being parsed by luaunbound (managed by libunbound), and not a Lua syntax error. In that case, can you share: - /var/unbound/db/root.key -

[update] ruby-rqrcode-core 1.1.0 -> 1.2.0

2022-06-17 Thread Kurt Mosiejczuk
"Added Multi Mode Support which allows for multi-segment encoding." ok? --Kurt Index: Makefile === RCS file: /cvs/ports/graphics/ruby-rqrcode-core/Makefile,v retrieving revision 1.2 diff -u -p -r1.2 Makefile --- Makefile11 Mar

[update] devel/ruby-colorator 0.1 -> 1.1.0

2022-06-17 Thread Kurt Mosiejczuk
https://github.com/octopress/colorator/blob/master/History.markdown Brings it up to date, which includes jruby compatibility. ok? --Kurt Index: Makefile === RCS file: /cvs/ports/devel/ruby-colorator/Makefile,v retrieving revision

portgen still adds RCS tag

2022-06-17 Thread Kirill Bychkov
Hi! Just tried portgen for generating p5 port and found out that it still places $OpenBSD$ at the top of Makefile. The patch below fixes that. Not sure it is 100% correct. Index: Port.pm === RCS file:

Re: [maintainer update] Python 3.10.4 -> 3.10.5

2022-06-17 Thread Kurt Mosiejczuk
On Mon, Jun 13, 2022 at 09:54:59PM -0400, Kurt Mosiejczuk wrote: > https://docs.python.org/release/3.10.5/whatsnew/changelog.html#python-3-10-5-final > A number of fixes, but no security fixes. > ok? > --Kurt ping. --Kurt Index: Makefile

[update] ruby-i18n 1.6.0 -> 1.10.0

2022-06-17 Thread Kurt Mosiejczuk
This updates ruby-i18n to the current version: 1.10.0 Changelog is available here: https://github.com/ruby-i18n/i18n/releases (Didn't link to the specific release to allow seeing all changes since 1.6.0 without pasting a page full of links) Also updated HOMEPAGE. ok? --Kurt Index: Makefile

NEW: x11/qt6/qtmultimedia

2022-06-17 Thread Rafael Sadowski
OK to import qt6-qtmultimedia? Information for inst:qt6-qtmultimedia-6.3.1 Comment: Qt6 multimedia components Description: Qt Multimedia is an essential module that provides a rich set of QML types and C++ classes to handle multimedia content. It also provides necessary APIs to access the

Re: portgen still adds RCS tag

2022-06-17 Thread Andrew Hewus Fresh
This looks right to me, although I won't have time to test or commit for a few weeks yet. On Fri, Jun 17, 2022 at 04:45:36PM +0300, Kirill Bychkov wrote: > Hi! > Just tried portgen for generating p5 port and found out that it > still places $OpenBSD$ at the top of Makefile. > The patch below

Re: update: obfs4proxy 0.0.7 -> 0.0.13 [tor/tor browser tester wanted]

2022-06-17 Thread George Rosamond
On 6/17/22 08:09, Yifei Zhan wrote: oops, forgot modules.inc in my previous diff, but the tarball should be fine I've been running today on a relay in server mode and seems fine. And running with the newly released tor-0.4.7.8 thanks g

[UPDATE] net/tor to 0.4.7.8

2022-06-17 Thread George Rosamond
Considered a critical security update. Diff attached. https://gitweb.torproject.org/tor.git/plain/ChangeLog?h=tor-0.4.7.8 Changes in version 0.4.7.8 - 2022-06-17 This version fixes several bugfixes including a High severity security issue categorized as a Denial of Service. Everyone

Re: Mark lang/clazy BROKEN-sparc64

2022-06-17 Thread Rafael Sadowski
On Fri Jun 17, 2022 at 07:28:31PM -0400, Kurt Mosiejczuk wrote: > clazy hasn't built on sparc64 for some time. > > OK to mark it BROKEN-sparc64? > > (cc maintainer) ok rsadowski > > --Kurt > > Index: Makefile > === > RCS file:

Re: NEW: x11/qt6/qtwayland

2022-06-17 Thread Rafael Sadowski
On Sun May 01, 2022 at 06:38:10PM +0200, Rafael Sadowski wrote: > Information for inst:qt6-qtwayland-6.3.0 > > Comment: > Wayland support for Qt6 > > Description: > QtWayland is a Qt module that wraps the functionality of Wayland. QtWayland is > separated into a client and server side. The

Re: UPDATE: lang/dmd 2.099.1 => 2.100.0

2022-06-17 Thread Ryan Boggs
On Tue, May 31, 2022, 8:29 PM Brian Callahan wrote: > Hi ports -- > > Attached is an update to DMD. Here is the changelog: > https://dlang.org/changelog/2.100.0.html > > All is good on my machine. D tools and dub updates will be in separate > emails. > > OK? > Sorry for the late response. Was

Mark lang/clazy BROKEN-sparc64

2022-06-17 Thread Kurt Mosiejczuk
clazy hasn't built on sparc64 for some time. OK to mark it BROKEN-sparc64? (cc maintainer) --Kurt Index: Makefile === RCS file: /cvs/ports/lang/clazy/Makefile,v retrieving revision 1.12 diff -u -p -r1.12 Makefile --- Makefile

[update] devel/ruby-colorize 0.7.7 -> 0.8.1

2022-06-17 Thread Kurt Mosiejczuk
>From https://github.com/fazibear/colorize/blob/master/CHANGELOG == 0.8.1 / 2016-06-29 * fix gemspec bug == 0.8.0 / 2016-06-27 * add ColorizedString class * update README file * add rubocop.yml and follow style * add italic mode * remove interpreter warrnings Added

[sparc64] Fix build of databases/mariadb

2022-06-17 Thread Kurt Mosiejczuk
Latest version of this has been failing to buld on sparc64 because pkg_create cannot find the mroonga test files. I'm betting that is a storage engine that won't be built on sparc64 (or 64-bit arches, or ...) Commenting out those two in the PLIST allows it to build again on sparc64. ok? (cc

Re: [sparc64] Fix build of databases/mariadb

2022-06-17 Thread Kurt Mosiejczuk
On Fri, Jun 17, 2022 at 06:59:54PM -0400, Brad Smith wrote: > On Fri, Jun 17, 2022 at 06:05:48PM -0400, Kurt Mosiejczuk wrote: > > Latest version of this has been failing to buld on sparc64 because > > pkg_create cannot find the mroonga test files. I'm betting that is a > > storage engine that

Re: NEW: x11/qt6/qtwayland

2022-06-17 Thread Rafael Sadowski
On Sun May 01, 2022 at 06:38:10PM +0200, Rafael Sadowski wrote: > Information for inst:qt6-qtwayland-6.3.0 > > Comment: > Wayland support for Qt6 > > Description: > QtWayland is a Qt module that wraps the functionality of Wayland. QtWayland is > separated into a client and server side. The

Re: NEW: x11/qt6/qtmultimedia

2022-06-17 Thread Rafael Sadowski
On Fri Jun 17, 2022 at 09:33:47PM +0200, Rafael Sadowski wrote: > OK to import qt6-qtmultimedia? > > Information for inst:qt6-qtmultimedia-6.3.1 > > Comment: > Qt6 multimedia components > > Description: > Qt Multimedia is an essential module that provides a rich set of QML types and > C++

NEW: x11/qt6/qtvirtualkeyboard

2022-06-17 Thread Rafael Sadowski
OK to import qt6-qtvirtualkeyboard-6.3.1? Comment: Qt6 virtual keyboard plugin Description: The Qt Virtual Keyboard project provides an input framework and reference keyboard frontend for Qt 5 on Linux Desktop/X11, Windows Desktop, and Boot2Qt targets. The input framework makes it easy to write

CVS: cvs.openbsd.org: ports

2022-06-17 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/06/17 00:42:42 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo Log message: Update to amazon-ssm-agent-3.1.1575.0.

CVS: cvs.openbsd.org: ports

2022-06-17 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2022/06/17 02:02:14 Modified files: emulators/stella: Makefile distinfo emulators/stella/pkg: PLIST Log message: Update to stella-6.7.

CVS: cvs.openbsd.org: ports

2022-06-17 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/06/17 05:11:45 Modified files: geo/kgeotag: Makefile Log message: PLIST change needs a bump.

CVS: cvs.openbsd.org: ports

2022-06-17 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/06/17 07:05:00 Modified files: mail/notmuch/notmuch: Makefile Log message: PLIST change -> bump

CVS: cvs.openbsd.org: ports

2022-06-17 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2022/06/17 07:08:53 Modified files: sysutils/kubectl: Makefile distinfo Log message: Update kubectl to 1.24.1

CVS: cvs.openbsd.org: ports

2022-06-17 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2022/06/17 06:55:27 Modified files: x11/qt6: Makefile Makefile.version x11/qt6/qt5compat: distinfo x11/qt6/qt5compat/pkg: PLIST x11/qt6/qtbase : Makefile distinfo

CVS: cvs.openbsd.org: ports

2022-06-17 Thread Stefan Sperling
CVSROOT:/cvs Module name:ports Changes by: s...@cvs.openbsd.org2022/06/17 07:03:04 Modified files: devel/got : Makefile distinfo Log message: update to got 0.71 - got patch: fail when reading empty hunks (op) - got patch: switch from fseek() to fseeko(), use

CVS: cvs.openbsd.org: ports

2022-06-17 Thread Pascal Stumpf
CVSROOT:/cvs Module name:ports Changes by: pas...@cvs.openbsd.org 2022/06/17 14:43:14 Modified files: net/tor: Tag: OPENBSD_7_1 Makefile distinfo Log message: Update to tor 0.4.7.8. Fixes a high severity DoS vulnerability, tracked as TROVE-2022-001 and

CVS: cvs.openbsd.org: ports

2022-06-17 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2022/06/17 12:21:49 Modified files: converters/p5-Cpanel-JSON-XS: Makefile distinfo Log message: update p5-Cpanel-JSON-XS to 4.30

CVS: cvs.openbsd.org: ports

2022-06-17 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2022/06/17 11:58:19 Modified files: www/p5-WWW-Mechanize: Makefile distinfo Log message: update p5-WWW-Mechanize to 2.09

CVS: cvs.openbsd.org: ports

2022-06-17 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2022/06/17 12:47:16 Modified files: misc/p5-OPCUA-Open62541: Makefile distinfo Log message: update p5-OPCUA-Open62541 to 1.01

CVS: cvs.openbsd.org: ports

2022-06-17 Thread Pascal Stumpf
CVSROOT:/cvs Module name:ports Changes by: pas...@cvs.openbsd.org 2022/06/17 14:41:54 Modified files: net/tor: Makefile distinfo Log message: Update to tor 0.4.7.8. Fixes a high severity DoS vulnerability, tracked as TROVE-2022-001 and CVE-2022-33903.

CVS: cvs.openbsd.org: ports

2022-06-17 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2022/06/17 23:12:19 Modified files: lang/clazy : Makefile Log message: Mark lang/clazy BROKEN-sparc64 ok rsadowski (maintainer)

CVS: cvs.openbsd.org: ports

2022-06-17 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2022/06/17 17:21:28 Modified files: databases/mariadb: Makefile databases/mariadb/pkg: PFRAG.le-tests PLIST-tests Log message: Fix build on sparc64 and other big endian arches by moving test

CVS: cvs.openbsd.org: ports

2022-06-17 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2022/06/17 23:31:22 Modified files: x11/qt6/qtmultimedia: distinfo x11/qt6/qtmultimedia/pkg: PLIST Log message: Update QtMultimedia to 6.3.1

CVS: cvs.openbsd.org: ports

2022-06-17 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2022/06/17 23:31:44 Modified files: x11/qt6: Makefile Log message: +QtMultimedia

CVS: cvs.openbsd.org: ports

2022-06-17 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2022/06/17 23:19:32 Log message: Import qt6-qtmultimedia-6.3.1, ok sthen@ Comment: Qt6 multimedia components Description: Qt Multimedia is an essential module that provides a