From b2021435bff853cf4882e6e5975b4ace3739a8b2 Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Wed, 8 Feb 2012 14:22:05 -0600 Subject: update core utilities from gnuwin32 --- win32/bin/chmod.exe | Bin 22528 -> 81920 bytes win32/bin/cp.exe | Bin 73728 -> 130048 bytes win32/bin/libiconv2.dll | Bin 0 -> 898048 bytes win32/bin/libintl3.dll | Bin 0 -> 101888 bytes win32/bin/ls.exe | Bin 57856 -> 180736 bytes win32/bin/md5sum.exe | Bin 28160 -> 41984 bytes win32/bin/mkdir.exe | Bin 32768 -> 69120 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 13 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 win32/bin/libiconv2.dll create mode 100644 win32/bin/libintl3.dll (limited to 'win32') 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/libiconv2.dll b/win32/bin/libiconv2.dll new file mode 100644 index 00000000..747073f1 Binary files /dev/null and b/win32/bin/libiconv2.dll differ diff --git a/win32/bin/libintl3.dll b/win32/bin/libintl3.dll new file mode 100644 index 00000000..4f309be7 Binary files /dev/null and b/win32/bin/libintl3.dll 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/mkdir.exe b/win32/bin/mkdir.exe index 83e57d97..f96d181f 100755 Binary files a/win32/bin/mkdir.exe and b/win32/bin/mkdir.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 -- cgit v1.2.3-55-g6feb From 1af8b75b7c3389d4b95faf5f177c37de8cf30dca Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Wed, 8 Feb 2012 14:23:00 -0600 Subject: switch to a gnuwin32 wget --- install.bat | 2 +- win32/bin/curl.exe | Bin 590336 -> 0 bytes win32/bin/libeay32.dll | Bin 0 -> 1177600 bytes win32/bin/libiconv2.dll | Bin 898048 -> 1008128 bytes win32/bin/libintl3.dll | Bin 101888 -> 103424 bytes win32/bin/libssl32.dll | Bin 0 -> 232960 bytes win32/bin/wget.exe | Bin 0 -> 449024 bytes 7 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 win32/bin/curl.exe create mode 100644 win32/bin/libeay32.dll create mode 100644 win32/bin/libssl32.dll create mode 100644 win32/bin/wget.exe (limited to 'win32') 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/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/libeay32.dll b/win32/bin/libeay32.dll new file mode 100644 index 00000000..8d31f866 Binary files /dev/null and b/win32/bin/libeay32.dll differ diff --git a/win32/bin/libiconv2.dll b/win32/bin/libiconv2.dll index 747073f1..544dd92f 100644 Binary files a/win32/bin/libiconv2.dll and b/win32/bin/libiconv2.dll differ diff --git a/win32/bin/libintl3.dll b/win32/bin/libintl3.dll index 4f309be7..ec11e6b1 100644 Binary files a/win32/bin/libintl3.dll and b/win32/bin/libintl3.dll differ diff --git a/win32/bin/libssl32.dll b/win32/bin/libssl32.dll new file mode 100644 index 00000000..a30ff0e9 Binary files /dev/null and b/win32/bin/libssl32.dll 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 From 2785ccbb36f0906d9d1e4fb02415315e95fc346d Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Wed, 8 Feb 2012 14:35:50 -0600 Subject: Switch back to previous mkdir for a correctly-working -p --- win32/bin/mkdir.exe | Bin 69120 -> 32768 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'win32') diff --git a/win32/bin/mkdir.exe b/win32/bin/mkdir.exe index f96d181f..83e57d97 100755 Binary files a/win32/bin/mkdir.exe and b/win32/bin/mkdir.exe differ -- cgit v1.2.3-55-g6feb