03.02.2025 16:59, Stuart Henderson пишет: >> Attached an updated version of p5-Data-Radius. > > OK sthen
Imported, thanks. >> I do not know, if p5-Net-Radius should be removed. I only can say that we do >> not >> longer rely on it in our code. > > It's not used by other ports or recommended as an optional dep in > any DESCR files, and considering what you've said there seems no > reason to keep it (it doesn't seem particularly useful with a recent > RADIUS server). Here's a quirk to point at the new module. Feedback? OK? ? devel/quirks/mumble.diff Index: net/Makefile =================================================================== RCS file: /cvs/ports/net/Makefile,v diff -u -p -r1.1414 Makefile --- net/Makefile 3 Feb 2025 17:46:47 -0000 1.1414 +++ net/Makefile 3 Feb 2025 18:01:28 -0000 @@ -440,7 +440,6 @@ SUBDIR += p5-Net-Pcap-Reassemble SUBDIR += p5-Net-PcapWriter SUBDIR += p5-Net-Ping-External - SUBDIR += p5-Net-Radius SUBDIR += p5-Net-RawIP SUBDIR += p5-Net-SCP SUBDIR += p5-Net-SFTP Index: devel/quirks/Makefile =================================================================== RCS file: /cvs/ports/devel/quirks/Makefile,v diff -u -p -r1.1681 Makefile --- devel/quirks/Makefile 31 Jan 2025 12:16:21 -0000 1.1681 +++ devel/quirks/Makefile 3 Feb 2025 18:01:28 -0000 @@ -3,7 +3,7 @@ CATEGORIES = devel databases DISTFILES = # API.rev -PKGNAME = quirks-7.88 +PKGNAME = quirks-7.89 PKG_ARCH = * MAINTAINER = Marc Espie <es...@openbsd.org> Index: devel/quirks/files/Quirks.pm =================================================================== RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v diff -u -p -r1.1694 Quirks.pm --- devel/quirks/files/Quirks.pm 31 Jan 2025 12:16:21 -0000 1.1694 +++ devel/quirks/files/Quirks.pm 3 Feb 2025 18:01:28 -0000 @@ -1231,6 +1231,7 @@ setup_obsolete_reason( 7 => 'govc', 7 => 'vcsim', 5 => 'sqlite', + 71 => 'p5-Net-Radius', ); # though it's not yet used, these should be pkgnames, so that eventually @@ -1294,6 +1295,7 @@ my $obsolete_message = { 68 => "unmaintained upstream, outdated for decades, does not work, expected dhclient, use unwind.conf(5) 'block list file' instead", 69 => "upstream is dead, does not support ffmpeg > 6", 70 => "retired upstream, no longer needed, only consumer security/libdigidocpp switched to textproc/libxml + security/xmlsec", + 71 => "no longer maintained upstream, use p5-Data-Radius instead", }; # ->is_base_system($handle, $state):