Skip to content

Commit

Permalink
Updated curl, check and INSTALL file
Browse files Browse the repository at this point in the history
  • Loading branch information
LocutusOfBorg committed Jul 18, 2014
1 parent 520d2e1 commit 922a802
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ $ make install
#### Bundled libraries
Ettercap now bundles the following libraries with the source distribution:
libnet 1.1.6
curl 7.35.0
luajit 2.0.2
check 0.9.11
curl 7.37.1
luajit 2.0.3
check 0.9.13


We will build bundled libraries that Ettercap depends upon, so you
Expand Down
2 changes: 1 addition & 1 deletion bundled_deps/check/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This will build check using the release that we've included with
# our distribution of ettercap.
include(ExternalProject)
SET(CHECK_VERSION 0.9.12)
SET(CHECK_VERSION 0.9.13)
SET(CHECK_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR})
SET(CHECK_TARGET bundled-check-${CHECK_VERSION}-${CMAKE_BUILD_TYPE})
SET(CHECK_BUILD_ROOT ${CMAKE_CURRENT_BINARY_DIR}/${CHECK_TARGET})
Expand Down
Binary file removed bundled_deps/check/check-0.9.12.tar.gz
Binary file not shown.
Binary file added bundled_deps/check/check-0.9.13.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion bundled_deps/curl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This will build curl using the release that we've included with
# our distribution of ettercap.
include(ExternalProject)
SET(CURL_VERSION 7.37.0)
SET(CURL_VERSION 7.37.1)
SET(CURL_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR})
SET(CURL_TARGET bundled-curl-${CURL_VERSION}-${CMAKE_BUILD_TYPE})
SET(CURL_BUILD_ROOT ${CMAKE_CURRENT_BINARY_DIR}/${CURL_TARGET})
Expand Down
Binary file removed bundled_deps/curl/curl-7.37.0.tar.gz
Binary file not shown.
Binary file added bundled_deps/curl/curl-7.37.1.tar.gz
Binary file not shown.

0 comments on commit 922a802

Please sign in to comment.