Re: [pacman-dev] [PATCH] Add Keyring/--keyring option in alpm/pacman

2008-06-02 Thread Pierre Schmitz
Am Dienstag 03 Juni 2008 01:46:11 schrieb Geoffroy Carrier: > We have to think about the default interaction. > It would be easy to sign all packages as the first step, so excepting > signed packages for the first pacman release including GPG support seems > fair to me. I think asking confirmation

Re: [pacman-dev] [PATCH] Add Keyring/--keyring option in alpm/pacman

2008-06-02 Thread Dan McGee
On Mon, Jun 2, 2008 at 6:46 PM, Geoffroy Carrier <[EMAIL PROTECTED]> wrote: > Excerpts from Geoffroy Carrier's message of Tue Jun 03 01:25:31 +0200 2008: >> Keyring in pacman.conf, --keyring in pacman, >> support for this option in libalpm and pacman. > > Now that I have a keyring, I'd like to star

Re: [pacman-dev] [PATCH] Add Keyring/--keyring option in alpm/pacman

2008-06-02 Thread Dan McGee
On Mon, Jun 2, 2008 at 6:25 PM, <[EMAIL PROTECTED]> wrote: > From: Geoffroy Carrier <[EMAIL PROTECTED]> > > Keyring in pacman.conf, --keyring in pacman, > support for this option in libalpm and pacman. > > Documentation in: > . pacman.conf(5) > . pacman(8) > . README Wow, README hasn't been touche

Re: [pacman-dev] [PATCH] Move geninteg block in makepkg before error checking

2008-06-02 Thread Dan McGee
On Mon, May 26, 2008 at 3:29 PM, Roman Kyrylych <[EMAIL PROTECTED]> wrote: > 2008/5/26 Xavier <[EMAIL PROTECTED]>: >> On Mon, May 26, 2008 at 8:46 AM, Allan McRae <[EMAIL PROTECTED]> wrote: >>> >>> This was part of a conglomerate patch I sent earlier which has now been >>> split. >>> >>> I like thi

Re: [pacman-dev] [PATCH] Add Keyring/--keyring option in alpm/pacman

2008-06-02 Thread Geoffroy Carrier
Excerpts from Geoffroy Carrier's message of Tue Jun 03 01:46:11 +0200 2008: > Now that I have a keyring, I'd like to start using it :) Some more throught about the whole system-based keyring and how it could be used: in [core], archlinux-keyring which provides /etc/pacman.d/archlinux.gpg Used by d

Re: [pacman-dev] [PATCH] Add Keyring/--keyring option in alpm/pacman

2008-06-02 Thread Geoffroy Carrier
Excerpts from Geoffroy Carrier's message of Tue Jun 03 01:25:31 +0200 2008: > Keyring in pacman.conf, --keyring in pacman, > support for this option in libalpm and pacman. Now that I have a keyring, I'd like to start using it :) Three options here: - Include tons of code from gpg in pacman :)

[pacman-dev] [PATCH] Add Keyring/--keyring option in alpm/pacman

2008-06-02 Thread geoffroy . carrier
From: Geoffroy Carrier <[EMAIL PROTECTED]> Keyring in pacman.conf, --keyring in pacman, support for this option in libalpm and pacman. Documentation in: . pacman.conf(5) . pacman(8) . README --- It is very similar to LogFile... README |1 + doc/pacman.8.txt |3 +++

Re: [pacman-dev] [PATCH] makepkg: add --allsource option

2008-06-02 Thread Loui
On Tue, 03 Jun 2008 01:56:49 +1000 Allan McRae <[EMAIL PROTECTED]> wrote: > Dan McGee wrote: > > While we are making changes, can you see an easy way to get everything > > under a pkgname/ dir (maybe with pkgver-pkgrel too) inside the > > tarball? Unfortunately bsdtar has no --prefix option to eas

Re: [pacman-dev] [PATCH] Don't display filename on -Qip operation.

2008-06-02 Thread Sebastian Nowicki
On 02/06/2008, at 8:53 PM, Nagy Gabor wrote: > A bit offtopic: > To be honest, I never understood the logic here. -Qip would be -Ui or > something like this in my mind. Both make sense. -U because it works with package tarballs directly, and -Q because it's querying the package tarball. __

Re: [pacman-dev] [PATCH] makepkg : switch from getopt to getopts builtin

