Date: Fri, 5 Mar 2021 10:21:00 +0000 (UTC) From: =?UTF-8?Q?Stefan_E=c3=9fer?= <se@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567375 - head/math/gh-bc Message-ID: <202103051021.125AL0DC039004@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: se Date: Fri Mar 5 10:21:00 2021 New Revision: 567375 URL: https://svnweb.freebsd.org/changeset/ports/567375 Log: Update to version 3.3.3 This version fixes a potential division be 0 in the extended math library (in the non-standard function "root") and makes length(0) return 1 to restore the behavior of the traditional bc in FreeBSD and of GNU bc. Modified: head/math/gh-bc/Makefile head/math/gh-bc/distinfo Modified: head/math/gh-bc/Makefile ============================================================================== --- head/math/gh-bc/Makefile Fri Mar 5 10:14:56 2021 (r567374) +++ head/math/gh-bc/Makefile Fri Mar 5 10:21:00 2021 (r567375) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bc -PORTVERSION= 3.3.0 +PORTVERSION= 3.3.3 CATEGORIES= math lang PKGNAMEPREFIX= gh- Modified: head/math/gh-bc/distinfo ============================================================================== --- head/math/gh-bc/distinfo Fri Mar 5 10:14:56 2021 (r567374) +++ head/math/gh-bc/distinfo Fri Mar 5 10:21:00 2021 (r567375) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613591652 -SHA256 (gavinhoward-bc-3.3.0_GH0.tar.gz) = 3b082480e3d789d73b14187c8bf739b79f095d1b303a2403dda7dd2922b1a5e9 -SIZE (gavinhoward-bc-3.3.0_GH0.tar.gz) = 1123031 +TIMESTAMP = 1614939425 +SHA256 (gavinhoward-bc-3.3.3_GH0.tar.gz) = f2a7b6f38d32918e5d52410c7a4fb668c221af2825bd796aa093003e4fb963c9 +SIZE (gavinhoward-bc-3.3.3_GH0.tar.gz) = 1123242
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103051021.125AL0DC039004>