Bug 278258 - www/ufdbguard: update to 1.35.7
Summary: www/ufdbguard: update to 1.35.7
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Rodrigo Osorio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-08 14:41 UTC by Rodrigo Osorio
Modified: 2024-05-29 13:26 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (timp87)


Attachments
port patch (7.45 KB, patch)
2024-04-30 15:24 UTC, Pavel Timofeev
timp87: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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(-)