From 2447d421299d1991353c7222c5ea825e9f39d68d Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Tue, 12 Nov 2019 15:54:58 +0000 Subject: [PATCH] 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.) --- net/liveMedia/Makefile | 2 +- net/liveMedia/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/liveMedia/Makefile b/net/liveMedia/Makefile index ca28ef946f2d..375572207c8c 100644 --- a/net/liveMedia/Makefile +++ b/net/liveMedia/Makefile @@ -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/ \ diff --git a/net/liveMedia/distinfo b/net/liveMedia/distinfo index 6f19c697d5cd..8c1da546cfbd 100644 --- a/net/liveMedia/distinfo +++ b/net/liveMedia/distinfo @@ -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