svn commit: r519130 - head/net/liveMedia

Tobias C. Berner tcberner at FreeBSD.org
Fri Dec 6 09:56:24 UTC 2019


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


More information about the svn-ports-all mailing list