Re: [Bug-wget] [PATCH] GnuTLS certificate loading

2013-08-09 Thread Giuseppe Scrivano
Tim Rühsen tim.rueh...@gmx.de writes: commit 76ad566279df2be6ab2229621ecd1f32cbc043a3 Merge: ec04e74 ffb9403 Author: Tim Ruehsen tim.rueh...@gmx.de Date: Wed Jul 24 22:44:06 2013 +0200 Merge branch 'master' of git://git.savannah.gnu.org/wget commit

Re: [Bug-wget] [PATCH] GnuTLS certificate loading

2013-08-09 Thread Tim Rühsen
I deleted and git-cloned the complete repository. And moved my copy of gnutls.c into src. +#include hash.h can you please add an explicit dependency to the hash module in bootstrap.conf? ??? it is the hash.h from src directory. Why and where should it go into bootstrap.conf ? Regards, Tim

Re: [Bug-wget] [PATCH] GnuTLS certificate loading

2013-08-07 Thread Tim Rühsen
Am Mittwoch, 7. August 2013, 00:18:25 schrieb Giuseppe Scrivano: Hi Tim, Tim Rühsen tim.rueh...@gmx.de writes: I don't know what is wrong: tim@debian:~/src/wget/trunk$ git pull Already up-to-date. tim@debian:~/src/wget/trunk$ git branch --list -a * master parallel-wget

Re: [Bug-wget] [PATCH] GnuTLS certificate loading

2013-08-06 Thread Giuseppe Scrivano
Hi Tim, Tim Rühsen tim.rueh...@gmx.de writes: I don't know what is wrong: tim@debian:~/src/wget/trunk$ git pull Already up-to-date. tim@debian:~/src/wget/trunk$ git branch --list -a * master parallel-wget remotes/origin/HEAD - origin/master remotes/origin/master

Re: [Bug-wget] [PATCH] GnuTLS certificate loading

2013-08-05 Thread Tim Rühsen
Am Montag, 5. August 2013, 00:18:32 schrieb Giuseppe Scrivano: Tim Rühsen tim.rueh...@gmx.de writes: Some improvements to gnutls.c, especially improved certificate loading. thanks for the patch but it doesn't seem to apply to origin/master. On what version is it based? Could you please

Re: [Bug-wget] [PATCH] GnuTLS certificate loading

2013-08-04 Thread Giuseppe Scrivano
Tim Rühsen tim.rueh...@gmx.de writes: Some improvements to gnutls.c, especially improved certificate loading. thanks for the patch but it doesn't seem to apply to origin/master. On what version is it based? Could you please rebase it on master? diff --git a/src/gnutls.c b/src/gnutls.c

[Bug-wget] [PATCH] GnuTLS certificate loading

2013-08-03 Thread Tim Rühsen
Some improvements to gnutls.c, especially improved certificate loading. Regards, Tim From 1194317f35a014c878526dc3d2ada55ebd5fd6de Mon Sep 17 00:00:00 2001 From: Tim Ruehsen tim.rueh...@gmx.de Date: Sat, 3 Aug 2013 19:56:39 +0200 Subject: [PATCH] gnutls improvements --- src/ChangeLog | 7