2008-06-02 Thread Dan McGee
On Mon, Jun 2, 2008 at 11:15 AM, Allan McRae <[EMAIL PROTECTED]> wrote: > Alessio Bolognino wrote: >> On Mon 2008-06-02 11:54, Xavier wrote: >> >>> >From f5c5a277e2df14650ae441f32950aa6d4deee50f Mon Sep 17 00:00:00 2001 >>> From: Xavier Chantry <[EMAIL PROTECTED]> >>> Date: Wed, 28 May 2008 21:57:2

Re: [pacman-dev] [PATCH] makepkg: add --allsource option

2008-06-02 Thread Dan McGee
On Mon, Jun 2, 2008 at 10:56 AM, Allan McRae <[EMAIL PROTECTED]> wrote: > Dan McGee wrote: >> On Mon, Jun 2, 2008 at 9:56 AM, Allan McRae <[EMAIL PROTECTED]> wrote: >> >>> Dan McGee wrote: >>> + local netfile + for netfile in [EMAIL PROTECTED]; do + local fi

Re: [pacman-dev] [PATCH] makepkg : switch from getopt to getopts builtin

2008-06-02 Thread Allan McRae
Alessio Bolognino wrote: > On Mon 2008-06-02 11:54, Xavier wrote: > >> >From f5c5a277e2df14650ae441f32950aa6d4deee50f Mon Sep 17 00:00:00 2001 >> From: Xavier Chantry <[EMAIL PROTECTED]> >> Date: Wed, 28 May 2008 21:57:28 +0200 >> Subject: [PATCH] makepkg : switch from getopt to getopts builtin

Re: [pacman-dev] [PATCH] makepkg: add --allsource option

2008-06-02 Thread Allan McRae
Dan McGee wrote: > On Mon, Jun 2, 2008 at 9:56 AM, Allan McRae <[EMAIL PROTECTED]> wrote: > >> Dan McGee wrote: >> >>> >>> + local netfile >>> + for netfile in [EMAIL PROTECTED]; do >>> + local file=$(strip_url "$netfile") >>> + if [ -f $netfile ]; then >>>

Re: [pacman-dev] #10530: checksum verification does not work on BSD

2008-06-02 Thread Xavier
On Mon, Jun 2, 2008 at 11:36 AM, Sebastian Nowicki <[EMAIL PROTECTED]> wrote: > > Yes, it does seem like a good solution. I just need to test Dan's fix > to the spaces problem. As I mentioned on the bug tracker I was unable > to get makepkg to look for filenames with spaces when using something > l

Re: [pacman-dev] [PATCH] makepkg: add --allsource option

2008-06-02 Thread Dan McGee
On Mon, Jun 2, 2008 at 9:56 AM, Allan McRae <[EMAIL PROTECTED]> wrote: > Dan McGee wrote: >> >> + local netfile >> + for netfile in [EMAIL PROTECTED]; do >> + local file=$(strip_url "$netfile") >> + if [ -f $netfile ]; then >> + msg2 "$(gettext "

Re: [pacman-dev] [PATCH] makepkg : switch from getopt to getopts builtin

2008-06-02 Thread Alessio Bolognino
On Mon 2008-06-02 11:54, Xavier wrote: > >From f5c5a277e2df14650ae441f32950aa6d4deee50f Mon Sep 17 00:00:00 2001 > From: Xavier Chantry <[EMAIL PROTECTED]> > Date: Wed, 28 May 2008 21:57:28 +0200 > Subject: [PATCH] makepkg : switch from getopt to getopts builtin > > getopt is an external script fo

Re: [pacman-dev] [PATCH] makepkg: add --allsource option

2008-06-02 Thread Allan McRae
Dan McGee wrote: > > + local netfile > + for netfile in [EMAIL PROTECTED]; do > + local file=$(strip_url "$netfile") > + if [ -f $netfile ]; then > + msg2 "$(gettext "Adding %s...")" "$netfile" > + comp_files="$comp_files $net

Re: [pacman-dev] [PATCH] makepkg: add --allsource option

2008-06-02 Thread Allan McRae
Miklos Vajna wrote: > On Mon, Jun 02, 2008 at 06:47:36AM -0500, Dan McGee <[EMAIL PROTECTED]> wrote: > >> So what are you saying, did anyone actually look at the patch? I >> didn't change the existing --source option one bit, that *still* only >> includes local source files. >> > > yes, i r

