CHANGELOG

Changelog for package libcurl_vendor

3.4.2 (2024-05-13)

  • Add “lib” to the Windows curl search path. (#96) (#97) 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. (cherry picked from commit 1839d583190eb9dcf339eaaf6bebe632d94664a6) Co-authored-by: Chris Lalancette <clalancette@gmail.com>

  • Contributors: mergify[bot]

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)

  • Ignore broken curl-config.cmake (#40)

  • Update curl reference from 7.57 to 7.58 (#36)

  • Contributors: Nathan Brooks, Scott K Logan

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)

  • depend on curl (mapping to curl, libcurl4-openssl-dev) for packaging (#25)

  • add missing dependency on pkg-config (#19)

  • [libcurl_vendor] convert to ament and setup env hooks for library paths (#14)

  • Contributors: Dirk Thomas, Mikael Arguedas, William Woodall

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

1.12.3 (2017-03-27)

1.12.2 (2016-06-10 14:16)

1.12.1 (2016-06-10 10:28)

1.12.0 (2016-03-23)

1.11.6 (2014-11-30)