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-06-26 #40165

Merged
merged 1 commit into from
Jul 30, 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.2024.05.15.tar.gz"
FILENAME "live.2024.05.15.tar.gz"
SHA512 55d6f2610bd5d99c5f369be00fa0480b10543845c1b3928a76b1fc648fb70e3abc5e55224ff4fb00a788d7c63f3126d180c279d6d5faad72e52019a88f743a37
URLS "http://live555.com/liveMedia/public/live.2024.06.26.tar.gz"
FILENAME "live.2024.06.26.tar.gz"
SHA512 ece875ed82bb122bb2fb237a5d83b4ae16a2fed0cd3e6c5477a16558545d59898a2acf75293f11c0adf1f57453443e969e22c482ec241e45a61f9048e53c7b44
)

vcpkg_extract_source_archive(
Expand Down
2 changes: 1 addition & 1 deletion ports/live555/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "live555",
"version-date": "2024-05-15",
"version-date": "2024-06-26",
"description": "A complete RTSP server application",
"homepage": "http://www.live555.com/liveMedia",
"license": "GPL-3.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5437,7 +5437,7 @@
"port-version": 0
},
"live555": {
"baseline": "2024-05-15",
"baseline": "2024-06-26",
"port-version": 0
},
"llfio": {
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": "3d2da6e5375448975a15bc611704a5d4f3614905",
"version-date": "2024-06-26",
"port-version": 0
},
{
"git-tree": "9baf943b0dd1ba24e23bfad43690e9ba3234518d",
"version-date": "2024-05-15",
Expand Down