mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 17:12:47 +08:00
[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:
parent
e6a0006797
commit
592158c502
@ -1,10 +1,10 @@
|
|||||||
diff --git a/liveMedia/RTSPClient.cpp b/liveMedia/RTSPClient.cpp
|
diff --git a/liveMedia/RTSPClient.cpp b/liveMedia/RTSPClient.cpp
|
||||||
index 02c46c7..6127698 100644
|
index 130baa9..8e1ea10 100644
|
||||||
--- a/liveMedia/RTSPClient.cpp
|
--- a/liveMedia/RTSPClient.cpp
|
||||||
+++ b/liveMedia/RTSPClient.cpp
|
+++ b/liveMedia/RTSPClient.cpp
|
||||||
@@ -1939,7 +1939,7 @@ int RTSPClient::write(const u_int8_t* data, unsigned count) {
|
@@ -2022,7 +2022,7 @@ int RTSPClient::write(const char* data, unsigned count) {
|
||||||
if (fTLS.isNeeded) {
|
if (fOutputTLS->isNeeded) {
|
||||||
return fTLS.write(data, count);
|
return fOutputTLS->write(data, count);
|
||||||
} else {
|
} else {
|
||||||
- return send(fOutputSocketNum, data, count, 0);
|
- return send(fOutputSocketNum, data, count, 0);
|
||||||
+ return send(fOutputSocketNum, (const char *)data, count, 0);
|
+ return send(fOutputSocketNum, (const char *)data, count, 0);
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||||
|
|
||||||
vcpkg_download_distfile(ARCHIVE
|
vcpkg_download_distfile(ARCHIVE
|
||||||
URLS "http://www.live555.com/liveMedia/public/live.2022.04.26.tar.gz"
|
URLS "http://www.live555.com/liveMedia/public/live.2022.07.14.tar.gz"
|
||||||
FILENAME "live.2022.04.26.tar.gz"
|
FILENAME "live.2022.07.14.tar.gz"
|
||||||
SHA512 0226a451129df1d47d10bc96ef2a9ab8ffb0116fd0daac8b16a1dd57b319b9058b587955a01bc4a939c3f64659915815fe182c8c7b02cb286313ff132dcbe144
|
SHA512 382544d9d9fe200699669a1f3301efb4ccec0193499c95b532ea923c380b1ec6fa721a4118d36a447ba9df08575f185498f244293c66bbe97cff0482eab033c7
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_extract_source_archive_ex(
|
vcpkg_extract_source_archive_ex(
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "live555",
|
"name": "live555",
|
||||||
"version-date": "2022-05-05",
|
"version-date": "2022-07-14",
|
||||||
"description": "A complete RTSP server application",
|
"description": "A complete RTSP server application",
|
||||||
"homepage": "https://www.live555.com/liveMedia",
|
"homepage": "http://www.live555.com/liveMedia",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"openssl",
|
"openssl",
|
||||||
|
@ -4333,7 +4333,7 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"live555": {
|
"live555": {
|
||||||
"baseline": "2022-05-05",
|
"baseline": "2022-07-14",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"llfio": {
|
"llfio": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "6f99761c9c260c5b654cd1028610b2edaa3036e0",
|
||||||
|
"version-date": "2022-07-14",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "7dd605bbfb6b2532b7c127eac435600750b3c601",
|
"git-tree": "7dd605bbfb6b2532b7c127eac435600750b3c601",
|
||||||
"version-date": "2022-05-05",
|
"version-date": "2022-05-05",
|
||||||
|
Loading…
Reference in New Issue
Block a user