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 ++--
 1 files changed, 2 insertions(+), 2 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

--
Gitblit v1.9.3