net/liveMedia: update to 2019.11.11
2019.11.11: - Fixed the URL parsing code in "RTSPClient" to allow for the possibility of an embedded password containing a '@'. (Thanks to Ha Viet for reporting this.) - Fixed a potential memory leak in "GenericMediaServer.cpp" (if "addUserRecord()" is called more than once with the same user name. (Thanks to Jeff Shanab for reporting this.)
This commit is contained in:
parent
24170f7905
commit
2447d42129
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517338
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= liveMedia
|
||||
PORTVERSION= 2019.11.06
|
||||
PORTVERSION= 2019.11.11
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= net devel
|
||||
MASTER_SITES= http://www.live555.com/liveMedia/public/ \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1573287673
|
||||
SHA256 (live.2019.11.06.tar.gz) = a512071d1c6dd2caf16ecec0aa2c24f0b1cc4fe789e96adc927ee1fe29be493a
|
||||
SIZE (live.2019.11.06.tar.gz) = 3188914
|
||||
TIMESTAMP = 1573573027
|
||||
SHA256 (live.2019.11.11.tar.gz) = 1173a0b7e96261b0ce5783f0a3c6c1bcdae789f15752587f1e394930747945be
|
||||
SIZE (live.2019.11.11.tar.gz) = 3188855
|
||||
|
Loading…
Reference in New Issue
Block a user