diff --git a/ports/live555/fix-RTSPClient.patch b/ports/live555/fix-RTSPClient.patch index f63894e274..bdf36cf9b0 100644 --- a/ports/live555/fix-RTSPClient.patch +++ b/ports/live555/fix-RTSPClient.patch @@ -1,13 +1,13 @@ diff --git a/liveMedia/RTSPClient.cpp b/liveMedia/RTSPClient.cpp -index 130baa9..8e1ea10 100644 +index 66e0c79..13255af 100644 --- a/liveMedia/RTSPClient.cpp +++ b/liveMedia/RTSPClient.cpp -@@ -2022,7 +2022,7 @@ int RTSPClient::write(const char* data, unsigned count) { +@@ -2029,7 +2029,7 @@ int RTSPClient::write(const char* data, unsigned count) { if (fOutputTLS->isNeeded) { return fOutputTLS->write(data, count); } else { -- return send(fOutputSocketNum, data, count, 0); -+ return send(fOutputSocketNum, (const char *)data, count, 0); +- return send(fOutputSocketNum, data, count, MSG_NOSIGNAL); ++ return send(fOutputSocketNum, (const char *)data, count, MSG_NOSIGNAL); } } diff --git a/ports/live555/portfile.cmake b/ports/live555/portfile.cmake index 1dce70ce79..a9ba8c76b9 100644 --- a/ports/live555/portfile.cmake +++ b/ports/live555/portfile.cmake @@ -1,9 +1,9 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_download_distfile(ARCHIVE - URLS "http://live555.com/liveMedia/public/live.2023.01.19.tar.gz" - FILENAME "live.2023.01.19.tar.gz" - SHA512 155c38097d37864978d6b68bf0a7268a9cc88160ebbe679ca5654bd925c5400ef5f74aa6307f53c9584a4611d914d0c8edd275b66b7ca9a66be6591a5b5a8f4f + URLS "http://live555.com/liveMedia/public/live.2023.03.30.tar.gz" + FILENAME "live.2023.03.30.tar.gz" + SHA512 84dcc9af7fcfd565342b913e8420e2cca9b45e9a8ff74c04ef8e32449f6bbf35eb594ba48ae06d93efe6ec4c3d7c6812ce5989d02676398cdbd63f2ec0042b68 ) vcpkg_extract_source_archive( diff --git a/ports/live555/vcpkg.json b/ports/live555/vcpkg.json index f37e36ed51..fb83a9680f 100644 --- a/ports/live555/vcpkg.json +++ b/ports/live555/vcpkg.json @@ -1,6 +1,6 @@ { "name": "live555", - "version-date": "2023-01-19", + "version-date": "2023-03-30", "description": "A complete RTSP server application", "homepage": "http://www.live555.com/liveMedia", "license": "GPL-3.0-or-later", diff --git a/versions/baseline.json b/versions/baseline.json index 4ebb2ecb8e..8bc95667b2 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4813,7 +4813,7 @@ "port-version": 2 }, "live555": { - "baseline": "2023-01-19", + "baseline": "2023-03-30", "port-version": 0 }, "llfio": { diff --git a/versions/l-/live555.json b/versions/l-/live555.json index 5b6aa653c7..c121998e2f 100644 --- a/versions/l-/live555.json +++ b/versions/l-/live555.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "0a8b18570460ba3155d5c6cba9f5c05c95d876e2", + "version-date": "2023-03-30", + "port-version": 0 + }, { "git-tree": "43dd99ed461fd0fef750ceb08527b761fd8ba384", "version-date": "2023-01-19",