[web] master update

Mark J. Cox mark at openssl.org
Tue Jul 27 12:07:05 UTC 2021


The branch master has been updated
       via  86e6eb2e66ec9112b311616d9dbfbb7da734c6a4 (commit)
       via  6340022c20721b8cde5817dc5a9caa39e2d7b232 (commit)
      from  61f488185e0736cf5196efc9d5f4f4b3370b3f8e (commit)


- Log -----------------------------------------------------------------
commit 86e6eb2e66ec9112b311616d9dbfbb7da734c6a4
Merge: 61f4881 6340022
Author: Mark J. Cox <mark at openssl.org>
Date:   Tue Jul 27 13:06:17 2021 +0100

    Merge pull request #249 from iamamoose/fixpgp
    
    SKS keyservers have been offline for a while, so switch to OpenPGP

commit 6340022c20721b8cde5817dc5a9caa39e2d7b232
Author: Mark J. Cox <mark at awe.com>
Date:   Tue Jul 27 12:07:40 2021 +0100

    SKS keyservers have been offline for a while, so switch to
    keys.openpgp.org

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

Summary of changes:
 bin/mk-omc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/mk-omc b/bin/mk-omc
index e6dee11..24144df 100755
--- a/bin/mk-omc
+++ b/bin/mk-omc
@@ -60,7 +60,7 @@ foreach my $key (sort { mk_sortable($a) cmp mk_sortable($b) } keys %data) {
     my $pgpurl = $data{$key}->{pgpid} if $options{pgp};
     $pgpurl =~ s|\s+||g if $pgpurl;
     $pgpurl =
-	"http://pool.sks-keyservers.net:11371/pks/lookup?op=get&search=0x$pgpurl"
+	"https://keys.openpgp.org/search?q=$pgpurl"
 	if $pgpurl;
 
     my @columndata = ();


More information about the openssl-commits mailing list