Hi Lorenzo,
I just updated build scripts for our project (ZeroBraneStudio) to use
luasocket 2.0.3 as some of the users pointed that 2.0.2 archive is
gone from luaforge (this is what the scripts were using previously).
You can use the build script available here:
https://github.com/pkulchenko/ZeroBraneStudio/blob/master/build/build-win32.sh
Just run: "bash ./build-win32.sh lua luasocket" and the script will
build lua and luasocket (using mingw) and put the dlls in
deps/lib/lua/5.1 folder. It also installs the dlls to ../bin/ folder,
but you can comment that out (around line 175).
I tested building and using luasocket 2.0.3 without issues so far...
Paul.