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()".
This commit is contained in:
parent
8e0666b7a9
commit
dd9e7f671c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=552546
2 changed files with 4 additions and 4 deletions
|
@ -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/ \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue