From owner-svn-ports-head@freebsd.org Thu Nov 12 16:50:08 2020 Return-Path: Delivered-To: svn-ports-head@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 2CE0E2EE6E3; Thu, 12 Nov 2020 16:50:08 +0000 (UTC) (envelope-from lbartoletti@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 4CX6z40gFhz4VTP; Thu, 12 Nov 2020 16:50:08 +0000 (UTC) (envelope-from lbartoletti@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 086F717B9; Thu, 12 Nov 2020 16:50:08 +0000 (UTC) (envelope-from lbartoletti@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0ACGo7oF058989; Thu, 12 Nov 2020 16:50:07 GMT (envelope-from lbartoletti@FreeBSD.org) Received: (from lbartoletti@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0ACGo7JH058987; Thu, 12 Nov 2020 16:50:07 GMT (envelope-from lbartoletti@FreeBSD.org) Message-Id: <202011121650.0ACGo7JH058987@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lbartoletti set sender to lbartoletti@FreeBSD.org using -f From: =?UTF-8?Q?Lo=c3=afc_Bartoletti?= Date: Thu, 12 Nov 2020 16:50:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554973 - head/math/py-pdal X-SVN-Group: ports-head X-SVN-Commit-Author: lbartoletti X-SVN-Commit-Paths: head/math/py-pdal X-SVN-Commit-Revision: 554973 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2020 16:50:08 -0000 Author: lbartoletti Date: Thu Nov 12 16:50:07 2020 New Revision: 554973 URL: https://svnweb.freebsd.org/changeset/ports/554973 Log: math/py-pdal: Update to 2.3.5 - Fix memory leak - Handle metadata with invalid unicode by erroring Modified: head/math/py-pdal/Makefile head/math/py-pdal/distinfo Modified: head/math/py-pdal/Makefile ============================================================================== --- head/math/py-pdal/Makefile Thu Nov 12 16:46:09 2020 (r554972) +++ head/math/py-pdal/Makefile Thu Nov 12 16:50:07 2020 (r554973) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pdal -DISTVERSION= 2.3.4 +DISTVERSION= 2.3.5 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/math/py-pdal/distinfo ============================================================================== --- head/math/py-pdal/distinfo Thu Nov 12 16:46:09 2020 (r554972) +++ head/math/py-pdal/distinfo Thu Nov 12 16:50:07 2020 (r554973) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599047005 -SHA256 (PDAL-2.3.4.tar.gz) = 49dbc095f10e0ce105254e84b468eca7bb5f906404f07fab5da5534565cb35cb -SIZE (PDAL-2.3.4.tar.gz) = 945032 +TIMESTAMP = 1605199158 +SHA256 (PDAL-2.3.5.tar.gz) = 234e335c27a0fdd39f77c1fae4c9dd17ad748abc7908368e6aaedb4fb7f7da21 +SIZE (PDAL-2.3.5.tar.gz) = 945024