Created attachment 248701 [details] patch Update to 1.9.0 and some cleanups. Since 1.9.0, upstream optionally supports using Argon2 instead of SHA-256 for password hashing. I was on the fence whether I should include that here but didn't as it's a one-way road. Leaving that decision up to maintainer. Since 1.9.0, upstream is able to use an external cctz library. I left as-is as the one in ports seems to be outdated. Performed QA tests: - portlint - portclippy - poudriere-testport 13.2-RELEASE amd64 - poudriere-testport 14.0-RELEASE amd64
Thank you for your work.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=84db05065840da565b323a2ab17ade1dd3cb7c2e commit 84db05065840da565b323a2ab17ade1dd3cb7c2e Author: Joel Bodenmann <jbo@FreeBSD.org> AuthorDate: 2024-02-23 16:36:04 +0000 Commit: Joel Bodenmann <jbo@FreeBSD.org> CommitDate: 2024-02-24 19:00:42 +0000 irc/znc: Update to 1.9.0 Changelog: https://wiki.znc.in/ChangeLog/1.9.0 PR: 277265 Approved by: zirias (mentor), dbaio (maintainer) irc/znc/Makefile | 37 +++--- irc/znc/distinfo | 8 +- irc/znc/files/patch-swig (gone) | 33 ------ irc/znc/pkg-plist | 242 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 261 insertions(+), 59 deletions(-)