From ef48967491964c813354f1bd0e2560dd384cee6c Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Tue, 14 Feb 2012 16:01:56 -0200 Subject: replace Win32 binaries with files from GnuWin32: coreutils 5.3.0 - http://gnuwin32.sourceforge.net/packages/coreutils.htm findutils 4.2.20 - http://gnuwin32.sourceforge.net/packages/findutils.htm wget 1.11.4 - http://gnuwin32.sourceforge.net/packages/wget.htm Kept mkdir.exe from unxutils according to report in #57. Switch from curl to wget. --- install.bat | 2 +- win32/bin/chmod.exe | Bin 22528 -> 81920 bytes win32/bin/cp.exe | Bin 73728 -> 130048 bytes win32/bin/curl.exe | Bin 590336 -> 0 bytes win32/bin/find.exe | Bin 65536 -> 160256 bytes win32/bin/ls.exe | Bin 57856 -> 180736 bytes win32/bin/md5sum.exe | Bin 28160 -> 41984 bytes win32/bin/mv.exe | Bin 69632 -> 138752 bytes win32/bin/pwd.exe | Bin 2560 -> 61440 bytes win32/bin/rm.exe | Bin 65536 -> 109056 bytes win32/bin/rmdir.exe | Bin 28672 -> 25088 bytes win32/bin/test.exe | Bin 17920 -> 62976 bytes win32/bin/uname.exe | Bin 16896 -> 33792 bytes win32/bin/wget.exe | Bin 0 -> 449024 bytes 14 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 win32/bin/curl.exe create mode 100644 win32/bin/wget.exe diff --git a/install.bat b/install.bat index 3b5742ee..25037193 100644 --- a/install.bat +++ b/install.bat @@ -284,7 +284,7 @@ ECHO LUAROCKS_UNAME_M=[[x86]]>> "%LUADIR%\luarocks\site_config.lua" ECHO LUAROCKS_SYSCONFIG=[[%SYSCONFDIR%/config.lua]]>> "%LUADIR%\luarocks\site_config.lua" ECHO LUAROCKS_ROCKS_TREE=[[%ROCKS_TREE%]]>> "%LUADIR%\luarocks\site_config.lua" ECHO LUAROCKS_PREFIX=[[%PREFIX%]]>> "%LUADIR%\luarocks\site_config.lua" -ECHO LUAROCKS_DOWNLOADER=[[curl]]>> "%LUADIR%\luarocks\site_config.lua" +ECHO LUAROCKS_DOWNLOADER=[[wget]]>> "%LUADIR%\luarocks\site_config.lua" ECHO LUAROCKS_MD5CHECKER=[[md5sum]]>> "%LUADIR%\luarocks\site_config.lua" IF NOT [%FORCE_CONFIG%]==[] ECHO local LUAROCKS_FORCE_CONFIG=true>> "%LUADIR%\luarocks\site_config.lua" IF EXIST "%LUADIR%\luarocks\site_config.lua.bak" TYPE "%LUADIR%\luarocks\site_config.lua.bak">> "%LUADIR%\luarocks\site_config.lua" diff --git a/win32/bin/chmod.exe b/win32/bin/chmod.exe index 57a4bead..9655cfd6 100644 Binary files a/win32/bin/chmod.exe and b/win32/bin/chmod.exe differ diff --git a/win32/bin/cp.exe b/win32/bin/cp.exe index 60f1cc2b..0ef4fe85 100755 Binary files a/win32/bin/cp.exe and b/win32/bin/cp.exe differ diff --git a/win32/bin/curl.exe b/win32/bin/curl.exe deleted file mode 100644 index d57dcc92..00000000 Binary files a/win32/bin/curl.exe and /dev/null differ diff --git a/win32/bin/find.exe b/win32/bin/find.exe index 662c4a8c..85192fbf 100755 Binary files a/win32/bin/find.exe and b/win32/bin/find.exe differ diff --git a/win32/bin/ls.exe b/win32/bin/ls.exe index 388af5eb..96ff2e57 100755 Binary files a/win32/bin/ls.exe and b/win32/bin/ls.exe differ diff --git a/win32/bin/md5sum.exe b/win32/bin/md5sum.exe index 03131206..4ae9f74f 100644 Binary files a/win32/bin/md5sum.exe and b/win32/bin/md5sum.exe differ diff --git a/win32/bin/mv.exe b/win32/bin/mv.exe index bcdc9d0e..9fb65bb9 100755 Binary files a/win32/bin/mv.exe and b/win32/bin/mv.exe differ diff --git a/win32/bin/pwd.exe b/win32/bin/pwd.exe index 6c110161..7dd114de 100755 Binary files a/win32/bin/pwd.exe and b/win32/bin/pwd.exe differ diff --git a/win32/bin/rm.exe b/win32/bin/rm.exe index c489316c..8e79306b 100755 Binary files a/win32/bin/rm.exe and b/win32/bin/rm.exe differ diff --git a/win32/bin/rmdir.exe b/win32/bin/rmdir.exe index 9b6266c5..6a85c3c4 100755 Binary files a/win32/bin/rmdir.exe and b/win32/bin/rmdir.exe differ diff --git a/win32/bin/test.exe b/win32/bin/test.exe index f87c0a2e..94c95f9e 100755 Binary files a/win32/bin/test.exe and b/win32/bin/test.exe differ diff --git a/win32/bin/uname.exe b/win32/bin/uname.exe index 23cc50e5..3e2f4cf8 100755 Binary files a/win32/bin/uname.exe and b/win32/bin/uname.exe differ diff --git a/win32/bin/wget.exe b/win32/bin/wget.exe new file mode 100644 index 00000000..54b372e6 Binary files /dev/null and b/win32/bin/wget.exe differ -- cgit v1.2.3-55-g6feb