svn commit: r523763 - head/net/liveMedia

Tobias C. Berner tcberner at FreeBSD.org
Wed Jan 22 05:27:53 UTC 2020


Author: tcberner
Date: Wed Jan 22 05:27:52 2020
New Revision: 523763
URL: https://svnweb.freebsd.org/changeset/ports/523763

Log:
  net/liveMedia: update to 2020.01.19
  
  2020.01.19:
  - Updated "TLSState::read()" to allow for "SSL_read()" 'failing' with a
    SSL_ERROR_WANT_READ error code.  If this happens, we just pretend to succeed, but
    returning a read count of 0.  Fortunately, "RTSPClient" (the only code that calls
    "TLSState::read()" will handle this OK, and the read will get recalled again when ready.
  - Minor improvements to the output of the "mikeyParse" demo application.

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

Modified: head/net/liveMedia/Makefile
==============================================================================
--- head/net/liveMedia/Makefile	Wed Jan 22 05:11:38 2020	(r523762)
+++ head/net/liveMedia/Makefile	Wed Jan 22 05:27:52 2020	(r523763)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	liveMedia
-PORTVERSION=	2020.01.11
+PORTVERSION=	2020.01.19
 PORTEPOCH=	2
 CATEGORIES=	net devel
 MASTER_SITES=	http://www.live555.com/liveMedia/public/ \

Modified: head/net/liveMedia/distinfo
==============================================================================
--- head/net/liveMedia/distinfo	Wed Jan 22 05:11:38 2020	(r523762)
+++ head/net/liveMedia/distinfo	Wed Jan 22 05:27:52 2020	(r523763)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578828182
-SHA256 (live.2020.01.11.tar.gz) = a874455b46955f6c1ca836006ab8b3227d786cbeeaa4302b90c98b733413a092
-SIZE (live.2020.01.11.tar.gz) = 667730
+TIMESTAMP = 1579670550
+SHA256 (live.2020.01.19.tar.gz) = 582ab7b2a4e62fb4469ef9eea69bc3bab15939b9de0a06b3fcf6f0d6419f796f
+SIZE (live.2020.01.19.tar.gz) = 667800


More information about the svn-ports-all mailing list