mailing list: moved to lists.haxx.se

pull/423/head
Daniel Stenberg 3 years ago
parent db5dabc74a
commit 509f2a00f1
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
  1. 4
      CONTRIBUTING.md
  2. 2
      README.md
  3. 2
      configure.ac
  4. 2
      docs/acountry.1
  5. 2
      docs/adig.1
  6. 2
      docs/ahost.1
  7. 4
      include/ares_build.h.dist
  8. 4
      include/ares_build.h.in
  9. 4
      include/ares_rules.h
  10. 4
      m4/cares-compilers.m4

@ -11,5 +11,5 @@ and follow these guidelines:
To improve the chances of the c-ares maintainers responding to your request:
- Also send an email to the mailing list at `c-ares@cool.haxx.se` describing your change.
- To follow any associated discussion, please subscribe to the [mailing list](http://cool.haxx.se/mailman/listinfo/c-ares).
- Also send an email to the mailing list at `c-ares@lists.haxx.se` describing your change.
- To follow any associated discussion, please subscribe to the [mailing list](http://lists.haxx.se/listinfo/c-ares).

@ -20,7 +20,7 @@ and in a git repository: https://github.com/c-ares/c-ares. See the
If you find bugs, correct flaws, have questions or have comments in general in
regard to c-ares (or by all means the original ares too), get in touch with us
on the c-ares mailing list: https://cool.haxx.se/mailman/listinfo/c-ares
on the c-ares mailing list: https://lists.haxx.se/listinfo/c-ares
c-ares is of course distributed under the same MIT-style license as the
original ares.

@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([c-ares], [1.17.2],
[c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares])
[c-ares mailing list: http://lists.haxx.se/listinfo/c-ares])
CARES_VERSION_INFO="6:3:4"
dnl This flag accepts an argument of the form current[:revision[:age]]. So,

@ -25,7 +25,7 @@ Be more verbose. Print extra information.
.SH "REPORTING BUGS"
Report bugs to the c-ares mailing list:
.br
\fBhttps://cool.haxx.se/mailman/listinfo/c-ares\fR
\fBhttps://lists.haxx.se/listinfo/c-ares\fR
.SH "SEE ALSO"
.PP
adig(1), ahost(1).

@ -62,7 +62,7 @@ This compacted \fBbit-string\fR form is not supported by many DNS-servers.
.SH "REPORTING BUGS"
Report bugs to the c-ares mailing list:
.br
\fBhttps://cool.haxx.se/mailman/listinfo/c-ares\fR
\fBhttps://lists.haxx.se/listinfo/c-ares\fR
.SH "SEE ALSO"
.PP
acountry(1), ahost(1).

@ -36,7 +36,7 @@ or Android).
.SH "REPORTING BUGS"
Report bugs to the c-ares mailing list:
.br
\fBhttps://cool.haxx.se/mailman/listinfo/c-ares\fR
\fBhttps://lists.haxx.se/listinfo/c-ares\fR
.SH "SEE ALSO"
.PP
acountry(1), adig(1).

@ -2,7 +2,7 @@
#define __CARES_BUILD_H
/* Copyright (C) 2009 - 2013 by Daniel Stenberg et al
/* Copyright (C) 2009 - 2021 by Daniel Stenberg et al
*
* Permission to use, copy, modify, and distribute this software and its
* documentation for any purpose and without fee is hereby granted, provided
@ -42,7 +42,7 @@
*
* If you think that something actually needs to be changed, adjusted
* or fixed in this file, then, report it on the c-ares development
* mailing list: http://cool.haxx.se/mailman/listinfo/c-ares/
* mailing list: http://lists.haxx.se/listinfo/c-ares/
*
* Try to keep one section per platform, compiler and architecture,
* otherwise, if an existing section is reused for a different one and

@ -2,7 +2,7 @@
#define __CARES_BUILD_H
/* Copyright (C) 2009 by Daniel Stenberg et al
/* Copyright (C) 2009 - 2021 by Daniel Stenberg et al
*
* Permission to use, copy, modify, and distribute this software and its
* documentation for any purpose and without fee is hereby granted, provided
@ -28,7 +28,7 @@
*
* If you think that something actually needs to be changed, adjusted
* or fixed in this file, then, report it on the c-ares development
* mailing list: http://cool.haxx.se/mailman/listinfo/c-ares/
* mailing list: http://lists.haxx.se/listinfo/c-ares/
*
* This header file shall only export symbols which are 'cares' or 'CARES'
* prefixed, otherwise public name space would be polluted.

@ -2,7 +2,7 @@
#define __CARES_RULES_H
/* Copyright (C) 2009 by Daniel Stenberg et al
/* Copyright (C) 2009 - 2021 by Daniel Stenberg et al
*
* Permission to use, copy, modify, and distribute this software and its
* documentation for any purpose and without fee is hereby granted, provided
@ -40,7 +40,7 @@
* library is properly built and used.
*
* You can find further help on the c-ares development mailing list:
* http://cool.haxx.se/mailman/listinfo/c-ares/
* http://lists.haxx.se/listinfo/c-ares/
*
* NOTE 2
* ------

@ -1,6 +1,6 @@
#***************************************************************************
#
# Copyright (C) 2009-2013 by Daniel Stenberg et al
# Copyright (C) 2009 - 2021 by Daniel Stenberg et al
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose and without fee is hereby granted, provided
@ -60,7 +60,7 @@ AC_DEFUN([CARES_CHECK_COMPILER], [
***
*** If you wish to help the c-ares project to better support your compiler
*** you can report this and the required info on the c-ares development
*** mailing list: http://cool.haxx.se/mailman/listinfo/c-ares/
*** mailing list: http://lists.haxx.se/listinfo/c-ares/
***
_EOF
fi

Loading…
Cancel
Save