ufdbGuard for Squid 1.35.7 was released on March 22, 2024
Hi It's nice to know someone is using this port! I'll look at this soon.
(In reply to Pavel Timofeev from comment #1) Thanks for your quick answer :)
Created attachment 250306 [details] port patch - update to 1.35.7 - remove unix socket compile option. It's no longer a compile option, there is 'socket-type' configuration option instead. - minor adjustments for configure
RELEASE NOTES https://www.urlfilterdb.com/products/releases.html
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=91b0e9abd6cb634795571c33b8c888be9df343ae commit 91b0e9abd6cb634795571c33b8c888be9df343ae Author: Rodrigo Osorio <rodrigo@FreeBSD.org> AuthorDate: 2024-05-29 09:37:37 +0000 Commit: Rodrigo Osorio <rodrigo@FreeBSD.org> CommitDate: 2024-05-29 13:24:35 +0000 www/ufdbguard: update to 1.35.7 Changelog: https://www.urlfilterdb.com/products/releases.html Major changes: * Fix: potential buffer overrun with clientid * ufdbgclient has new option to choose between UNIX and TCP socket Port changes: * remove unix socket compile option. It's no longer a compile option, there is 'socket-type' configuration option instead. * minor adjustments for configure PR: 278258 Reported by: Pavel Timofeev <timp87@gmail.com> (maintainer) www/ufdbguard/Makefile | 40 ++++++++++------------ www/ufdbguard/distinfo | 6 ++-- www/ufdbguard/files/patch-configure (new) | 18 ++++++++++ www/ufdbguard/files/patch-src_Makefile.in | 14 ++++++-- .../files/patch-src_install__etcfiles.sh.in | 4 +-- www/ufdbguard/files/patch-src_mtserver_Makefile.in | 10 +++--- www/ufdbguard/files/pkg-message.in | 4 --- www/ufdbguard/files/ufdbguardd.in | 14 +------- 8 files changed, 58 insertions(+), 52 deletions(-)
Committed thanks