Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Dec 2018 08:59:13 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487493 - head/net/liveMedia
Message-ID:  <201812150859.wBF8xDUF074590@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Sat Dec 15 08:59:12 2018
New Revision: 487493
URL: https://svnweb.freebsd.org/changeset/ports/487493

Log:
  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
  
  MFH:		2018Q4

Modified:
  head/net/liveMedia/Makefile
  head/net/liveMedia/distinfo

Modified: head/net/liveMedia/Makefile
==============================================================================
--- head/net/liveMedia/Makefile	Sat Dec 15 08:58:43 2018	(r487492)
+++ head/net/liveMedia/Makefile	Sat Dec 15 08:59:12 2018	(r487493)
@@ -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: head/net/liveMedia/distinfo
==============================================================================
--- head/net/liveMedia/distinfo	Sat Dec 15 08:58:43 2018	(r487492)
+++ head/net/liveMedia/distinfo	Sat Dec 15 08:59:12 2018	(r487493)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812150859.wBF8xDUF074590>