[Bug 1249732] Re: bzr verify-signature fails when acceptable_keys is defined

2015-09-16 Thread Mathew Hodson
** Changed in: bzr (Ubuntu) Milestone: trusty-updates => None -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1249732 Title: bzr verify-signature fails when acceptable_keys is defined To manage

[Bug 1249732] Re: bzr verify-signature fails when acceptable_keys is defined

2014-06-04 Thread Launchpad Bug Tracker
This bug was fixed in the package bzr - 2.6.0+bzr6593-1ubuntu1.1 --- bzr (2.6.0+bzr6593-1ubuntu1.1) trusty; urgency=medium * Fix verify-signature command crashing: - on non ascii characters (LP: #1123460) - when acceptable_keys configuration option is specified (LP:

[Bug 1249732] Re: bzr verify-signature fails when acceptable_keys is defined

2014-05-11 Thread Haw Loeung
Hi, I've upgraded to the latest in trusty-proposed and have verified that this is indeed fixed. hloeung@ragnar:~/Downloads$ apt-cache policy bzr bzr: Installed: 2.6.0+bzr6593-1ubuntu1.1 Candidate: 2.6.0+bzr6593-1ubuntu1.1 Version table: *** 2.6.0+bzr6593-1ubuntu1.1 0 100

[Bug 1249732] Re: bzr verify-signature fails when acceptable_keys is defined

2014-05-09 Thread Brian Murray
Hello Haw, or anyone else affected, Accepted bzr into trusty-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/bzr/2.6.0+bzr6593-1ubuntu1.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1249732] Re: bzr verify-signature fails when acceptable_keys is defined

2014-05-08 Thread Dimitri John Ledkov
** Changed in: bzr (Ubuntu Trusty) Status: Triaged = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1249732 Title: bzr verify-signature fails when acceptable_keys is defined To

[Bug 1249732] Re: bzr verify-signature fails when acceptable_keys is defined

2014-05-07 Thread Launchpad Bug Tracker
This bug was fixed in the package bzr - 2.6.0+bzr6595-1ubuntu1 --- bzr (2.6.0+bzr6595-1ubuntu1) utopic; urgency=low * Merge from Debian unstable. Remaining changes: - Drop non-main build dependencies on python-{meliae,lzma,medusa} bzr (2.6.0+bzr6595-1) unstable;

[Bug 1249732] Re: bzr verify-signature fails when acceptable_keys is defined

2014-05-07 Thread Dimitri John Ledkov
** Description changed: + Please keep this description header, needed for Ubuntu SRU to Trusty. + Please see https://wiki.ubuntu.com/StableReleaseUpdates#SRU_Bug_Template + + Impact: + + Bzr crashes when verifying non-ascii characters in signatures, in + verbose mode. + + Testcase: + +

[Bug 1249732] Re: bzr verify-signature fails when acceptable_keys is defined

2014-05-05 Thread Vincent Ladeuil
** Description changed: - Impact: - - Bzr crashes when verifying non-ascii characters in signatures, in - verbose mode. - - Testcase: - - bzr branch lp:~xnox/+junk/test-signatures - cd test-signatures - gpg --import key.asc - bzr config acceptable_keys=*@example.net - bzr verify-signatures -

[Bug 1249732] Re: bzr verify-signature fails when acceptable_keys is defined

2014-05-02 Thread Dimitri John Ledkov
** Description changed: + Impact: + + Bzr crashes when verifying non-ascii characters in signatures, in + verbose mode. + + Testcase: + + bzr branch lp:~xnox/+junk/test-signatures + cd test-signatures + gpg --import key.asc + bzr config acceptable_keys=*@example.net + bzr verify-signatures +

[Bug 1249732] Re: bzr verify-signature fails when acceptable_keys is defined

2014-05-01 Thread Dimitri John Ledkov
** Changed in: bzr (Ubuntu Saucy) Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1249732 Title: bzr verify-signature fails when acceptable_keys is defined To

[Bug 1249732] Re: bzr verify-signature fails when acceptable_keys is defined

2014-05-01 Thread Dimitri John Ledkov
** Changed in: bzr (Ubuntu) Assignee: (unassigned) = Dimitri John Ledkov (xnox) ** Changed in: bzr (Ubuntu Trusty) Assignee: (unassigned) = Dimitri John Ledkov (xnox) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1249732] Re: bzr verify-signature fails when acceptable_keys is defined

2014-04-16 Thread Vincent Ladeuil
** Changed in: bzr Milestone: None = 2.7b1 ** Changed in: bzr Status: In Progress = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1249732 Title: bzr verify-signature fails

[Bug 1249732] Re: bzr verify-signature fails when acceptable_keys is defined

2014-04-15 Thread Brian Murray
That fix hasn't made it into to trusty yet, I'm setting a milestone for trusty-updates. ** Changed in: bzr (Ubuntu Trusty) Milestone: None = trusty-updates ** Changed in: bzr (Ubuntu Trusty) Status: New = Triaged ** Changed in: bzr (Ubuntu Saucy) Status: New = Triaged **

[Bug 1249732] Re: bzr verify-signature fails when acceptable_keys is defined

2013-11-10 Thread Vincent Ladeuil
Reproduced. It seems that setting 'acceptable_keys' in bazaar.conf is not supported. At least the simple test I'm adding confirms this. So the workaround is to not set it in bazaar.conf but use the command- line option :-/ ** Also affects: bzr Importance: Undecided Status: New **

[Bug 1249732] Re: bzr verify-signature fails when acceptable_keys is defined

2013-11-10 Thread Haw Loeung
Seems to be to do with the following in set_acceptable_keys(): try: if isinstance(acceptable_keys_config, unicode): acceptable_keys_config = str(acceptable_keys_config) except UnicodeEncodeError: # gpg Context.keylist(pattern) does not like

[Bug 1249732] Re: bzr verify-signature fails when acceptable_keys is defined

2013-11-10 Thread Vincent Ladeuil
In addition, given the way it's implemented, 'acceptable_keys' can be specified in any of branch.conf, locations.conf and bazaar.conf. Same bug and same workaround, I have a fix in progress. ** Changed in: bzr Status: Confirmed = In Progress -- You received this bug notification because

[Bug 1249732] Re: bzr verify-signature fails when acceptable_keys is defined

2013-11-10 Thread Launchpad Bug Tracker
** Branch linked: lp:~vila/bzr/1249732-acceptable-keys-from-config -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1249732 Title: bzr verify-signature fails when acceptable_keys is defined To manage