bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] announce-gen: use a better key-server host name


From: Jim Meyering
Subject: [PATCH] announce-gen: use a better key-server host name
Date: Mon, 02 Jun 2008 11:34:38 +0200

FYI, just pushed:

>From 3825e896292608b8d225a2ea10e54c45a6867c0b Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Mon, 2 Jun 2008 11:32:02 +0200
Subject: [PATCH] announce-gen: use a better key-server host name

* build-aux/announce-gen (main): Recommend keys.gnupg.net, since
it may be more consistently reliable.  Suggested by Werner Koch
in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
---
 ChangeLog              |    7 +++++++
 build-aux/announce-gen |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9c3aa94..f7ccec4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-06-02  Jim Meyering  <address@hidden>
+
+       announce-gen: use a better key-server host name
+       * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
+       it may be more consistently reliable.  Suggested by Werner Koch
+       in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
+
 2008-06-01  Bruno Haible  <address@hidden>

        * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
diff --git a/build-aux/announce-gen b/build-aux/announce-gen
index c642ef8..385ce8c 100755
--- a/build-aux/announce-gen
+++ b/build-aux/announce-gen
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # Generate a release announcement message.

-my $VERSION = '2008-02-08 10:34'; # UTC
+my $VERSION = '2008-06-02 08:18'; # UTC
 # The definition above must lie within the first 8 lines in order
 # for the Emacs time-stamp write hook (at end) to update it.
 # If you change this file with Emacs, please let the write hook
@@ -474,7 +474,7 @@ Then, run a command like this:
 If that command fails because you don't have the required public key,
 then run this command to import it:

-  gpg --keyserver wwwkeys.pgp.net --recv-keys $gpg_key_id
+  gpg --keyserver keys.gnupg.net --recv-keys $gpg_key_id

 and rerun the \`gpg --verify' command.
 EOF
--
1.5.6.rc0.54.gf71a2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]