From 6c86bf81aa30375653a79ae099998602ea22a6bb Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Sun, 31 Mar 2024 12:17:07 +0200
Subject: [PATCH] libcares: update to 1.28.1

---
 components/library/c-ares/Makefile                      |    4 ++--
 components/library/c-ares/manifests/sample-manifest.p5m |    6 +++---
 components/library/c-ares/libcares.p5m                  |    6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/components/library/c-ares/Makefile b/components/library/c-ares/Makefile
index d1cb1ea..4207f22 100644
--- a/components/library/c-ares/Makefile
+++ b/components/library/c-ares/Makefile
@@ -29,13 +29,13 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		c-ares
-COMPONENT_VERSION=	1.28.0
+COMPONENT_VERSION=	1.28.1
 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:3c92febbdebdfe9dea0e037083f55357745e0df34243f9660eed8757db617430
+COMPONENT_ARCHIVE_HASH= sha256:675a69fc54ddbf42e6830bc671eeb6cd89eeca43828eb413243fd2c0a760809d
 COMPONENT_ARCHIVE_URL=	https://c-ares.haxx.se/download/$(COMPONENT_ARCHIVE)
 COMPONENT_FMRI=		library/libcares
 COMPONENT_CLASSIFICATION=	System/Libraries
diff --git a/components/library/c-ares/libcares.p5m b/components/library/c-ares/libcares.p5m
index 2c28dd5..0afb05e 100644
--- a/components/library/c-ares/libcares.p5m
+++ b/components/library/c-ares/libcares.p5m
@@ -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.13.0
-link path=usr/lib/$(MACH64)/libcares.so.2 target=libcares.so.2.13.0
-file path=usr/lib/$(MACH64)/libcares.so.2.13.0
+link path=usr/lib/$(MACH64)/libcares.so target=libcares.so.2.13.1
+link path=usr/lib/$(MACH64)/libcares.so.2 target=libcares.so.2.13.1
+file path=usr/lib/$(MACH64)/libcares.so.2.13.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
diff --git a/components/library/c-ares/manifests/sample-manifest.p5m b/components/library/c-ares/manifests/sample-manifest.p5m
index 432b871..954243e 100644
--- a/components/library/c-ares/manifests/sample-manifest.p5m
+++ b/components/library/c-ares/manifests/sample-manifest.p5m
@@ -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.13.0
-link path=usr/lib/$(MACH64)/libcares.so.2 target=libcares.so.2.13.0
-file path=usr/lib/$(MACH64)/libcares.so.2.13.0
+link path=usr/lib/$(MACH64)/libcares.so target=libcares.so.2.13.1
+link path=usr/lib/$(MACH64)/libcares.so.2 target=libcares.so.2.13.1
+file path=usr/lib/$(MACH64)/libcares.so.2.13.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

--
Gitblit v1.9.3