Re: [pacman-dev] gnupg package signing

2009-08-24 Thread Dan McGee
On Mon, Aug 24, 2009 at 5:28 PM, Xavier wrote: > On Tue, Aug 25, 2009 at 12:19 AM, Allan McRae wrote: >> Xavier wrote: >>> >>> Just to let you know that I resurrected the gpg branch there : >>> http://code.toofishes.net/cgit/xavier/pacman.git/log/?h=gpg >>> >>> I took Dan's newgpg branch (with a fe

Re: [pacman-dev] gnupg package signing

2009-08-24 Thread Xavier
On Tue, Aug 25, 2009 at 12:19 AM, Allan McRae wrote: > Xavier wrote: >> >> Just to let you know that I resurrected the gpg branch there : >> http://code.toofishes.net/cgit/xavier/pacman.git/log/?h=gpg >> >> I took Dan's newgpg branch (with a few changes) : >> http://code.toofishes.net/cgit/dan/pacm

Re: [pacman-dev] gnupg package signing

2009-08-24 Thread Allan McRae
Xavier wrote: Just to let you know that I resurrected the gpg branch there : http://code.toofishes.net/cgit/xavier/pacman.git/log/?h=gpg I took Dan's newgpg branch (with a few changes) : http://code.toofishes.net/cgit/dan/pacman.git/commit/?h=newgpg then merged the pending patches we had : http:

[pacman-dev] [PATCH] makepkg : refactor run_build and run_package

2009-08-24 Thread Xavier Chantry
These two functions were very similar. Signed-off-by: Xavier Chantry --- scripts/makepkg.sh.in | 117 1 files changed, 39 insertions(+), 78 deletions(-) diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index ba45609..422c950 100644 ---

Re: [pacman-dev] [PATCH] Configure: Check if libfetch version is >= 2.21

2009-08-24 Thread Xavier
On Mon, Aug 24, 2009 at 10:42 PM, Xavier wrote: > On Mon, Aug 24, 2009 at 10:10 PM, Henning > Garus wrote: >> Commit 6f97842 started using libfetch's conditional GET. This requires >> libfetch >> to be version 2.21 or greater. >> >> Change configure.ac to check for the existence of the last_modifi

Re: [pacman-dev] [PATCH] Configure: Check if libfetch version is >= 2.21

2009-08-24 Thread Xavier
On Mon, Aug 24, 2009 at 10:10 PM, Henning Garus wrote: > Commit 6f97842 started using libfetch's conditional GET. This requires > libfetch > to be version 2.21 or greater. > > Change configure.ac to check for the existence of the last_modified field in > the url struct, which was introduced with l

Re: [pacman-dev] pacman-git/master doesn't compile to me

2009-08-24 Thread Xavier
On Mon, Aug 24, 2009 at 10:14 PM, Henning Garus wrote: > > You can't detect versions directly, but you can check for features, like the > url struct having a member call last_modified. I have sent a patch. > > Oh, you are the best, thank you for all your help ! :)

Re: [pacman-dev] pacman-git/master doesn't compile to me

2009-08-24 Thread Henning Garus
On Mon, Aug 24, 2009 at 07:24:49PM +0200, Xavier wrote: > On Mon, Aug 24, 2009 at 6:58 PM, Nagy Gabor wrote: > > Hi! > > > > Since bugs.archlinux.org is off-line, I send my problem here. When I > > want to compile pacman, I get the following error: > > > > dload.c: In function ‘download_internal’:

[pacman-dev] [PATCH] Configure: Check if libfetch version is >= 2.21

2009-08-24 Thread Henning Garus
Commit 6f97842 started using libfetch's conditional GET. This requires libfetch to be version 2.21 or greater. Change configure.ac to check for the existence of the last_modified field in the url struct, which was introduced with libfetch 2.21. Signed-off-by: Henning Garus --- configure.ac |

Re: [pacman-dev] pacman-git/master doesn't compile to me

2009-08-24 Thread Xavier
On Mon, Aug 24, 2009 at 6:58 PM, Nagy Gabor wrote: > Hi! > > Since bugs.archlinux.org is off-line, I send my problem here. When I > want to compile pacman, I get the following error: > > dload.c: In function ‘download_internal’: > dload.c:107: error: ‘struct url’ has no member named ‘last_modified’

[pacman-dev] pacman-git/master doesn't compile to me

2009-08-24 Thread Nagy Gabor
Hi! Since bugs.archlinux.org is off-line, I send my problem here. When I want to compile pacman, I get the following error: dload.c: In function ‘download_internal’: dload.c:107: error: ‘struct url’ has no member named ‘last_modified’ dload.c:145: error: ‘FETCH_UNCHANGED’ undeclared (first use in

[pacman-dev] Another proposal for the "-Sy libjpeg" problem

2009-08-24 Thread Nagy Gabor
Hi! I think the problem is known for everyone, if a user upgrades a package (without -Su), he can easily get "error while loading shared libraries". The most perfect (but maybe overkill) solution is Florian's one: http://www.archlinux.org/pipermail/pacman-dev/2009-August/009158.html (that patch n