Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

c-ares: update to 1.15.0 #4584

Merged
merged 1 commit into from Oct 24, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions mingw-w64-c-ares/0002-Add-static-pkg-config.patch
Expand Up @@ -18,13 +18,13 @@ index 364db1a..3fa6ddc 100644
TODO ares_build.h.in cares.rc README.msvc $(MSVCFILES) \
$(CSOURCES) $(HHEADERS) config-dos.h acountry.1 adig.1 ahost.1 INSTALL.md \
CMakeLists.txt ares_build.h.cmake ares_config.h.cmake c-ares-config.cmake.in \
@@ -67,7 +67,7 @@ DIST_SUBDIRS = test
@@ -68,7 +68,7 @@

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libcares.pc
-
+pkgconfig_DATA += libcares-static.pc
CARES_VERSION_INFO = -version-info 4:0:2
CARES_VERSION_INFO = -version-info 5:0:3
# This flag accepts an argument of the form current[:revision[:age]]. So,
# passing -version-info 3:12:1 sets current to 3, revision to 12, and age to
diff --git a/buildconf b/buildconf
Expand Down
6 changes: 3 additions & 3 deletions mingw-w64-c-ares/PKGBUILD
Expand Up @@ -4,7 +4,7 @@
_realname=c-ares
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=1.14.0
pkgver=1.15.0
pkgrel=1
pkgdesc="C library that performs DNS requests and name resolves asynchronously (mingw-w64)"
arch=('any')
Expand All @@ -20,9 +20,9 @@ source=(#"https://c-ares.haxx.se/download/${_realname}-${pkgver}.tar.gz"{,.asc}
0003-fix-cmake-targets.patch)
validpgpkeys=('914C533DF9B2ADA2204F586D78E11C6B279D5C91'
'27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2')
sha256sums=('62dd12f0557918f89ad6f5b759f0bf4727174ae9979499f5452c02be38d9d3e8'
sha256sums=('7deb7872cbd876c29036d5f37e30c4cbc3cc068d59d8b749ef85bb0736649f04'
'f00faa8723fd530b027f96b987ef19138628a49afdf52ffb0554b36156fc9d74'
'dc785a9786172ca64aea3c90b3b491089bf952dae1317be0d757f2dcc5645996'
'f181a2556cf28a0cbc948cd58a7bcf0c3c3cef01370d0f0fa6b3915f62d05d56'
'5810001abdd4acb8ae725dedb4d67874c3e2935775ecba30469a2a79c76fd6a0')

# Helper macros to help make tasks easier #
Expand Down