INN commit: branches/2.6 (87 files)

INN Commit rra at isc.org
Fri Nov 4 22:22:00 UTC 2016


    Date: Friday, November 4, 2016 @ 15:21:59
  Author: iulius
Revision: 10099

Fix all non-https www.eyrie.org URLs

Modified:
  branches/2.6/include/clibrary.h
  branches/2.6/include/inn/buffer.h
  branches/2.6/include/inn/fdflag.h
  branches/2.6/include/inn/macros.h
  branches/2.6/include/inn/messages.h
  branches/2.6/include/inn/network.h
  branches/2.6/include/inn/vector.h
  branches/2.6/include/inn/xmalloc.h
  branches/2.6/include/inn/xwrite.h
  branches/2.6/include/portable/getaddrinfo.h
  branches/2.6/include/portable/getnameinfo.h
  branches/2.6/include/portable/macros.h
  branches/2.6/include/portable/socket-unix.h
  branches/2.6/include/portable/socket.h
  branches/2.6/include/portable/stdbool.h
  branches/2.6/include/portable/uio.h
  branches/2.6/lib/asprintf.c
  branches/2.6/lib/buffer.c
  branches/2.6/lib/fdflag.c
  branches/2.6/lib/getaddrinfo.c
  branches/2.6/lib/getnameinfo.c
  branches/2.6/lib/inet_aton.c
  branches/2.6/lib/inet_ntoa.c
  branches/2.6/lib/inet_ntop.c
  branches/2.6/lib/messages.c
  branches/2.6/lib/mkstemp.c
  branches/2.6/lib/network.c
  branches/2.6/lib/reallocarray.c
  branches/2.6/lib/setenv.c
  branches/2.6/lib/seteuid.c
  branches/2.6/lib/snprintf.c
  branches/2.6/lib/vector.c
  branches/2.6/lib/xmalloc.c
  branches/2.6/lib/xwrite.c
  branches/2.6/m4/bdb.m4
  branches/2.6/m4/inet-ntoa.m4
  branches/2.6/m4/krb5-config.m4
  branches/2.6/m4/krb5.m4
  branches/2.6/m4/lib-depends.m4
  branches/2.6/m4/lib-helper.m4
  branches/2.6/m4/lib-pathname.m4
  branches/2.6/m4/openssl.m4
  branches/2.6/m4/pam-const.m4
  branches/2.6/m4/perl.m4
  branches/2.6/m4/sasl.m4
  branches/2.6/m4/snprintf.m4
  branches/2.6/m4/socket-unix.m4
  branches/2.6/m4/socket.m4
  branches/2.6/m4/vamacros.m4
  branches/2.6/m4/zlib.m4
  branches/2.6/tests/README
  branches/2.6/tests/docs/pod.t
  branches/2.6/tests/lib/asprintf-t.c
  branches/2.6/tests/lib/buffer-t.c
  branches/2.6/tests/lib/fakewrite.c
  branches/2.6/tests/lib/fdflag-t.c
  branches/2.6/tests/lib/getaddrinfo-t.c
  branches/2.6/tests/lib/getnameinfo-t.c
  branches/2.6/tests/lib/inet_aton-t.c
  branches/2.6/tests/lib/inet_ntoa-t.c
  branches/2.6/tests/lib/inet_ntop-t.c
  branches/2.6/tests/lib/messages-t.c
  branches/2.6/tests/lib/mkstemp-t.c
  branches/2.6/tests/lib/network/addr-ipv4-t.c
  branches/2.6/tests/lib/network/addr-ipv6-t.c
  branches/2.6/tests/lib/network/client-t.c
  branches/2.6/tests/lib/network/server-t.c
  branches/2.6/tests/lib/reallocarray-t.c
  branches/2.6/tests/lib/setenv-t.c
  branches/2.6/tests/lib/snprintf-t.c
  branches/2.6/tests/lib/vector-t.c
  branches/2.6/tests/lib/xmalloc.c
  branches/2.6/tests/lib/xmalloc.t
  branches/2.6/tests/lib/xwrite-t.c
  branches/2.6/tests/runtests.c
  branches/2.6/tests/tap/basic.c
  branches/2.6/tests/tap/basic.h
  branches/2.6/tests/tap/float.c
  branches/2.6/tests/tap/float.h
  branches/2.6/tests/tap/libtap.sh
  branches/2.6/tests/tap/macros.h
  branches/2.6/tests/tap/messages.c
  branches/2.6/tests/tap/messages.h
  branches/2.6/tests/tap/process.c
  branches/2.6/tests/tap/process.h
  branches/2.6/tests/tap/string.c
  branches/2.6/tests/tap/string.h

