Update: Python 3.9.2 -> 3.9.5

2021-06-06 Thread Kurt Mosiejczuk
Multiple security fixes in this update. https://docs.python.org/release/3.9.4/whatsnew/changelog.html https://docs.python.org/release/3.9.5/whatsnew/changelog.html 3.9.3 apparently broke the API, so 3.9.4 replaced it with that fixed. Like the 3.8 update, tests run to completion which they never

Update: Python 3.8.8 -> 3.8.10

2021-06-06 Thread Kurt Mosiejczuk
3.8.9 fixed some security issues and 3.8.10 is the final maintenance release of 3.8.x (now only security fixes). https://www.python.org/downloads/release/python-389/ https://www.python.org/downloads/release/python-3810/ One of the patches we had seems to have been upstreamed, so I removed it.

Re: GCC 8.4.0 fails to build on loongson

2021-06-06 Thread manphiz
On 6/6/21 2:34 AM, Stuart Henderson wrote: To set expectations approriately: not many developers have mips64el hardware (not sure if any ports developers do), and it seems few users do too (only 3 dm...@openbsd.org submissions since 2015 using it). Also, there are not really many porters who

CVS: cvs.openbsd.org: ports

2021-06-06 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2021/06/06 19:00:45 Modified files: devel/libaio_compat: Makefile Added files: devel/libaio_compat/patches: patch-aio_compat_h Log message: Allow header to work with C++. Request by chris@ for an

CVS: cvs.openbsd.org: ports

2021-06-06 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2021/06/06 18:59:52 ports/devel/libaio_compat/patches Update of /cvs/ports/devel/libaio_compat/patches In directory cvs.openbsd.org:/tmp/cvs-serv60124/patches Log Message: Directory

NEW: librdkafka 1.7.0

2021-06-06 Thread Chris Cappuccio
OK to import? DESCR: librdkafka is a C library implementation of the Apache Kafka protocol, providing Producer, Consumer and Admin clients. It was designed with message delivery reliability and high performance in mind, current figures exceed 1 million msgs/second for the producer and 3 million

GNU libffcall 2.3 is released

2021-06-06 Thread Bruno Haible
Available at https://ftp.gnu.org/gnu/libffcall/libffcall-2.3.tar.gz New in 2.3: * Added support for the following platforms: (Previously, a build on these platforms failed.) - arm64: macOS 11. - x86_64: FreeBSD 13, OpenBSD 6.5 and newer. - powerpc64: AIX 7 with xlclang compiler. *

CVS: cvs.openbsd.org: ports

2021-06-06 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/06/06 16:38:31 Modified files: sysutils/reposync: Makefile distinfo Log message: update reposync (no script change, just update anoncvs server fingerprints)

Re: [update] graphics/cfdg to 3.3 (was Re: UPDATE: devel/bison)

2021-06-06 Thread Theo Buehler
On Sun, Jun 06, 2021 at 04:09:09PM -0600, Todd C. Miller wrote: > On Sun, 06 Jun 2021 21:56:40 +0200, Theo Buehler wrote: > > > On Wed, Apr 28, 2021 at 07:21:44PM -0600, Todd C. Miller wrote: > > > Another port I'd like to update needs a newer version of bison that > > > we provide so I've

Re: dovecot: Bad file descriptor

2021-06-06 Thread Stuart Henderson
No idea if it's related to what you are seeing, but did you follow the pkg-readme instructions about bumping available fds? On 2021/06/06 18:16, Stephan Mending wrote: > Hello *, > > I've been noticing a large number of error messages in the maillog > coming from dovecot. > > There seems to be

Re: [update] graphics/cfdg to 3.3 (was Re: UPDATE: devel/bison)

2021-06-06 Thread Todd C . Miller
On Sun, 06 Jun 2021 21:56:40 +0200, Theo Buehler wrote: > On Wed, Apr 28, 2021 at 07:21:44PM -0600, Todd C. Miller wrote: > > Another port I'd like to update needs a newer version of bison that > > we provide so I've updated to the lastest version. > > The bison update broke the build of

[update] graphics/cfdg to 3.3 (was Re: UPDATE: devel/bison)

2021-06-06 Thread Theo Buehler
On Wed, Apr 28, 2021 at 07:21:44PM -0600, Todd C. Miller wrote: > Another port I'd like to update needs a newer version of bison that > we provide so I've updated to the lastest version. The bison update broke the build of graphics/cfdg on sparc64 and thus likely on all other base-gcc arches.