Re: [pacman-dev] [PATCH] makepkg: add --allsource option

2008-06-02 Thread Xavier
On Sat, May 31, 2008 at 11:32 PM, Dan McGee <[EMAIL PROTECTED]> wrote: > > Yes there is use for this- to help people using makepkg comply with > the GPL and providing source and the necessary tools to build it when > they provide binary packages. I didn't remove the --source option on > purpose; yo

Re: [pacman-dev] [PATCH] makepkg: add --allsource option

2008-06-02 Thread Miklos Vajna
On Mon, Jun 02, 2008 at 06:47:36AM -0500, Dan McGee <[EMAIL PROTECTED]> wrote: > So what are you saying, did anyone actually look at the patch? I > didn't change the existing --source option one bit, that *still* only > includes local source files. yes, i read that patch :) > All I did was add a

Re: [pacman-dev] [PATCH] Don't display filename on -Qip operation.

2008-06-02 Thread Nagy Gabor
Mon, 2 Jun 2008 14:23:49 +0200 -n Xavier <[EMAIL PROTECTED]> írta: > On Mon, Jun 2, 2008 at 2:10 PM, Dan McGee <[EMAIL PROTECTED]> wrote: > > On Mon, Jun 2, 2008 at 4:56 AM, Xavier <[EMAIL PROTECTED]> wrote: > >> >From cafa4977a0639ebb30ed20974ad86bf404ca5044 Mon Sep 17 00:00:00 > >> >2001 > >> Fr

Re: [pacman-dev] [PATCH] Don't display filename on -Qip operation.

2008-06-02 Thread Dan McGee
On Mon, Jun 2, 2008 at 7:23 AM, Xavier <[EMAIL PROTECTED]> wrote: > On Mon, Jun 2, 2008 at 2:10 PM, Dan McGee <[EMAIL PROTECTED]> wrote: >> On Mon, Jun 2, 2008 at 4:56 AM, Xavier <[EMAIL PROTECTED]> wrote: >>> >From cafa4977a0639ebb30ed20974ad86bf404ca5044 Mon Sep 17 00:00:00 2001 >>> From: Xavier

Re: [pacman-dev] [PATCH] Don't display filename on -Qip operation.

2008-06-02 Thread Xavier
On Mon, Jun 2, 2008 at 2:10 PM, Dan McGee <[EMAIL PROTECTED]> wrote: > On Mon, Jun 2, 2008 at 4:56 AM, Xavier <[EMAIL PROTECTED]> wrote: >> >From cafa4977a0639ebb30ed20974ad86bf404ca5044 Mon Sep 17 00:00:00 2001 >> From: Xavier Chantry <[EMAIL PROTECTED]> >> Date: Wed, 28 May 2008 23:25:40 +0200 >>

Re: [pacman-dev] [PATCH] src/pacman/sync.c : cleanup of pacman_sync