---------------------------------+
 include/clibrary.h              |    2 +-
 include/inn/buffer.h            |    2 +-
 include/inn/fdflag.h            |    2 +-
 include/inn/macros.h            |    2 +-
 include/inn/messages.h          |    2 +-
 include/inn/network.h           |    2 +-
 include/inn/vector.h            |    2 +-
 include/inn/xmalloc.h           |    2 +-
 include/inn/xwrite.h            |    2 +-
 include/portable/getaddrinfo.h  |    2 +-
 include/portable/getnameinfo.h  |    2 +-
 include/portable/macros.h       |    2 +-
 include/portable/socket-unix.h  |    2 +-
 include/portable/socket.h       |    2 +-
 include/portable/stdbool.h      |    2 +-
 include/portable/uio.h          |    2 +-
 lib/asprintf.c                  |    2 +-
 lib/buffer.c                    |    2 +-
 lib/fdflag.c                    |    2 +-
 lib/getaddrinfo.c               |    2 +-
 lib/getnameinfo.c               |    2 +-
 lib/inet_aton.c                 |    2 +-
 lib/inet_ntoa.c                 |    2 +-
 lib/inet_ntop.c                 |    2 +-
 lib/messages.c                  |    2 +-
 lib/mkstemp.c                   |    2 +-
 lib/network.c                   |    2 +-
 lib/reallocarray.c              |    2 +-
 lib/setenv.c                    |    2 +-
 lib/seteuid.c                   |    2 +-
 lib/snprintf.c                  |    2 +-
 lib/vector.c                    |    2 +-
 lib/xmalloc.c                   |    2 +-
 lib/xwrite.c                    |    2 +-
 m4/bdb.m4                       |    2 +-
 m4/inet-ntoa.m4                 |    2 +-
 m4/krb5-config.m4               |    2 +-
 m4/krb5.m4                      |    2 +-
 m4/lib-depends.m4               |    2 +-
 m4/lib-helper.m4                |    2 +-
 m4/lib-pathname.m4              |    2 +-
 m4/openssl.m4                   |    2 +-
 m4/pam-const.m4                 |    2 +-
 m4/perl.m4                      |    2 +-
 m4/sasl.m4                      |    2 +-
 m4/snprintf.m4                  |    2 +-
 m4/socket-unix.m4               |    2 +-
 m4/socket.m4                    |    2 +-
 m4/vamacros.m4                  |    2 +-
 m4/zlib.m4                      |    2 +-
 tests/README                    |    6 +++---
 tests/docs/pod.t                |    2 +-
 tests/lib/asprintf-t.c          |    2 +-
 tests/lib/buffer-t.c            |    2 +-
 tests/lib/fakewrite.c           |    2 +-
 tests/lib/fdflag-t.c            |    2 +-
 tests/lib/getaddrinfo-t.c       |    2 +-
 tests/lib/getnameinfo-t.c       |    2 +-
 tests/lib/inet_aton-t.c         |    2 +-
 tests/lib/inet_ntoa-t.c         |    2 +-
 tests/lib/inet_ntop-t.c         |    2 +-
 tests/lib/messages-t.c          |    2 +-
 tests/lib/mkstemp-t.c           |    2 +-
 tests/lib/network/addr-ipv4-t.c |    2 +-
 tests/lib/network/addr-ipv6-t.c |    2 +-
 tests/lib/network/client-t.c    |    2 +-
 tests/lib/network/server-t.c    |    2 +-
 tests/lib/reallocarray-t.c      |    2 +-
 tests/lib/setenv-t.c            |    2 +-
 tests/lib/snprintf-t.c          |    2 +-
 tests/lib/vector-t.c            |    2 +-
 tests/lib/xmalloc.c             |    2 +-
 tests/lib/xmalloc.t             |    2 +-
 tests/lib/xwrite-t.c            |    2 +-
 tests/runtests.c                |    2 +-
 tests/tap/basic.c               |    2 +-
 tests/tap/basic.h               |    2 +-
 tests/tap/float.c               |    2 +-
 tests/tap/float.h               |    2 +-
 tests/tap/libtap.sh             |    2 +-
 tests/tap/macros.h              |    2 +-
 tests/tap/messages.c            |    2 +-
 tests/tap/messages.h            |    2 +-
 tests/tap/process.c             |    2 +-
 tests/tap/process.h             |    2 +-
 tests/tap/string.c              |    2 +-
 tests/tap/string.h              |    2 +-
 87 files changed, 89 insertions(+), 89 deletions(-)

Modified: include/clibrary.h
===================================================================
--- include/clibrary.h	2016-11-04 22:19:40 UTC (rev 10098)
+++ include/clibrary.h	2016-11-04 22:21:59 UTC (rev 10099)
@@ -24,7 +24,7 @@
  * the portable helper library.  Also provides some standard #defines.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  *

Modified: include/inn/buffer.h
===================================================================
--- include/inn/buffer.h	2016-11-04 22:19:40 UTC (rev 10098)
+++ include/inn/buffer.h	2016-11-04 22:21:59 UTC (rev 10099)
@@ -14,7 +14,7 @@
  * used can be set to 0 and left stores the length of the data.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  * Copyright 2014 Russ Allbery <eagle at eyrie.org>

Modified: include/inn/fdflag.h
===================================================================
--- include/inn/fdflag.h	2016-11-04 22:19:40 UTC (rev 10098)
+++ include/inn/fdflag.h	2016-11-04 22:21:59 UTC (rev 10099)
@@ -3,7 +3,7 @@
  * Prototypes for setting or clearing file descriptor flags.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Copyright 2008, 2010, 2011
  *     The Board of Trustees of the Leland Stanford Junior University

Modified: include/inn/macros.h
===================================================================
--- include/inn/macros.h	2016-11-04 22:19:40 UTC (rev 10098)
+++ include/inn/macros.h	2016-11-04 22:21:59 UTC (rev 10099)
@@ -3,7 +3,7 @@
  * Some standard helpful macros.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  *

Modified: include/inn/messages.h
===================================================================
--- include/inn/messages.h	2016-11-04 22:19:40 UTC (rev 10098)
+++ include/inn/messages.h	2016-11-04 22:21:59 UTC (rev 10099)
@@ -3,7 +3,7 @@
  * Prototypes for message and error reporting (possibly fatal).
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Copyright 2008, 2010, 2013, 2014
  *     The Board of Trustees of the Leland Stanford Junior University

