curl 7.36 released

@Active8, Just remember that you must not run ./build update after you change versions.txt, because then it will be overwritten with the old 7.36. So after you set ./build set autover no then don't run ./build update again before you have run Johns commands here http://forum.directadmin.com/showthread.php?t=48653&p=249770#post249770

Code:
cd /usr/local/directadmin/custombuild
wget http://curl.haxx.se/snapshots/curl-7.37.0-20140401.tar.gz
perl -pi -e 's/curl:.*/curl:7.37.0-20140401:af816f2c93249ab8376e0efce2106a97/' versions.txt
./build curl
/usr/local/bin/curl --version

Also everybody that changes to autover=no should remember that every time they want to do upgrades in custombuild, it will now be needed to run ./build update before doing anything else, this will now be needed every time you use custombuild. :)
 
Just tested on 5 other servers and it went fine. So, can we put 7.37 into the versions.txt by default?
 
Anyway, we can see how this snapshot goes for everyone, and make a decision later on if we want to include it into the versions.txt.

John

This needs to be changed in the versions.txt .. Sure, this fix works fine for updating Curl on existing installs, but screws with new installs. I just ran in to this same problem on a new install.
 
Also the version issue on a recent install, used the commands from John and that worked, now running *.37 version of Curl. Thank you
 
Hello,

I've updated the versions.txt on files1 to have the 7.37.0-20140401 version.
Note that it's not 7.37.0, it would be 7.36.0 from svn with a few minor bug fixes.

You might be able to get away without recompiling php, but if in doubt, it's not a bad idea to do so.

John
 
Back
Top