diff options
Diffstat (limited to 'packaging/debian')
-rw-r--r-- | packaging/debian/changelog | 31 | ||||
-rw-r--r-- | packaging/debian/control | 2 |
2 files changed, 21 insertions, 12 deletions
diff --git a/packaging/debian/changelog b/packaging/debian/changelog index a282c58..6b31e16 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,15 +1,24 @@ monkeysphere (0.23~pre-1) UNRELEASED; urgency=low - - * New upstream release: - - added better checks for the existence of a host private key for - functions that require it to be there. - - add checks for root users, for functions where it is required. - - get rid of getopts. - - added version output option - - check that existing authentication keys are valid in gen_key - function. - - -- Jameson Graef Rollins <jrollins@finestructure.net> Tue, 30 Dec 2008 20:21:16 -0500 + + "The Golden Bezoar Release" + + * New upstream release. + * rearchitect UI: + - replace monkeysphere-server with monkeysphere-{authentication,host} + - fold monkeysphere-ssh-proxycommand into /usr/bin/monkeysphere + + * simplify adding a host to the monkeysphere, automate the process + during debian installation + * provide pem2openpgp for translating unencrypted PEM-encoded raw key + material into OpenPGP keys. + * added better checks for the existence of a host private key for + functions that require it to be there. + * get rid of getopts dependency + * added version output option + * check that existing authentication keys are valid in gen_key + function. + + -- Daniel Kahn Gillmor <dkg@pip.fifthhorseman.net> Sat, 31 Jan 2009 17:32:58 -0500 monkeysphere (0.22-1) unstable; urgency=low diff --git a/packaging/debian/control b/packaging/debian/control index 52eccf3..c20b978 100644 --- a/packaging/debian/control +++ b/packaging/debian/control @@ -11,7 +11,7 @@ Dm-Upload-Allowed: yes Package: monkeysphere Architecture: any -Depends: openssh-client, gnupg, coreutils (>= 6) | base64, lockfile-progs | procmail, adduser, ${shlibs:Depends} +Depends: openssh-client, gnupg, coreutils (>= 6) | base64, libcrypt-openssl-rsa-perl, libdigest-sha1-perl, lockfile-progs | procmail, adduser, ${shlibs:Depends} Recommends: netcat | socat, ssh-askpass Enhances: openssh-client, openssh-server Description: use the OpenPGP web of trust to verify ssh connections |