Re: Valgrind: Detect access outside the range of malloc.

2023-10-16 Thread Otto Moerbeek
On Tue, Oct 17, 2023 at 07:33:47AM +0900, Masato Asou wrote: > From: Masato Asou > Date: Fri, 29 Sep 2023 19:39:12 +0900 (JST) > > ping Sorry for not replying earlier. The locations are reported correctly now. But there are spurious reports of accesses of a 8 byte value on each system call.

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2023/10/16 23:28:18 Modified files: x11/kde-plasma/kinfocenter/patches: patch-Modules_about-distro_src_MemoryEntry_cpp Log message: Fix build by

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/10/16 23:13:16 Modified files: editors/nvi: Makefile Log message: base-gcc fails building with undefined reference to `__builtin_unreachable' Switching to ports-gcc fixes build for sparc64

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/10/16 22:55:10 Modified files: editors/litexl : Makefile Log message: litexl uses GNU11 extensions, so that requires ports-gcc, not base-gcc Fixes build on sparc64

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Joel Sing
CVSROOT:/cvs Module name:ports Changes by: js...@cvs.openbsd.org 2023/10/16 21:53:17 Modified files: lang/go: go.port.mk Log message: Bump modgo version to rebuild packages with Go 1.21.3.

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Joel Sing
CVSROOT:/cvs Module name:ports Changes by: js...@cvs.openbsd.org 2023/10/16 21:52:18 Modified files: lang/go: Makefile distinfo lang/go/patches: patch-src_cmd_link_internal_ld_lib_go lang/go/pkg: PLIST Log message: Update lang/go to

Re: U-Boot for RK356x SoCs (take 2)

2023-10-16 Thread Kevin Lo
On Fri, Oct 13, 2023 at 07:30:43PM +0200, Mark Kettenis wrote: > > Now that U-Boot 2023.10 has been release, here is an update. This > adds a few more boards and now uses a script that U-Boot provides to > switch the serial console baudrate to 115200. This way I don't need > to patch the

hidden dependency in gnustep/base

2023-10-16 Thread Marc Espie
Currently testing Index: Makefile === RCS file: /cvs/ports/x11/gnustep/base/Makefile,v retrieving revision 1.89 diff -u -p -r1.89 Makefile --- Makefile27 Sep 2023 20:37:07 - 1.89 +++ Makefile16 Oct 2023 23:22:12

Re: Valgrind: Detect access outside the range of malloc.

2023-10-16 Thread Masato Asou
From: Masato Asou Date: Fri, 29 Sep 2023 19:39:12 +0900 (JST) ping > I have fixed the bug you reported when symbols were not printed. > > As shown below, if the lower 12 bits of Virtual Address are 0 and File > Size is 0, then the a.out symbol will not be printed. > > $ readelf -l a.out > >

[update] samba-4.19.2

2023-10-16 Thread Jeremie Courreges-Anglas
Release notes: https://www.samba.org/samba/history/samba-4.19.2.html Test reports and oks welcome. Index: Makefile === RCS file: /cvs/ports/net/samba/Makefile,v retrieving revision 1.338 diff -u -p -r1.338 Makefile --- Makefile

[Maintainer Update] lang/elixir 1.15.7

2023-10-16 Thread Volker Schlecht
Updates lang/elixir to the latest maintenance/bugfix release. Tests pass, my elixir code works, and net/rabbitmq still works on amd64. (With and without the erlang update I just sent.) ok? Index: Makefile === RCS file:

[Maintainer Update] lang/erlang/25 25.3.2.7

2023-10-16 Thread Volker Schlecht
Updates lang/erlang/25 to the latest maintenance release. Tests pass, dependent ports rebuild and work on amd64. ok? Index: Makefile === RCS file: /cvs/ports/lang/erlang/25/Makefile,v retrieving revision 1.20 diff -u -p -r1.20

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/10/16 15:41:27 Modified files: x11/gromit-mpx : Makefile distinfo x11/gromit-mpx/patches: patch-CMakeLists_txt x11/gromit-mpx/pkg: PLIST Added files: x11/gromit-mpx/patches:

Re: x11/gromit-mpx: update to 1.5.0

2023-10-16 Thread Laurence Tratt
On Mon, Oct 16, 2023 at 11:38:20AM +, Klemens Nanni wrote: Hello Klemens, >> Simple https://github.com/bk138/gromit-mpx/releases/tag/1.5.0, works for >> me. Remove default HOMEPAGE. >> >> Patch churn due to code moving from between .[ch] files, change is the >> same. >> >> Feedback? OK? >

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2023/10/16 15:17:52 Modified files: archivers/snappy: Makefile Added files: archivers/snappy/patches: patch-third_party_googletest_googletest_src_gtest_cc Log

Re: archivers/snappy: unbreak on sparc64

2023-10-16 Thread Klemens Nanni
On Mon, Oct 16, 2023 at 10:51:37PM +0200, Theo Buehler wrote: > sorry for missing that. > > we should keep the existing CXXFLAGS, especially -O2 -pipe. This diff > no dynamic export changes and doesn't change sizees: > > 38075 164840 39763 9b53../build-amd64/libsnappy.so >

Re: archivers/snappy: unbreak on sparc64

2023-10-16 Thread Theo Buehler
On Mon, Oct 16, 2023 at 08:36:07PM +, Klemens Nanni wrote: > On Mon, Oct 16, 2023 at 09:47:42PM +0200, Theo Buehler wrote: > > For some reason ports-gcc can't find "lz4.h", so pass -I in CXXFLAGS. > > Then there's the usual missing include thing in gtest. I should see if I > > can upstream

Re: archivers/snappy: unbreak on sparc64

2023-10-16 Thread Klemens Nanni
On Mon, Oct 16, 2023 at 09:47:42PM +0200, Theo Buehler wrote: > For some reason ports-gcc can't find "lz4.h", so pass -I in CXXFLAGS. > Then there's the usual missing include thing in gtest. I should see if I > can upstream that... You could contain it with to avoid subtle change on clang archs,

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/10/16 14:31:13 Modified files: archivers/snappy: Makefile Log message: skip installing bundled gtest libs; no PLIST change Forgot the configure switch when enabling gtest which snappy installs

archivers/snappy: unbreak on sparc64

2023-10-16 Thread Theo Buehler
For some reason ports-gcc can't find "lz4.h", so pass -I in CXXFLAGS. Then there's the usual missing include thing in gtest. I should see if I can upstream that... I don't think this changes the package where it already builds, but I can bump REVISION if that's preferred. Index: Makefile

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2023/10/16 13:41:37 Modified files: misc/shared-mime-info: Makefile Log message: shared-mime-info: unbreak on sparc64, ok aja Needs COMPILER due to C++17 and -lstdc++fs for ports-gcc, so do the usual

Re: misc/shared-mime-info: unbreak on sparc64

2023-10-16 Thread Antoine Jacoutot
Ok. — Antoine > On 16 Oct 2023, at 20:42, Theo Buehler wrote: > > The vast majority of current sparc64 breakage is due to shared-mime-info > not building > > http://build-failures.rhaalovely.net/sparc64/2023-10-14/summary.log > > First problem is that it requires C++17, so COMPILER needs

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Volker Schlecht
CVSROOT:/cvs Module name:ports Changes by: vol...@cvs.openbsd.org 2023/10/16 13:23:17 Modified files: lang/node : Makefile distinfo Log message: lang/node: Update to 18.18.2 Fixes CVE-2023-45143 CVE-2023-39331 CVE-2023-39332 CVE-2023-39333 CVE-2023-38552 ok kn@

misc/shared-mime-info: unbreak on sparc64

2023-10-16 Thread Theo Buehler
The vast majority of current sparc64 breakage is due to shared-mime-info not building http://build-failures.rhaalovely.net/sparc64/2023-10-14/summary.log First problem is that it requires C++17, so COMPILER needs to be set, then it needs an extra -lstdc++fs to actually package, REVISION bump to

[Maintainer Update] lang/erlang/26 26.1.2

2023-10-16 Thread Volker Schlecht
Updates lang/erlang/26 to the latest maintenance release. Built and tested on amd64 with IBT enabled. Nothing else depends on it. ok? Index: Makefile === RCS file: /cvs/ports/lang/erlang/26/Makefile,v retrieving revision 1.5 diff -u

[Maintainer Update] lang/node v18.18.2

2023-10-16 Thread Volker Schlecht
Here's a simple update for lang/node for a change: v18.18.1 * Changed bundled versions of libuv, which doesn't affect our build since we're building against libuv in ports v18.18.2 * Changed bundled version of nghttp2, which doesn't affect us since we're building against nghttp2 in ports *

Re: [maintainer update] sysutils/fzf 0.43.0

2023-10-16 Thread Johannes Thyssen Tishman
Laurent Cheylus wrote: > Hi, > > update of sysutils/fzf for version 0.43.0 > Changelog: https://github.com/junegunn/fzf/releases/tag/0.43.0 > > - update of Makefile, distinfo and modules.inc for v0.43.0 > - simplify WRKDIST in Makefile > - add a patch to fix issue with 'fzf --listen' command

sparc64 bulk build report

2023-10-16 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Sat Oct 14 13:31:33 MDT 2023 Finished: Mon Oct 16 10:41:33 MDT 2023 Duration: 1 Days 21 hours 10 minutes Built using OpenBSD 7.4-current (GENERIC.MP) #1901: Fri Oct 13 23:27:28 MDT 2023 Built 8178 packages Number of packages built each day:

[maintainer update] sysutils/fzf 0.43.0

2023-10-16 Thread Laurent Cheylus
Hi, update of sysutils/fzf for version 0.43.0 Changelog: https://github.com/junegunn/fzf/releases/tag/0.43.0 - update of Makefile, distinfo and modules.inc for v0.43.0 - simplify WRKDIST in Makefile - add a patch to fix issue with 'fzf --listen' command (add inet for pledge), reported by

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/16 08:21:05 Modified files: www/webkitgtk4 : Makefile Log message: tweak DPB_PROPERTIES on i386 to use parallel2 lonesome

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Caspar Schutijser
CVSROOT:/cvs Module name:ports Changes by: cas...@cvs.openbsd.org 2023/10/16 08:07:51 Modified files: www/tor-browser/browser: Makefile Log message: Tor Browser: add missing BDEP on py3-setuptools Reported by naddy@, fix from landry@ (already in www/mozilla-firefox

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/16 08:06:51 Modified files: net/icinga/web2-module-director: Makefile distinfo net/icinga/web2-module-director/pkg: PLIST Log message: update to icinga-web2-module-director-1.11.0

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Moritz Buhl
CVSROOT:/cvs Module name:ports Changes by: mb...@cvs.openbsd.org 2023/10/16 07:17:27 Modified files: education : Makefile Log message: +freedict

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2023/10/16 07:03:42 Modified files: infrastructure/lib/DPB: Config.pm Log message: peek a bit more into the ports tree, refuse to start if bsd.port.mk and dpb have been misconfigured to use the same

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Moritz Buhl
CVSROOT:/cvs Module name:ports Changes by: mb...@cvs.openbsd.org 2023/10/16 07:00:57 Log message: Import FreeDict dictionaries. Add 203 unidirectional dictionaries in dictd format. From https://freedict.org/: The FreeDict project strives to be the most

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2023/10/16 06:42:17 Modified files: infrastructure/lib/DPB: Locks.pm Log message: be even more specific in refusing to write stuff that won't get parsed properly

Re: new education/freedict dictionaries

2023-10-16 Thread Klemens Nanni
On Mon, Oct 16, 2023 at 01:25:40PM +0200, Moritz Buhl wrote: > Dear ports@, > > attached are 203 unidirectional dictionaries in dictd format. > This means that each port contains at least two files: > an index and a gz archive that allows random access. > > Some of the archives also come with

Re: x11/gromit-mpx: update to 1.5.0

2023-10-16 Thread Klemens Nanni
On Sun, Oct 15, 2023 at 07:10:16PM +, Klemens Nanni wrote: > Simple https://github.com/bk138/gromit-mpx/releases/tag/1.5.0, works for me. > Remove default HOMEPAGE. > > Patch churn due to code moving from between .[ch] files, change is the same. > > Feedback? OK? Didn't cvs add the main.h

Re: [maintainer update] security/gosec 2.18.1

2023-10-16 Thread Daniel Jakots
On Mon, 16 Oct 2023 11:57:32 +0200 (CEST), Laurent Cheylus wrote: > Hi, > > a simple update for security/gosec version 2.18.1 > Changelog: https://github.com/securego/gosec/releases/tag/v2.18.1 > > Build and tests OK on current/amd64 with Go v1.21.1 > > Comments/tests welcome and please

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Daniel Jakots
CVSROOT:/cvs Module name:ports Changes by: d...@cvs.openbsd.org2023/10/16 05:37:15 Modified files: security/gosec : Makefile distinfo modules.inc Log message: Update to gosec-2.18.1 >From Laurent Cheylus (maintainer)

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Kirill Bychkov
CVSROOT:/cvs Module name:ports Changes by: ki...@cvs.openbsd.org 2023/10/16 05:32:19 Modified files: www/goaccess : Makefile distinfo Log message: update to goaccess-1.8

new education/freedict dictionaries

2023-10-16 Thread Moritz Buhl
Dear ports@, attached are 203 unidirectional dictionaries in dictd format. This means that each port contains at least two files: an index and a gz archive that allows random access. Some of the archives also come with COPYING, INSTALL or README files. I looked at the 00databaseinfo entry of

Re: [maintainer update] Python 3.11.6

2023-10-16 Thread Kurt Mosiejczuk
On Sun, Oct 15, 2023 at 05:32:13AM -0400, Kurt Mosiejczuk wrote: > https://docs.python.org/release/3.11.6/whatsnew/changelog.html#python-3-11-6 > No security fixes but a number of other fixes. The majority in the tests > or on other OSes (not all though). > Regenerated patches although they

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2023/10/16 04:29:43 Modified files: textproc : Makefile Log message: +apertium-regtest, +apertium-recursive

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2023/10/16 04:28:30 Log message: Import apertium-regtest-0.9.1. Apertium-regtest is a program for managing regression tests and corpora for Apertium language data and translators. ok

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2023/10/16 04:27:15 Log message: Import apertium-recursive-1.0.1. Apertium-recursive is an alternative to apertium-transfer, apertium-interchunk, and apertium-postchunk. It uses a GLR parser rather

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2023/10/16 04:23:45 Modified files: emulators/ppsspp: Makefile distinfo emulators/ppsspp/patches: patch-CMakeLists_txt Log message: Update to ppsspp-1.16.6.

[maintainer update] security/gosec 2.18.1

2023-10-16 Thread Laurent Cheylus
Hi, a simple update for security/gosec version 2.18.1 Changelog: https://github.com/securego/gosec/releases/tag/v2.18.1 Build and tests OK on current/amd64 with Go v1.21.1 Comments/tests welcome and please commit if OK. Laurent Index: Makefile

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/16 02:43:08 Modified files: devel/py-pathspec: Makefile distinfo Log message: update to py3-pathspec-0.11.2

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Sebastien Marie
CVSROOT:/cvs Module name:ports Changes by: sema...@cvs.openbsd.org 2023/10/16 02:41:24 Modified files: lang/sbcl : Makefile lang/sbcl/pkg : PLIST Log message: lang/sbcl: remove sb-simd on amd64 it requires AVX2 support on the build machine, else the files

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/16 02:35:18 Modified files: databases/py-odbc: Makefile distinfo databases/py-odbc/patches: patch-src_connection_cpp Log message: update to py3-odbc-5.0.1

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/16 02:35:12 Modified files: databases/py-sqlobject: Makefile distinfo Log message: update to py3-sqlobject-3.10.2

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/16 02:34:12 Modified files: databases/py-peewee: Makefile distinfo Log message: update to py3-peewee-3.17.0

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/16 02:32:34 Modified files: devel/py-pluggy: Makefile distinfo devel/py-pluggy/pkg: PLIST Log message: update to py3-pluggy-1.3.0

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/16 02:27:48 Modified files: devel/py-parsing: Makefile distinfo Log message: update to py3-parsing-3.1.1

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2023/10/16 02:13:17 Modified files: infrastructure/lib/DPB: Locks.pm Log message: save and show more info for problematic logfiles

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/16 02:02:47 Modified files: devel/py-stack_data: Makefile distinfo Log message: update to py3-stack_data-0.6.3

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/16 02:02:39 Modified files: devel/py-sh: Makefile distinfo devel/py-sh/pkg: PLIST Log message: update to py3-sh-2.0.6

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/16 01:56:04 Modified files: devel/py-pyproject-api: Makefile distinfo Log message: update to py3-pyproject_api-1.6.1

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2023/10/16 01:55:00 Modified files: infrastructure/lib/DPB: Vars.pm Log message: improve error messages: save previous non-sensical lines in the state machine, so that "exiting with an error" tells

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/16 01:53:33 Modified files: devel/py-regex : Makefile distinfo Log message: update to py3-regex-2023.10.3

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/16 01:51:28 Modified files: devel/py-sure : Makefile distinfo Log message: update to py3-sure-2.0.1

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/16 01:50:22 Modified files: mail/exim : Tag: OPENBSD_7_4 Makefile distinfo Log message: update to exim-4.96.2, from Renaud Allard (maintainer) security fixes for dnsdb lookups and the proxy

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/16 01:49:41 Modified files: mail/exim : Makefile distinfo Log message: update to exim-4.96.2, from Renaud Allard (maintainer) security fixes for dnsdb lookups and the proxy protocol

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/16 01:48:04 Modified files: devel : Makefile Log message: unhook py-simplejson (py2)

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/16 01:47:19 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm devel/py-simplejson: Makefile distinfo devel/py-simplejson/pkg: PLIST Log message:

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/16 01:44:01 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: quirk for py-snack

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/16 01:43:09 Modified files: audio/snack: Makefile audio/snack/pkg: PLIST-main Removed files: audio/snack/pkg: DESCR-python PLIST-python Log message: drop py2-only unused

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/16 01:35:30 Modified files: print/pdfarranger: Makefile distinfo Log message: update to pdfarranger-1.10.1

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/16 01:23:16 Modified files: www/tomcat/v9 : Makefile distinfo Log message: update to tomcat-9.0.82

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/16 01:23:11 Modified files: databases/freetds: Makefile distinfo Log message: update to freetds-1.4.3

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/16 01:23:02 Modified files: textproc/oniguruma: Makefile distinfo textproc/oniguruma/pkg: DESCR Log message: update to oniguruma-6.9.9

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/16 01:22:41 Modified files: devel/py-rich : Makefile distinfo Log message: update to py3-rich-13.6.0

CVS: cvs.openbsd.org: ports

2023-10-16 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/10/16 01:17:29 Modified files: x11/gnome/gcr : Makefile x11/gnome/gcr/pkg: PLIST x11/gnome/gcr4 : Makefile x11/gnome/gcr4/pkg: PLIST Log message: Move

[security] exim-4.96.2

2023-10-16 Thread Renaud Allard
Hello, Here is a simple diff against exim to solve the remaining security issues (apart from libspf2 which is solved in libspf2). The current latest official release is now: exim-4.96.2 - fixed issues with the proxy protocol. - fixed issues in the `dnsdb` lookup subsystem. - The remaining