svn commit: r487495 - branches/2018Q4/net/liveMedia
Thomas Zander
riggs at FreeBSD.org
Sat Dec 15 09:02:06 UTC 2018
Author: riggs
Date: Sat Dec 15 09:02:05 2018
New Revision: 487495
URL: https://svnweb.freebsd.org/changeset/ports/487495
Log:
MFH: r487493
Update to upstream release as of 2018.12.14
Details:
- Added support for sending (and handling) RTCP "BYE" packets that
contain a 'reason' string.
- Fixed a bug in the server implementation of RTSP-over-HTTP to
prevent a potential denial-of-service attack.
- Upstream changelog, see:
http://www.live555.com/liveMedia/public/changelog.txt
Approved by: ports-secteam (riggs)
Modified:
branches/2018Q4/net/liveMedia/Makefile
branches/2018Q4/net/liveMedia/distinfo
Directory Properties:
branches/2018Q4/ (props changed)
Modified: branches/2018Q4/net/liveMedia/Makefile
==============================================================================
--- branches/2018Q4/net/liveMedia/Makefile Sat Dec 15 09:00:09 2018 (r487494)
+++ branches/2018Q4/net/liveMedia/Makefile Sat Dec 15 09:02:05 2018 (r487495)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= liveMedia
-PORTVERSION= 2018.10.17
+PORTVERSION= 2018.12.14
PORTEPOCH= 2
CATEGORIES= net devel
MASTER_SITES= http://www.live555.com/liveMedia/public/ \
Modified: branches/2018Q4/net/liveMedia/distinfo
==============================================================================
--- branches/2018Q4/net/liveMedia/distinfo Sat Dec 15 09:00:09 2018 (r487494)
+++ branches/2018Q4/net/liveMedia/distinfo Sat Dec 15 09:02:05 2018 (r487495)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1540736399
-SHA256 (live.2018.10.17.tar.gz) = 7c68d9c95b39acd309a2b6a4fc14c3837544a9be3f64062ed38d1ad6f68dc9e8
-SIZE (live.2018.10.17.tar.gz) = 634220
+TIMESTAMP = 1544813221
+SHA256 (live.2018.12.14.tar.gz) = 8dc31f76909602c3c07c8f876237e6ab7ac674d00f1bb065eda20e719f772a47
+SIZE (live.2018.12.14.tar.gz) = 647632
More information about the svn-ports-branches
mailing list