Bug 278258

Summary: www/ufdbguard: update to 1.35.7
Product: Ports & Packages Reporter: Rodrigo Osorio <rodrigo>
Component: Individual Port(s)Assignee: Rodrigo Osorio <rodrigo>
Status: Closed FIXED    
Severity: Affects Only Me CC: ml, timp87
Priority: --- Flags: bugzilla: maintainer-feedback? (timp87)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
port patch timp87: maintainer-approval+

Description Rodrigo Osorio freebsd_committer freebsd_triage 2024-04-08 14:41:18 UTC
ufdbGuard for Squid 1.35.7 was released on March 22, 2024
Comment 1 Pavel Timofeev 2024-04-08 14:45:39 UTC
Hi
It's nice to know someone is using this port!
I'll look at this soon.
Comment 2 Rodrigo Osorio freebsd_committer freebsd_triage 2024-04-08 14:48:18 UTC
(In reply to Pavel Timofeev from comment #1)

Thanks for your quick answer :)
Comment 3 Pavel Timofeev 2024-04-30 15:24:28 UTC
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
Comment 4 Pavel Timofeev 2024-04-30 15:25:30 UTC
RELEASE NOTES https://www.urlfilterdb.com/products/releases.html
Comment 5 commit-hook freebsd_committer freebsd_triage 2024-05-29 13:26:14 UTC
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(-)
Comment 6 Rodrigo Osorio freebsd_committer freebsd_triage 2024-06-14 11:19:26 UTC
Committed thanks