Bug 237834 - math/pdal: Update to 1.9.1
Summary: math/pdal: Update to 1.9.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Steve Wills
URL:
Keywords: easy, patch-ready
Depends on:
Blocks:
 
Reported: 2019-05-11 06:45 UTC by Loïc Bartoletti
Modified: 2019-05-11 11:32 UTC (History)
1 user (show)

See Also:


Attachments
pdal 1.9.1 (3.96 KB, patch)
2019-05-11 06:45 UTC, Loïc Bartoletti
lbartoletti: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Loïc Bartoletti freebsd_committer freebsd_triage 2019-05-11 06:45:59 UTC
Created attachment 204316 [details]
pdal 1.9.1

update pdal to 1.9.1

Version 1.9.1 is a bug fix release.

Bug Fixes
When writing numerous LAS files with the PDAL API, an internal list
of fields to forward could grow excessively. This has been fixed.
(#2452)
A computation in writers.gdal that could overflow with very large
rasters has been fixed. (#2454)
A bug that could result in the same pipeline tag name being used for
multiple stages of the same type has been fixed. (#2458)
A potential segmentation fault in pdal density has been fixed.
(#2461)
A segmentation fault in filters.chipper when processing multiple
inputs has been fixed. (#2479)
An issue with readers.ept overwriting temporary files before they
weren’t needed has been fixed. (#2474)
Fixed an issue where filters.icp would create data that appeared
invalid due to the precision of data when positions weren’t located
near the origin. (#2492)

--

Poudriere 11/12 i386/amd64
Steve I forgot to add the patch for i386 in pdal 1.9.0 my bad... I double checked for this, and it's here :)
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-05-11 11:31:52 UTC
A commit references this bug:

Author: swills
Date: Sat May 11 11:31:43 UTC 2019
New revision: 501251
URL: https://svnweb.freebsd.org/changeset/ports/501251

Log:
  math/pdal: update to 1.9.1

  PR:		237834
  Submitted by:	lbartoletti <lbartoletti@tuxfamily.org> (maintainer)

Changes:
  head/math/pdal/Makefile
  head/math/pdal/distinfo
  head/math/pdal/files/patch-test_unit_filters_DelaunayFilterTest.cpp
  head/math/pdal/pkg-plist
Comment 2 Steve Wills freebsd_committer freebsd_triage 2019-05-11 11:32:59 UTC
Committed, thanks!