diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-06-23 17:02:15 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-06-23 17:02:15 -0400 |
commit | e8ac612c4bad88172c5e80fa7e813664e536a6f8 (patch) | |
tree | aa897118ec08f1cc97ae119790687786a1eeef99 /debian/control | |
parent | a7a9be1bfc1bed96238191c5eab3e4a3c1b13b3a (diff) |
openpgp2ssh can now accept arbitrary-length key IDs (from the trivial
8 hex digit key IDs to 40 hex digits of a full fingerprint).
This moves our build dependency on gnutls to 2.4.0, which includes
subkey fingerprint calculations.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index d4d25c6..85b2d3f 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: net Priority: extra Maintainer: Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Uploaders: Jameson Rollins <jrollins@fifthhorseman.net> -Build-Depends: debhelper (>= 7.0), libgnutls-dev (>= 2.3.14) +Build-Depends: debhelper (>= 7.0), libgnutls-dev (>= 2.4.0) Standards-Version: 3.8.0.1 Homepage: http://cmrg.fifthhorseman.net/wiki/OpenPGPandSSH Dm-Upload-Allowed: yes |