diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-01-10 20:38:25 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-01-10 20:38:25 +0000 |
commit | e326d6ecabc7c690696221959746ed24f26c6420 (patch) | |
tree | 5124633ea9704160b7debf48e093115f09041bb0 | |
parent | Unbreak bulk -a after r522579 (diff) |
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.)
-rw-r--r-- | net/liveMedia/Makefile | 2 | ||||
-rw-r--r-- | net/liveMedia/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/liveMedia/Makefile b/net/liveMedia/Makefile index aba0887eeab9..0e99a0112e21 100644 --- a/net/liveMedia/Makefile +++ b/net/liveMedia/Makefile @@ -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/ \ diff --git a/net/liveMedia/distinfo b/net/liveMedia/distinfo index 4e3a79133253..50bf9dbbf4c2 100644 --- a/net/liveMedia/distinfo +++ b/net/liveMedia/distinfo @@ -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 |