svn commit: r522616 - head/net/liveMedia

Tobias C. Berner tcberner at FreeBSD.org
Fri Jan 10 20:38:26 UTC 2020


Author: tcberner
Date: Fri Jan 10 20:38:25 2020
New Revision: 522616
URL: https://svnweb.freebsd.org/changeset/ports/522616

Log:
  net/livemedia: update to 2020.01.10
  
  2020.01.10:
  - Made sure that each "TaskToken" is set to NULL when its scheduled event occurs, to ensure that
    "unscheduleDelayedTask()" is never later called with it.  Also, because "unscheduleDelayedTask()"
    sets its "TaskToken&" parameter to NULL, there's no need to do this explicitly outside the call.
    (Thanks to Helmut Grohne for proposing this.)
  2020.01.09:
  - Improved the "MediaSession"/"MediaSubsession" SDP parsing code by moving replicated code into a
    single function.  (We also now parse the "key-mgmt" SDP attribute, although we don't yet use it.)

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

Modified: head/net/liveMedia/Makefile
==============================================================================
--- head/net/liveMedia/Makefile	Fri Jan 10 20:37:30 2020	(r522615)
+++ head/net/liveMedia/Makefile	Fri Jan 10 20:38:25 2020	(r522616)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	liveMedia
-PORTVERSION=	2019.12.30
+PORTVERSION=	2020.01.10
 PORTEPOCH=	2
 CATEGORIES=	net devel
 MASTER_SITES=	http://www.live555.com/liveMedia/public/ \

Modified: head/net/liveMedia/distinfo
==============================================================================
--- head/net/liveMedia/distinfo	Fri Jan 10 20:37:30 2020	(r522615)
+++ head/net/liveMedia/distinfo	Fri Jan 10 20:38:25 2020	(r522616)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1577957472
-SHA256 (live.2019.12.30.tar.gz) = 65e5a6ca671023e8783b28894ffd8e290ca7b40bb282554e2af802ff4c8d03b0
-SIZE (live.2019.12.30.tar.gz) = 661560
+TIMESTAMP = 1578687978
+SHA256 (live.2020.01.10.tar.gz) = bccd448f40795593710b7b1657037fd9f8a40036fd77557e9557c41d284e3d06
+SIZE (live.2020.01.10.tar.gz) = 665003


More information about the svn-ports-head mailing list