hiredis: Upgrade 1.2.0 -> 1.3.0 to allow CMake 4+ compatibility

Changelog:

https://github.com/redis/hiredis/releases/tag/v1.3.0

Fix:

| CMake Error at CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED):
|   Compatibility with CMake < 3.5 has been removed from CMake.
|
|   Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
|   to tell CMake that the project requires at least <min> but has been updated
|   to work with policies introduced by <max> or earlier.
|
|   Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
|
|
| -- Configuring incomplete, errors occurred!

Signed-off-by: Alper Ak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Alper Ak 2025-07-08 22:56:20 +03:00 committed by Khem Raj
parent ed64f4995a
commit 9252b9bab4
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -8,8 +8,7 @@ SRC_URI = " \
git://github.com/redis/hiredis;protocol=https;branch=master \
file://run-ptest \
"
SRCREV = "60e5075d4ac77424809f855ba3e398df7aacefe8"
SRCREV = "ccad7ebaf99310957004661d1c5f82d2a33ebd10"
inherit cmake ptest