[Pgp-tools-commit] r429 - in trunk: caff debian keyanalyze/scripts

Thijs Kinkhorst thijs at alioth.debian.org
Sat Jun 6 15:47:07 UTC 2009


Author: thijs
Date: 2009-06-06 15:47:07 +0000 (Sat, 06 Jun 2009)
New Revision: 429

Modified:
   trunk/caff/caff
   trunk/caff/caffrc.sample
   trunk/debian/changelog
   trunk/keyanalyze/scripts/top50.pl
Log:
Make pool.sks-keyservers.net the default keyserver (closes: #527941).

Modified: trunk/caff/caff
===================================================================
--- trunk/caff/caff	2009-05-25 23:10:19 UTC (rev 428)
+++ trunk/caff/caff	2009-06-06 15:47:07 UTC (rev 429)
@@ -189,7 +189,7 @@
 
 =item B<keyserver> [string]
 
-Keyserver to download keys from.  Default: B<subkeys.pgp.net>.
+Keyserver to download keys from.  Default: B<pool.sks-keyservers.net>.
 
 =item B<no-download> [boolean]
 
@@ -478,7 +478,7 @@
 	};
 	@{$CONFIG{'keyid'}} = map { uc } @{$CONFIG{'keyid'}};
 	$CONFIG{'export-sig-age'}= 24*60*60 unless defined $CONFIG{'export-sig-age'};
-	$CONFIG{'keyserver'} = 'subkeys.pgp.net' unless defined $CONFIG{'keyserver'};
+	$CONFIG{'keyserver'} = 'pool.sks-keyservers.net' unless defined $CONFIG{'keyserver'};
 	$CONFIG{'gpg'} = 'gpg' unless defined $CONFIG{'gpg'};
 	$CONFIG{'gpg-sign'} = $CONFIG{'gpg'} unless defined $CONFIG{'gpg-sign'};
 	$CONFIG{'gpg-delsig'} = $CONFIG{'gpg'} unless defined $CONFIG{'gpg-delsig'};
@@ -1367,7 +1367,7 @@
 Note that I did not upload your key to any keyservers. If you want this
 new signature to be available to others, please upload it yourself.
 With GnuPG this can be done using
-	gpg --keyserver subkeys.pgp.net --send-key {$key}
+	gpg --keyserver pool.sks-keyservers.net --send-key {$key}
 
 If you have any questions, don't hesitate to ask.
 

Modified: trunk/caff/caffrc.sample
===================================================================
--- trunk/caff/caffrc.sample	2009-05-25 23:10:19 UTC (rev 428)
+++ trunk/caff/caffrc.sample	2009-06-06 15:47:07 UTC (rev 429)
@@ -30,7 +30,7 @@
 # Don't export UIDs by default, on which your latest signature is older than this age.
 # $CONFIG{'export-sig-age'} = 24*60*60;
 
-# Keyserver to download keys from. Default: subkeys.pgp.net.
+# Keyserver to download keys from. Default: pool.sks-keyservers.net.
 # $CONFIG{'keyserver'}      = 'keyserver.kjsl.com';
 
 # Boolean options, all default to false (0).
@@ -57,7 +57,7 @@
 # 
 # If you want this new signature to be available to others, please upload
 # it yourself. With GnuPG this can be done using
-# 	gpg --keyserver subkeys.pgp.net --send-key {$key}
+# 	gpg --keyserver pool.sks-keyservers.net --send-key {$key}
 # 
 # If you have any questions, don't hesitate to ask.
 # 

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-05-25 23:10:19 UTC (rev 428)
+++ trunk/debian/changelog	2009-06-06 15:47:07 UTC (rev 429)
@@ -22,8 +22,11 @@
     + Allowed the top1000 report to report the first 1000 ranks by passing
       *-n 1000* to top50.pl. Set to 50 by default.
 
- -- Christoph Berg <myon at debian.org>  Tue, 10 Mar 2009 17:18:21 +0100
+  [ Thijs Kinkhorst ]
+  * Make pool.sks-keyservers.net the default keyserver (closes: #527941).
 
+ -- Thijs Kinkhorst <thijs at debian.org>  Sat, 06 Jun 2009 17:46:07 +0200
+
 signing-party (1.1-2) unstable; urgency=low
 
   * Fix build error when only building the binary package

Modified: trunk/keyanalyze/scripts/top50.pl
===================================================================
--- trunk/keyanalyze/scripts/top50.pl	2009-05-25 23:10:19 UTC (rev 428)
+++ trunk/keyanalyze/scripts/top50.pl	2009-06-06 15:47:07 UTC (rev 429)
@@ -16,7 +16,7 @@
 
 #my $keyserver = "http://pks.gpg.cz:11371/pks/lookup?op=vindex&fingerprint=on&search=0x";
 #my $keyserver = "http://keyserver.noreply.org/pks/lookup?op=index&fingerprint=on&search=0x";
-my $keyserver = "http://subkeys.pgp.net:11371/pks/lookup?op=index&fingerprint=on&search=0x";
+my $keyserver = "http://pool.sks-keyservers.net:11371/pks/lookup?op=index&fingerprint=on&search=0x";
 my %options;
 getopts('c:k:n:', \%options);
 my $comments = $options{c} || "top50comments.txt";




More information about the Pgp-tools-commit mailing list