gcrypt needs a new version, which I am releaseing

This commit is contained in:
Joey Hess 2014-05-15 14:36:39 -04:00
parent 77a06d9c8f
commit 8cf3534194
2 changed files with 1 additions and 6 deletions

2
debian/control vendored
View file

@ -93,7 +93,7 @@ Recommends:
bind9-host, bind9-host,
ssh-askpass, ssh-askpass,
quvi, quvi,
git-remote-gcrypt (>= 0.20130908-4), git-remote-gcrypt (>= 0.20130908-6),
nocache, nocache,
Suggests: Suggests:
graphviz, graphviz,

View file

@ -56,13 +56,8 @@ if the shim cannot requst an arbitrary password prompt.
### TODO ### TODO
* Does not work on Windows; ssh still prompts in the terminal for the
password.
* test on OSX * test on OSX
* test on Android * test on Android
* enabling rsync repositories needs to prompt for password; currently
broken
* test gcrypt repositories (creation of new and enabling)
* If the user is slow, the cached ssh key can exire before they finish. * If the user is slow, the cached ssh key can exire before they finish.
Currently this results in ssh being given no password, and failing. Currently this results in ssh being given no password, and failing.
Either avoid time-based expiry (manually expiring when done, and how Either avoid time-based expiry (manually expiring when done, and how