Date: Fri, 24 Jan 2020 17:40:51 +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: r523976 - head/net/liveMedia Message-ID: <202001241740.00OHeprF072866@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001241740.00OHeprF072866>