svn commit: r524166 - head/net/liveMedia

Tobias C. Berner tcberner at FreeBSD.org
Sun Jan 26 09:49:02 UTC 2020


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


More information about the svn-ports-all mailing list