Skip to content

Commit

Permalink
devel/cmake-*: Update to 3.27.8
Browse files Browse the repository at this point in the history
Changes made since CMake 3.27.7:
- FindOpenMP: Add support for openmp 5.1 (llvm 17) and 5.2
- GetPrerequisites: Revert "Ignore relative paths printed by ldd"
- Fortran: Restore support for TARGET_OBJECTS providing modules
- Tests/ObjectLibrary: fix comment
- cmComputeLinkDepends: also copy the target from object link items
- cmComputeLinkInformation: skip over linking to items for object
  purposes
- cmComputeLinkInformation: Track targets named by TARGET_OBJECTS
  sources
- cmCommonTargetGenerator: Factor out GetLinkedTargetDirectories loop
  body
- curl: Backport SOCKS5 heap buffer overflow fix from curl 8.4.0

https://www.kitware.com/cmake-3-27-8-available-for-download/

Security:	d6c19e8c-6806-11ee-9464-b42e991fc52e
  • Loading branch information
BSDKaffee committed Nov 27, 2023
1 parent 966f41c commit d870a95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Mk/Uses/cmake.mk
Expand Up @@ -50,7 +50,7 @@ _INCLUDE_USES_CMAKE_MK= yes

_valid_ARGS= insource run noninja testing _internal

_CMAKE_VERSION= 3.27.7
_CMAKE_VERSION= 3.27.8

# Sanity check
. for arg in ${cmake_ARGS}
Expand Down
6 changes: 3 additions & 3 deletions devel/cmake-core/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1696653880
SHA256 (cmake-3.27.7.tar.gz) = 08f71a106036bf051f692760ef9558c0577c42ac39e96ba097e7662bd4158d8e
SIZE (cmake-3.27.7.tar.gz) = 10982558
TIMESTAMP = 1701004140
SHA256 (cmake-3.27.8.tar.gz) = fece24563f697870fbb982ea8bf17482c9d5f855d8c9bf0b82463d76c9e8d0cc
SIZE (cmake-3.27.8.tar.gz) = 10983480

0 comments on commit d870a95

Please sign in to comment.