2008-06-02 Thread Nagy Gabor
> 2008/6/2 Nagy Gabor <[EMAIL PROTECTED]>: > >> @@ -861,7 +823,43 @@ int pacman_sync(alpm_list_t *targets) > >> return(sync_list(sync_dbs, targets)); > >> } > >> > >> - return(0); > >> + if(targets == NULL) { > >> + if(config->op_s_sync) { > >> +

Re: [pacman-dev] [PATCH] Don't display filename on -Qip operation.

2008-06-02 Thread Dan McGee
On Mon, Jun 2, 2008 at 4:56 AM, Xavier <[EMAIL PROTECTED]> wrote: > >From cafa4977a0639ebb30ed20974ad86bf404ca5044 Mon Sep 17 00:00:00 2001 > From: Xavier Chantry <[EMAIL PROTECTED]> > Date: Wed, 28 May 2008 23:25:40 +0200 > Subject: [PATCH] Don't display filename on -Qip operation. > > Some previo

Re: [pacman-dev] #10530: checksum verification does not work on BSD

2008-06-02 Thread Dan McGee
On Mon, Jun 2, 2008 at 6:12 AM, Sebastian Nowicki <[EMAIL PROTECTED]> wrote: > > On 02/06/2008, at 6:58 PM, Xavier wrote: > >> On Mon, Jun 2, 2008 at 12:32 PM, Antonio Huete Jimeenz >> <[EMAIL PROTECTED]> wrote: >>> For the checksum verification it might be ok to use openssl since >>> it's in >>> b

[pacman-dev] makepkg portability (was:10530: checksum verification does not work on BSD)

2008-06-02 Thread Dan McGee
*PLEASE* edit the subject when you drift to another topic. Yes, portability is NOT the original topic of this thread; checksum verification on BSD systems is the original topic which is quite a bit narrower in scope. On Mon, Jun 2, 2008 at 6:54 AM, Antonio Huete Jimenez <[EMAIL PROTECTED]> wrote:

Re: [pacman-dev] #10530: checksum verification does not work on BSD

2008-06-02 Thread Xavier
On Mon, Jun 2, 2008 at 1:54 PM, Antonio Huete Jimenez <[EMAIL PROTECTED]> wrote: > > 2008/6/2 Allan McRae <[EMAIL PROTECTED]>: >> >> Using openssl for this is optimal because it works the same on all >> systems. Having code which detects operating system and uses specific >> software in each case

Re: [pacman-dev] [PATCH] Get rid of double / in database paths.

2008-06-02 Thread Dan McGee
On Mon, Jun 2, 2008 at 4:56 AM, Xavier <[EMAIL PROTECTED]> wrote: > >From c69a3efc4d6e08ea967a936afc8f9622e1e6b268 Mon Sep 17 00:00:00 2001 > From: Xavier Chantry <[EMAIL PROTECTED]> > Date: Fri, 30 May 2008 08:52:27 +0200 > Subject: [PATCH] Get rid of double / in database paths. > > Errors like th

Re: [pacman-dev] [PATCH] Don't display filename on -Qip operation.

2008-06-02 Thread Nagy Gabor
> >From cafa4977a0639ebb30ed20974ad86bf404ca5044 Mon Sep 17 00:00:00 2001 > From: Xavier Chantry <[EMAIL PROTECTED]> > Date: Wed, 28 May 2008 23:25:40 +0200 > Subject: [PATCH] Don't display filename on -Qip operation. > > Some previous commits apparently broke the get_filename function for > packa

Re: [pacman-dev] #10530: checksum verification does not work on BSD

2008-06-02 Thread Antonio Huete Jimenez
2008/6/2 Allan McRae <[EMAIL PROTECTED]>: > Antonio Huete Jimenez wrote: > > > > And there comes the idea I was talking about. I think that scripts > > should behave according to the operating from where they are running > > on. I'm doing some changes to scripts for doing so, but it will take > >

Re: [pacman-dev] [PATCH] makepkg: add --allsource option

2008-06-02 Thread Dan McGee
On Mon, Jun 2, 2008 at 4:26 AM, Xavier <[EMAIL PROTECTED]> wrote: > On Sat, May 31, 2008 at 10:47 PM, Miklos Vajna <[EMAIL PROTECTED]> wrote: >> >> i don't want to flame or anything, but what's the purpose of this? is >> there any program that would make use of such an archive? except that if >> yo

Re: [pacman-dev] [PATCH] GPG signature support for makepkg:

2008-06-02 Thread Dan McGee
On Mon, Jun 2, 2008 at 3:27 AM, <[EMAIL PROTECTED]> wrote: > From: Geoffroy Carrier <[EMAIL PROTECTED]> > > --- > This should be the last version I submit here. Usually you jinx yourself when you say something like this, and you forgot any sort of commit message above. I've fixed this locally so w

Re: [pacman-dev] #10530: checksum verification does not work on BSD

2008-06-02 Thread Allan McRae
Antonio Huete Jimenez wrote: > > And there comes the idea I was talking about. I think that scripts > should behave according to the operating from where they are running > on. I'm doing some changes to scripts for doing so, but it will take > me few days to have something useable. > I also thin

Re: [pacman-dev] [PATCH] src/pacman/sync.c : cleanup of pacman_sync

2008-06-02 Thread Xavier
2008/6/2 Nagy Gabor <[EMAIL PROTECTED]>: >> @@ -861,7 +823,43 @@ int pacman_sync(alpm_list_t *targets) >> return(sync_list(sync_dbs, targets)); >> } >> >> - return(0); >> + if(targets == NULL) { >> + if(config->op_s_sync) { >> + return(0);

Re: [pacman-dev] #10530: checksum verification does not work on BSD

2008-06-02 Thread Antonio Huete Jimenez
2008/6/2 Sebastian Nowicki <[EMAIL PROTECTED]>: > > On 02/06/2008, at 6:58 PM, Xavier wrote: > > > On Mon, Jun 2, 2008 at 12:32 PM, Antonio Huete Jimeenz > > <[EMAIL PROTECTED]> wrote: > >> For the checksum verification it might be ok to use openssl since > >> it's in > >> base for almost all BSD

Re: [pacman-dev] [PATCH] src/pacman/sync.c : cleanup of pacman_sync

2008-06-02 Thread Nagy Gabor
> @@ -861,7 +823,43 @@ int pacman_sync(alpm_list_t *targets) > return(sync_list(sync_dbs, targets)); > } > > - return(0); > + if(targets == NULL) { > + if(config->op_s_sync) { > + return(0); I may overlook something, but won't this break

Re: [pacman-dev] #10530: checksum verification does not work on BSD

2008-06-02 Thread Sebastian Nowicki
On 02/06/2008, at 6:58 PM, Xavier wrote: > On Mon, Jun 2, 2008 at 12:32 PM, Antonio Huete Jimeenz > <[EMAIL PROTECTED]> wrote: >> For the checksum verification it might be ok to use openssl since >> it's in >> base for almost all BSD system. But what about linux? You'll have >> to install >>

Re: [pacman-dev] #10530: checksum verification does not work on BSD

2008-06-02 Thread Antonio Huete Jimeenz
I agree, openssl is a must-have in every system :-) 2008/6/2 Xavier <[EMAIL PROTECTED]>: > On Mon, Jun 2, 2008 at 12:32 PM, Antonio Huete Jimeenz > <[EMAIL PROTECTED]> wrote: > > For the checksum verification it might be ok to use openssl since it's in > > base for almost all BSD system. But what

Re: [pacman-dev] #10530: checksum verification does not work on BSD

2008-06-02 Thread Xavier
On Mon, Jun 2, 2008 at 12:32 PM, Antonio Huete Jimeenz <[EMAIL PROTECTED]> wrote: > For the checksum verification it might be ok to use openssl since it's in > base for almost all BSD system. But what about linux? You'll have to install > it before using makepkg, and this means a dependency. > > In

Re: [pacman-dev] #10530: checksum verification does not work on BSD

2008-06-02 Thread Antonio Huete Jimeenz
For the checksum verification it might be ok to use openssl since it's in base for almost all BSD system. But what about linux? You'll have to install it before using makepkg, and this means a dependency. In the case of CHOST usage, I haven't explained it fine. It's not related to this checksum is

[pacman-dev] [PATCH] Cleanup of _alpm_pkg_compare_versions.

2008-06-02 Thread Xavier
>From d8d35bb85e5f3eb89a1f68e528e25cafe2719790 Mon Sep 17 00:00:00 2001 From: Xavier Chantry <[EMAIL PROTECTED]> Date: Sat, 31 May 2008 15:06:30 +0200 Subject: [PATCH] Cleanup of _alpm_pkg_compare_versions. * Change the return values to be more informative. It was previously boolean, only indicati

[pacman-dev] [PATCH] Get rid of double / in database paths.

2008-06-02 Thread Xavier
>From c69a3efc4d6e08ea967a936afc8f9622e1e6b268 Mon Sep 17 00:00:00 2001 From: Xavier Chantry <[EMAIL PROTECTED]> Date: Fri, 30 May 2008 08:52:27 +0200 Subject: [PATCH] Get rid of double / in database paths. Errors like the following one happen regularly (for unknown reasons...) : error: could not

[pacman-dev] [PATCH] Don't display filename on -Qip operation.

2008-06-02 Thread Xavier
>From cafa4977a0639ebb30ed20974ad86bf404ca5044 Mon Sep 17 00:00:00 2001 From: Xavier Chantry <[EMAIL PROTECTED]> Date: Wed, 28 May 2008 23:25:40 +0200 Subject: [PATCH] Don't display filename on -Qip operation. Some previous commits apparently broke the get_filename function for package loaded with

[pacman-dev] [PATCH] src/pacman/sync.c : cleanup of pacman_sync

2008-06-02 Thread Xavier
>From 4cc1e73f8fcc5920fd2880b8d6fcb8ce6f9841cb Mon Sep 17 00:00:00 2001 From: Xavier Chantry <[EMAIL PROTECTED]> Date: Wed, 28 May 2008 22:55:03 +0200 Subject: [PATCH] src/pacman/sync.c : cleanup of pacman_sync By putting the search / group / info / list operations just after the -Sy op, we can si

[pacman-dev] [PATCH] makepkg : switch from getopt to getopts builtin

2008-06-02 Thread Xavier
>From f5c5a277e2df14650ae441f32950aa6d4deee50f Mon Sep 17 00:00:00 2001 From: Xavier Chantry <[EMAIL PROTECTED]> Date: Wed, 28 May 2008 21:57:28 +0200 Subject: [PATCH] makepkg : switch from getopt to getopts builtin getopt is an external script for parsing and is less portable than getopts which i

Re: [pacman-dev] #10530: checksum verification does not work on BSD

2008-06-02 Thread Xavier
On Mon, Jun 2, 2008 at 11:45 AM, Antonio Huete Jimeenz <[EMAIL PROTECTED]> wrote: > > As far as I know md5sum program in BSD is /sbin/md5, so maybe there's > something like that in MacOS. > I'll provide a makepkg during this week that would fix this md5 checksum > thingy among other things, so you

Re: [pacman-dev] #10530: checksum verification does not work on BSD

2008-06-02 Thread Antonio Huete Jimeenz
Hi As far as I know md5sum program in BSD is /sbin/md5, so maybe there's something like that in MacOS. I'll provide a makepkg during this week that would fix this md5 checksum thingy among other things, so you can take a look to it and let me know if it works. I got some other ideas for handling

Re: [pacman-dev] #10530: checksum verification does not work on BSD

2008-06-02 Thread Sebastian Nowicki
On 02/06/2008, at 5:14 PM, Xavier wrote: > On Mon, Jun 2, 2008 at 11:09 AM, Xavier <[EMAIL PROTECTED]> wrote: >> >> Let me ask the same question than on the bug tracker, just in case : >> >> Why doesn't openssl support the other sha* algo, and are there any >> plans for a future support? >> > > G

Re: [pacman-dev] [PATCH] makepkg: add --allsource option

2008-06-02 Thread Xavier
On Sat, May 31, 2008 at 10:47 PM, Miklos Vajna <[EMAIL PROTECTED]> wrote: > > i don't want to flame or anything, but what's the purpose of this? is > there any program that would make use of such an archive? except that if > you put it out to http then broken out files are browsable, while if you >

Re: [pacman-dev] #10530: checksum verification does not work on BSD

2008-06-02 Thread Xavier
On Mon, Jun 2, 2008 at 11:09 AM, Xavier <[EMAIL PROTECTED]> wrote: > > Let me ask the same question than on the bug tracker, just in case : > > Why doesn't openssl support the other sha* algo, and are there any > plans for a future support? > Grr, I should finish reading all threads before answeri

Re: [pacman-dev] #10530: checksum verification does not work on BSD

2008-06-02 Thread Xavier
On Fri, May 30, 2008 at 9:52 PM, Sebastian Nowicki <[EMAIL PROTECTED]> wrote: > > I don't really like this solution, but it's the only portable solution I > could think of. Instead of using md5sum, sha1sum, etc from GNU > coreutils, openssl is used. Openssl has the limitation that it does not > sup

Re: [pacman-dev] bacman

2008-06-02 Thread Xavier
On Sat, May 31, 2008 at 3:03 PM, Dan McGee <[EMAIL PROTECTED]> wrote: > On Sat, May 31, 2008 at 3:36 AM, Sebastian Nowicki <[EMAIL PROTECTED]> wrote: >> >> On 31/05/2008, at 8:27 AM, Carlo Bersani wrote: >>> pkg_size=$(du -sb | awk '{print $1}') >> >> >> I suggest using "$(du -sk | awk '{print $1 *

[pacman-dev] [PATCH] GPGSIG in repo-add

2008-06-02 Thread geoffroy . carrier
From: Geoffroy Carrier <[EMAIL PROTECTED]> --- Here comes the repo-add work. Pretty simple, as you see. It is pretty straight-forward. The main idea is to use base64, as it can't interfere with the 'desc' fileformat and won't produce too big lines (as signatures are less than 100 bytes, it produ

[pacman-dev] [PATCH] GPG signature support for makepkg:

2008-06-02 Thread geoffroy . carrier
From: Geoffroy Carrier <[EMAIL PROTECTED]> --- This should be the last version I submit here. I should start including support in pacman soon. It will rely directly on the gpg binary, and should work a lot like git. It has a very nice embedded "lib" to launch processes. I might embed parts of it i