svn commit: r523976 - head/net/liveMedia

Tobias C. Berner tcberner at FreeBSD.org
Fri Jan 24 17:40:51 UTC 2020


Author: tcberner
Date: Fri Jan 24 17:40:50 2020
New Revision: 523976
URL: https://svnweb.freebsd.org/changeset/ports/523976

Log:
  net/liveMedia: update to 2020.01.23
  
  2020.01.23:
  - Removed stray characters that had been accidentally left in "mikeyParse.cpp" (in "testProgs")
  2020.01.22:
  - Fixed a bug in the "TLSState" constructor (some fields were not initialized properly).
    (Thanks to Horst Possegger for reporting this.)
  - Updated the "mikeyParse" demo application to properly parse the "Key validity" section
    of a "Key Data" sub-payload.

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

Modified: head/net/liveMedia/Makefile
==============================================================================
--- head/net/liveMedia/Makefile	Fri Jan 24 17:38:04 2020	(r523975)
+++ head/net/liveMedia/Makefile	Fri Jan 24 17:40:50 2020	(r523976)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	liveMedia
-PORTVERSION=	2020.01.19
+PORTVERSION=	2020.01.23
 PORTEPOCH=	2
 CATEGORIES=	net devel
 MASTER_SITES=	http://www.live555.com/liveMedia/public/ \

Modified: head/net/liveMedia/distinfo
==============================================================================
--- head/net/liveMedia/distinfo	Fri Jan 24 17:38:04 2020	(r523975)
+++ head/net/liveMedia/distinfo	Fri Jan 24 17:40:50 2020	(r523976)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1579670550
-SHA256 (live.2020.01.19.tar.gz) = 582ab7b2a4e62fb4469ef9eea69bc3bab15939b9de0a06b3fcf6f0d6419f796f
-SIZE (live.2020.01.19.tar.gz) = 667800
+TIMESTAMP = 1579886986
+SHA256 (live.2020.01.23.tar.gz) = 8b5ba7b35ecaac69c7704e8f4ba589f3f666a9579fd4af0f88f2950a6fe736c7
+SIZE (live.2020.01.23.tar.gz) = 667909


More information about the svn-ports-all mailing list