Date: Mon, 24 Aug 2020 06:23:46 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546046 - head/net/liveMedia Message-ID: <202008240623.07O6NkdJ095800@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008240623.07O6NkdJ095800>