Re: [Bug-wget] About GSoC project: Support QUIC Protocol

2018-03-22 Thread Jay Bhavsar
=sharing On Fri, Mar 9, 2018 at 1:12 AM, Jay Bhavsar <jbh...@gmail.com> wrote: > Hello Community! > > I'm Jay Bhavsar, a final year student from LDCE, Ahmedabd, India. I find > this project very interesting and want to contribute further. I have made a > few contributions a

[Bug-wget] About GSoC project: Support QUIC Protocol

2018-03-08 Thread Jay Bhavsar
Hello Community! I'm Jay Bhavsar, a final year student from LDCE, Ahmedabd, India. I find this project very interesting and want to contribute further. I have made a few contributions and explored code base a little on my own. I am considering to apply for "Support QUIC Protocol". I

[Bug-wget] segment fault while downloading .tar.gz file

2018-02-23 Thread Jay Bhavsar
So, I was trying to resolve this issue. Command I run: ./wget2_noinstall http://www.lysator.liu.se/~nisse/archive/nettle-3.4.tar.gz What I get: [0] Downloading 'http://www.lysator.liu.se/~nisse/archive/nettle-3.4.tar.gz' ... Saving

Re: [Bug-wget] Need help with verify-sig option

2018-02-22 Thread Jay Bhavsar
eed to install the gpgme header files. The > exact method will depend upon your specific distro. Usually for debian > based > distros it should be something like `apt-get install gpgme-devel` > > This also reminds me, we should have gpgme status reported in wget2 > --version. > I'l

[Bug-wget] Need help with verify-sig option

2018-02-21 Thread Jay Bhavsar
Hello folks. I need some help with wget2. When I use --verify-sig option, it says it's invalid. Also, it's not listed in --help. But I can see it in options.c file. What am I doing wrong here? Do I need to set some flags during compilation? Help me out. Thanks.