[Bug 1003633] Re: Escape plus character in apt HTTP requests to work around Amazon S3 bug

2015-11-03 Thread Quanah Gibson-Mount
I filed https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1512845 for the https issue -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1003633 Title: Escape plus character in apt HTTP requests to

[Bug 1003633] Re: Escape plus character in apt HTTP requests to work around Amazon S3 bug

2015-11-03 Thread Quanah Gibson-Mount
I would note this is broken for https based repositories still. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1003633 Title: Escape plus character in apt HTTP requests to work around Amazon S3

[Bug 1003633] Re: Escape plus character in apt HTTP requests to work around Amazon S3 bug

2013-07-10 Thread Launchpad Bug Tracker
This bug was fixed in the package apt - 0.9.9.1~ubuntu1 --- apt (0.9.9.1~ubuntu1) saucy; urgency=low * merged from the debian/sid branch: - debian/gbp.conf: change build branch to ubuntu/master - use ubuntu keyring and ubuntu archive keyring in apt-key - run

[Bug 1003633] Re: Escape plus character in apt HTTP requests to work around Amazon S3 bug

2013-01-31 Thread Launchpad Bug Tracker
** Branch linked: lp:~mvo/apt/add-missing-dsc-hashes -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1003633 Title: Escape plus character in apt HTTP requests to work around Amazon S3 bug To

[Bug 1003633] Re: Escape plus character in apt HTTP requests to work around Amazon S3 bug

2013-01-26 Thread Darik Horn
This non-conformance bug works in both directions, so an easy kludge is to hard link all file names like this: $ ln foobar-1.2+baz3_all.deb 'foobar-1.2 baz3_all.deb' And sync to the s3 bucket normally. Afterwards, the key can be called through http with a literal + character or the %2B escape.

[Bug 1003633] Re: Escape plus character in apt HTTP requests to work around Amazon S3 bug

2013-01-24 Thread Michael Vogt
** Changed in: apt (Ubuntu) Status: Confirmed = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1003633 Title: Escape plus character in apt HTTP requests to work around Amazon S3

[Bug 1003633] Re: Escape plus character in apt HTTP requests to work around Amazon S3 bug

2013-01-11 Thread Michael Vogt
** Patch added: Trivial extension of Daniels fix for #1086997 https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1003633/+attachment/3479965/+files/fix.diff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1003633] Re: Escape plus character in apt HTTP requests to work around Amazon S3 bug

2013-01-11 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1003633 Title: Escape plus character in apt HTTP requests to work around Amazon S3 bug To manage notifications about this bug

Re: [Bug 1003633] Re: Escape plus character in apt HTTP requests to work around Amazon S3 bug

2013-01-11 Thread Daniel Hartwig
On 11 January 2013 16:58, Michael Vogt michaelv...@imap.cc wrote: ** Patch added: Trivial extension of Daniels fix for #1086997 https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1003633/+attachment/3479965/+files/fix.diff Please include also a comment above that line indicating why “+”

[Bug 1003633] Re: Escape plus character in apt HTTP requests to work around Amazon S3 bug

2012-06-13 Thread Daniel Hartwig
Can't they just encode the plus character as a space in their S3 instances? That does seem preferable. Is there a package that is commonly used to maintain a mirror on S3 where this change can be made? -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1003633] Re: Escape plus character in apt HTTP requests to work around Amazon S3 bug

2012-05-30 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: apt (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1003633 Title: Escape

[Bug 1003633] Re: Escape plus character in apt HTTP requests to work around Amazon S3 bug

2012-05-30 Thread Julian Andres Klode
Can't they just encode the plus character as a space in their S3 instances? Then a file like package_1.0+really0.9_all.deb would be stored as package_1.0 really0.9_all.deb and the URI decoding done by S3 is circumvented server-side, instead of requiring hacks on the client side. -- You received