Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/bc-gh nbc-gh: Update to 3.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c00ca29d201
branches:  trunk
changeset: 434619:1c00ca29d201
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Fri Jun 19 18:04:05 2020 +0000

description:
nbc-gh: Update to 3.0.0

Upstream changes:

  multiple bug fixes and minor improvements
  redesign of signal handling (not intended to be user visible)

Besides the following, see NEWS in the sources for details.

  *First, the `2.7.0` release series saw a change in the option parsing. This made
  me change one error message and add a few others. The error message that was
  changed removed one format specifier. This means that `printf()` will seqfault
  on old locale files. Unfortunately, `bc` cannot use any locale files except the
  global ones that are already installed, so it will use the previous ones while
  running tests during install. **If `bc` segfaults while running arg tests when
  updating, it is because the global locale files have not been replaced. Make
  sure to either prevent the test suite from running on update or remove the old
  locale files before updating.** Once this is done, `bc` should install without
  problems.*

  *Second, **the option to build without signal support has been removed**. See
  below for the reasons why.*

  This is a production release with some small bug fixes, a few improvements,
  three major bug fixes, and a complete redesign of `bc`'s error and signal
  handling. **Users and package maintainers should update to this version as soon
  as possible.**

diffstat:

 math/bc-gh/Makefile |   4 ++--
 math/bc-gh/PLIST    |   3 ++-
 math/bc-gh/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (44 lines):

diff -r b79db8d01c63 -r 1c00ca29d201 math/bc-gh/Makefile
--- a/math/bc-gh/Makefile       Fri Jun 19 17:40:49 2020 +0000
+++ b/math/bc-gh/Makefile       Fri Jun 19 18:04:05 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2020/05/16 22:54:21 gdt Exp $
+# $NetBSD: Makefile,v 1.5 2020/06/19 18:04:05 gdt Exp $
 
-VERSION=       2.7.2
+VERSION=       3.0.0
 DISTNAME=      bc-${VERSION}
 PKGNAME=       bc-gh-${VERSION}
 CATEGORIES=    math
diff -r b79db8d01c63 -r 1c00ca29d201 math/bc-gh/PLIST
--- a/math/bc-gh/PLIST  Fri Jun 19 17:40:49 2020 +0000
+++ b/math/bc-gh/PLIST  Fri Jun 19 18:04:05 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2020/05/16 22:54:21 gdt Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/06/19 18:04:05 gdt Exp $
 bin/bc-gh
 bin/dc-gh
 man/man1/bc-gh.1
@@ -36,6 +36,7 @@
 share/locale/en_US.US-ASCII/bc-gh
 share/locale/en_US.UTF-8/bc-gh
 share/locale/en_US/bc-gh
+share/locale/es_ES.UTF-8/bc-gh
 share/locale/fr_BE.ISO8859-1/bc-gh
 share/locale/fr_BE.ISO8859-15/bc-gh
 share/locale/fr_BE.UTF-8/bc-gh
diff -r b79db8d01c63 -r 1c00ca29d201 math/bc-gh/distinfo
--- a/math/bc-gh/distinfo       Fri Jun 19 17:40:49 2020 +0000
+++ b/math/bc-gh/distinfo       Fri Jun 19 18:04:05 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2020/05/16 22:54:21 gdt Exp $
+$NetBSD: distinfo,v 1.5 2020/06/19 18:04:05 gdt Exp $
 
-SHA1 (bc-2.7.2.tar.xz) = 2332db5d8839202cc2b43e2bebe2654efc093bf1
-RMD160 (bc-2.7.2.tar.xz) = f7f6e4ca0f3befc7a064cc1d308857047af7cc15
-SHA512 (bc-2.7.2.tar.xz) = c2014b16165bf5f8bdadf42bb60ea967a060753c17e13a7c3569d16d218bb3fb644e6a46950e9e7b3aa5a9f6bee4da9b158694909a0ab1fe390b7bb4dc20b303
-Size (bc-2.7.2.tar.xz) = 189020 bytes
+SHA1 (bc-3.0.0.tar.xz) = fb38d19ab90641d1c8324ef32ac30431837935ea
+RMD160 (bc-3.0.0.tar.xz) = 4364ec493901cf45cb6724dbc3bdb7cb84ad0232
+SHA512 (bc-3.0.0.tar.xz) = 4961e030274e763aa02541457aa5aab6cd0d61758861b98d2cdac6acc42c3fb55b6adba72749edd3b663225ab844d7ef60809972478992165b071645fe6af65f
+Size (bc-3.0.0.tar.xz) = 199304 bytes



Home | Main Index | Thread Index | Old Index