Send inn-committers mailing list submissions to
        inn-committers@lists.isc.org

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.isc.org/mailman/listinfo/inn-committers
or, via email, send a message with subject or body 'help' to
        inn-committers-requ...@lists.isc.org

You can reach the person managing the list at
        inn-committers-ow...@lists.isc.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of inn-committers digest..."


Today's Topics:

   1. INN commit: trunk (9 files) (INN Commit)
   2. INN commit: trunk (5 files) (INN Commit)
   3. INN commit: trunk (88 files) (INN Commit)


----------------------------------------------------------------------

Message: 1
Date: Tue, 18 Oct 2016 12:33:03 -0700 (PDT)
From: INN Commit <r...@isc.org>
To: inn-committ...@isc.org
Subject: INN commit: trunk (9 files)
Message-ID: <20161018193303.121f867...@hope.eyrie.org>

    Date: Tuesday, October 18, 2016 @ 12:33:02
  Author: iulius
Revision: 10084

Use https instead of ftp URLs for ftp.isc.prg

Modified:
  trunk/contrib/README
  trunk/doc/FAQ
  trunk/doc/pod/actsync.pod
  trunk/doc/pod/checklist.pod
  trunk/doc/pod/hacking.pod
  trunk/doc/pod/install.pod
  trunk/doc/pod/news.pod
  trunk/doc/pod/newsgroups.pod
  trunk/doc/pod/simpleftp.pod

------------------------+
 contrib/README         |    2 +-
 doc/FAQ                |    2 +-
 doc/pod/actsync.pod    |    6 +++---
 doc/pod/checklist.pod  |    8 ++++----
 doc/pod/hacking.pod    |    4 ++--
 doc/pod/install.pod    |   10 +++++-----
 doc/pod/news.pod       |    2 +-
 doc/pod/newsgroups.pod |    2 +-
 doc/pod/simpleftp.pod  |    6 +++---
 9 files changed, 21 insertions(+), 21 deletions(-)

Modified: contrib/README
===================================================================
--- contrib/README      2016-10-15 14:12:43 UTC (rev 10083)
+++ contrib/README      2016-10-18 19:33:02 UTC (rev 10084)
@@ -18,7 +18,7 @@
 file (if any).
 
 In addition to these files, also see the contrib section of the INN FTP
-site at <ftp://ftp.isc.org/isc/inn/contrib/> for more software designed
+site at <https://ftp.isc.org/isc/inn/contrib/> for more software designed
 to work with INN.
 
                         -------------------------

Modified: doc/FAQ
===================================================================
--- doc/FAQ     2016-10-15 14:12:43 UTC (rev 10083)
+++ doc/FAQ     2016-10-18 19:33:02 UTC (rev 10084)
@@ -158,7 +158,7 @@
 
 Subject: 1.3. Where can I get INN?
 
-The download site for INN is <ftp://ftp.isc.org/isc/inn/>.  In that
+The download site for INN is <https://ftp.isc.org/isc/inn/>.  In that
 directory are the various releases of INN, some additional documentation
 (particularly of security holes), the original INN Usenix paper.
 

Modified: doc/pod/actsync.pod
===================================================================
--- doc/pod/actsync.pod 2016-10-15 14:12:43 UTC (rev 10083)
+++ doc/pod/actsync.pod 2016-10-18 19:33:02 UTC (rev 10084)
@@ -56,8 +56,8 @@
 the name of a file containing information in the active(5) format.  The
 getlist(1) utility may be used to obtain a copy of a remote system's F<active>
 file via its NNTP server, or an FTP client program can retrieve such a
