Bug 278194 - dns/c-ares: Update to 1.28.1 and add STATIC option
Summary: dns/c-ares: Update to 1.28.1 and add STATIC option
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Ryan Steinmetz
URL: https://c-ares.org/changelog.html#1_28_1
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-06 11:51 UTC by Daniel Engberg
Modified: 2024-04-06 14:19 UTC (History)
1 user (show)

See Also:
zi: maintainer-feedback+


Attachments
Patch for c-ares (3.85 KB, patch)
2024-04-06 11:51 UTC, Daniel Engberg
no flags Details | Diff

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