CHANGELOG
Changelog for package libcurl_vendor
3.6.0 (2024-11-20)
3.5.1 (2024-06-17)
Add “lib” to the Windows curl search path. (#96) In CMake 3.3, a commit made it so that the find_package module in CMake had a compatibility mode where it would automatically search for packages in a <prefix>/lib subdirectory. In CMake 3.6, this compatibility mode was reverted for all platforms except Windows. That means that since CMake 3.3, we haven’t actually been using the path as specified in curl_DIR, but we have instead been inadvertently relying on that fallback behavior. In CMake 3.28, that compatibilty mode was also removed for Windows, meaning that we are now failing to find_package(curl) in downstream packages (like resource_retriever). Fix this by adding in the “lib” directory that always should have been there. I’ll note that this only affects our Windows builds, because this code is in a if(WIN32) block.
Contributors: Chris Lalancette
3.5.0 (2024-04-26)
3.4.1 (2024-04-16)
3.4.0 (2023-12-26)
3.3.1 (2023-07-11)
Switch to ament_cmake_vendor_package (#86)
Contributors: Scott K Logan
3.3.0 (2023-04-28)
3.2.2 (2022-11-02)
merge libcurl_vendor build instructions (#81)
Contributors: schrodinbug
3.2.1 (2022-09-13)
Sets CMP0135 policy behavior to NEW (#79)
Fixes policy CMP0135 warning for CMake >= 3.24
Contributors: Cristóbal Arroyo, Crola1702
3.2.0 (2022-05-10)
3.1.0 (2022-03-01)
Update to curl 7.81. (#74)
Contributors: Chris Lalancette
3.0.0 (2022-01-14)
Update maintainers (#66)
Contributors: Audrow Nash
2.5.0 (2021-04-06)
Update libcurl_vendor to the latest version (7.75.0). (#60)
Contributors: Chris Lalancette
2.4.2 (2021-03-18)
Add an override flag to force vendored build (#58)
Contributors: Scott K Logan
2.4.1 (2020-12-08)
Update maintainers (#53)
Contributors: Alejandro Hernández Cordero
2.4.0 (2020-08-12)
bump curl version to 7.68 (#47)
Contributors: Dirk Thomas
2.3.2 (2020-06-03)
export TARGETS in libcurl_vendor (#46)
Contributors: Dirk Thomas
2.3.1 (2020-05-08)
2.3.0 (2020-04-30)
2.2.0 (2019-09-26)
add .dsv file beside custom environment hook (#30)
Contributors: Dirk Thomas
2.1.1 (2019-05-08)
2.1.0 (2018-06-21)
2.0.0 (2017-12-08)
disable docs and tests for libcurl to avoid needing perl
fix libcurl vendor package on Windows and warnings
add temporary libcurl_vendor and use it to get curl
Contributors: William Woodall