svn commit: r543411 - head/net/liveMedia

Tobias C. Berner tcberner at FreeBSD.org
Sat Jul 25 11:50:51 UTC 2020


Author: tcberner
Date: Sat Jul 25 11:50:50 2020
New Revision: 543411
URL: https://svnweb.freebsd.org/changeset/ports/543411

Log:
  net/liveMedia: update to 2020.07.21
  
  2020.07.21:
  - Updated the "RawVideoRTPSource" implementation to not set "fCurrentPacketCompletesFrame"
    until we are processing the last line in the packet.
    (Thanks to Andrey Lisovoy for reporting this issue.)

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

Modified: head/net/liveMedia/Makefile
==============================================================================
--- head/net/liveMedia/Makefile	Sat Jul 25 11:43:20 2020	(r543410)
+++ head/net/liveMedia/Makefile	Sat Jul 25 11:50:50 2020	(r543411)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	liveMedia
-DISTVERSION=	2020.07.09
+DISTVERSION=	2020.07.21
 PORTEPOCH=	2
 CATEGORIES=	net devel
 MASTER_SITES=	http://www.live555.com/liveMedia/public/ \

Modified: head/net/liveMedia/distinfo
==============================================================================
--- head/net/liveMedia/distinfo	Sat Jul 25 11:43:20 2020	(r543410)
+++ head/net/liveMedia/distinfo	Sat Jul 25 11:50:50 2020	(r543411)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1594373357
-SHA256 (live.2020.07.09.tar.gz) = bc982f5fb2142f084e619d9ab342194e01024dce3aae817ca84c73aea4e0e23e
-SIZE (live.2020.07.09.tar.gz) = 677033
+TIMESTAMP = 1595676865
+SHA256 (live.2020.07.21.tar.gz) = 89b2d99589de2ce9b4007ea6625dfce28317421604cf5131f4e1bf5bf7040b63
+SIZE (live.2020.07.21.tar.gz) = 677120


More information about the svn-ports-all mailing list