From: Jim Meyering Date: Sat, 15 Dec 2007 08:43:43 +0000 (+0100) Subject: * Makefile.cfg (gpg_key_ID): Use new, longer signing subkey. X-Git-Tag: v6.9.91~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e657807596d9ee4a286661c68ac00640fe5ae8df;p=thirdparty%2Fcoreutils.git * Makefile.cfg (gpg_key_ID): Use new, longer signing subkey. --- diff --git a/ChangeLog b/ChangeLog index c8b6693971..7377091933 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-12-15 Jim Meyering + + * Makefile.cfg (gpg_key_ID): Use new, longer signing subkey. + 2007-12-12 Jim Meyering * tests/mv/part-symlink: Redirect diff output to stderr. diff --git a/Makefile.cfg b/Makefile.cfg index 34812068e8..d1116bc668 100644 --- a/Makefile.cfg +++ b/Makefile.cfg @@ -25,7 +25,7 @@ url_dir_list = \ ftp://$(gnu_rel_host)/gnu/coreutils # The GnuPG ID of the key used to sign the tarballs. -gpg_key_ID = D333CBA1 +gpg_key_ID = B9AB9A16 # Tests not to run as part of "make distcheck". # Exclude changelog-check here so that there's less churn in ChangeLog