Bug#703146: Better debootstrap InRelease handling fix

2013-04-06 Thread Cyril Brulebois
Hello Benjamin, Benjamin Cama (27/03/2013): > Yes, this would be a far better solution. But a quick look at gnupg > doesn't make that look easy. > > I'll give up on this solution for now, and let InRelease files > unhandled. thanks for your efforts anyway. Mraw, KiBi. signature.asc Descripti

Bug#703146: Better debootstrap InRelease handling fix

2013-03-27 Thread Bernhard R. Link
* Bastian Blank [130327 10:29]: > On Wed, Mar 27, 2013 at 12:53:44AM +0100, Bernhard R. Link wrote: > > Sorry, but this is not enough to properly extract the contents of a > > inline signed message. You still need to do possible unescaping between > > those lines. > > Is the unescaping part necess

Bug#703146: Better debootstrap InRelease handling fix

2013-03-27 Thread Benjamin Cama
Le mercredi 27 mars 2013 à 13:32 +0100, Didier 'OdyX' Raboud a écrit : > Le mercredi, 27 mars 2013 12.59:15, Benjamin Cama a écrit : > > attached version fix both problems (and is based on latest master, after > > Julien disabled InRelease support). Please not that it will still print > > what's _b

Bug#703146: Better debootstrap InRelease handling fix

2013-03-27 Thread Didier 'OdyX' Raboud
Le mercredi, 27 mars 2013 12.59:15, Benjamin Cama a écrit : > attached version fix both problems (and is based on latest master, after > Julien disabled InRelease support). Please not that it will still print > what's _before_ the BEGIN header, if present (there shouldn't be > anything, but if you

Bug#703146: Better debootstrap InRelease handling fix

2013-03-27 Thread Benjamin Cama
Hi, Le mercredi 27 mars 2013 à 00:53 +0100, Bernhard R. Link a écrit : > * Benjamin Cama [130326 18:33]: > > index 1dc0f87..f44 100644 > > --- a/functions > > +++ b/functions > > @@ -530,8 +530,13 @@ download_release_sig () { > > warning KEYRING "Cannot check Release signature; ke

Bug#703146: Better debootstrap InRelease handling fix

2013-03-27 Thread Bastian Blank
On Wed, Mar 27, 2013 at 12:53:44AM +0100, Bernhard R. Link wrote: > Sorry, but this is not enough to properly extract the contents of a > inline signed message. You still need to do possible unescaping between > those lines. Is the unescaping part necessary for InRelease files? What are the rules

Bug#703146: Better debootstrap InRelease handling fix

2013-03-26 Thread Bernhard R. Link
* Benjamin Cama [130326 18:33]: > index 1dc0f87..f44 100644 > --- a/functions > +++ b/functions > @@ -530,8 +530,13 @@ download_release_sig () { > warning KEYRING "Cannot check Release signature; keyring file > not available %s" "$KEYRING_WANTED" > fi > if [ "$releas

Bug#703146: Better debootstrap InRelease handling fix

2013-03-26 Thread Christian PERRIER
Quoting Benjamin Cama (benjamin.c...@telecom-bretagne.eu): > Hi, > > Pulling gnupg just to extract the cleartext of a PGP signed message > seems a bit too much for me. I stumbled upon this while in > debian-installer, which didn't depend on gnupg, only pgpv, until now. > This looks really overkill

Bug#703146: Better debootstrap InRelease handling fix

2013-03-26 Thread Benjamin Cama
Hi, Pulling gnupg just to extract the cleartext of a PGP signed message seems a bit too much for me. I stumbled upon this while in debian-installer, which didn't depend on gnupg, only pgpv, until now. This looks really overkill. Please find attached a better fix, to me, only using sed (and compati