Date: Fri, 6 Dec 2019 09:56:23 +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: r519130 - head/net/liveMedia Message-ID: <201912060956.xB69uNHY005986@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Fri Dec 6 09:56:23 2019 New Revision: 519130 URL: https://svnweb.freebsd.org/changeset/ports/519130 Log: net/liveMedia: update to 2019.12.05 2019.12.05: - Fixed a memory leak in the RTSP "REGISTER" command implementation (that I had failed to catch in the previous release). 2019.12.04: - Fixed a couple of memory leaks in the RTSP "REGISTER" command implementation. (Thanks to Micha Kalfon for noting this.) - Changed to protection of the member function "setSDPLinesFromRTPSink" in "OnDemandServerMediaSubsession" from "private:" to "protected:". - Performed the annual update of the copyright years near the start of each file Modified: head/net/liveMedia/Makefile head/net/liveMedia/distinfo Modified: head/net/liveMedia/Makefile ============================================================================== --- head/net/liveMedia/Makefile Fri Dec 6 09:56:21 2019 (r519129) +++ head/net/liveMedia/Makefile Fri Dec 6 09:56:23 2019 (r519130) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= liveMedia -PORTVERSION= 2019.11.22 +PORTVERSION= 2019.12.05 PORTEPOCH= 2 CATEGORIES= net devel MASTER_SITES= http://www.live555.com/liveMedia/public/ \ Modified: head/net/liveMedia/distinfo ============================================================================== --- head/net/liveMedia/distinfo Fri Dec 6 09:56:21 2019 (r519129) +++ head/net/liveMedia/distinfo Fri Dec 6 09:56:23 2019 (r519130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1574545027 -SHA256 (live.2019.11.22.tar.gz) = cd10fbd2d28d0bc39c12ec57b9f6b13fab3bfc7005f5ac8f9c94a9eb34179e90 -SIZE (live.2019.11.22.tar.gz) = 3188892 +TIMESTAMP = 1575625409 +SHA256 (live.2019.12.05.tar.gz) = 8b186ce4c450d91b1efe1a476630748c773a82569372ecdeda909c71cbc42e04 +SIZE (live.2019.12.05.tar.gz) = 3189093
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912060956.xB69uNHY005986>