Bug 278194

Summary: dns/c-ares: Update to 1.28.1 and add STATIC option
Product: Ports & Packages Reporter: Daniel Engberg <diizzy>
Component: Individual Port(s)Assignee: Ryan Steinmetz <zi>
Status: Closed FIXED    
Severity: Affects Only Me CC: fluffy
Priority: --- Flags: zi: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://c-ares.org/changelog.html#1_28_1
Attachments:
Description Flags
Patch for c-ares none

Description Daniel Engberg freebsd_committer freebsd_triage 2024-04-06 11:51:47 UTC
Created attachment 249757 [details]
Patch for c-ares

* Add option to build STATIC library (PR 269846)

Compile and runtime tested on FreeBSD 14.0-RELEASE (amd64) (make, make check-plist, make test)

Poudriere testport OK 14.0-RELEASE (amd64)
Poudriere testport OK 13.2-RELEASE (amd64)

Tested with following users in Poudriere (14.0-RELEASE, amd64):
devel/google-cloud-cpp
devel/grpc
devel/py-gevent
devel/py-grpcio
devel/py-grpcio-tools
dns/https_dns_proxy
games/bzflag
games/bzflag-server
irc/ircproxy
irc/unreal
mail/greylite
net/frr8
net/frr9
net/megacmd
net/mosquitto
net/rubygem-grpc
net/shadowsocks-libev
net/sipsak
net/wireshark
net-mgmt/xymon-server
security/bitwarden-cli	(ignored, unrelated)
security/sssd
security/sssd2
security/zeek
www/envoy		(fails, unrelated)
www/nghttp2
www/node18
www/node20
www/node21
Comment 1 Ryan Steinmetz freebsd_committer freebsd_triage 2024-04-06 14:06:13 UTC
Approved.
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-04-06 14:18:34 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a15a6fa3a1d4f9b9a869e90bd6e3dc94cb9414ac

commit a15a6fa3a1d4f9b9a869e90bd6e3dc94cb9414ac
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-04-06 14:16:54 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-04-06 14:16:57 +0000

    dns/c-ares: Update to 1.28.1 and add STATIC option

    * Add option to build STATIC library (PR 269846)

    Changelog: * Add option to build STATIC library (PR 269846)

    PR:             278194
    Reviewed by:    zi (maintainer)

 dns/c-ares/Makefile  | 13 ++++++++++---
 dns/c-ares/distinfo  |  6 +++---
 dns/c-ares/pkg-plist | 14 +++++++++++++-
 3 files changed, 26 insertions(+), 7 deletions(-)
Comment 3 Daniel Engberg freebsd_committer freebsd_triage 2024-04-06 14:19:03 UTC
Thanks