INN commit: trunk (7 files)

INN Commit rra at isc.org
Sat Oct 15 12:43:43 UTC 2016


    Date: Saturday, October 15, 2016 @ 05:43:42
  Author: iulius
Revision: 10079

Update a few URLs to use https instead of http

Modified:
  trunk/contrib/sample.init.systemd
  trunk/doc/FAQ
  trunk/doc/pod/hacking.pod
  trunk/doc/pod/install.pod
  trunk/doc/pod/news.pod
  trunk/support/getc-tap-harness
  trunk/support/getrra-c-util

-----------------------------+
 contrib/sample.init.systemd |    2 +-
 doc/FAQ                     |    8 ++++----
 doc/pod/hacking.pod         |   14 +++++++-------
 doc/pod/install.pod         |    4 ++--
 doc/pod/news.pod            |    2 +-
 support/getc-tap-harness    |    4 ++--
 support/getrra-c-util       |    4 ++--
 7 files changed, 19 insertions(+), 19 deletions(-)

Modified: contrib/sample.init.systemd
===================================================================
--- contrib/sample.init.systemd	2016-10-08 20:53:39 UTC (rev 10078)
+++ contrib/sample.init.systemd	2016-10-15 12:43:42 UTC (rev 10079)
@@ -4,7 +4,7 @@
 #
 [Unit]
 Description=InterNetNews Daemon
-Documentation=http://www.eyrie.org/~eagle/software/inn/
+Documentation=https://www.eyrie.org/~eagle/software/inn/
 After=syslog.target network.target
 ConditionPathExists=/etc/news/inn.conf
 

Modified: doc/FAQ
===================================================================
--- doc/FAQ	2016-10-08 20:53:39 UTC (rev 10078)
+++ doc/FAQ	2016-10-15 12:43:42 UTC (rev 10079)
@@ -7,7 +7,7 @@
 Expires: 35d
 
 Archive-name: usenet/software/inn2-faq
-URL: http://www.eyrie.org/~eagle/faqs/inn.html
+URL: https://www.eyrie.org/~eagle/faqs/inn.html
 Posting-frequency: monthly
 
 This FAQ is intended to answer frequently asked questions concerning the
@@ -31,7 +31,7 @@
 quirky way in which I read mail and news, from me).
 
 This FAQ is posted monthly to news.software.nntp, and is available on the
-web at <http://www.eyrie.org/~eagle/faqs/inn.html>.
+web at <https://www.eyrie.org/~eagle/faqs/inn.html>.
 
 ------------------------------
 
@@ -192,7 +192,7 @@
 There are HTML conversions of the documentation that comes with recent
 versions of INN available at:
 
-    <http://www.eyrie.org/~eagle/software/inn/>
+    <https://www.eyrie.org/~eagle/software/inn/>
 
 For additional documentation beyond what is distributed with INN, follow
 the links suggested in the above page.
@@ -333,7 +333,7 @@
 to check out the current source from Subversion; just point a Subversion
 client at:
 
-    http://inn.eyrie.org/svn/
+    https://inn.eyrie.org/svn/
 
 This repository is a read-only mirror that can lag up to an hour behind
 the working repository.  Read the HACKING file at the top of the INN

Modified: doc/pod/hacking.pod
===================================================================
--- doc/pod/hacking.pod	2016-10-08 20:53:39 UTC (rev 10078)
+++ doc/pod/hacking.pod	2016-10-15 12:43:42 UTC (rev 10079)
@@ -11,7 +11,7 @@
 considerably easier to integrate your work.  You can check out the current
 development tree using Subversion from:
 
-    <http://inn.eyrie.org/svn/>
+    <https://inn.eyrie.org/svn/>
 
 or view it with Trac source browser at:
 
@@ -661,7 +661,7 @@
 
 Make sure that the latest upstream version of the C TAP Harness
 package is used for the test suite driver.  It is available at
-L<http://www.eyrie.org/~eagle/software/c-tap-harness/>, and can be
+L<https://www.eyrie.org/~eagle/software/c-tap-harness/>, and can be
 easily synchronized with the script F<support/getc-tap-harness>; just
 run it, have a look at the resulting changes in INN source code and,
 if everything seems all right, commit these changes.
@@ -675,7 +675,7 @@
 Make sure that the latest upstream version of the files
 maintained in the rra-c-util package that INN uses are the
 ones shipped with the release.  These files are available at
-L<http://www.eyrie.org/~eagle/software/rra-c-util/> and can be easily
+L<https://www.eyrie.org/~eagle/software/rra-c-util/> and can be easily
 synchronized with the script F<support/getrra-c-util>; just run it, have
 a look at the resulting changes in INN source code and, if everything
 seems all right, commit these changes.
@@ -796,7 +796,7 @@
 the F<OLD> directory.
 
 (Currently, this is all done by Russ by updating the files in
-L<http://archives.eyrie.org/software/inn/> and then letting ISC mirror
+L<https://archives.eyrie.org/software/inn/> and then letting ISC mirror
 them via rsync.)
 
 Contact the ISC folks to push the release to ftp.isc.org and to update the
@@ -832,7 +832,7 @@
 
 =item 17.
 