-file from an FTP archive (such as
-L<ftp://ftp.isc.org/pub/usenet/CONFIG/active>; see more about this below).
+file from an FTP archive (such as ftp.isc.org available in both FTP and HTTPS
+L<https://ftp.isc.org/pub/usenet/CONFIG/active>; see more about this below).
 Newsgroup information from a file may be treated as if it was obtained
 from a host.  In this man page, the I<host> arguments on the command line
 are called hosts, even though they may be file names.
@@ -139,7 +139,7 @@
 INN comes with default values of C<ftp.isc.org> for <host> and
 C</pub/usenet/CONFIG/active.gz> for <path-to-active>.  You can read about the
 policies used for maintaining that F<active> file at
-L<ftp://ftp.isc.org/pub/usenet/CONFIG/README>.  Consider synchronizing
+L<https://ftp.isc.org/pub/usenet/CONFIG/README>.  Consider synchronizing
 from this file on a daily basis by using B<cron>.
 
 =head1 OPTIONS

Modified: doc/pod/checklist.pod
===================================================================
--- doc/pod/checklist.pod       2016-10-15 14:12:43 UTC (rev 10083)
+++ doc/pod/checklist.pod       2016-10-18 19:33:02 UTC (rev 10084)
@@ -79,8 +79,8 @@
 =item *
 
 Download the INN tarball and unpack.  Make sure that you download
-the last release from L<ftp://ftp.isc.org/isc/inn/> or a snapshot
-from L<ftp://ftp.isc.org/isc/inn/snapshots/>.
+the last release from L<https://ftp.isc.org/isc/inn/> or a snapshot
+from L<https://ftp.isc.org/isc/inn/snapshots/>.
 
 =item *
 
@@ -177,10 +177,10 @@
 =item *
 
 You can now import an F<active> file (I<pathdb in inn.conf>/active) and run 
B<inncheck>
-again.  You may want to look at L<ftp://ftp.isc.org/pub/usenet/CONFIG/active>
+again.  You may want to look at L<https://ftp.isc.org/pub/usenet/CONFIG/active>
 and only keep the lines corresponding to the newsgroups you are interested in.
 Also import a F<newsgroups> file which contains the descriptions of these
-newsgroups (see for instance 
L<ftp://ftp.isc.org/pub/usenet/CONFIG/newsgroups>).
+newsgroups (see for instance 
L<https://ftp.isc.org/pub/usenet/CONFIG/newsgroups>).
 
 Note that it is not necessary to do that now.  INN is shipped with minimal
 F<active> and F<newsgroups> files and you can add newsgroups later with

Modified: doc/pod/hacking.pod
===================================================================
--- doc/pod/hacking.pod 2016-10-15 14:12:43 UTC (rev 10083)
+++ doc/pod/hacking.pod 2016-10-18 19:33:02 UTC (rev 10084)
@@ -23,7 +23,7 @@
 
 Nightly snapshots can be found at:
 
-    <ftp://ftp.isc.org/isc/inn/snapshots/>
+    <https://ftp.isc.org/isc/inn/snapshots/>
 
 =head1 Configuring and Portability
 
@@ -684,7 +684,7 @@
 
 Make sure that F<samples/control.ctl> and F<samples/nocem.ctl> are in sync
 with the master version at
-L<ftp://ftp.isc.org/pub/usenet/CONFIG/control.ctl> and
+L<https://ftp.isc.org/pub/usenet/CONFIG/control.ctl> and
 L<http://rosalind.home.xs4all.nl/nocemreg/nocemreg.html>.
 
 =back

Modified: doc/pod/install.pod
===================================================================
--- doc/pod/install.pod 2016-10-15 14:12:43 UTC (rev 10083)
+++ doc/pod/install.pod 2016-10-18 19:33:02 UTC (rev 10084)
@@ -167,12 +167,12 @@
 
 =head1 Unpacking the Distribution
 
-Released versions of INN are available from L<ftp://ftp.isc.org/isc/inn/>.
+Released versions of INN are available from L<https://ftp.isc.org/isc/inn/>.
 New major releases will be announced on <inn-annou...@lists.isc.org> (see
 F<README>) when they're made.
 
 If you want a more cutting-edge version, you can obtain current
-snapshots from L<ftp://ftp.isc.org/isc/inn/snapshots/>.  These
+snapshots from L<https://ftp.isc.org/isc/inn/snapshots/>.  These
 are snapshots of the INN Subversion tree taken daily; there are two snapshots
 made each night (one of the current development branch, and one of the
 stable branch consisting of bug fixes to the previous major release).
@@ -1416,7 +1416,7 @@
 from that server into I<pathdb>.  Otherwise, you'll need to figure out
 what newsgroups you want to carry and create new active and newsgroups
 files for them.  If you plan to carry a full feed, or something close to
-that, go to L<ftp://ftp.isc.org/pub/usenet/CONFIG/> and download F<active>
+that, go to L<https://ftp.isc.org/pub/usenet/CONFIG/> and download F<active>
 and F<newsgroups> from there; that will start you off with reasonably
 complete files.  If you plan to only carry a small set of groups, the
 default minimal F<active> file installed by INN is a good place to start;
@@ -1655,7 +1655,7 @@
 hierarchies; if you don't want to act on all those control messages, you
 should remove from that file all entries for hierarchies you don't want to
 carry.  The last version of that file is available from
-L<ftp://ftp.isc.org/pub/usenet/CONFIG/control.ctl>.
+L<https://ftp.isc.org/pub/usenet/CONFIG/control.ctl>.
 
 You can tell INN to just authenticate control messages based on the From:
 header of the message, but this is obviously perilous and control messages
@@ -1688,7 +1688,7 @@
     cp <pathetc in inn.conf>/pgp/pubring.gpg <pathetc in 
inn.conf>/pgp/trustedkeys.gpg
 
 The URLs from which you can get hierarchy keys are noted in comments in
-F<control.ctl>.  L<ftp://ftp.isc.org/pub/pgpcontrol/PGPKEYS> tries to
+F<control.ctl>.  L<https://ftp.isc.org/pub/pgpcontrol/PGPKEYS> tries to
 collect the major hierarchy keys and you can just import the whole file.
 
 If you want to make sure that the keys have been correcly imported, use:

Modified: doc/pod/news.pod
===================================================================
--- doc/pod/news.pod    2016-10-15 14:12:43 UTC (rev 10083)
+++ doc/pod/news.pod    2016-10-18 19:33:02 UTC (rev 10084)
@@ -3025,7 +3025,7 @@
 to use <ftp://ftp.isc.org/pub/usenet/CONFIG/active.Z> if you run B<actsyncd>.
 Be sure to read the manual page for B<actsync> to configure an F<actsync.ign>
 file for your site, and test B<simpleftp> if you do not C<configure> with 
B<wget>
-or B<ncftp>.  Also see L<ftp://ftp.isc.org/pub/usenet/CONFIG/README>.
+or B<ncftp>.  Also see L<https://ftp.isc.org/pub/usenet/CONFIG/README>.
 
 =item *
 

Modified: doc/pod/newsgroups.pod
===================================================================
--- doc/pod/newsgroups.pod      2016-10-15 14:12:43 UTC (rev 10083)
+++ doc/pod/newsgroups.pod      2016-10-18 19:33:02 UTC (rev 10084)
@@ -116,7 +116,7 @@
 Written by Julien Elie for InterNetNews.
 The preferred format for a one-line newsgroup description is based on
 the policies by which the F<newsgroups> file in
-L<ftp://ftp.isc.org/pub/usenet/CONFIG/> is maintained; they were originally
+L<https://ftp.isc.org/pub/usenet/CONFIG/> is maintained; they were originally
 written by David Lawrence <t...@isc.org> and updated by Russ Allbery
 <ea...@eyrie.org>.
 

Modified: doc/pod/simpleftp.pod
===================================================================
--- doc/pod/simpleftp.pod       2016-10-15 14:12:43 UTC (rev 10083)
+++ doc/pod/simpleftp.pod       2016-10-18 19:33:02 UTC (rev 10084)
@@ -12,7 +12,7 @@
 fetching files with FTP in a batch oriented fashion.  It takes one or more
 FTP URLs on the command line.  The file(s) will be retrieved from the
 remote server and placed in the current directory with the same basename
-as on the remote; e.g., L<ftp://ftp.isc.org/pub/usenet/CONFIG/active.gz>
+as on the remote; e.g., L<https://ftp.isc.org/pub/usenet/CONFIG/active.gz>
 is stored as F<active.gz> in the current directory.
 
 The script properly understands usernames, passwords and ports specified
@@ -25,8 +25,8 @@
 B<simpleftp> is an extremely poor substitute for more complete programs
 like the freely available B<wget> or B<ncftp> utilities.  It was written
 only to provide elementary support in INN for non-interactive fetching of
-the files in L<ftp://ftp.isc.org/pub/pgpcontrol/> or
-L<ftp://ftp.isc.org/pub/usenet/CONFIG/> without requiring
+the files in L<https://ftp.isc.org/pub/pgpcontrol/> or
+L<https://ftp.isc.org/pub/usenet/CONFIG/> without requiring
 administrators to install yet another package.  Its shortcomings as a
 general purpose program are too numerous to mention, but one that stands
 out is that downloaded files by B<simpleftp> override existing files



------------------------------

Message: 2
Date: Tue, 18 Oct 2016 12:49:50 -0700 (PDT)
From: INN Commit <r...@isc.org>
To: inn-committ...@isc.org
Subject: INN commit: trunk (5 files)
Message-ID: <20161018194950.2f45267...@hope.eyrie.org>

    Date: Tuesday, October 18, 2016 @ 12:49:49
  Author: iulius
Revision: 10085

Mark these files as now unmaintained in rra-c-util

Modified:
  trunk/lib/strlcat.c
  trunk/lib/strlcpy.c
  trunk/tests/lib/concat-t.c
  trunk/tests/lib/strlcat-t.c
  trunk/tests/lib/strlcpy-t.c

-----------------------+
 lib/strlcat.c         |    5 +++--
 lib/strlcpy.c         |    5 +++--
 tests/lib/concat-t.c  |    5 +++--
 tests/lib/strlcat-t.c |    5 +++--
 tests/lib/strlcpy-t.c |    5 +++--
 5 files changed, 15 insertions(+), 10 deletions(-)

Modified: lib/strlcat.c
===================================================================
--- lib/strlcat.c       2016-10-18 19:33:02 UTC (rev 10084)
+++ lib/strlcat.c       2016-10-18 19:49:49 UTC (rev 10085)
@@ -10,8 +10,9 @@
  * space available in the destination buffer, not just the amount of space
  * remaining.
  *
- * 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/>.
+ * The canonical version of this file *used to be* maintained in the
+ * rra-c-util package, which can be found at
+ * <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <ea...@eyrie.org>
  *

Modified: lib/strlcpy.c
===================================================================
--- lib/strlcpy.c       2016-10-18 19:33:02 UTC (rev 10084)
+++ lib/strlcpy.c       2016-10-18 19:49:49 UTC (rev 10085)
@@ -9,8 +9,9 @@
  * total space required is returned.  The destination string is not nul-filled
  * like strncpy does, just nul-terminated.
  *
- * 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/>.
+ * The canonical version of this file *used to be* maintained in the
+ * rra-c-util package, which can be found at
+ * <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <ea...@eyrie.org>
  *

Modified: tests/lib/concat-t.c
===================================================================
--- tests/lib/concat-t.c        2016-10-18 19:33:02 UTC (rev 10084)
+++ tests/lib/concat-t.c        2016-10-18 19:49:49 UTC (rev 10085)
@@ -3,8 +3,9 @@
  *
  * $Id$
  *
- * 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/>.
+ * The canonical version of this file *used to be* maintained in the
+ * rra-c-util package, which can be found at
+ * <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <ea...@eyrie.org>
  *

Modified: tests/lib/strlcat-t.c
===================================================================
--- tests/lib/strlcat-t.c       2016-10-18 19:33:02 UTC (rev 10084)
+++ tests/lib/strlcat-t.c       2016-10-18 19:49:49 UTC (rev 10085)
@@ -2,8 +2,9 @@
  *
  * strlcat 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/>.
+ * The canonical version of this file *used to be* maintained in the
+ * rra-c-util package, which can be found at
+ * <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <ea...@eyrie.org>
  *

Modified: tests/lib/strlcpy-t.c
===================================================================
--- tests/lib/strlcpy-t.c       2016-10-18 19:33:02 UTC (rev 10084)
+++ tests/lib/strlcpy-t.c       2016-10-18 19:49:49 UTC (rev 10085)
@@ -2,8 +2,9 @@
  *
  * strlcpy 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/>.
+ * The canonical version of this file *used to be* maintained in the
+ * rra-c-util package, which can be found at
+ * <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <ea...@eyrie.org>
  *



------------------------------

Message: 3
Date: Tue, 18 Oct 2016 12:50:57 -0700 (PDT)
From: INN Commit <r...@isc.org>
To: inn-committ...@isc.org
Subject: INN commit: trunk (88 files)
Message-ID: <20161018195057.35a2367...@hope.eyrie.org>

    Date: Tuesday, October 18, 2016 @ 12:50:56
  Author: iulius
Revision: 10086

Fix all non-https www.eyrie.org URLs

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

Modified: include/clibrary.h
===================================================================
--- include/clibrary.h  2016-10-18 19:49:49 UTC (rev 10085)
+++ include/clibrary.h  2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  *

Modified: include/inn/buffer.h
===================================================================
--- include/inn/buffer.h        2016-10-18 19:49:49 UTC (rev 10085)
+++ include/inn/buffer.h        2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  * Copyright 2014, 2015 Russ Allbery <ea...@eyrie.org>

Modified: include/inn/fdflag.h
===================================================================
--- include/inn/fdflag.h        2016-10-18 19:49:49 UTC (rev 10085)
+++ include/inn/fdflag.h        2016-10-18 19:50:56 UTC (rev 10086)
@@ -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-10-18 19:49:49 UTC (rev 10085)
+++ include/inn/macros.h        2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  *

Modified: include/inn/messages.h
===================================================================
--- include/inn/messages.h      2016-10-18 19:49:49 UTC (rev 10085)
+++ include/inn/messages.h      2016-10-18 19:50:56 UTC (rev 10086)
@@ -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/>.
  *
  * Written by Russ Allbery <ea...@eyrie.org>
  * Copyright 2015 Russ Allbery <ea...@eyrie.org>

Modified: include/inn/network.h
===================================================================
--- include/inn/network.h       2016-10-18 19:49:49 UTC (rev 10085)
+++ include/inn/network.h       2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  * Copyright 2014, 2016 Russ Allbery <ea...@eyrie.org>

Modified: include/inn/vector.h
===================================================================
--- include/inn/vector.h        2016-10-18 19:49:49 UTC (rev 10085)
+++ include/inn/vector.h        2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  *

Modified: include/inn/xmalloc.h
===================================================================
--- include/inn/xmalloc.h       2016-10-18 19:49:49 UTC (rev 10085)
+++ include/inn/xmalloc.h       2016-10-18 19:50:56 UTC (rev 10086)
@@ -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-10-18 19:49:49 UTC (rev 10085)
+++ include/inn/xwrite.h        2016-10-18 19:50:56 UTC (rev 10086)
@@ -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-10-18 19:49:49 UTC (rev 10085)
+++ include/portable/getaddrinfo.h      2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  *

Modified: include/portable/getnameinfo.h
===================================================================
--- include/portable/getnameinfo.h      2016-10-18 19:49:49 UTC (rev 10085)
+++ include/portable/getnameinfo.h      2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  *

Modified: include/portable/macros.h
===================================================================
--- include/portable/macros.h   2016-10-18 19:49:49 UTC (rev 10085)
+++ include/portable/macros.h   2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  *

Modified: include/portable/socket-unix.h
===================================================================
--- include/portable/socket-unix.h      2016-10-18 19:49:49 UTC (rev 10085)
+++ include/portable/socket-unix.h      2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  *

Modified: include/portable/socket.h
===================================================================
--- include/portable/socket.h   2016-10-18 19:49:49 UTC (rev 10085)
+++ include/portable/socket.h   2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  * Copyright 2008, 2009, 2011, 2013

Modified: include/portable/stdbool.h
===================================================================
--- include/portable/stdbool.h  2016-10-18 19:49:49 UTC (rev 10085)
+++ include/portable/stdbool.h  2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  *

Modified: include/portable/uio.h
===================================================================
--- include/portable/uio.h      2016-10-18 19:49:49 UTC (rev 10085)
+++ include/portable/uio.h      2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  *

Modified: lib/asprintf.c
===================================================================
--- lib/asprintf.c      2016-10-18 19:49:49 UTC (rev 10085)
+++ lib/asprintf.c      2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  *

Modified: lib/buffer.c
===================================================================
--- lib/buffer.c        2016-10-18 19:49:49 UTC (rev 10085)
+++ lib/buffer.c        2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  * Copyright 2015, 2016 Russ Allbery <ea...@eyrie.org>

Modified: lib/fdflag.c
===================================================================
--- lib/fdflag.c        2016-10-18 19:49:49 UTC (rev 10085)
+++ lib/fdflag.c        2016-10-18 19:50:56 UTC (rev 10086)
@@ -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-10-18 19:49:49 UTC (rev 10085)
+++ lib/getaddrinfo.c   2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  *

Modified: lib/getnameinfo.c
===================================================================
--- lib/getnameinfo.c   2016-10-18 19:49:49 UTC (rev 10085)
+++ lib/getnameinfo.c   2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  *

Modified: lib/inet_aton.c
===================================================================
--- lib/inet_aton.c     2016-10-18 19:49:49 UTC (rev 10085)
+++ lib/inet_aton.c     2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  *

Modified: lib/inet_ntoa.c
===================================================================
--- lib/inet_ntoa.c     2016-10-18 19:49:49 UTC (rev 10085)
+++ lib/inet_ntoa.c     2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  *

Modified: lib/inet_ntop.c
===================================================================
--- lib/inet_ntop.c     2016-10-18 19:49:49 UTC (rev 10085)
+++ lib/inet_ntop.c     2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  *

Modified: lib/messages.c
===================================================================
--- lib/messages.c      2016-10-18 19:49:49 UTC (rev 10085)
+++ lib/messages.c      2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  * Copyright 2015, 2016 Russ Allbery <ea...@eyrie.org>

Modified: lib/mkstemp.c
===================================================================
--- lib/mkstemp.c       2016-10-18 19:49:49 UTC (rev 10085)
+++ lib/mkstemp.c       2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  *

Modified: lib/network.c
===================================================================
--- lib/network.c       2016-10-18 19:49:49 UTC (rev 10085)
+++ lib/network.c       2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  * Copyright 2014, 2015, 2016 Russ Allbery <ea...@eyrie.org>

Modified: lib/reallocarray.c
===================================================================
--- lib/reallocarray.c  2016-10-18 19:49:49 UTC (rev 10085)
+++ lib/reallocarray.c  2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  *

Modified: lib/setenv.c
===================================================================
--- lib/setenv.c        2016-10-18 19:49:49 UTC (rev 10085)
+++ lib/setenv.c        2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  *

Modified: lib/seteuid.c
===================================================================
--- lib/seteuid.c       2016-10-18 19:49:49 UTC (rev 10085)
+++ lib/seteuid.c       2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  *

Modified: lib/snprintf.c
===================================================================
--- lib/snprintf.c      2016-10-18 19:49:49 UTC (rev 10085)
+++ lib/snprintf.c      2016-10-18 19:50:56 UTC (rev 10086)
@@ -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-10-18 19:49:49 UTC (rev 10085)
+++ lib/vector.c        2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  *

Modified: lib/xmalloc.c
===================================================================
--- lib/xmalloc.c       2016-10-18 19:49:49 UTC (rev 10085)
+++ lib/xmalloc.c       2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  * Copyright 2012, 2013, 2014

Modified: lib/xwrite.c
===================================================================
--- lib/xwrite.c        2016-10-18 19:49:49 UTC (rev 10085)
+++ lib/xwrite.c        2016-10-18 19:50:56 UTC (rev 10086)
@@ -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-10-18 19:49:49 UTC (rev 10085)
+++ m4/bdb.m4   2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
 dnl Copyright 2013

Modified: m4/cc-flags.m4
===================================================================
--- m4/cc-flags.m4      2016-10-18 19:49:49 UTC (rev 10085)
+++ m4/cc-flags.m4      2016-10-18 19:50:56 UTC (rev 10086)
@@ -6,7 +6,7 @@
 dnl not, the commands in the third argument are run.
 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 <ea...@eyrie.org>
 dnl Copyright 2006, 2009, 2016

Modified: m4/inet-ntoa.m4
===================================================================
--- m4/inet-ntoa.m4     2016-10-18 19:49:49 UTC (rev 10085)
+++ m4/inet-ntoa.m4     2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
 dnl Copyright 2008, 2009

Modified: m4/krb5-config.m4
===================================================================
--- m4/krb5-config.m4   2016-10-18 19:49:49 UTC (rev 10085)
+++ m4/krb5-config.m4   2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
 dnl Copyright 2011, 2012

Modified: m4/krb5.m4
===================================================================
--- m4/krb5.m4  2016-10-18 19:49:49 UTC (rev 10085)
+++ m4/krb5.m4  2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
 dnl Copyright 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2013, 2014

Modified: m4/lib-depends.m4
===================================================================
--- m4/lib-depends.m4   2016-10-18 19:49:49 UTC (rev 10085)
+++ m4/lib-depends.m4   2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
 dnl Copyright 2005, 2006, 2007

Modified: m4/lib-helper.m4
===================================================================
--- m4/lib-helper.m4    2016-10-18 19:49:49 UTC (rev 10085)
+++ m4/lib-helper.m4    2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
 dnl Copyright 2011, 2013

Modified: m4/lib-pathname.m4
===================================================================
--- m4/lib-pathname.m4  2016-10-18 19:49:49 UTC (rev 10085)
+++ m4/lib-pathname.m4  2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
 dnl Copyright 2008, 2009

Modified: m4/openssl.m4
===================================================================
--- m4/openssl.m4       2016-10-18 19:49:49 UTC (rev 10085)
+++ m4/openssl.m4       2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
 dnl Copyright 2016 Russ Allbery <ea...@eyrie.org>

Modified: m4/pam-const.m4
===================================================================
--- m4/pam-const.m4     2016-10-18 19:49:49 UTC (rev 10085)
+++ m4/pam-const.m4     2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
 dnl Copyright 2007, 2008 Markus Moeller

Modified: m4/perl.m4
===================================================================
--- m4/perl.m4  2016-10-18 19:49:49 UTC (rev 10085)
+++ m4/perl.m4  2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
 dnl Copyright (c) 2006, 2009, 2011

Modified: m4/sasl.m4
===================================================================
--- m4/sasl.m4  2016-10-18 19:49:49 UTC (rev 10085)
+++ m4/sasl.m4  2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
 dnl Copyright 2013

Modified: m4/snprintf.m4
===================================================================
--- m4/snprintf.m4      2016-10-18 19:49:49 UTC (rev 10085)
+++ m4/snprintf.m4      2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
 dnl Copyright 2006, 2008, 2009

Modified: m4/socket-unix.m4
===================================================================
--- m4/socket-unix.m4   2016-10-18 19:49:49 UTC (rev 10085)
+++ m4/socket-unix.m4   2016-10-18 19:50:56 UTC (rev 10086)
@@ -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-10-18 19:49:49 UTC (rev 10085)
+++ m4/socket.m4        2016-10-18 19:50:56 UTC (rev 10086)
@@ -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-10-18 19:49:49 UTC (rev 10085)
+++ m4/vamacros.m4      2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
 dnl Copyright 2006, 2008, 2009

Modified: m4/zlib.m4
===================================================================
--- m4/zlib.m4  2016-10-18 19:49:49 UTC (rev 10085)
+++ m4/zlib.m4  2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
 dnl Copyright 2013

Modified: tests/README
===================================================================
--- tests/README        2016-10-18 19:49:49 UTC (rev 10085)
+++ tests/README        2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
 

Modified: tests/docs/pod.t
===================================================================
--- tests/docs/pod.t    2016-10-18 19:49:49 UTC (rev 10085)
+++ tests/docs/pod.t    2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
 #

Modified: tests/lib/asprintf-t.c
===================================================================
--- tests/lib/asprintf-t.c      2016-10-18 19:49:49 UTC (rev 10085)
+++ tests/lib/asprintf-t.c      2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  *

Modified: tests/lib/buffer-t.c
===================================================================
--- tests/lib/buffer-t.c        2016-10-18 19:49:49 UTC (rev 10085)
+++ tests/lib/buffer-t.c        2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  *

Modified: tests/lib/fakewrite.c
===================================================================
--- tests/lib/fakewrite.c       2016-10-18 19:49:49 UTC (rev 10085)
+++ tests/lib/fakewrite.c       2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  *

Modified: tests/lib/fdflag-t.c
===================================================================
--- tests/lib/fdflag-t.c        2016-10-18 19:49:49 UTC (rev 10085)
+++ tests/lib/fdflag-t.c        2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  * Copyright 2008, 2009

Modified: tests/lib/getaddrinfo-t.c
===================================================================
--- tests/lib/getaddrinfo-t.c   2016-10-18 19:49:49 UTC (rev 10085)
+++ tests/lib/getaddrinfo-t.c   2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  *

Modified: tests/lib/getnameinfo-t.c
===================================================================
--- tests/lib/getnameinfo-t.c   2016-10-18 19:49:49 UTC (rev 10085)
+++ tests/lib/getnameinfo-t.c   2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  *

Modified: tests/lib/inet_aton-t.c
===================================================================
--- tests/lib/inet_aton-t.c     2016-10-18 19:49:49 UTC (rev 10085)
+++ tests/lib/inet_aton-t.c     2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  *

Modified: tests/lib/inet_ntoa-t.c
===================================================================
--- tests/lib/inet_ntoa-t.c     2016-10-18 19:49:49 UTC (rev 10085)
+++ tests/lib/inet_ntoa-t.c     2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  *

Modified: tests/lib/inet_ntop-t.c
===================================================================
--- tests/lib/inet_ntop-t.c     2016-10-18 19:49:49 UTC (rev 10085)
+++ tests/lib/inet_ntop-t.c     2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  *

Modified: tests/lib/messages-t.c
===================================================================
--- tests/lib/messages-t.c      2016-10-18 19:49:49 UTC (rev 10085)
+++ tests/lib/messages-t.c      2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  * Copyright 2002, 2004, 2005, 2015 Russ Allbery <ea...@eyrie.org>

Modified: tests/lib/mkstemp-t.c
===================================================================
--- tests/lib/mkstemp-t.c       2016-10-18 19:49:49 UTC (rev 10085)
+++ tests/lib/mkstemp-t.c       2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  *

Modified: tests/lib/network/addr-ipv4-t.c
===================================================================
--- tests/lib/network/addr-ipv4-t.c     2016-10-18 19:49:49 UTC (rev 10085)
+++ tests/lib/network/addr-ipv4-t.c     2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  * Copyright 2005, 2013, 2016 Russ Allbery <ea...@eyrie.org>

Modified: tests/lib/network/addr-ipv6-t.c
===================================================================
--- tests/lib/network/addr-ipv6-t.c     2016-10-18 19:49:49 UTC (rev 10085)
+++ tests/lib/network/addr-ipv6-t.c     2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  * Copyright 2005, 2013, 2016 Russ Allbery <ea...@eyrie.org>

Modified: tests/lib/network/client-t.c
===================================================================
--- tests/lib/network/client-t.c        2016-10-18 19:49:49 UTC (rev 10085)
+++ tests/lib/network/client-t.c        2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  * Copyright 2005, 2013, 2014, 2016 Russ Allbery <ea...@eyrie.org>

Modified: tests/lib/network/server-t.c
===================================================================
--- tests/lib/network/server-t.c        2016-10-18 19:49:49 UTC (rev 10085)
+++ tests/lib/network/server-t.c        2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  * Copyright 2005, 2013, 2016 Russ Allbery <ea...@eyrie.org>

Modified: tests/lib/reallocarray-t.c
===================================================================
--- tests/lib/reallocarray-t.c  2016-10-18 19:49:49 UTC (rev 10085)
+++ tests/lib/reallocarray-t.c  2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  *

Modified: tests/lib/setenv-t.c
===================================================================
--- tests/lib/setenv-t.c        2016-10-18 19:49:49 UTC (rev 10085)
+++ tests/lib/setenv-t.c        2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  *

Modified: tests/lib/snprintf-t.c
===================================================================
--- tests/lib/snprintf-t.c      2016-10-18 19:49:49 UTC (rev 10085)
+++ tests/lib/snprintf-t.c      2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  * Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006

Modified: tests/lib/vector-t.c
===================================================================
--- tests/lib/vector-t.c        2016-10-18 19:49:49 UTC (rev 10085)
+++ tests/lib/vector-t.c        2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  *

Modified: tests/lib/xmalloc.c
===================================================================
--- tests/lib/xmalloc.c 2016-10-18 19:49:49 UTC (rev 10085)
+++ tests/lib/xmalloc.c 2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  * Copyright 2008, 2012, 2013, 2014

Modified: tests/lib/xmalloc.t
===================================================================
--- tests/lib/xmalloc.t 2016-10-18 19:49:49 UTC (rev 10085)
+++ tests/lib/xmalloc.t 2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
 # Copyright 2000, 2001, 2006, 2014, 2016 Russ Allbery <ea...@eyrie.org>

Modified: tests/lib/xwrite-t.c
===================================================================
--- tests/lib/xwrite-t.c        2016-10-18 19:49:49 UTC (rev 10085)
+++ tests/lib/xwrite-t.c        2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  * Copyright 2009, 2014

Modified: tests/runtests.c
===================================================================
--- tests/runtests.c    2016-10-18 19:49:49 UTC (rev 10085)
+++ tests/runtests.c    2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>

Modified: tests/tap/basic.c
===================================================================
--- tests/tap/basic.c   2016-10-18 19:49:49 UTC (rev 10085)
+++ tests/tap/basic.c   2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>

Modified: tests/tap/basic.h
===================================================================
--- tests/tap/basic.h   2016-10-18 19:49:49 UTC (rev 10085)
+++ tests/tap/basic.h   2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>

Modified: tests/tap/float.c
===================================================================
--- tests/tap/float.c   2016-10-18 19:49:49 UTC (rev 10085)
+++ tests/tap/float.c   2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>

Modified: tests/tap/float.h
===================================================================
--- tests/tap/float.h   2016-10-18 19:49:49 UTC (rev 10085)
+++ tests/tap/float.h   2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  *

Modified: tests/tap/libtap.sh
===================================================================
--- tests/tap/libtap.sh 2016-10-18 19:49:49 UTC (rev 10085)
+++ tests/tap/libtap.sh 2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
 # Copyright 2009, 2010, 2011, 2012, 2016 Russ Allbery <ea...@eyrie.org>

Modified: tests/tap/macros.h
===================================================================
--- tests/tap/macros.h  2016-10-18 19:49:49 UTC (rev 10085)
+++ tests/tap/macros.h  2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  *

Modified: tests/tap/messages.c
===================================================================
--- tests/tap/messages.c        2016-10-18 19:49:49 UTC (rev 10085)
+++ tests/tap/messages.c        2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  * Copyright 2006, 2007, 2009, 2012, 2014

Modified: tests/tap/messages.h
===================================================================
--- tests/tap/messages.h        2016-10-18 19:49:49 UTC (rev 10085)
+++ tests/tap/messages.h        2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  * Copyright 2006, 2007, 2009

Modified: tests/tap/process.c
===================================================================
--- tests/tap/process.c 2016-10-18 19:49:49 UTC (rev 10085)
+++ tests/tap/process.c 2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  * Copyright 2002, 2004, 2005, 2013 Russ Allbery <ea...@eyrie.org>

Modified: tests/tap/process.h
===================================================================
--- tests/tap/process.h 2016-10-18 19:49:49 UTC (rev 10085)
+++ tests/tap/process.h 2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  * Copyright 2009, 2010, 2013

Modified: tests/tap/string.c
===================================================================
--- tests/tap/string.c  2016-10-18 19:49:49 UTC (rev 10085)
+++ tests/tap/string.c  2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  *

Modified: tests/tap/string.h
===================================================================
--- tests/tap/string.h  2016-10-18 19:49:49 UTC (rev 10085)
+++ tests/tap/string.h  2016-10-18 19:50:56 UTC (rev 10086)
@@ -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 <ea...@eyrie.org>
  *



------------------------------

Subject: Digest Footer

_______________________________________________
inn-committers mailing list
inn-committers@lists.isc.org
https://lists.isc.org/mailman/listinfo/inn-committers

------------------------------

End of inn-committers Digest, Vol 91, Issue 5
*********************************************

Reply via email to