[Bug 1112496] Re: python-imaging broken in raring

2014-10-02 Thread Toshio Kuratomi
I can't tell if phatch still has this problem from the comments but if needed, here's a patch for it: http://pkgs.fedoraproject.org/cgit/phatch.git/plain/phatch-pillow.patch When Fedora switched over to Pillow about the same time as Ubuntu, a group of us took care of generating all the patches

[Bug 1182124] Re: [CVE-2013-2099] ssl.match_hostname() trips over crafted wildcard names

2013-05-23 Thread Toshio Kuratomi
Note: there's now a backports module on pypi for this function: https://pypi.python.org/pypi/backports.ssl_match_hostname/ However, it hasn't fixed this CVE upstream as fast as you have :-) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 129314] Re: Cannot open tgz archive from FreeBSD

2011-11-16 Thread Toshio Kuratomi
If this is the same bug as I'm experiencing using GNU tar on a different system, this tarfile should reproduce the problem: http://pypi.python.org/packages/source/n/nose/nose-1.1.2.tar.gz#md5=144f237b615e23f21f6a50b2183aa817 Note that I'm not using Ubuntu -- I just came across this bug report whi

[Bug 271791] Re: Paramiko depends on RandomPool

2011-01-04 Thread Toshio Kuratomi
Jelmer, this hasn't been fixed in paramiko upstream -- did you perhaps mean to change paramiko (Ubuntu) to Fix Committed? ** Changed in: paramiko Status: Fix Committed => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 502076] Re: bzr-handle-patch doesn't like patch files containing "diff" lines before each patch

2010-04-13 Thread Toshio Kuratomi
lp:~toshio/bzr-gtk/handle-patch-fix has become corrupt. New branch lp:~toshio/bzr-gtk/handle-patch-dirty ** Branch linked: lp:~toshio/bzr-gtk/handle-patch-dirty ** Branch unlinked: lp:~toshio/bzr-gtk/handle-dirty-patches -- bzr-handle-patch doesn't like patch files containing "diff" lines bef

[Bug 502076] Re: bzr-handle-patch doesn't like patch files containing "diff" lines before each patch

2010-02-08 Thread Toshio Kuratomi
Two branches proposed for merge. BTW, this seems like a better page for learning how to submit a branch for merge from a bug report: https://help.launchpad.net/Code/BugAndBlueprintLinks it follows the workflow of someone who is starting from fixing an issue in a bug report and links out to the p

[Bug 502076] Re: bzr-handle-patch doesn't like patch files containing "diff" lines before each patch

2010-02-08 Thread Toshio Kuratomi
** Branch linked: lp:~toshio/bzr-gtk/handle-dirty-patches -- bzr-handle-patch doesn't like patch files containing "diff" lines before each patch https://bugs.launchpad.net/bugs/502076 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 502076] Re: bzr-handle-patch doesn't like patch files containing "diff" lines before each patch

2010-02-08 Thread Toshio Kuratomi
** Branch linked: lp:~toshio/bzr/allow-dirty-patches -- bzr-handle-patch doesn't like patch files containing "diff" lines before each patch https://bugs.launchpad.net/bugs/502076 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubunt

[Bug 502076] Re: bzr-handle-patch doesn't like patch files containing "diff" lines before each patch

2010-01-23 Thread Toshio Kuratomi
Patch to bzr-gtk that uses the allow_dirty parameter to bzr to handle patches with comments and other text than bzr puts in. ** Attachment added: "bzr-gtk-bzr-handle-patch-allow-dirty.patch" http://launchpadlibrarian.net/38308517/bzr-gtk-bzr-handle-patch-allow-dirty.patch -- bzr-handle-patch

[Bug 502076] Re: bzr-handle-patch doesn't like patch files containing "diff" lines before each patch

2010-01-23 Thread Toshio Kuratomi
New patch against lp:bzr (looks the same for 2.0.x) that gives parse_patches() and the necessary functions that it calls an allow_dirty parameter. allow_dirty turns on the new behaviour of allowing junk at the beginning and end of individual patches within the patch file. The default is to use t

[Bug 502076] Re: bzr-handle-patch doesn't like patch files containing "diff" lines before each patch

2010-01-22 Thread Toshio Kuratomi
Here's my fix for the problem. The patch handling code in bzrlib is not allowing "junk" before and after the individual patches in the file. This patch makes that code more lenient. This needs to be applied to bzr, not bzr-gtk. If someone knows how to retarget this bug that would help out. ** A

[Bug 502076] Re: bzr-handle-patch doesn't like patch files containing "diff" lines before each patch

2010-01-21 Thread Toshio Kuratomi
from the traceback, this looks to be a bug in bzrlib. I'm not sure how to retarget this bug there, though: Summary: TB4b0c976f patches.py:76:get_patch_names:MalformedPatchHeader: Malformed patch header. No orig name 'diff --git a/funambol-mozilla-plugin/extension/chrome/content/funambol/funamb

[Bug 263300] Re: Does not work with bzr 1.6

2008-09-26 Thread Toshio Kuratomi
Okay, try this patch. It gets ancestry information from the repository instead of from the weave. It stops the tracebacks here. ** Attachment added: "Get ancestry from repo" http://launchpadlibrarian.net/17989677/trac-bzr-get-ancestry.patch -- Does not work with bzr 1.6 https://bugs.launchp

[Bug 263300] Re: Does not work with bzr 1.6

2008-09-26 Thread Toshio Kuratomi
It looks like there's a fix on this branch:: http://bazaar.launchpad.net/~menesis/trac-bzr/menesis-dev/revision/50 I'm not sure it's the correct fix, though. I think it's removing functionality to work around the problem. I'm not intimately familiar with either bzr or trac, though, so that mi

[Bug 263300] Re: Does not work with bzr 1.6

2008-09-26 Thread Toshio Kuratomi
from the bzr NEWS file, 0.90rc1 release:: * RevisionTree.get_weave is now deprecated. Tree.plan_merge is now used for performing annotate-merge. (Aaron Bentley) Unfortunately, the Tree object does not have a plan_merge() method -- Does not work with bzr 1.6 https://bugs.launchpa