-Ping Russ to update L<http://www.eyrie.org/~eagle/software/inn/> with the
+Ping Russ to update L<https://www.eyrie.org/~eagle/software/inn/> with the
 latest version information and, for a major release, clone the
 documentation tree for CURRENT as a new stable documentation tree for the
 stable release series.
@@ -846,7 +846,7 @@
 
 =over 4
 
-=item L<http://www.eyrie.org/~eagle/nntp/>
+=item L<https://www.eyrie.org/~eagle/nntp/>
 
 The home page for the IETF NNTP standardization effort, including links
 to the IETF NNTP working group archives and copies of the latest drafts
@@ -853,7 +853,7 @@
 of the new NNTP standard.  The old archived mailing list traffic contains
 a lot of interesting discussion of why NNTP is the way it is.
 
-=item L<http://www.eyrie.org/~eagle/usefor/>
+=item L<https://www.eyrie.org/~eagle/usefor/>
 
 A collection of documents about the Usenet article format, including
 most of the relevant RFCs and Internet-Drafts.

Modified: doc/pod/install.pod
===================================================================
--- doc/pod/install.pod	2016-10-08 20:53:39 UTC (rev 10078)
+++ doc/pod/install.pod	2016-10-15 12:43:42 UTC (rev 10079)
@@ -126,7 +126,7 @@
 not required, but is highly recommended for systems carrying public Usenet
 hierarchies) then you will need to install some version of PGP.  The
 recommended version is B<GnuPG>, since it's actively developed, supports
-OpenPGP, is freely available from L<http://www.gnupg.org/> and free to use
+OpenPGP, is freely available from L<https://www.gnupg.org/> and free to use
 for any purpose (in the US and elsewhere), and (as of version 1.0.4 at
 least) supports the RSA signatures used by most current control message
 senders.
@@ -157,7 +157,7 @@
 installed in locations where your system doesn't search for shared
 libraries by default, you may need to encode the paths to those shared
 libraries in the INN binaries.  For more information on shared library
-paths, see L<http://www.eyrie.org/~eagle/notes/rpath.html>.
+paths, see L<https://www.eyrie.org/~eagle/notes/rpath.html>.
 
 For most systems, setting the environment variable LD_RUN_PATH to a
 colon-separated list of additional directories in which to look for shared

Modified: doc/pod/news.pod
===================================================================
--- doc/pod/news.pod	2016-10-08 20:53:39 UTC (rev 10078)
+++ doc/pod/news.pod	2016-10-15 12:43:42 UTC (rev 10079)
@@ -2853,7 +2853,7 @@
 into the right place.  The easiest way to do this is to generate, on your
 old server, a list of all of your existing article files and then feed
 that list to B<innxmit>.  Further details can be found in the FAQ at
-L<http://www.eyrie.org/~eagle/faqs/inn.html>.
+L<https://www.eyrie.org/~eagle/faqs/inn.html>.
 
 If you are using a version of Cleanfeed that still has a line in it like:
 

Modified: support/getc-tap-harness
===================================================================
--- support/getc-tap-harness	2016-10-08 20:53:39 UTC (rev 10078)
+++ support/getc-tap-harness	2016-10-15 12:43:42 UTC (rev 10079)
@@ -7,7 +7,7 @@
 ##  This script downloads the latest version of the files maintained
 ##  in the C TAP Harness package that INN uses for its test driver suite.
 ##  These files are available at
-##  <http://www.eyrie.org/~eagle/software/c-tap-harness/>.
+##  <https://www.eyrie.org/~eagle/software/c-tap-harness/>.
 ##
 ##  Running this script permits to keep up-to-date the INN test driver suite
 ##  by automatically fetching the latest version of the upstream files, and
@@ -17,7 +17,7 @@
 ##  if all looks right, commit the changes.
 
 ##  URL where the files can be downloaded.
-URL_START="http://git.eyrie.org/?p=devel/c-tap-harness.git;a=blob_plain;hb=HEAD;f="
+URL_START="https://git.eyrie.org/?p=devel/c-tap-harness.git;a=blob_plain;hb=HEAD;f="
 
 ##  This function downloads the files and copies them to the expected
 ##  location in the INN source code, after having performed a few minimal

Modified: support/getrra-c-util
===================================================================
--- support/getrra-c-util	2016-10-08 20:53:39 UTC (rev 10078)
+++ support/getrra-c-util	2016-10-15 12:43:42 UTC (rev 10079)
@@ -7,7 +7,7 @@
 ##  This script downloads the latest version of the files maintained
 ##  in the rra-c-util package that INN uses for most of its utility and
 ##  portability functions.  These files are available at
-##  <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+##  <https://www.eyrie.org/~eagle/software/rra-c-util/>.
 ##
 ##  Running this script permits to keep up-to-date most of INN utility and
 ##  portability functions by automatically fetching the latest version of
@@ -18,7 +18,7 @@
 ##  if all looks right, commit the changes.
 
 ##  URL where the files can be downloaded.
-URL_START="http://git.eyrie.org/?p=devel/rra-c-util.git;a=blob_plain;hb=HEAD;f="
+URL_START="https://git.eyrie.org/?p=devel/rra-c-util.git;a=blob_plain;hb=HEAD;f="
 
 ##  This function downloads the files and copies them to the expected
 ##  location in the INN source code, after having performed a few minimal



More information about the inn-committers mailing list