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 #31972

Merged
merged 1 commit into from
Jun 14, 2023
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.05.10.tar.gz"
FILENAME "live.2023.05.10.tar.gz"
SHA512 2997305d5b338466ba765c2969f7fab59907e6e4cabf5fa6d12b1c2b450f9dd543dc59936717352e9a3fc98d6a9bdf316d3a67fc690eebbf62482c21f21634ea
URLS "http://live555.com/liveMedia/public/live.2023.06.10.tar.gz"
FILENAME "live.2023.06.10.tar.gz"
SHA512 634f90db6339ebef6c6bc28f382034150e04e1bcc26d651da8823de7ed8a62bd648737fdf8be0c2734ba17a2516033af48e85b256170eaf30a2c484ede2d2004
)

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": "2023-05-10",
"version-date": "2023-06-10",
"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 @@ -4925,7 +4925,7 @@
"port-version": 2
},
"live555": {
"baseline": "2023-05-10",
"baseline": "2023-06-10",
"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": "087f65196bb8a0fe3a7e8012e3e2970106e085fd",
"version-date": "2023-06-10",
"port-version": 0
},
{
"git-tree": "4042dde466ab9adcd96e5271751a65a8b67270f7",
"version-date": "2023-05-10",
Expand Down