[live555] Update to 2022-07-14 (#26144)

* [live555] Update to 2022-07-14

* version

* Update ports/live555/vcpkg.json

Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>

* Update versions/l-/live555.json

Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
This commit is contained in:
Jack·Boos·Yu 2022-08-04 17:38:23 +00:00 committed by GitHub
parent e6a0006797
commit 592158c502
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 10 deletions

View File

@ -1,10 +1,10 @@
diff --git a/liveMedia/RTSPClient.cpp b/liveMedia/RTSPClient.cpp
index 02c46c7..6127698 100644
index 130baa9..8e1ea10 100644
--- a/liveMedia/RTSPClient.cpp
+++ b/liveMedia/RTSPClient.cpp
@@ -1939,7 +1939,7 @@ int RTSPClient::write(const u_int8_t* data, unsigned count) {
if (fTLS.isNeeded) {
return fTLS.write(data, count);
@@ -2022,7 +2022,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);

View File

@ -1,9 +1,9 @@
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_download_distfile(ARCHIVE
URLS "http://www.live555.com/liveMedia/public/live.2022.04.26.tar.gz"
FILENAME "live.2022.04.26.tar.gz"
SHA512 0226a451129df1d47d10bc96ef2a9ab8ffb0116fd0daac8b16a1dd57b319b9058b587955a01bc4a939c3f64659915815fe182c8c7b02cb286313ff132dcbe144
URLS "http://www.live555.com/liveMedia/public/live.2022.07.14.tar.gz"
FILENAME "live.2022.07.14.tar.gz"
SHA512 382544d9d9fe200699669a1f3301efb4ccec0193499c95b532ea923c380b1ec6fa721a4118d36a447ba9df08575f185498f244293c66bbe97cff0482eab033c7
)
vcpkg_extract_source_archive_ex(

View File

@ -1,8 +1,8 @@
{
"name": "live555",
"version-date": "2022-05-05",
"version-date": "2022-07-14",
"description": "A complete RTSP server application",
"homepage": "https://www.live555.com/liveMedia",
"homepage": "http://www.live555.com/liveMedia",
"license": "GPL-3.0-or-later",
"dependencies": [
"openssl",

View File

@ -4333,7 +4333,7 @@
"port-version": 0
},
"live555": {
"baseline": "2022-05-05",
"baseline": "2022-07-14",
"port-version": 0
},
"llfio": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6f99761c9c260c5b654cd1028610b2edaa3036e0",
"version-date": "2022-07-14",
"port-version": 0
},
{
"git-tree": "7dd605bbfb6b2532b7c127eac435600750b3c601",
"version-date": "2022-05-05",