[Touch-packages] [Bug 1446921] [NEW] package missing term openssl in initial description

2015-04-21 Thread Danny Sauer
Public bug reported: When attempting to compile a product, the ./configure stage indicates that openssl-dev is missing. I have openssl installed, but there is no package named anything like openssl-dev or openssl-devel. Also, running aptitude search openssl does not show libssl-dev. It seems

[Touch-packages] [Bug 1925833] Re: apt-transport-https reparses URLs, breaking CloudFront signing

2021-04-23 Thread Danny Sauer
Great, thanks for sharing both answers. :) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu. https://bugs.launchpad.net/bugs/1925833 Title: apt-transport-https reparses URLs, breaking CloudFront signing

[Touch-packages] [Bug 1651923] Re: apt https method decodes redirect locations and sends them to the destination undecoded.

2021-04-23 Thread Danny Sauer
This fix breaks CloudFront URLs, because the reencoding of URLs results in some HTML entities being replaced by their plain characters. CloudFront signing requires that the the whole URL matches the signature, as compared to S3 URLs which prune the querystring before validating the signature.

[Touch-packages] [Bug 1925833] [NEW] apt-transport-https reparses URLs, breaking CloudFront signing

2021-04-23 Thread Danny Sauer
Public bug reported: CloudFront URL signing requires that the the whole URL matches the signature, as compared to S3 URLs which prune the querystring before validating the signature. The URL re-parsing which I'm pretty sure was introduced in resolving #1651923 decodes some HTML entities which