Modified: include/inn/network.h
===================================================================
--- include/inn/network.h	2016-11-04 22:19:40 UTC (rev 10098)
+++ include/inn/network.h	2016-11-04 22:21:59 UTC (rev 10099)
@@ -3,7 +3,7 @@
  * Prototypes for network connection utility functions.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  * Copyright 2014, 2016 Russ Allbery <eagle at eyrie.org>

Modified: include/inn/vector.h
===================================================================
--- include/inn/vector.h	2016-11-04 22:19:40 UTC (rev 10098)
+++ include/inn/vector.h	2016-11-04 22:21:59 UTC (rev 10099)
@@ -10,7 +10,7 @@
  * handle data elements containing nul characters.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  *

Modified: include/inn/xmalloc.h
===================================================================
--- include/inn/xmalloc.h	2016-11-04 22:19:40 UTC (rev 10098)
+++ include/inn/xmalloc.h	2016-11-04 22:21:59 UTC (rev 10099)
@@ -3,7 +3,7 @@
  * Prototypes for malloc routines with failure handling.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Copyright 2010, 2012, 2013, 2014
  *     The Board of Trustees of the Leland Stanford Junior University

Modified: include/inn/xwrite.h
===================================================================
--- include/inn/xwrite.h	2016-11-04 22:19:40 UTC (rev 10098)
+++ include/inn/xwrite.h	2016-11-04 22:21:59 UTC (rev 10099)
@@ -3,7 +3,7 @@
  * Prototypes for write and writev replacements to handle partial writes.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Copyright 2008, 2010, 2013
  *     The Board of Trustees of the Leland Stanford Junior University

Modified: include/portable/getaddrinfo.h
===================================================================
--- include/portable/getaddrinfo.h	2016-11-04 22:19:40 UTC (rev 10098)
+++ include/portable/getaddrinfo.h	2016-11-04 22:21:59 UTC (rev 10099)
@@ -11,7 +11,7 @@
  * than directly.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  *

Modified: include/portable/getnameinfo.h
===================================================================
--- include/portable/getnameinfo.h	2016-11-04 22:19:40 UTC (rev 10098)
+++ include/portable/getnameinfo.h	2016-11-04 22:21:59 UTC (rev 10099)
@@ -10,7 +10,7 @@
  * than directly.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  *

Modified: include/portable/macros.h
===================================================================
--- include/portable/macros.h	2016-11-04 22:19:40 UTC (rev 10098)
+++ include/portable/macros.h	2016-11-04 22:21:59 UTC (rev 10099)
@@ -3,7 +3,7 @@
  * Portability macros used in include files.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  *

Modified: include/portable/socket-unix.h
===================================================================
--- include/portable/socket-unix.h	2016-11-04 22:19:40 UTC (rev 10098)
+++ include/portable/socket-unix.h	2016-11-04 22:21:59 UTC (rev 10099)
@@ -7,7 +7,7 @@
  * as well for the normal socket functions.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  *

Modified: include/portable/socket.h
===================================================================
--- include/portable/socket.h	2016-11-04 22:19:40 UTC (rev 10098)
+++ include/portable/socket.h	2016-11-04 22:21:59 UTC (rev 10099)
@@ -15,7 +15,7 @@
  * and properly prototyped.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Copyright 2014 Russ Allbery <eagle at eyrie.org>
  * Copyright 2008, 2009, 2011, 2013

Modified: include/portable/stdbool.h
===================================================================
--- include/portable/stdbool.h	2016-11-04 22:19:40 UTC (rev 10098)
+++ include/portable/stdbool.h	2016-11-04 22:21:59 UTC (rev 10099)
@@ -7,7 +7,7 @@
  * logic is based heavily on the example in the Autoconf manual.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  *

Modified: include/portable/uio.h
===================================================================
--- include/portable/uio.h	2016-11-04 22:19:40 UTC (rev 10098)
+++ include/portable/uio.h	2016-11-04 22:21:59 UTC (rev 10099)
@@ -7,7 +7,7 @@
  * functions are not provided or prototyped here.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  *

Modified: lib/asprintf.c
===================================================================
--- lib/asprintf.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ lib/asprintf.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -6,7 +6,7 @@
  * asprintf and vasprintf for those platforms that don't have them.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  *

Modified: lib/buffer.c
===================================================================
--- lib/buffer.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ lib/buffer.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -14,7 +14,7 @@
  * used can be set to 0 and left stores the length of the data.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  * Copyright 2011, 2012, 2014

Modified: lib/fdflag.c
===================================================================
--- lib/fdflag.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ lib/fdflag.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -6,7 +6,7 @@
  * flags like close-on-exec or nonblocking I/O.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Copyright 2008, 2011, 2013
  *     The Board of Trustees of the Leland Stanford Junior University

Modified: lib/getaddrinfo.c
===================================================================
--- lib/getaddrinfo.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ lib/getaddrinfo.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -18,7 +18,7 @@
  * support should already support getaddrinfo natively.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  *

Modified: lib/getnameinfo.c
===================================================================
--- lib/getnameinfo.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ lib/getnameinfo.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -15,7 +15,7 @@
  * support should already support getnameinfo natively.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  *

