Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Nov 2019 15:54:58 +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: r517338 - head/net/liveMedia
Message-ID:  <201911121554.xACFswj3009914@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Tue Nov 12 15:54:58 2019
New Revision: 517338
URL: https://svnweb.freebsd.org/changeset/ports/517338

Log:
  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.)

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

Modified: head/net/liveMedia/Makefile
==============================================================================
--- head/net/liveMedia/Makefile	Tue Nov 12 15:35:50 2019	(r517337)
+++ head/net/liveMedia/Makefile	Tue Nov 12 15:54:58 2019	(r517338)
@@ -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/ \

Modified: head/net/liveMedia/distinfo
==============================================================================
--- head/net/liveMedia/distinfo	Tue Nov 12 15:35:50 2019	(r517337)
+++ head/net/liveMedia/distinfo	Tue Nov 12 15:54:58 2019	(r517338)
@@ -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



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