MFH: r563965

dns/c-ares: Update 1.16.1 -> 1.17.1

Bump to the latest release. Upstream has reorganized the source in this
release, and the port has been adapted to path changes where necessary.

Approved by:	zi (maintainer)
Sponsored by:	Miles AS
This commit is contained in:
Bradley T. Hughes 2021-03-10 20:14:28 +00:00
parent 611ff8fbba
commit b318230f7f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2021Q1/; revision=568038
4 changed files with 11 additions and 10 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= c-ares
PORTVERSION= 1.16.1
PORTVERSION= 1.17.1
CATEGORIES= dns
MASTER_SITES= https://c-ares.haxx.se/download/ \
ZI
@ -39,6 +39,6 @@ HIDE_SYMBOLS_CONFIGURE_ENABLE= symbol-hiding
OPTIMIZED_CFLAGS_CONFIGURE_ENABLE= optimize
post-install:
${INSTALL_PROGRAM} ${PROGRAMS:S@^@${WRKSRC}/.libs/@} ${STAGEDIR}${PREFIX}/bin/
${INSTALL_PROGRAM} ${PROGRAMS:S@^@${WRKSRC}/src/tools/.libs/@} ${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1591288198
SHA256 (c-ares-1.16.1.tar.gz) = d08312d0ecc3bd48eee0a4cc0d2137c9f194e0a28de2028928c0f6cae85f86ce
SIZE (c-ares-1.16.1.tar.gz) = 1374637
TIMESTAMP = 1610054381
SHA256 (c-ares-1.17.1.tar.gz) = d73dd0f6de824afd407ce10750ea081af47eba52b8a6cb307d220131ad93fc40
SIZE (c-ares-1.17.1.tar.gz) = 1518701

View File

@ -6,8 +6,8 @@ Author: Peter Pentchev <roam@FreeBSD.org>
Forwarded: no
Last-Update: 2010-12-19
--- ares.h.orig
+++ ares.h
--- include/ares.h.orig
+++ include/ares.h
@@ -260,6 +260,14 @@
int nsort;
};
@ -32,8 +32,8 @@ Last-Update: 2010-12-19
#ifdef __cplusplus
}
#endif
--- ares_init.c.orig 2013-02-17 11:44:02.000000000 -0500
+++ ares_init.c 2013-05-15 13:43:31.000000000 -0400
--- src/lib/ares_init.c.orig 2013-02-17 11:44:02.000000000 -0500
+++ src/lib/ares_init.c 2013-05-15 13:43:31.000000000 -0400
@@ -1875,6 +1875,36 @@
}
#endif /* !WIN32 & !WATT32 & !ANDROID & !__ANDROID__ */

View File

@ -9,7 +9,7 @@ include/ares_version.h
lib/libcares.a
lib/libcares.so
lib/libcares.so.2
lib/libcares.so.2.4.0
lib/libcares.so.2.4.2
libdata/pkgconfig/libcares.pc
man/man3/ares_cancel.3.gz
man/man3/ares_create_query.3.gz
@ -42,6 +42,7 @@ man/man3/ares_library_initialized.3.gz
man/man3/ares_mkquery.3.gz
man/man3/ares_parse_a_reply.3.gz
man/man3/ares_parse_aaaa_reply.3.gz
man/man3/ares_parse_caa_reply.3.gz
man/man3/ares_parse_mx_reply.3.gz
man/man3/ares_parse_naptr_reply.3.gz
man/man3/ares_parse_ns_reply.3.gz