Modified: lib/inet_aton.c
===================================================================
--- lib/inet_aton.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ lib/inet_aton.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -7,7 +7,7 @@
  * thread-safe.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  *

Modified: lib/inet_ntoa.c
===================================================================
--- lib/inet_ntoa.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ lib/inet_ntoa.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -8,7 +8,7 @@
  * it uses static storage (inet_ntop should be used instead when available).
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  *

Modified: lib/inet_ntop.c
===================================================================
--- lib/inet_ntop.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ lib/inet_ntop.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -9,7 +9,7 @@
  * host supports IPv6.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  *

Modified: lib/messages.c
===================================================================
--- lib/messages.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ lib/messages.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -52,7 +52,7 @@
  * va_list, and the applicable errno value (if any).
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  * Copyright 2008, 2009, 2010, 2013

Modified: lib/mkstemp.c
===================================================================
--- lib/mkstemp.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ lib/mkstemp.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -6,7 +6,7 @@
  * systems that don't have it.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  *

Modified: lib/network.c
===================================================================
--- lib/network.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ lib/network.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -18,7 +18,7 @@
  * of knowing that this code is correct.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  * Copyright 2014, 2015, 2016 Russ Allbery <eagle at eyrie.org>

Modified: lib/reallocarray.c
===================================================================
--- lib/reallocarray.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ lib/reallocarray.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -8,7 +8,7 @@
  * and checks for overflow so that the caller doesn't need to.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  *

Modified: lib/setenv.c
===================================================================
--- lib/setenv.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ lib/setenv.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -6,7 +6,7 @@
  * those platforms that don't have it.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  *

Modified: lib/seteuid.c
===================================================================
--- lib/seteuid.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ lib/seteuid.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -14,7 +14,7 @@
  * with seteuid has saved UIDs.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  *

