Hi ports@, this is a small patch to bring ngircd to version 27.
Citing from the release notes [1]: "The most prominent and possibly breaking(!) change is that ngIRCd now validates SSL/TLS certificates on server-server links." Tested on amd64. "make test" passes too. [1] https://github.com/ngircd/ngircd/releases/tag/rel-27 Index: Makefile =================================================================== RCS file: /cvs/ports/net/ngircd/Makefile,v diff -u -p -r1.26 Makefile --- Makefile 27 Sep 2023 14:18:23 -0000 1.26 +++ Makefile 6 May 2024 11:08:38 -0000 @@ -1,7 +1,6 @@ COMMENT = lightweight irc server -DISTNAME = ngircd-26.1 -REVISION = 2 +DISTNAME = ngircd-27 CATEGORIES = net Index: distinfo =================================================================== RCS file: /cvs/ports/net/ngircd/distinfo,v diff -u -p -r1.13 distinfo --- distinfo 11 Jan 2021 11:52:37 -0000 1.13 +++ distinfo 6 May 2024 11:08:38 -0000 @@ -1,2 +1,2 @@ -SHA256 (ngircd-26.1.tar.gz) = QeGxxjJsZnpqB3mcNBdbVAbnjsOxm0t4AEbI0/UycG4= -SIZE (ngircd-26.1.tar.gz) = 562938 +SHA256 (ngircd-27.tar.gz) = /TjvITOdr4HWr0pjC6Oy3lGhtCwYGEPud2NaWmYf5zw= +SIZE (ngircd-27.tar.gz) = 554709 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/net/ngircd/pkg/PLIST,v diff -u -p -r1.8 PLIST --- pkg/PLIST 8 Nov 2022 11:16:58 -0000 1.8 +++ pkg/PLIST 6 May 2024 11:08:38 -0000 @@ -13,14 +13,15 @@ @man man/man8/ngircd.8 @bin sbin/ngircd share/doc/ngircd/ -share/doc/ngircd/AUTHORS +share/doc/ngircd/AUTHORS.md share/doc/ngircd/Bopm.txt share/doc/ngircd/COPYING share/doc/ngircd/Capabilities.txt share/doc/ngircd/ChangeLog share/doc/ngircd/Commands.txt +share/doc/ngircd/Container.md share/doc/ngircd/Contributing.txt -share/doc/ngircd/FAQ.txt +share/doc/ngircd/FAQ.md share/doc/ngircd/HowToRelease.txt share/doc/ngircd/INSTALL.md share/doc/ngircd/Modes.txt @@ -33,7 +34,7 @@ share/doc/ngircd/README-BeOS.txt share/doc/ngircd/README-Interix.txt share/doc/ngircd/README.md share/doc/ngircd/RFC.txt -share/doc/ngircd/SSL.txt +share/doc/ngircd/SSL.md share/doc/ngircd/Services.txt share/examples/ngircd/ share/examples/ngircd/sample-ngircd.conf