diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 78b5ca9..9f881fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ monkeysphere (0.6-1) UNRELEASED; urgency=low - + + [ Jameson Graef Rollins ] * Fix bug in return on error of ssh-proxycommand. + + [ Daniel Kahn Gillmor ] + * try socat if netcat is not available in proxycommand. - -- Jameson Graef Rollins <jrollins@phys.columbia.edu> Tue, 29 Jul 2008 00:23:24 -0700 + -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Tue, 29 Jul 2008 10:27:20 -0400 monkeysphere (0.5-1) experimental; urgency=low diff --git a/debian/control b/debian/control index f5760d9..3b2d5d0 100644 --- a/debian/control +++ b/debian/control @@ -5,13 +5,14 @@ Maintainer: Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Uploaders: Jameson Rollins <jrollins@fifthhorseman.net> Build-Depends: debhelper (>= 7.0), libgnutls-dev (>= 2.4.0) Standards-Version: 3.8.0.1 -Homepage: http://cmrg.fifthhorseman.net/wiki/OpenPGPandSSH +Homepage: http://monkeysphere.info/ +Vcs-Git: http://lair.fifthhorseman.net/~dkg/git/monkeysphere.git Dm-Upload-Allowed: yes Package: monkeysphere Architecture: any Depends: openssh-client, gnupg | gnupg2, coreutils (>= 6), moreutils, lockfile-progs, adduser, ${shlibs:Depends} -Recommends: netcat +Recommends: netcat | socat Enhances: openssh-client, openssh-server Description: use the OpenPGP web of trust to verify ssh connections SSH key-based authentication is tried-and-true, but it lacks a true |