Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Oct 2020 05:42:15 +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: r552546 - head/net/liveMedia
Message-ID:  <202010170542.09H5gFp1053227@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Oct 17 05:42:15 2020
New Revision: 552546
URL: https://svnweb.freebsd.org/changeset/ports/552546

Log:
  net/liveMedia: update to 2020.10.16
  
  2020.10.16:
  - Changed "TLSState::read()" to treat any "SSL_read()" result of <=0 as if the
    TLS connection has closed (unless the error was SSL_ERROR_WANT_READ).
    This fixes a problem that could cause 100% CPU usage in RTSP client applications.
    (Thanks to Larry Wu for reporting this.)
  - Updated "TLSState::setup()" to use "TLS_client_method()" instead of the (deprecated)
    "SSLv23_client_method()".

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

Modified: head/net/liveMedia/Makefile
==============================================================================
--- head/net/liveMedia/Makefile	Sat Oct 17 05:15:05 2020	(r552545)
+++ head/net/liveMedia/Makefile	Sat Oct 17 05:42:15 2020	(r552546)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	liveMedia
-DISTVERSION=	2020.08.19
+DISTVERSION=	2020.10.16
 PORTEPOCH=	2
 CATEGORIES=	net devel
 MASTER_SITES=	http://www.live555.com/liveMedia/public/ \

Modified: head/net/liveMedia/distinfo
==============================================================================
--- head/net/liveMedia/distinfo	Sat Oct 17 05:15:05 2020	(r552545)
+++ head/net/liveMedia/distinfo	Sat Oct 17 05:42:15 2020	(r552546)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1598208206
-SHA256 (live.2020.08.19.tar.gz) = af3af7f2510b0b45f38892c232abca2cee2ab36a62503e7085b47ed2c3c2c537
-SIZE (live.2020.08.19.tar.gz) = 677916
+TIMESTAMP = 1602913070
+SHA256 (live.2020.10.16.tar.gz) = 76ba4eb4e846caab97aef9b425866c80e0ab52252146b5b024d3d3ad934d3e78
+SIZE (live.2020.10.16.tar.gz) = 677929



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