Bug#723763: monkeysign should not sign revoked uids

2013-10-16 Thread Philip Jägenstedt
On Sat, 2013-10-05 at 16:27 -0400, Antoine Beaupré wrote: On 2013-09-19 12:23:14, Philip Jägenstedt wrote: It looks like monkeysign doesn't care that a uid is revoked, it signs and sends out an email anyway. Could probably be fixed by first cleaning the key. (Also need to check

Bug#723763: monkeysign should not sign revoked uids

2013-10-16 Thread Philip Jägenstedt
On Wed, 2013-10-16 at 15:44 -0400, Antoine Beaupré wrote: On 2013-10-16 15:28:46, Philip Jägenstedt wrote: I looks to me --with-colons will show both revocation of the public keys and uids, e.g. here's my old revoked key: pub:r:1024:17:C8D53F30F42163A4:2006-08-25:::-:Philip Jägenstedt

Bug#723763: monkeysign should not sign revoked uids

2013-09-19 Thread Philip Jägenstedt
Package: monkeysign Version: 1.0 Severity: important It looks like monkeysign doesn't care that a uid is revoked, it signs and sends out an email anyway. Could probably be fixed by first cleaning the key. (Also need to check that monkeysign won't sign a uid where the master key is revoked.) --

Bug#723677: monkeysign: Content-Description is always 'PGP Key keyid, uid uid (idx), signed by keyid'

2013-09-18 Thread Philip Jägenstedt
Package: monkeysign Version: 1.0 Severity: minor Dear Maintainer, In EmailFactory.create_mail_from_block.create_mail_from_block: keypart.add_header('Content-Description', _('PGP Key keyid, uid uid (idx), signed by keyid')) This looks weird to the recipient, and is presumably a placeholder for

Bug#722740: monkeysign: ask-cert-level in gpg.conf has no effect

2013-09-14 Thread Philip Jägenstedt
On Fri, 2013-09-13 at 17:54 -0400, Antoine Beaupré wrote: On 2013-09-13 17:04:04, Philip Jägenstedt wrote: Hi, Hi! Thanks for your bug report. I have ask-cert-level in my gpg.conf since I use both levels 0 and 3. Since monkeysign runs gpg with --batch the default level is used

Bug#722740: [PATCH] add --cert-level option

2013-09-14 Thread Philip Jägenstedt
If the option is not used and gpg.conf has a default-cert-level setting, that will be used instead. --- monkeysign/ui.py |3 +++ 1 file changed, 3 insertions(+) diff --git a/monkeysign/ui.py b/monkeysign/ui.py index 0ac9b0a..b18b5ef 100644 --- a/monkeysign/ui.py +++ b/monkeysign/ui.py @@

Bug#722964: monkeysign: fix some typos

2013-09-14 Thread Philip Jägenstedt
Package: monkeysign Version: 1.0 Severity: minor patch will be sent separately -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.10-2-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.utf8,

Bug#722966: encrypt mail to the signing key

2013-09-14 Thread Philip Jägenstedt
Package: monkeysign Version: 1.0 Severity: normal Hi, It would be helpful to encrypt the mail to the signer in addition to the signee. This is useful so that the signer can see exactly what was sent and makes it possible to resend/import/upload the signatures later without risking duplicates.

Bug#722964: [PATCH] fix some typos

2013-09-14 Thread Philip Jägenstedt
Found with https://github.com/lyda/misspell-check, except dictionnary which is what prompted me to look for more. --- TODO |2 +- monkeysign/gpg.py |4 ++-- monkeysign/ui.py |2 +- tests/test_network.py |4 ++-- tests/test_ui.py |2 +- 5 files

Bug#722966: [PATCH] encrypt mail to the signing key in addition to the signed key

2013-09-14 Thread Philip Jägenstedt
This is useful so that the signer can see exactly what was sent and makes it possible to resend/import/upload the signatures later without signing again (risking duplicate signatures). --- monkeysign/gpg.py | 13 - monkeysign/ui.py | 17 +++-- 2 files changed, 19

Bug#722966: [PATCH] encrypt mail to the signing key in addition to the signed key

2013-09-14 Thread Philip Jägenstedt
... But in any case, my patch does work, I just tried it :) -- Philip Jägenstedt -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#722740: monkeysign: ask-cert-level in gpg.conf has no effect

2013-09-13 Thread Philip Jägenstedt
Package: monkeysign Version: 1.0 Severity: important Hi, I have ask-cert-level in my gpg.conf since I use both levels 0 and 3. Since monkeysign runs gpg with --batch the default level is used. If one (temporarily) puts default-cert-level in gpg.conf one can control which level will be used.

Bug#528710: libtheora-dev: missing post 1.0 headers, libraries and pkg-config files

2009-05-14 Thread Philip Jägenstedt
Package: libtheora-dev Version: 1.0-2ubuntu1 Severity: important Tags: patch The pre 1.0 headers/libraries are all in there, but developing with the new API isn't possible using libtheora-dev the following is missing: --- libtheora-dev.install.orig 2009-05-14 23:27:14.0 +0200 +++