INN commit: trunk (3 files)

INN Commit rra at isc.org
Tue Oct 18 20:49:00 UTC 2016


    Date: Tuesday, October 18, 2016 @ 13:49:00
  Author: iulius
Revision: 10088

Update pgpverify and signcontrol to their latest upstream version

Modified:
  trunk/control/pgpverify.in
  trunk/control/signcontrol.in
  trunk/doc/pod/hacking.pod

------------------------+
 control/pgpverify.in   |    2 +-
 control/signcontrol.in |   11 ++++++++---
 doc/pod/hacking.pod    |    5 +++++
 3 files changed, 14 insertions(+), 4 deletions(-)

Modified: control/pgpverify.in
===================================================================
--- control/pgpverify.in	2016-10-18 20:19:56 UTC (rev 10087)
+++ control/pgpverify.in	2016-10-18 20:49:00 UTC (rev 10088)
@@ -910,7 +910,7 @@
 
 gpgv(1), pgp(1).
 
-L<ftp://ftp.isc.org/pub/pgpcontrol/> is where the most recent versions of
+L<https://ftp.isc.org/pub/pgpcontrol/> is where the most recent versions of
 B<signcontrol> and B<pgpverify> live, along with PGP public keys used for
 hierarchy administration.
 

Modified: control/signcontrol.in
===================================================================
--- control/signcontrol.in	2016-10-18 20:19:56 UTC (rev 10087)
+++ control/signcontrol.in	2016-10-18 20:49:00 UTC (rev 10088)
@@ -1,8 +1,13 @@
 #! /usr/bin/perl -w
 # written April 1996, <tale at isc.org> (David C Lawrence)
 # Currently maintained by Russ Allbery <eagle at eyrie.org>
-# Version 1.8, 2003-07-06
+# Version 1.9, 2016-10-17
 #
+# Changes from 1.8 -> 1.9
+# -- Add use strict and explicitly import LOCK_EX.
+# -- Fix error reporting around lock files with PGP.
+# -- Use https for pgpcontrol URLs.
+#
 # Changes from 1.6 -> 1.8
 # -- Added support for GnuPG.
 # -- Replace signing code with code from PGP::Sign that generates detached
@@ -80,9 +85,9 @@
 $force{'Path'} = 'bounce-back';
 $force{'From'} = 'YOUR_ADDRESS_AND_NAME';
 $force{'Approved'} = 'ADDRESS_FOR_Approved_HEADER';
-$force{'X-Info'}='ftp://ftp.isc.org/pub/pgpcontrol/README.html'
+$force{'X-Info'}='https://ftp.isc.org/pub/pgpcontrol/README.html'
                . "\n\t"
-               . 'ftp://ftp.isc.org/pub/pgpcontrol/README';
+               . 'https://ftp.isc.org/pub/pgpcontrol/README';
 
 # these headers are acceptable in input, or if not present then will be
 # created with the given value.  None are enabled by default, because they

Modified: doc/pod/hacking.pod
===================================================================
--- doc/pod/hacking.pod	2016-10-18 20:19:56 UTC (rev 10087)
+++ doc/pod/hacking.pod	2016-10-18 20:49:00 UTC (rev 10088)
@@ -682,6 +682,11 @@
 
 =item *
 
+Make sure that F<control/pgpverify> and F<control/signcontrol> are in
+sync with the master version at L<https://ftp.isc.org/pub/pgpcontrol/>.
+
+=item *
+
 Make sure that F<samples/control.ctl> and F<samples/nocem.ctl> are in sync
 with the master version at
 L<https://ftp.isc.org/pub/usenet/CONFIG/control.ctl> and



More information about the inn-committers mailing list