Re: security/mitmproxy: update to 11.1.0 from maintainer

2025-01-28 Thread Kirill A . Korinsky
On Mon, 13 Jan 2025 23:45:14 +0100, Kirill A. Korinsky wrote: > > ports@, > > I'd like to update security/mitmproxy to 11.1.0. > > Relevant changes: > > - mitmproxy now requires Python 3.12 or above. > - Add cache-busting for mitmweb's front end code. > - Clicking the URL in mitmweb now places

Re: security/mitmproxy: update to 11.1.0 from maintainer

2025-01-28 Thread Klemens Nanni
On 28.01.2025 16:24, Kirill A. Korinsky wrote: > On Mon, 13 Jan 2025 23:45:14 +0100, > Kirill A. Korinsky wrote: >> >> ports@, >> >> I'd like to update security/mitmproxy to 11.1.0. >> >> Relevant changes: >> >> - mitmproxy now requires Python 3.12 or above. >> - Add cache-busting for mitmweb's fr

[new] sysutils/dhcpd_leases_exporter

2025-01-28 Thread Pascal Stumpf
This exporter consumes the dhcpd.leases file which is periodically written by the dameon. It has two collectors: The Stats collector counts the number of leases PER UNIQUE IP found in dhcpd.leases. This means that if an IP was leased to client X, but is now leased to client Y, there will be only

Re: UPDATE: intel-gmmlib and intel-media-driver

2025-01-28 Thread Rafael Sadowski
On Sun Jan 26, 2025 at 06:48:08PM +0100, Rafael Sadowski wrote: > Update intel-gmmlib and intel-media-driver to the latest upstrem > version. > Ignore this for now, please. > > diff --git a/graphics/intel-gmmlib/Makefile b/graphics/intel-gmmlib/Makefile > index ce3bdde692c..4fbf481c5da 100644 >

[UPDATE] security/dante due to CVE-2024-54662

2025-01-28 Thread Matthias Pitzl
Hi! Here's an update to the Dante sockd port to version 1.4.4 due to CVE-2024-54662. Cheers, Matthias Index: Makefile === RCS file: /mount/cvsdev/openbsd/cvs/ports/security/dante/Makefile,v diff -u -p -r1.56 Makefile --- Makefile

Re: [Update] ncspot

2025-01-28 Thread Matthias Schmidt
* Theo Buehler wrote: > On Mon, Jan 27, 2025 at 08:26:28PM +, Stuart Henderson wrote: > > On 2025/01/27 20:09, Matthias Schmidt wrote: > > > * Stuart Henderson wrote: > > > > > > > > Not perfect but this will probably work and it can be removed again > > > > with a later update if things are i

Re: UPDATE: OpenAL 1.24.1

2025-01-28 Thread Stuart Henderson
>>> Building on i386-1 under audio/openal BDEPENDS = [audio/libmysofa;devel/ninja;archivers/bzip2;devel/cmake] DIST = [audio/openal:openal-soft-1.24.1.tar.bz2] FULLPKGNAME = openal-1.24.1v0 RDEPENDS = [audio/libmysofa] (Junk lock obtained for i386-1 at 1738008473.57)

Re: [Update] ncspot

2025-01-28 Thread Theo Buehler
On Tue, Jan 28, 2025 at 01:43:47PM +0100, Matthias Schmidt wrote: > * Theo Buehler wrote: > > On Mon, Jan 27, 2025 at 08:26:28PM +, Stuart Henderson wrote: > > > On 2025/01/27 20:09, Matthias Schmidt wrote: > > > > * Stuart Henderson wrote: > > > > > > > > > > Not perfect but this will probabl

UPDATE: widelands 1.2.1

2025-01-28 Thread Brad Smith
Here is an update to Widelands 1.2.1. ## Release 1.2.1 - Skip invalid map files in editor Load/Save map window (CB #4795 / GH #6433) - Fix memory leaks in main menu Watch Last Replay (CB #4788 / GH #6426) - Game setup: Unselect incompatible starting conditions when changing win condition (CB #4

Re: update: sqlite-3.48.0

2025-01-28 Thread Maximo Pech
> > Atached is an update to sqlite-3.48.0. They are still shipping the > autoconf version. See release notes here: > https://sqlite.org/releaselog/3_48_0.html > > ok? > > > Index: Makefile > === > RCS file: /cvs/ports/databases/sqlite

qt5/qtwebengine: fix build with llvm 19

2025-01-28 Thread Theo Buehler
This diff, taken from https://github.com/freebsd/freebsd-ports/commit/0ddd6468fb3cb9ba390973520517cb1ca2cd690d fixes the build on amd64 with llvm 19 and also builds on arm64-current. Index: Makefile === RCS file: /cvs/ports/x11/qt5/

Re: [Update] ncspot

2025-01-28 Thread Matthias Schmidt
* Theo Buehler wrote: > On Tue, Jan 28, 2025 at 01:43:47PM +0100, Matthias Schmidt wrote: > > * Theo Buehler wrote: > > > On Mon, Jan 27, 2025 at 08:26:28PM +, Stuart Henderson wrote: > > > > On 2025/01/27 20:09, Matthias Schmidt wrote: > > > > > * Stuart Henderson wrote: > > > > > > > > > > >

[update] misc/ietf-cli

2025-01-28 Thread Peter Hessler
# 1.27 #Updated TagBase for change to https://www.rfc-editor.org/rfc-index # 1.28 #Added "(obsolete)" in front of titles of RFCs that are obsolete in RFC lists # 1.29 #Added rfchtml, rfchtimlized commands OK? Index: Makefile ===

Re: [update] misc/ietf-cli

2025-01-28 Thread Peter Hessler
And after this is committed, I would also like to add it to -stable because of 1.27's TagBase update, OK? On 2025 Jan 28 (Tue) at 21:29:26 +0100 (+0100), Peter Hessler wrote: :# 1.27 :#Updated TagBase for change to https://www.rfc-editor.org/rfc-index :# 1.28 :#Added "(obsolete)" in fro

Re: [update] misc/ietf-cli

2025-01-28 Thread Theo Buehler
On Tue, Jan 28, 2025 at 09:30:52PM +0100, Peter Hessler wrote: > And after this is committed, I would also like to add it to -stable > because of 1.27's TagBase update, OK? Oh, yes, please. Thank you. And it makes sense to me to backport since important functionality is broken. ok tb

Re: [update] misc/ietf-cli

2025-01-28 Thread Stuart Henderson
On 2025/01/28 21:30, Peter Hessler wrote: > And after this is committed, I would also like to add it to -stable > because of 1.27's TagBase update, OK? You'll need REVISION=0 in the version in -current if you commit it to -stable. (That's ok with me). I don't get MODPY_BUILDDEP=Yes. That's the de

Re: [update] misc/ietf-cli

2025-01-28 Thread Klemens Nanni
28 янв. 2025 г. 23:31:03 Peter Hessler : > And after this is committed, I would also like to add it to -stable > because of 1.27's TagBase update, OK? Sure, OK kn with the REVISION caveat so that current stays ahead.

Re: [update] misc/ietf-cli

2025-01-28 Thread Klemens Nanni
28 янв. 2025 г. 23:45:12 Stuart Henderson : > I don't get MODPY_BUILDDEP=Yes. That's the default, and python isn't > needed at build time anyway - should it have been MODPY_BUILDDEP=No? Perhaps I set it for MODPY_ADJ_FILES, but that doesn't require python really, so feel free to drop or change i