update to libcares-1.18.1, from Brad

This commit is contained in:
sthen 2021-12-07 19:55:17 +00:00
parent 27bd03d30e
commit c35bf9859d
3 changed files with 8 additions and 6 deletions

View File

@ -1,14 +1,14 @@
# $OpenBSD: Makefile,v 1.21 2021/08/11 23:30:15 sthen Exp $
# $OpenBSD: Makefile,v 1.22 2021/12/07 19:55:17 sthen Exp $
COMMENT= asynchronous resolver library
V= 1.17.2
V= 1.18.1
DISTNAME= c-ares-${V}
PKGNAME= libcares-${V}
CATEGORIES= net devel
MASTER_SITES= ${HOMEPAGE}download/
SHARED_LIBS += cares 3.2 # 6.3
SHARED_LIBS += cares 3.3 # 6.3
HOMEPAGE= https://c-ares.haxx.se/

View File

@ -1,2 +1,2 @@
SHA256 (c-ares-1.17.2.tar.gz) = SAPIRM4gzlEO8OuD+OpB+iTsqunSgMRoxYLSuyWzkT0=
SIZE (c-ares-1.17.2.tar.gz) = 1538276
SHA256 (c-ares-1.18.1.tar.gz) = Gn1SqKhKn7/7G+kTPA9uFyF9kepab6Yfa0cpzaeOu88=
SIZE (c-ares-1.18.1.tar.gz) = 1560165

View File

@ -1,7 +1,8 @@
@comment $OpenBSD: PLIST,v 1.11 2021/08/11 23:30:15 sthen Exp $
@comment $OpenBSD: PLIST,v 1.12 2021/12/07 19:55:17 sthen Exp $
include/ares.h
include/ares_build.h
include/ares_dns.h
include/ares_nameser.h
include/ares_rules.h
include/ares_version.h
@static-lib lib/libcares.a
@ -47,6 +48,7 @@ lib/pkgconfig/libcares.pc
@man man/man3/ares_parse_soa_reply.3
@man man/man3/ares_parse_srv_reply.3
@man man/man3/ares_parse_txt_reply.3
@man man/man3/ares_parse_uri_reply.3
@man man/man3/ares_process.3
@man man/man3/ares_query.3
@man man/man3/ares_save_options.3