pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/bison bison: update to 3.7.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/de4bedb1d5ff
branches:  trunk
changeset: 446083:de4bedb1d5ff
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Feb 03 20:02:16 2021 +0000

description:
bison: update to 3.7.5.

* Noteworthy changes in release 3.7.5 (2021-01-24) [stable]

** Bug fixes

*** Counterexample Generation

  In some cases counterexample generation could crash.  This is fixed.

*** Fix Table Generation

  In some very rare conditions, when there are many useless tokens, it was
  possible to generate incorrect parsers.

*** GLR parsers now support %merge together with api.value.type=union.

*** C++ parsers use noexcept in more places.

*** Generated parsers avoid some warnings about signedness issues.

*** C-language parsers now avoid warnings from pedantic clang.

*** C-language parsers now work around quirks of HP-UX 11.23 (2003).

diffstat:

 devel/bison/Makefile |   4 ++--
 devel/bison/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r 8aa56d8a15d5 -r de4bedb1d5ff devel/bison/Makefile
--- a/devel/bison/Makefile      Wed Feb 03 20:00:47 2021 +0000
+++ b/devel/bison/Makefile      Wed Feb 03 20:02:16 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.118 2020/11/23 13:55:13 wiz Exp $
+# $NetBSD: Makefile,v 1.119 2021/02/03 20:02:16 wiz Exp $
 
-DISTNAME=      bison-3.7.4
+DISTNAME=      bison-3.7.5
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GNU:=bison/}
 EXTRACT_SUFX=  .tar.xz
diff -r 8aa56d8a15d5 -r de4bedb1d5ff devel/bison/distinfo
--- a/devel/bison/distinfo      Wed Feb 03 20:00:47 2021 +0000
+++ b/devel/bison/distinfo      Wed Feb 03 20:02:16 2021 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.56 2020/11/23 13:55:13 wiz Exp $
+$NetBSD: distinfo,v 1.57 2021/02/03 20:02:16 wiz Exp $
 
-SHA1 (bison-3.7.4.tar.xz) = 3fa6e50d9cb7145e7c2c1ad354e621c0eeb21d88
-RMD160 (bison-3.7.4.tar.xz) = 936dd31b836b4cdf52df3e900ceb6c241804a42c
-SHA512 (bison-3.7.4.tar.xz) = 3fc13ab21e28218afc9b7f1196a5607de7ff4403c4126df359848422a8057ac6c17ce4344864dd320b7c47a08d98e0f3e2929f25b06be3b1f1c867c0568f367c
-Size (bison-3.7.4.tar.xz) = 2617336 bytes
+SHA1 (bison-3.7.5.tar.xz) = b3b1adab66f286bdd2cfb129df0cf44569f86942
+RMD160 (bison-3.7.5.tar.xz) = f1c4b3443c4ce51619d33f6e92b76cc3cf37b048
+SHA512 (bison-3.7.5.tar.xz) = 98cdfaf114b8f8eb0927b29fe999dc9629336333d85bd2f87c4c558125500c44ee6fbfff453e3121c7e9e239a632f8c72e08c39be7dfb045361d35ec59d31811
+Size (bison-3.7.5.tar.xz) = 2622228 bytes
 SHA1 (patch-Makefile.in) = e50363d642f045dafb71a9b7c8b0814995029e1c
 SHA1 (patch-lib_isnan.c) = 5b44fc6e2e97e36f91cd784bf3a38ad459fccdab



Home | Main Index | Thread Index | Old Index