Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[live555] update to 2024-05-15 #38924

Merged
merged 1 commit into from
May 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ports/live555/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)

vcpkg_download_distfile(ARCHIVE
URLS "http://live555.com/liveMedia/public/live.2023.11.30.tar.gz"
FILENAME "live.2023.11.30.tar.gz"
SHA512 c91703197448f65d63a8a6e07597791da1ee63d3b59a0809454468a3869d86e21533c7fc434d0178a179d5a2e0e5614539e47daad813fbbe7468028419026892
URLS "http://live555.com/liveMedia/public/live.2024.05.15.tar.gz"
FILENAME "live.2024.05.15.tar.gz"
SHA512 55d6f2610bd5d99c5f369be00fa0480b10543845c1b3928a76b1fc648fb70e3abc5e55224ff4fb00a788d7c63f3126d180c279d6d5faad72e52019a88f743a37
)

vcpkg_extract_source_archive(
Expand Down
3 changes: 1 addition & 2 deletions ports/live555/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "live555",
"version-date": "2023-11-30",
"port-version": 1,
"version-date": "2024-05-15",
"description": "A complete RTSP server application",
"homepage": "http://www.live555.com/liveMedia",
"license": "GPL-3.0-or-later",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5377,8 +5377,8 @@
"port-version": 0
},
"live555": {
"baseline": "2023-11-30",
"port-version": 1
"baseline": "2024-05-15",
"port-version": 0
},
"llfio": {
"baseline": "2023-11-06",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/live555.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9baf943b0dd1ba24e23bfad43690e9ba3234518d",
"version-date": "2024-05-15",
"port-version": 0
},
{
"git-tree": "2402cdcc3405afe25f02e4a6d3c44ec1b1c68aaf",
"version-date": "2023-11-30",
Expand Down