mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
zeromq: 4.3.2 -> 4.3.4
Fixes: - CVE-2021-20236 Patch changes: - Refreshed 0001-CMakeLists-txt-Avoid-host-specific-path-to-libsodium.patch Signed-off-by: Roger Knecht <roger@norberthealth.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
05e1a96745
commit
8757134505
@ -19,8 +19,8 @@ Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
|
||||
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -1210,7 +1210,7 @@
|
||||
target_link_libraries(libzmq ${OPTIONAL_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT})
|
||||
@@ -1440,7 +1440,7 @@ if(BUILD_SHARED)
|
||||
endif()
|
||||
|
||||
if(SODIUM_FOUND)
|
||||
- target_link_libraries(libzmq ${SODIUM_LIBRARIES})
|
||||
@ -28,8 +28,8 @@ Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
|
||||
# On Solaris, libsodium depends on libssp
|
||||
if(${CMAKE_SYSTEM_NAME} MATCHES "SunOS")
|
||||
target_link_libraries(libzmq ssp)
|
||||
@@ -1240,7 +1240,7 @@
|
||||
target_link_libraries(libzmq-static ${OPTIONAL_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT})
|
||||
@@ -1485,7 +1485,7 @@ if(BUILD_STATIC)
|
||||
endif()
|
||||
|
||||
if(SODIUM_FOUND)
|
||||
- target_link_libraries(libzmq-static ${SODIUM_LIBRARIES})
|
||||
|
||||
@ -10,8 +10,8 @@ SRC_URI = "http://github.com/zeromq/libzmq/releases/download/v${PV}/zeromq-${PV}
|
||||
file://0001-CMakeLists-txt-Avoid-host-specific-path-to-libsodium.patch \
|
||||
file://run-ptest \
|
||||
"
|
||||
SRC_URI[md5sum] = "2047e917c2cc93505e2579bcba67a573"
|
||||
SRC_URI[sha256sum] = "ebd7b5c830d6428956b67a0454a7f8cbed1de74b3b01e5c33c5378e22740f763"
|
||||
SRC_URI[md5sum] = "c897d4005a3f0b8276b00b7921412379"
|
||||
SRC_URI[sha256sum] = "c593001a89f5a85dd2ddf564805deb860e02471171b3f204944857336295c3e5"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://github.com/${BPN}/libzmq/releases"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user