pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/bison



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar 14 08:16:02 UTC 2021

Modified Files:
        pkgsrc/devel/bison: Makefile distinfo

Log Message:
bison: update to 3.7.6.

* Noteworthy changes in release 3.7.6 (2021-03-08) [stable]

** Bug fixes

*** Reused Push Parsers

  When a push-parser state structure is used for multiple parses, it was
  possible for some state to leak from one run into the following one.

*** Fix Table Generation

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


To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 pkgsrc/devel/bison/Makefile
cvs rdiff -u -r1.57 -r1.58 pkgsrc/devel/bison/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/bison/Makefile
diff -u pkgsrc/devel/bison/Makefile:1.119 pkgsrc/devel/bison/Makefile:1.120
--- pkgsrc/devel/bison/Makefile:1.119   Wed Feb  3 20:02:16 2021
+++ pkgsrc/devel/bison/Makefile Sun Mar 14 08:16:02 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.119 2021/02/03 20:02:16 wiz Exp $
+# $NetBSD: Makefile,v 1.120 2021/03/14 08:16:02 wiz Exp $
 
-DISTNAME=      bison-3.7.5
+DISTNAME=      bison-3.7.6
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GNU:=bison/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/devel/bison/distinfo
diff -u pkgsrc/devel/bison/distinfo:1.57 pkgsrc/devel/bison/distinfo:1.58
--- pkgsrc/devel/bison/distinfo:1.57    Wed Feb  3 20:02:16 2021
+++ pkgsrc/devel/bison/distinfo Sun Mar 14 08:16:02 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.57 2021/02/03 20:02:16 wiz Exp $
+$NetBSD: distinfo,v 1.58 2021/03/14 08:16:02 wiz Exp $
 
-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 (bison-3.7.6.tar.xz) = bbd6362383a7276cd85ed3f19cb5416aeb98e5db
+RMD160 (bison-3.7.6.tar.xz) = 97ad0da72284a606651523151ce8222d1418e1fa
+SHA512 (bison-3.7.6.tar.xz) = 6c1c9b825fbd2c94b8903f03a7e68e6832599f7bbd8d3c49864537c11b038c45a15de02fd36128d662af314334c83515bbc132df84e9acc6c651e98649c65bad
+Size (bison-3.7.6.tar.xz) = 2627180 bytes
 SHA1 (patch-Makefile.in) = e50363d642f045dafb71a9b7c8b0814995029e1c
 SHA1 (patch-lib_isnan.c) = 5b44fc6e2e97e36f91cd784bf3a38ad459fccdab



Home | Main Index | Thread Index | Old Index