svn commit: r546046 - head/net/liveMedia

Tobias C. Berner tcberner at FreeBSD.org
Mon Aug 24 06:23:46 UTC 2020


Author: tcberner
Date: Mon Aug 24 06:23:45 2020
New Revision: 546046
URL: https://svnweb.freebsd.org/changeset/ports/546046

Log:
  net/liveMedia: udpate to 2020.08.19
  
  2020.08.19:
  - Fixed a bug in "QuickTimeFileSink" that could cause malformed "esds" atoms to be
    generated.  (Thanks to Chris Paucar for reporting this issue.)
  2020.08.18:
  - In "MPEG2TransportStreamFromESSource.cpp", changed the name of the constant LOW_WATER_MARK
    to TS_FROM_ES_LOW_WATER_MARK, and "#ifndef"d it, so that, if you wish, you can redefine it
    at compile time.

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

Modified: head/net/liveMedia/Makefile
==============================================================================
--- head/net/liveMedia/Makefile	Mon Aug 24 06:17:38 2020	(r546045)
+++ head/net/liveMedia/Makefile	Mon Aug 24 06:23:45 2020	(r546046)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	liveMedia
-DISTVERSION=	2020.08.12
+DISTVERSION=	2020.08.19
 PORTEPOCH=	2
 CATEGORIES=	net devel
 MASTER_SITES=	http://www.live555.com/liveMedia/public/ \

Modified: head/net/liveMedia/distinfo
==============================================================================
--- head/net/liveMedia/distinfo	Mon Aug 24 06:17:38 2020	(r546045)
+++ head/net/liveMedia/distinfo	Mon Aug 24 06:23:45 2020	(r546046)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1597429835
-SHA256 (live.2020.08.12.tar.gz) = 6380e357076b172c757beccf7f2cc270a7ed3551748d839e2492ea0132062ff6
-SIZE (live.2020.08.12.tar.gz) = 677755
+TIMESTAMP = 1598208206
+SHA256 (live.2020.08.19.tar.gz) = af3af7f2510b0b45f38892c232abca2cee2ab36a62503e7085b47ed2c3c2c537
+SIZE (live.2020.08.19.tar.gz) = 677916


More information about the svn-ports-all mailing list