I've updated gnurl to curl 7.43.0.  Appears to work, passes the curl
tests, and has exactly the same dependencies.

As this involves a cherry-pick (rebase), you'll need to do a pull -f if
you've cloned the git repository.  Example :

cd path/to/gnurl
git checkout -b gnurl-7.40.0
git checkout master
git pull -f 

If you skip backing up 7.40.0, but later regret it, then I've saved
7.40.0 under gnurl-7.40.0 on the server too.  

I've also uploaded gnu to https://gnunet.org/gnurl but I did not remove
the old one because it's signed and I do not have the key to sign the
new one. 

I rebuilt gnurl as follows :

./buildconf
./configure --enable-ipv6 --with-gnutls --without-libssh2
--without-libmetalink --without-winidn --without-librtmp
--without-nghttp2 --without-nss --without-cyassl --without-polarssl
--without-ssl --without-winssl --without-darwinssl --disable-sspi
--disable-ntlm-wb --disable-ldap --disable-rtsp --disable-dict
--disable-telnet --disable-tftp --disable-pop3 --disable-imap
--disable-smtp --disable-gopher --disable-file --disable-ftp
--disable-smb
make
make test
sudo make install

I donno if the ./buildconf might be necessary, or if I made it necessary
by starting from the curl git repository, not sure.

Jeff


Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
GNUnet-developers mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gnunet-developers

Reply via email to