Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 2020 09:49:01 +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: r524166 - head/net/liveMedia
Message-ID:  <202001260949.00Q9n1Gc028006@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sun Jan 26 09:49:01 2020
New Revision: 524166
URL: https://svnweb.freebsd.org/changeset/ports/524166

Log:
  net/liveMedia: update to 2020.01.24
  
  2020.01.24:
  - Added #ifdefs around the code in the function "setSocketKeepAlive()" (in "GroupsockHelper.cpp")
    in case "TCP_KEEPCNT" and/or "TCP_KEEPINTVL" are not defined.
    (Thanks to Wictor Lund for reporting this issue.)
  - More minor improvements to the "mikeyParse" testProg

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

Modified: head/net/liveMedia/Makefile
==============================================================================
--- head/net/liveMedia/Makefile	Sun Jan 26 09:46:18 2020	(r524165)
+++ head/net/liveMedia/Makefile	Sun Jan 26 09:49:01 2020	(r524166)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	liveMedia
-PORTVERSION=	2020.01.23
+PORTVERSION=	2020.01.24
 PORTEPOCH=	2
 CATEGORIES=	net devel
 MASTER_SITES=	http://www.live555.com/liveMedia/public/ \

Modified: head/net/liveMedia/distinfo
==============================================================================
--- head/net/liveMedia/distinfo	Sun Jan 26 09:46:18 2020	(r524165)
+++ head/net/liveMedia/distinfo	Sun Jan 26 09:49:01 2020	(r524166)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1579886986
-SHA256 (live.2020.01.23.tar.gz) = 8b5ba7b35ecaac69c7704e8f4ba589f3f666a9579fd4af0f88f2950a6fe736c7
-SIZE (live.2020.01.23.tar.gz) = 667909
+TIMESTAMP = 1580031298
+SHA256 (live.2020.01.24.tar.gz) = bdfb9f916a715b300a684e3758b9264988e116d0db2a237ee3539d2c85883c01
+SIZE (live.2020.01.24.tar.gz) = 667932



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