domain: update to use c-ares.org

Closes #423
pull/430/head
Daniel Stenberg 4 years ago
parent 509f2a00f1
commit 04d2f06011
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
  1. 4
      CMakeLists.txt
  2. 2
      INSTALL.md
  3. 2
      README.cares
  4. 4
      README.md
  5. 2
      RELEASE-PROCEDURE.md
  6. 2
      SECURITY.md
  7. 2
      libcares.pc.cmake
  8. 6
      src/lib/cares.rc

@ -655,8 +655,8 @@ IF (CARES_INSTALL)
set( CPACK_PACKAGE_NAME ${PROJECT_NAME} )
set( CPACK_PACKAGE_VENDOR "Daniel Stenberg" ) # Github project owner
set( CPACK_PACKAGE_DESCRIPTION_SUMMARY "A C library for asynchronous DNS requests" )
set( CPACK_PACKAGE_HOMEPAGE_URL "https://c-ares.haxx.se/" )
set( CPACK_PACKAGE_CONTACT "https://c-ares.haxx.se/" )
set( CPACK_PACKAGE_HOMEPAGE_URL "https://c-ares.org/" )
set( CPACK_PACKAGE_CONTACT "https://c-ares.org/" )
set( CPACK_PACKAGE_VERSION_MAJOR ${PROJECT_VERSION_MAJOR} )
set( CPACK_PACKAGE_VERSION_MINOR ${PROJECT_VERSION_MINOR} )
set( CPACK_PACKAGE_VERSION_PATCH ${PROJECT_VERSION_PATCH} )

@ -403,7 +403,7 @@ runs on, that isn't listed, please let us know!
Useful URLs
===========
- c-ares: https://c-ares.haxx.se/
- c-ares: https://c-ares.org/
- MingW: http://www.mingw.org/
- MinGW-w64: http://mingw-w64.sourceforge.net/
- OpenWatcom: http://www.openwatcom.org/

@ -12,4 +12,4 @@ compatible with ares: a new name makes that more obvious to the public.
The original libares was distributed at
ftp://athena-dist.mit.edu:pub/ATHENA/ares (which seems to not be alive
anymore). A local copy of the original ares package is kept here:
https://c-ares.haxx.se/download/ares-1.1.1.tar.gz
https://c-ares.org/download/ares-1.1.1.tar.gz

@ -14,7 +14,7 @@ perform multiple DNS queries in parallel. The primary examples of such
applications are servers which communicate with multiple clients and programs
with graphical user interfaces.
The full source code is available in the ['c-ares' release archives](https://c-ares.haxx.se/download/),
The full source code is available in the ['c-ares' release archives](https://c-ares.org/download/),
and in a git repository: https://github.com/c-ares/c-ares. See the
[INSTALL.md](INSTALL.md) file for build information.
@ -26,7 +26,7 @@ c-ares is of course distributed under the same MIT-style license as the
original ares.
You'll find all c-ares details and news here:
https://c-ares.haxx.se/
https://c-ares.org/
Notes for c-ares hackers

@ -24,7 +24,7 @@ in the source code repo
- gpg sign the tarball
- upload the resulting files to https://c-ares.haxx.se/download/
- upload the resulting files to https://c-ares.org/download/
- update `ares_version.h` for the next version

@ -8,7 +8,7 @@ Publishing Information
----------------------
All known and public c-ares vulnerabilities will be listed on [the c-ares web
site](https://c-ares.haxx.se/vulns.html).
site](https://c-ares.org/vulns.html).
Security vulnerabilities should not be entered in the project's public bug
tracker unless the necessary configuration is in place to limit access to the

@ -10,7 +10,7 @@ libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
Name: c-ares
URL: https://c-ares.haxx.se/
URL: https://c-ares.org/
Description: asynchronous DNS lookup library
Version: @CARES_VERSION@
Requires:

@ -1,5 +1,5 @@
/* Copyright (C) 2009-2016 by Daniel Stenberg
/* Copyright (C) 2009-2021 by Daniel Stenberg
*
* Permission to use, copy, modify, and distribute this
* software and its documentation for any purpose and without
@ -39,7 +39,7 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "The c-ares library, https://c-ares.haxx.se/\0"
VALUE "CompanyName", "The c-ares library, https://c-ares.org/\0"
#if defined(DEBUGBUILD) || defined(_DEBUG)
VALUE "FileDescription", "c-ares Debug Shared Library\0"
VALUE "FileVersion", ARES_VERSION_STR "\0"
@ -54,7 +54,7 @@ BEGIN
VALUE "ProductName", "The c-ares library\0"
VALUE "ProductVersion", ARES_VERSION_STR "\0"
VALUE "LegalCopyright", "© " ARES_COPYRIGHT "\0"
VALUE "License", "https://c-ares.haxx.se/license.html\0"
VALUE "License", "https://c-ares.org/license.html\0"
END
END

Loading…
Cancel
Save