diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-10-26 20:17:13 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-10-26 20:17:13 -0400 |
commit | 12dfa2eccb5489021507bf40447c4495decd9fd0 (patch) | |
tree | 79ec8297c7c4385358a50e0d3354cd8796543bb1 /src | |
parent | bd304148df8d9ec6662fa74f3cc998b11fce2fda (diff) |
Removed the gnutls component from our APT repo, since gnutls 2.6 is now in debian/unstable. Documented the changes, and changed the warning message that monkeysphere emits too.
Diffstat (limited to 'src')
-rwxr-xr-x | src/monkeysphere | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monkeysphere b/src/monkeysphere index 1db4f20..dd689b5 100755 --- a/src/monkeysphere +++ b/src/monkeysphere @@ -172,7 +172,7 @@ function subkey_to_ssh_agent() { if ! test_gnu_dummy_s2k_extension ; then failure "Your version of GnuTLS does not seem capable of using with gpg's exported subkeys. -You may want to consider patching or upgrading. +You may want to consider patching or upgrading to GnuTLS 2.6 or later. For more details, see: http://lists.gnu.org/archive/html/gnutls-devel/2008-08/msg00005.html" |