From owner-svn-ports-all@freebsd.org Sat Nov 21 15:30:01 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9914E4693EC; Sat, 21 Nov 2020 15:30:01 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CdcmT3vSvz4psk; Sat, 21 Nov 2020 15:30:01 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 747BF241B; Sat, 21 Nov 2020 15:30:01 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0ALFU1E6041909; Sat, 21 Nov 2020 15:30:01 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0ALFU1wa041907; Sat, 21 Nov 2020 15:30:01 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202011211530.0ALFU1wa041907@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 21 Nov 2020 15:30:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555986 - head/net/liveMedia X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/net/liveMedia X-SVN-Commit-Revision: 555986 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2020 15:30:01 -0000 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