sparc64 bulk build report

2021-06-06 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Sat Jun 5 20:14:27 MDT 2021 Finished: Sun Jun 6 12:18:51 MDT 2021 Duration: 0 Days 16 hours 4 minutes Built using OpenBSD 6.9-current (GENERIC.MP) #849: Sat Jun 5 12:30:48 MDT 2021 Built 5400 packages Number of packages built each day:

Re: UPDATE misc/gpsd

2021-06-06 Thread Kirill Bychkov
On Sun, May 23, 2021 20:48, Kirill Bychkov wrote: > On Fri, May 14, 2021 13:15, Kirill Bychkov wrote: >> Hi ports@, >> Attached is an update to gpsd. All consumers seems to be happy with it. >> OK? Comments? > > Ping. > > Ping gpsd-3.22.diff Description: Binary data

CVS: cvs.openbsd.org: ports

2021-06-06 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2021/06/06 11:07:43 Modified files: x11/gnome/yelp : Makefile distinfo Log message: Update to yelp-40.2.

CVS: cvs.openbsd.org: ports

2021-06-06 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2021/06/06 10:48:11 Modified files: x11/gnome/yelp-xsl: Makefile distinfo Log message: Update to yelp-xsl-40.2.

Re: dovecot: Bad file descriptor

2021-06-06 Thread Theo de Raadt
Use a mix of ktrace -di and ltrace(1) , and try to find the callpaths that are trying to something like close(fd); fd = -1; ... close(fd); though it will likely be in very different places... Stephan Mending wrote: > Hello *, > > I've been noticing a large number of error

dovecot: Bad file descriptor

2021-06-06 Thread Stephan Mending
Hello *, I've been noticing a large number of error messages in the maillog coming from dovecot. There seems to be a problem yet unknown problem. I've been running this setup now for a few years and never had problems like these. $ cat /var/log/maillog JunĀ  6 18:13:06 stg-00 dovecot:

CVS: cvs.openbsd.org: ports

2021-06-06 Thread Bjorn Ketelaars
CVSROOT:/cvs Module name:ports Changes by: b...@cvs.openbsd.org2021/06/06 10:11:29 Modified files: archivers/zstd : Makefile distinfo archivers/zstd/patches: patch-lib_Makefile patch-tests_Makefile Log message: Update to zstd-1.5.0 Major release featuring

CVS: cvs.openbsd.org: ports

2021-06-06 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2021/06/06 09:11:18 Modified files: net/openvpn-auth-ldap: Makefile distinfo net/openvpn-auth-ldap/patches: patch-aclocal_m4 patch-platform_m4

Re: UPDATE archivers/zstd-1.5.0

2021-06-06 Thread Daniel Jakots
On Wed, 26 May 2021 06:09:24 +0200, Bjorn Ketelaars wrote: > Diff below updates zstd to 1.5.0 ok danj

Re: GCC 8.4.0 fails to build on loongson

2021-06-06 Thread Stuart Henderson
To set expectations approriately: not many developers have mips64el hardware (not sure if any ports developers do), and it seems few users do too (only 3 dm...@openbsd.org submissions since 2015 using it). Also, there are not really many porters who can work on the gcc port. If you want better

CVS: cvs.openbsd.org: ports

2021-06-06 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2021/06/06 02:16:19 Modified files: net/gupnp/core : Makefile distinfo Log message: update to gupnp-1.2.7

Re: UPDATE: VLC 3.0.14

2021-06-06 Thread Brad Smith
On Sun, May 16, 2021 at 12:13:45PM -0400, Brad Smith wrote: > Here is an update to VLC 3.0.14. Update the diff after the sndio fix commit. Index: Makefile === RCS file: /home/cvs/ports/x11/vlc/Makefile,v retrieving revision 1.249

CVS: cvs.openbsd.org: ports

2021-06-06 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2021/06/06 00:52:46 Modified files: x11/vlc: Makefile distinfo x11/vlc/patches: patch-src_posix_thread_c Log message: Update vlc to 3.0.14 >From Brad (Maintainer)

CVS: cvs.openbsd.org: ports

2021-06-06 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2021/06/06 00:10:08 Modified files: x11/gnome/at-spi2-core: Makefile distinfo Log message: Update to at-spi2-core-2.40.2.