From 5f46ede16fe6622ba6a0bd8967f4efb6dfd8714e Mon Sep 17 00:00:00 2001 From: Pat Wang Date: Sun, 1 Feb 2026 05:56:29 +0800 Subject: [PATCH] [Live555] Update to 2026.01.12 --- ports/live555/portfile.cmake | 7 ++----- ports/live555/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/l-/live555.json | 5 +++++ 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/ports/live555/portfile.cmake b/ports/live555/portfile.cmake index b1cc11b0bf2270..aa9af9c1693bb9 100644 --- a/ports/live555/portfile.cmake +++ b/ports/live555/portfile.cmake @@ -2,17 +2,14 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) string(REPLACE "-" "." format_version ${VERSION}) vcpkg_download_distfile(ARCHIVE - URLS "http://live555.com/liveMedia/public/live.${format_version}.tar.gz" + URLS "https://download.live555.com/live.${format_version}.tar.gz" FILENAME "live.${format_version}.tar.gz" - SHA512 ee2bf17d2803c4bb6f49408a123de9238273749b9c110113facbf78eb01b9961bbd04178335f40d36425c9f96a26ee3da57e970f86d4912b4ec42ab6f4b2c7e9 + SHA512 59adac68e7906e784a19b2d0c90bfa665a5094e8ef17691bc7f6b0b385c02201d017e6a92e3cc2140ed8496928647cb1186298d2c7ff718a2b0572f1b79a50a2 ) vcpkg_extract_source_archive( SOURCE_PATH ARCHIVE "${ARCHIVE}" - PATCHES - fix-RTSPClient.patch - fix_operator_overload.patch ) file(COPY "${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt" DESTINATION "${SOURCE_PATH}") diff --git a/ports/live555/vcpkg.json b/ports/live555/vcpkg.json index b519c88b441fb1..f081648e6ade8d 100644 --- a/ports/live555/vcpkg.json +++ b/ports/live555/vcpkg.json @@ -1,6 +1,6 @@ { "name": "live555", - "version-date": "2024-11-28", + "version-date": "2026-01-12", "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 061dd3f018f7bf..2c3b844280bfb8 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5989,7 +5989,7 @@ "port-version": 0 }, "live555": { - "baseline": "2024-11-28", + "baseline": "2026-01-12", "port-version": 0 }, "livepp": { diff --git a/versions/l-/live555.json b/versions/l-/live555.json index c6887e77dc5339..1bb698c0579aaa 100644 --- a/versions/l-/live555.json +++ b/versions/l-/live555.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "7508c71d426ff4d864d66bac4c77b0d195fa1eb9", + "version-date": "2026-01-12", + "port-version": 0 + }, { "git-tree": "b83d9a10d5b979381dad2b345d934243ee5f507a", "version-date": "2024-11-28",