Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 2020 11:39:25 +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: r522777 - head/net/liveMedia
Message-ID:  <202001121139.00CBdP4o048454@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sun Jan 12 11:39:24 2020
New Revision: 522777
URL: https://svnweb.freebsd.org/changeset/ports/522777

Log:
  net/liveMedia: update to 2020.01.11
  
  2020.01.11:
  - Added a new application "mikeyParse" to "testProgs".  "mikeyParse" parses a Base64 string
    - that encodes a binary MIKEY (multimedia key management) message - and outputs a human-readable
    description of the MIKEY message. (The Base64 string could, for example, have been used in a
    SDP "a=key-mgmt:" attribute, as defined by RFC 4567.)
  2020.01.10a:
  - Removed a stray character that had accidentally been inserted into "config.linux-with-shared-libraries",
    preventing it from being used.

Modified:
  head/net/liveMedia/Makefile
  head/net/liveMedia/distinfo
  head/net/liveMedia/pkg-plist

Modified: head/net/liveMedia/Makefile
==============================================================================
--- head/net/liveMedia/Makefile	Sun Jan 12 10:28:43 2020	(r522776)
+++ head/net/liveMedia/Makefile	Sun Jan 12 11:39:24 2020	(r522777)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	liveMedia
-PORTVERSION=	2020.01.10
+PORTVERSION=	2020.01.11
 PORTEPOCH=	2
 CATEGORIES=	net devel
 MASTER_SITES=	http://www.live555.com/liveMedia/public/ \

Modified: head/net/liveMedia/distinfo
==============================================================================
--- head/net/liveMedia/distinfo	Sun Jan 12 10:28:43 2020	(r522776)
+++ head/net/liveMedia/distinfo	Sun Jan 12 11:39:24 2020	(r522777)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578687978
-SHA256 (live.2020.01.10.tar.gz) = bccd448f40795593710b7b1657037fd9f8a40036fd77557e9557c41d284e3d06
-SIZE (live.2020.01.10.tar.gz) = 665003
+TIMESTAMP = 1578828182
+SHA256 (live.2020.01.11.tar.gz) = a874455b46955f6c1ca836006ab8b3227d786cbeeaa4302b90c98b733413a092
+SIZE (live.2020.01.11.tar.gz) = 667730

Modified: head/net/liveMedia/pkg-plist
==============================================================================
--- head/net/liveMedia/pkg-plist	Sun Jan 12 10:28:43 2020	(r522776)
+++ head/net/liveMedia/pkg-plist	Sun Jan 12 11:39:24 2020	(r522777)
@@ -2,6 +2,7 @@ bin/MPEG2TransportStreamIndexer
 bin/live555HLSProxy
 bin/live555MediaServer
 bin/live555ProxyServer
+bin/mikeyParse
 bin/openRTSP
 bin/playSIP
 bin/registerRTSPStream



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001121139.00CBdP4o048454>