Modified: lib/snprintf.c
===================================================================
--- lib/snprintf.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ lib/snprintf.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -12,7 +12,7 @@
  * improvements should be sent back to the original author.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  */
 
 /*

Modified: lib/vector.c
===================================================================
--- lib/vector.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ lib/vector.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -22,7 +22,7 @@
  * sure if it's a violation of the C type aliasing rules.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  *

Modified: lib/xmalloc.c
===================================================================
--- lib/xmalloc.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ lib/xmalloc.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -61,7 +61,7 @@
  * line number to these functions.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Copyright 2015 Russ Allbery <eagle at eyrie.org>
  * Copyright 2012, 2013, 2014

Modified: lib/xwrite.c
===================================================================
--- lib/xwrite.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ lib/xwrite.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -23,7 +23,7 @@
  * will return -1 and the number of bytes actually written will be lost.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Copyright 2008, 2013, 2014
  *     The Board of Trustees of the Leland Stanford Junior University

Modified: m4/bdb.m4
===================================================================
--- m4/bdb.m4	2016-11-04 22:19:40 UTC (rev 10098)
+++ m4/bdb.m4	2016-11-04 22:21:59 UTC (rev 10099)
@@ -27,7 +27,7 @@
 dnl Depends on the lib-helper.m4 framework.
 dnl
 dnl The canonical version of this file is maintained in the rra-c-util
-dnl package, available at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+dnl package, available at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
 dnl
 dnl Written by Russ Allbery <eagle at eyrie.org>
 dnl Copyright 2013

Modified: m4/inet-ntoa.m4
===================================================================
--- m4/inet-ntoa.m4	2016-11-04 22:19:40 UTC (rev 10098)
+++ m4/inet-ntoa.m4	2016-11-04 22:21:59 UTC (rev 10099)
@@ -8,7 +8,7 @@
 dnl present and working.
 dnl
 dnl The canonical version of this file is maintained in the rra-c-util
-dnl package, available at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+dnl package, available at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
 dnl
 dnl Copyright 1999, 2000, 2001, 2003 Russ Allbery <eagle at eyrie.org>
 dnl Copyright 2008, 2009

Modified: m4/krb5-config.m4
===================================================================
--- m4/krb5-config.m4	2016-11-04 22:19:40 UTC (rev 10098)
+++ m4/krb5-config.m4	2016-11-04 22:21:59 UTC (rev 10099)
@@ -9,7 +9,7 @@
 dnl Depends on INN_ENABLE_REDUCED_DEPENDS.
 dnl
 dnl The canonical version of this file is maintained in the rra-c-util
-dnl package, available at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+dnl package, available at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
 dnl
 dnl Written by Russ Allbery <eagle at eyrie.org>
 dnl Copyright 2011, 2012

Modified: m4/krb5.m4
===================================================================
--- m4/krb5.m4	2016-11-04 22:19:40 UTC (rev 10098)
+++ m4/krb5.m4	2016-11-04 22:21:59 UTC (rev 10099)
@@ -48,7 +48,7 @@
 dnl probing the Kerberos library properties.
 dnl
 dnl The canonical version of this file is maintained in the rra-c-util
-dnl package, available at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+dnl package, available at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
 dnl
 dnl Written by Russ Allbery <eagle at eyrie.org>
 dnl Copyright 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2013, 2014

Modified: m4/lib-depends.m4
===================================================================
--- m4/lib-depends.m4	2016-11-04 22:19:40 UTC (rev 10098)
+++ m4/lib-depends.m4	2016-11-04 22:21:59 UTC (rev 10099)
@@ -11,7 +11,7 @@
 dnl can require it with AC_REQUIRE.
 dnl
 dnl The canonical version of this file is maintained in the rra-c-util
-dnl package, available at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+dnl package, available at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
 dnl
 dnl Written by Russ Allbery <eagle at eyrie.org>
 dnl Copyright 2005, 2006, 2007

Modified: m4/lib-helper.m4
===================================================================
--- m4/lib-helper.m4	2016-11-04 22:19:40 UTC (rev 10098)
+++ m4/lib-helper.m4	2016-11-04 22:21:59 UTC (rev 10099)
@@ -10,7 +10,7 @@
 dnl Depends on INN_SET_LDFLAGS.
 dnl
 dnl The canonical version of this file is maintained in the rra-c-util
-dnl package, available at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+dnl package, available at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
 dnl
 dnl Written by Russ Allbery <eagle at eyrie.org>
 dnl Copyright 2011, 2013

Modified: m4/lib-pathname.m4
===================================================================
--- m4/lib-pathname.m4	2016-11-04 22:19:40 UTC (rev 10098)
+++ m4/lib-pathname.m4	2016-11-04 22:21:59 UTC (rev 10099)
@@ -14,7 +14,7 @@
 dnl libdir variable to PREFIX/lib{,32,64} as appropriate.
 dnl
 dnl The canonical version of this file is maintained in the rra-c-util
-dnl package, available at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+dnl package, available at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
 dnl
 dnl Written by Russ Allbery <eagle at eyrie.org>
 dnl Copyright 2008, 2009

Modified: m4/openssl.m4
===================================================================
--- m4/openssl.m4	2016-11-04 22:19:40 UTC (rev 10098)
+++ m4/openssl.m4	2016-11-04 22:21:59 UTC (rev 10099)
@@ -25,7 +25,7 @@
 dnl Depends on INN_ENABLE_REDUCED_DEPENDS and the lib-helper.m4 framework.
 dnl
 dnl The canonical version of this file is maintained in the rra-c-util
-dnl package, available at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+dnl package, available at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
 dnl
 dnl Written by Russ Allbery <eagle at eyrie.org>
 dnl Copyright 2016 Russ Allbery <eagle at eyrie.org>

Modified: m4/pam-const.m4
===================================================================
--- m4/pam-const.m4	2016-11-04 22:19:40 UTC (rev 10098)
+++ m4/pam-const.m4	2016-11-04 22:21:59 UTC (rev 10099)
@@ -14,7 +14,7 @@
 dnl Contributed by Markus Moeller.
 dnl
 dnl The canonical version of this file is maintained in the rra-c-util
-dnl package, available at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+dnl package, available at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
 dnl
 dnl Copyright 2007, 2015 Russ Allbery <eagle at eyrie.org>
 dnl Copyright 2007, 2008 Markus Moeller

Modified: m4/perl.m4
===================================================================
--- m4/perl.m4	2016-11-04 22:19:40 UTC (rev 10098)
+++ m4/perl.m4	2016-11-04 22:21:59 UTC (rev 10099)
@@ -17,7 +17,7 @@
 dnl     PERL_CPPFLAGS and PERL_LIBS.
 dnl
 dnl The canonical version of this file is maintained in the rra-c-util
-dnl package, available at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+dnl package, available at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
 dnl
 dnl Copyright 2016 Russ Allbery <eagle at eyrie.org>
 dnl Copyright (c) 2006, 2009, 2011

Modified: m4/sasl.m4
===================================================================
--- m4/sasl.m4	2016-11-04 22:19:40 UTC (rev 10098)
+++ m4/sasl.m4	2016-11-04 22:21:59 UTC (rev 10099)
@@ -23,7 +23,7 @@
 dnl Depends on the lib-helper.m4 framework.
 dnl
 dnl The canonical version of this file is maintained in the rra-c-util
-dnl package, available at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+dnl package, available at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
 dnl
 dnl Written by Russ Allbery <eagle at eyrie.org>
 dnl Copyright 2013

Modified: m4/snprintf.m4
===================================================================
--- m4/snprintf.m4	2016-11-04 22:19:40 UTC (rev 10098)
+++ m4/snprintf.m4	2016-11-04 22:21:59 UTC (rev 10099)
@@ -11,7 +11,7 @@
 dnl fully working snprintf is found.
 dnl
 dnl The canonical version of this file is maintained in the rra-c-util
-dnl package, available at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+dnl package, available at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
 dnl
 dnl Written by Russ Allbery <eagle at eyrie.org>
 dnl Copyright 2006, 2008, 2009

Modified: m4/socket-unix.m4
===================================================================
--- m4/socket-unix.m4	2016-11-04 22:19:40 UTC (rev 10098)
+++ m4/socket-unix.m4	2016-11-04 22:21:59 UTC (rev 10099)
@@ -10,7 +10,7 @@
 dnl They use a separate internal source macro to make the code easier to read.
 dnl
 dnl The canonical version of this file is maintained in the rra-c-util
-dnl package, available at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+dnl package, available at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
 dnl
 dnl Copyright 2009
 dnl     The Board of Trustees of the Leland Stanford Junior University

Modified: m4/socket.m4
===================================================================
--- m4/socket.m4	2016-11-04 22:19:40 UTC (rev 10098)
+++ m4/socket.m4	2016-11-04 22:21:59 UTC (rev 10099)
@@ -11,7 +11,7 @@
 dnl They use a separate internal source macro to make the code easier to read.
 dnl
 dnl The canonical version of this file is maintained in the rra-c-util
-dnl package, available at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+dnl package, available at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
 dnl
 dnl Copyright 2008, 2009, 2011
 dnl     The Board of Trustees of the Leland Stanford Junior University

Modified: m4/vamacros.m4
===================================================================
--- m4/vamacros.m4	2016-11-04 22:19:40 UTC (rev 10098)
+++ m4/vamacros.m4	2016-11-04 22:21:59 UTC (rev 10099)
@@ -15,7 +15,7 @@
 dnl They set HAVE_C99_VAMACROS or HAVE_GNU_VAMACROS as appropriate.
 dnl
 dnl The canonical version of this file is maintained in the rra-c-util
-dnl package, available at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+dnl package, available at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
 dnl
 dnl Written by Russ Allbery <eagle at eyrie.org>
 dnl Copyright 2006, 2008, 2009

Modified: m4/zlib.m4
===================================================================
--- m4/zlib.m4	2016-11-04 22:19:40 UTC (rev 10098)
+++ m4/zlib.m4	2016-11-04 22:21:59 UTC (rev 10099)
@@ -21,7 +21,7 @@
 dnl Depends on the lib-helper.m4 framework.
 dnl
 dnl The canonical version of this file is maintained in the rra-c-util
-dnl package, available at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+dnl package, available at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
 dnl
 dnl Written by Russ Allbery <eagle at eyrie.org>
 dnl Copyright 2013

Modified: tests/README
===================================================================
--- tests/README	2016-11-04 22:19:40 UTC (rev 10098)
+++ tests/README	2016-11-04 22:21:59 UTC (rev 10099)
@@ -153,7 +153,7 @@
     Complete API documentation for the basic C TAP library that comes with
     C TAP Harness is available at:
 
-        <http://www.eyrie.org/~eagle/software/c-tap-harness/>
+        <https://www.eyrie.org/~eagle/software/c-tap-harness/>
 
     It's common to need additional test functions and utility functions
     for your C tests, particularly if you have to set up and tear down a
@@ -170,7 +170,7 @@
     Libraries of additional useful TAP test functions are available in
     rra-c-util at:
 
-        <http://www.eyrie.org/~eagle/software/rra-c-util/>
+        <https://www.eyrie.org/~eagle/software/rra-c-util/>
 
     Some of the code there is particularly useful when testing programs
     that require Kerberos keys.
@@ -240,7 +240,7 @@
 License
 
     This file is part of the documentation of C TAP Harness, which can be
-    found at <http://www.eyrie.org/~eagle/software/c-tap-harness/>.
+    found at <https://www.eyrie.org/~eagle/software/c-tap-harness/>.
 
     Copyright 2010, 2016 Russ Allbery <eagle at eyrie.org>
 

Modified: tests/docs/pod.t
===================================================================
--- tests/docs/pod.t	2016-11-04 22:19:40 UTC (rev 10098)
+++ tests/docs/pod.t	2016-11-04 22:21:59 UTC (rev 10099)
@@ -5,7 +5,7 @@
 # Test POD formatting.
 #
 # This file is part of C TAP Harness.  The current version plus supporting
-# documentation is at <http://www.eyrie.org/~eagle/software/c-tap-harness/>.
+# documentation is at <https://www.eyrie.org/~eagle/software/c-tap-harness/>.
 #
 # Copyright 2009, 2010, 2013, 2014, 2015, 2016 Russ Allbery <eagle at eyrie.org>
 #

Modified: tests/lib/asprintf-t.c
===================================================================
--- tests/lib/asprintf-t.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ tests/lib/asprintf-t.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -3,7 +3,7 @@
  * asprintf and vasprintf test suite.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  *

Modified: tests/lib/buffer-t.c
===================================================================
--- tests/lib/buffer-t.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ tests/lib/buffer-t.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -3,7 +3,7 @@
  * buffer test suite.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  *

Modified: tests/lib/fakewrite.c
===================================================================
--- tests/lib/fakewrite.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ tests/lib/fakewrite.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -3,7 +3,7 @@
  * Fake write and writev functions for testing xwrite and xwritev.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Copyright 2000, 2001, 2002, 2004 Russ Allbery <eagle at eyrie.org>
  *

Modified: tests/lib/fdflag-t.c
===================================================================
--- tests/lib/fdflag-t.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ tests/lib/fdflag-t.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -3,7 +3,7 @@
  * fdflag test suite.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  * Copyright 2008, 2009

Modified: tests/lib/getaddrinfo-t.c
===================================================================
--- tests/lib/getaddrinfo-t.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ tests/lib/getaddrinfo-t.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -3,7 +3,7 @@
  * getaddrinfo test suite.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  *

Modified: tests/lib/getnameinfo-t.c
===================================================================
--- tests/lib/getnameinfo-t.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ tests/lib/getnameinfo-t.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -3,7 +3,7 @@
  * getnameinfo test suite.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  *

Modified: tests/lib/inet_aton-t.c
===================================================================
--- tests/lib/inet_aton-t.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ tests/lib/inet_aton-t.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -3,7 +3,7 @@
  * inet_aton test suite.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  *

Modified: tests/lib/inet_ntoa-t.c
===================================================================
--- tests/lib/inet_ntoa-t.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ tests/lib/inet_ntoa-t.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -3,7 +3,7 @@
  * inet_ntoa test suite.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  *

Modified: tests/lib/inet_ntop-t.c
===================================================================
--- tests/lib/inet_ntop-t.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ tests/lib/inet_ntop-t.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -3,7 +3,7 @@
  * inet_ntop test suite.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  *

Modified: tests/lib/messages-t.c
===================================================================
--- tests/lib/messages-t.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ tests/lib/messages-t.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -3,7 +3,7 @@
  * Test suite for error handling routines.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  * Copyright 2002, 2004, 2005, 2015 Russ Allbery <eagle at eyrie.org>

Modified: tests/lib/mkstemp-t.c
===================================================================
--- tests/lib/mkstemp-t.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ tests/lib/mkstemp-t.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -3,7 +3,7 @@
  * mkstemp test suite.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  *

Modified: tests/lib/network/addr-ipv4-t.c
===================================================================
--- tests/lib/network/addr-ipv4-t.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ tests/lib/network/addr-ipv4-t.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -3,7 +3,7 @@
  * Test network address functions for IPv4.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  * Copyright 2005, 2013, 2016 Russ Allbery <eagle at eyrie.org>

Modified: tests/lib/network/addr-ipv6-t.c
===================================================================
--- tests/lib/network/addr-ipv6-t.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ tests/lib/network/addr-ipv6-t.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -3,7 +3,7 @@
  * Test network address functions for IPv6.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  * Copyright 2005, 2013, 2016 Russ Allbery <eagle at eyrie.org>

Modified: tests/lib/network/client-t.c
===================================================================
--- tests/lib/network/client-t.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ tests/lib/network/client-t.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -3,7 +3,7 @@
  * Test suite for network client and read/write functions.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  * Copyright 2005, 2013, 2014 Russ Allbery <eagle at eyrie.org>

Modified: tests/lib/network/server-t.c
===================================================================
--- tests/lib/network/server-t.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ tests/lib/network/server-t.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -3,7 +3,7 @@
  * Test suite for network server functions.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  * Copyright 2005, 2013, 2016 Russ Allbery <eagle at eyrie.org>

Modified: tests/lib/reallocarray-t.c
===================================================================
--- tests/lib/reallocarray-t.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ tests/lib/reallocarray-t.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -6,7 +6,7 @@
  * detection, but isn't particularly thorough.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  *

Modified: tests/lib/setenv-t.c
===================================================================
--- tests/lib/setenv-t.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ tests/lib/setenv-t.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -3,7 +3,7 @@
  * setenv test suite.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  *

Modified: tests/lib/snprintf-t.c
===================================================================
--- tests/lib/snprintf-t.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ tests/lib/snprintf-t.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -3,7 +3,7 @@
  * snprintf test suite.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  * Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006

Modified: tests/lib/vector-t.c
===================================================================
--- tests/lib/vector-t.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ tests/lib/vector-t.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -3,7 +3,7 @@
  * vector test suite.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  *

Modified: tests/lib/xmalloc.c
===================================================================
--- tests/lib/xmalloc.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ tests/lib/xmalloc.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -3,7 +3,7 @@
  * Test suite for xmalloc and family.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Copyright 2000, 2001, 2006 Russ Allbery <eagle at eyrie.org>
  * Copyright 2008, 2012, 2013, 2014

Modified: tests/lib/xmalloc.t
===================================================================
--- tests/lib/xmalloc.t	2016-11-04 22:19:40 UTC (rev 10098)
+++ tests/lib/xmalloc.t	2016-11-04 22:21:59 UTC (rev 10099)
@@ -5,7 +5,7 @@
 # Test suite for xmalloc and friends.
 #
 # The canonical version of this file is maintained in the rra-c-util package,
-# which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+# which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
 #
 # Written by Russ Allbery <eagle at eyrie.org>
 # Copyright 2000, 2001, 2006, 2014, 2016 Russ Allbery <eagle at eyrie.org>

Modified: tests/lib/xwrite-t.c
===================================================================
--- tests/lib/xwrite-t.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ tests/lib/xwrite-t.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -3,7 +3,7 @@
  * Test suite for xwrite, xwritev, and xpwrite.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Copyright 2000, 2001, 2002, 2004 Russ Allbery <eagle at eyrie.org>
  * Copyright 2009, 2014

Modified: tests/runtests.c
===================================================================
--- tests/runtests.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ tests/runtests.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -61,7 +61,7 @@
  *
  * Any bug reports, bug fixes, and improvements are very much welcome and
  * should be sent to the e-mail address below.  This program is part of C TAP
- * Harness <http://www.eyrie.org/~eagle/software/c-tap-harness/>.
+ * Harness <https://www.eyrie.org/~eagle/software/c-tap-harness/>.
  *
  * Copyright 2000, 2001, 2004, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013,
  *     2014, 2015, 2016 Russ Allbery <eagle at eyrie.org>

Modified: tests/tap/basic.c
===================================================================
--- tests/tap/basic.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ tests/tap/basic.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -11,7 +11,7 @@
  * up the TAP output format, or finding things in the test environment.
  *
  * This file is part of C TAP Harness.  The current version plus supporting
- * documentation is at <http://www.eyrie.org/~eagle/software/c-tap-harness/>.
+ * documentation is at <https://www.eyrie.org/~eagle/software/c-tap-harness/>.
  *
  * Copyright 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016
  *     Russ Allbery <eagle at eyrie.org>

Modified: tests/tap/basic.h
===================================================================
--- tests/tap/basic.h	2016-11-04 22:19:40 UTC (rev 10098)
+++ tests/tap/basic.h	2016-11-04 22:21:59 UTC (rev 10099)
@@ -3,7 +3,7 @@
  * Basic utility routines for the TAP protocol.
  *
  * This file is part of C TAP Harness.  The current version plus supporting
- * documentation is at <http://www.eyrie.org/~eagle/software/c-tap-harness/>.
+ * documentation is at <https://www.eyrie.org/~eagle/software/c-tap-harness/>.
  *
  * Copyright 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016
  *     Russ Allbery <eagle at eyrie.org>

Modified: tests/tap/float.c
===================================================================
--- tests/tap/float.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ tests/tap/float.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -9,7 +9,7 @@
  * otherwise care about floating point.
  *
  * This file is part of C TAP Harness.  The current version plus supporting
- * documentation is at <http://www.eyrie.org/~eagle/software/c-tap-harness/>.
+ * documentation is at <https://www.eyrie.org/~eagle/software/c-tap-harness/>.
  *
  * Copyright 2008, 2010, 2012, 2013, 2014, 2015, 2016
  *     Russ Allbery <eagle at eyrie.org>

Modified: tests/tap/float.h
===================================================================
--- tests/tap/float.h	2016-11-04 22:19:40 UTC (rev 10098)
+++ tests/tap/float.h	2016-11-04 22:21:59 UTC (rev 10099)
@@ -3,7 +3,7 @@
  * Floating point check function for the TAP protocol.
  *
  * This file is part of C TAP Harness.  The current version plus supporting
- * documentation is at <http://www.eyrie.org/~eagle/software/c-tap-harness/>.
+ * documentation is at <https://www.eyrie.org/~eagle/software/c-tap-harness/>.
  *
  * Copyright 2008, 2010, 2012, 2014 Russ Allbery <eagle at eyrie.org>
  *

Modified: tests/tap/libtap.sh
===================================================================
--- tests/tap/libtap.sh	2016-11-04 22:19:40 UTC (rev 10098)
+++ tests/tap/libtap.sh	2016-11-04 22:21:59 UTC (rev 10099)
@@ -9,7 +9,7 @@
 #
 # This file provides a TAP-compatible shell function library useful for
 # writing test cases.  It is part of C TAP Harness, which can be found at
-# <http://www.eyrie.org/~eagle/software/c-tap-harness/>.
+# <https://www.eyrie.org/~eagle/software/c-tap-harness/>.
 #
 # Written by Russ Allbery <eagle at eyrie.org>
 # Copyright 2009, 2010, 2011, 2012, 2016 Russ Allbery <eagle at eyrie.org>

Modified: tests/tap/macros.h
===================================================================
--- tests/tap/macros.h	2016-11-04 22:19:40 UTC (rev 10098)
+++ tests/tap/macros.h	2016-11-04 22:21:59 UTC (rev 10099)
@@ -7,7 +7,7 @@
  * everyone can pull them in.
  *
  * This file is part of C TAP Harness.  The current version plus supporting
- * documentation is at <http://www.eyrie.org/~eagle/software/c-tap-harness/>.
+ * documentation is at <https://www.eyrie.org/~eagle/software/c-tap-harness/>.
  *
  * Copyright 2008, 2012, 2013, 2015 Russ Allbery <eagle at eyrie.org>
  *

Modified: tests/tap/messages.c
===================================================================
--- tests/tap/messages.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ tests/tap/messages.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -7,7 +7,7 @@
  * handling.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Copyright 2002, 2004, 2005, 2015 Russ Allbery <eagle at eyrie.org>
  * Copyright 2006, 2007, 2009, 2012, 2014

Modified: tests/tap/messages.h
===================================================================
--- tests/tap/messages.h	2016-11-04 22:19:40 UTC (rev 10098)
+++ tests/tap/messages.h	2016-11-04 22:21:59 UTC (rev 10099)
@@ -3,7 +3,7 @@
  * Utility functions to test message handling.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Copyright 2002 Russ Allbery <eagle at eyrie.org>
  * Copyright 2006, 2007, 2009

Modified: tests/tap/process.c
===================================================================
--- tests/tap/process.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ tests/tap/process.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -12,7 +12,7 @@
  * mkstemp.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  * Copyright 2002, 2004, 2005, 2013 Russ Allbery <eagle at eyrie.org>

Modified: tests/tap/process.h
===================================================================
--- tests/tap/process.h	2016-11-04 22:19:40 UTC (rev 10098)
+++ tests/tap/process.h	2016-11-04 22:21:59 UTC (rev 10099)
@@ -3,7 +3,7 @@
  * Utility functions for tests that use subprocesses.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  * Copyright 2009, 2010, 2013

Modified: tests/tap/string.c
===================================================================
--- tests/tap/string.c	2016-11-04 22:19:40 UTC (rev 10098)
+++ tests/tap/string.c	2016-11-04 22:21:59 UTC (rev 10099)
@@ -6,7 +6,7 @@
  * because they rely on additional portability code from rra-c-util.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Copyright 2011, 2012 Russ Allbery <eagle at eyrie.org>
  *

Modified: tests/tap/string.h
===================================================================
--- tests/tap/string.h	2016-11-04 22:19:40 UTC (rev 10098)
+++ tests/tap/string.h	2016-11-04 22:21:59 UTC (rev 10099)
@@ -6,7 +6,7 @@
  * because they rely on additional portability code from rra-c-util.
  *
  * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Copyright 2011, 2012 Russ Allbery <eagle at eyrie.org>
  *



More information about the inn-committers mailing list