Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Aug 2023 07:26:26 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6c3b343ffe4a - main - cad/openvsp: update to 3.35.2
Message-ID:  <202308020726.3727QQ5D041361@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6c3b343ffe4a2303751272e28392f897e661ddf2

commit 6c3b343ffe4a2303751272e28392f897e661ddf2
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2023-07-31 07:38:46 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2023-08-02 07:26:06 +0000

    cad/openvsp: update to 3.35.2
    
    ChangeLog: https://github.com/OpenVSP/OpenVSP/releases/tag/OpenVSP_3.35.2
    
    Quick fix to prevent inf and nan values from propagating to delabella
    where they can cause a crash.
    
    These inf values likely come from the tri-tri intersection code.  Fixing
    them there would be preferable, but this remains a reasonable safeguard.
---
 cad/openvsp/Makefile | 2 +-
 cad/openvsp/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/cad/openvsp/Makefile b/cad/openvsp/Makefile
index 301909b450ef..bc76f99c25df 100644
--- a/cad/openvsp/Makefile
+++ b/cad/openvsp/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	openvsp
 DISTVERSIONPREFIX=	${GH_PROJECT}_
-DISTVERSION=	3.35.1
+DISTVERSION=	3.35.2
 CATEGORIES=	cad
 
 MAINTAINER=	fernape@FreeBSD.org
diff --git a/cad/openvsp/distinfo b/cad/openvsp/distinfo
index 57db7e26bf78..0e155c14590f 100644
--- a/cad/openvsp/distinfo
+++ b/cad/openvsp/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1690548923
-SHA256 (OpenVSP-OpenVSP-OpenVSP_3.35.1_GH0.tar.gz) = 68c9cdb37e82ea9a36043c398856d969b8d0e53050a37ccd296fc282c731184c
-SIZE (OpenVSP-OpenVSP-OpenVSP_3.35.1_GH0.tar.gz) = 151199226
+TIMESTAMP = 1690789114
+SHA256 (OpenVSP-OpenVSP-OpenVSP_3.35.2_GH0.tar.gz) = 6637230c749c70437d50518e2015c12a416c2ecbf5afac60d8fafbc87830a350
+SIZE (OpenVSP-OpenVSP-OpenVSP_3.35.2_GH0.tar.gz) = 151199292



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308020726.3727QQ5D041361>