git: efc46764a0a5 - main - net/liveMedia: Update to upstream release 2022.06.16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Jun 2022 12:20:43 UTC
The branch main has been updated by riggs:
URL: https://cgit.FreeBSD.org/ports/commit/?id=efc46764a0a5fb6133a0acbd31a68dfe5410955e
commit efc46764a0a5fb6133a0acbd31a68dfe5410955e
Author: Thomas Zander <riggs@FreeBSD.org>
AuthorDate: 2022-06-18 11:16:59 +0000
Commit: Thomas Zander <riggs@FreeBSD.org>
CommitDate: 2022-06-18 12:20:41 +0000
net/liveMedia: Update to upstream release 2022.06.16
Details (since 2022.04.26):
- 2022.06.16:
Both our RTSP client and RTSP server implementations now support (optional)
RTSP-over-HTTPS streaming, when RTSP-over-TLS would otherwise be available.
(This does not apply to a RTSP server that streams SRTP/SRTCP. In that case, sending
SRTP/SRTCP over a TLS connection would add unnecessary overhead, so is not supported.)
- 2022.06.14:
Added optional support (via #ifdefs) to the "testOnDemandRTSPServer" demo application
for streaming via RTSPS (RTSP-over-TLS) and optionally SRTP (encrypted RTP/RTCP).
To use this, you would need to define SERVER_USE_TLS, and PATHNAME_TO_CERTIFICATE_FILE and
PATHNAME_TO_PRIVATE_KEY_FILE.
---
net/liveMedia/Makefile | 2 +-
net/liveMedia/distinfo | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/net/liveMedia/Makefile b/net/liveMedia/Makefile
index a487ce510ac9..af392baabe9f 100644
--- a/net/liveMedia/Makefile
+++ b/net/liveMedia/Makefile
@@ -1,7 +1,7 @@
# Created by: nork@FreeBSD.org
PORTNAME= liveMedia
-DISTVERSION= 2022.04.26
+DISTVERSION= 2022.06.16
PORTEPOCH= 2
CATEGORIES= net devel
MASTER_SITES= http://www.live555.com/liveMedia/public/ \
diff --git a/net/liveMedia/distinfo b/net/liveMedia/distinfo
index f67e7734d762..d8a5799c9e6f 100644
--- a/net/liveMedia/distinfo
+++ b/net/liveMedia/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1651168162
-SHA256 (live.2022.04.26.tar.gz) = 24fd24d53da1ac8f8282173039e99c9952186c18404b1fc3b1d4c0e9f49414e7
-SIZE (live.2022.04.26.tar.gz) = 701307
+TIMESTAMP = 1655550613
+SHA256 (live.2022.06.16.tar.gz) = f38394430fbe44da87dec018e12eb25d1257658fb94f455d4c852a10bb95755d
+SIZE (live.2022.06.16.tar.gz) = 701825