svn commit: r555986 - head/net/liveMedia

Tobias C. Berner tcberner at FreeBSD.org
Sat Nov 21 15:30:01 UTC 2020


Author: tcberner
Date: Sat Nov 21 15:30:00 2020
New Revision: 555986
URL: https://svnweb.freebsd.org/changeset/ports/555986

Log:
  net/liveMedia: update to 2020.11.21
  
  2020.11.21:
  - Removed the use of "our_inet_addr()" (and "inet_addr()") functions, and replaced them with
    calls to (the more up-to-date) "inet_pton()" function.
  - Updated the "parseRTSPURL()" function to recognize IP address literals (in "rtsp://" URLs)
    that are enclosed in square brackets [].  (This is how IPv6 address literals are included in
    URs, although we don't yet support IPv6.)

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

Modified: head/net/liveMedia/Makefile
==============================================================================
--- head/net/liveMedia/Makefile	Sat Nov 21 14:41:33 2020	(r555985)
+++ head/net/liveMedia/Makefile	Sat Nov 21 15:30:00 2020	(r555986)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	liveMedia
-DISTVERSION=	2020.11.20
+DISTVERSION=	2020.11.21
 PORTEPOCH=	2
 CATEGORIES=	net devel
 MASTER_SITES=	http://www.live555.com/liveMedia/public/ \

Modified: head/net/liveMedia/distinfo
==============================================================================
--- head/net/liveMedia/distinfo	Sat Nov 21 14:41:33 2020	(r555985)
+++ head/net/liveMedia/distinfo	Sat Nov 21 15:30:00 2020	(r555986)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1605942621
-SHA256 (live.2020.11.20.tar.gz) = 90b005678804f8cf1b51b8f2175dc06daed5b03320699c2b7f813f6f6269c99e
-SIZE (live.2020.11.20.tar.gz) = 677853
+TIMESTAMP = 1605972258
+SHA256 (live.2020.11.21.tar.gz) = 84b79c9dfddd62b4bfb6524b34d5f902474318a4f3edefcd18f08ec11f36d3b7
+SIZE (live.2020.11.21.tar.gz) = 677990


More information about the svn-ports-head mailing list