Andreas Wacknitz
2024-01-03 c95493f5b663b7a8da53a1ae4273f67d7bf7e2c7
c-ares: update to 1.25.0

3 files modified
22 ■■■■ changed files
components/library/c-ares/Makefile 4 ●●●● patch | view | raw | blame | history
components/library/c-ares/libcares.p5m 9 ●●●●● patch | view | raw | blame | history
components/library/c-ares/manifests/sample-manifest.p5m 9 ●●●●● patch | view | raw | blame | history
components/library/c-ares/Makefile
@@ -29,13 +29,13 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=        c-ares
COMPONENT_VERSION=    1.23.0
COMPONENT_VERSION=    1.25.0
COMPONENT_SUMMARY=    c-ares - C library for asynchronous DNS requests
COMPONENT_DESCRIPTION=    c-ares is a C library for asynchronous DNS requests including name resolves
COMPONENT_PROJECT_URL=    https://c-ares.haxx.se/
COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH= sha256:cb614ecf78b477d35963ebffcf486fc9d55cc3d3216f00700e71b7d4868f79f5
COMPONENT_ARCHIVE_HASH= sha256:71832b93a48f5ff579c505f4869120c14e57b783275367207f1a98314aa724e5
COMPONENT_ARCHIVE_URL=    https://c-ares.haxx.se/download/$(COMPONENT_ARCHIVE)
COMPONENT_FMRI=        library/libcares
COMPONENT_CLASSIFICATION=    System/Libraries
components/library/c-ares/libcares.p5m
@@ -11,7 +11,7 @@
#
# Copyright (c) 2020, Oracle and/or its affiliates.
# Copyright (c) 2021, Andreas Wacknitz
# Copyright (c) 2024, Andreas Wacknitz
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -33,9 +33,9 @@
file path=usr/include/ares_nameser.h
file path=usr/include/ares_rules.h
file path=usr/include/ares_version.h
link path=usr/lib/$(MACH64)/libcares.so target=libcares.so.2.9.0
link path=usr/lib/$(MACH64)/libcares.so.2 target=libcares.so.2.9.0
file path=usr/lib/$(MACH64)/libcares.so.2.9.0
link path=usr/lib/$(MACH64)/libcares.so target=libcares.so.2.10.1
link path=usr/lib/$(MACH64)/libcares.so.2 target=libcares.so.2.10.1
file path=usr/lib/$(MACH64)/libcares.so.2.10.1
file path=usr/lib/$(MACH64)/pkgconfig/libcares.pc
file path=usr/share/man/man3/ares_cancel.3
file path=usr/share/man/man3/ares_create_query.3
@@ -111,6 +111,7 @@
file path=usr/share/man/man3/ares_free_string.3
file path=usr/share/man/man3/ares_freeaddrinfo.3
file path=usr/share/man/man3/ares_get_servers.3
file path=usr/share/man/man3/ares_get_servers_csv.3
file path=usr/share/man/man3/ares_get_servers_ports.3
file path=usr/share/man/man3/ares_getaddrinfo.3
file path=usr/share/man/man3/ares_gethostbyaddr.3
components/library/c-ares/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2023 <contributor>
# Copyright 2024 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -30,9 +30,9 @@
file path=usr/include/ares_nameser.h
file path=usr/include/ares_rules.h
file path=usr/include/ares_version.h
link path=usr/lib/$(MACH64)/libcares.so target=libcares.so.2.9.0
link path=usr/lib/$(MACH64)/libcares.so.2 target=libcares.so.2.9.0
file path=usr/lib/$(MACH64)/libcares.so.2.9.0
link path=usr/lib/$(MACH64)/libcares.so target=libcares.so.2.10.1
link path=usr/lib/$(MACH64)/libcares.so.2 target=libcares.so.2.10.1
file path=usr/lib/$(MACH64)/libcares.so.2.10.1
file path=usr/lib/$(MACH64)/pkgconfig/libcares.pc
file path=usr/share/man/man3/ares_cancel.3
file path=usr/share/man/man3/ares_create_query.3
@@ -108,6 +108,7 @@
file path=usr/share/man/man3/ares_free_string.3
file path=usr/share/man/man3/ares_freeaddrinfo.3
file path=usr/share/man/man3/ares_get_servers.3
file path=usr/share/man/man3/ares_get_servers_csv.3
file path=usr/share/man/man3/ares_get_servers_ports.3
file path=usr/share/man/man3/ares_getaddrinfo.3
file path=usr/share/man/man3/ares_gethostbyaddr.3