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:           Fri Oct  8 21:43:05 UTC 2021

Modified Files:
        pkgsrc/devel/bison: Makefile distinfo

Log Message:
bison: update to 3.8.2.

* Noteworthy changes in release 3.8.2 (2021-09-25) [stable]

  Fixed portability issues of bison on Cygwin.

  Improvements in glr2.cc: add support for custom error messages (`%define
  parse.error custom`), allow linking several parsers together.


To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 pkgsrc/devel/bison/Makefile
cvs rdiff -u -r1.60 -r1.61 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.122 pkgsrc/devel/bison/Makefile:1.123
--- pkgsrc/devel/bison/Makefile:1.122   Wed Sep 29 08:40:14 2021
+++ pkgsrc/devel/bison/Makefile Fri Oct  8 21:43:05 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.122 2021/09/29 08:40:14 wiz Exp $
+# $NetBSD: Makefile,v 1.123 2021/10/08 21:43:05 wiz Exp $
 
-DISTNAME=      bison-3.8.1
+DISTNAME=      bison-3.8.2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GNU:=bison/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/devel/bison/distinfo
diff -u pkgsrc/devel/bison/distinfo:1.60 pkgsrc/devel/bison/distinfo:1.61
--- pkgsrc/devel/bison/distinfo:1.60    Thu Oct  7 13:39:14 2021
+++ pkgsrc/devel/bison/distinfo Fri Oct  8 21:43:05 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.60 2021/10/07 13:39:14 nia Exp $
+$NetBSD: distinfo,v 1.61 2021/10/08 21:43:05 wiz Exp $
 
-RMD160 (bison-3.8.1.tar.xz) = 2e86a3970b364def94fe401d75802468460f6a89
-SHA512 (bison-3.8.1.tar.xz) = f87978c41eca4db22de4f64feb3be92e44862d412f75dd84980045faf0f9e7f5a41b25bef8d4acd90743638eab61a7ac111444969d958fef5fe3535bac416921
-Size (bison-3.8.1.tar.xz) = 2800372 bytes
+RMD160 (bison-3.8.2.tar.xz) = ece257fb69ba39b80cf46f8b1668346db318e9ca
+SHA512 (bison-3.8.2.tar.xz) = d4d23af6671406e97257892f90651b67f2ab95219831372be032190b7156c10a3435d457857e677445df8b2327aacccc15344acbbc3808a6f332a93cce23b444
+Size (bison-3.8.2.tar.xz) = 2817324 bytes
 SHA1 (patch-lib_isnan.c) = 5b44fc6e2e97e36f91cd784bf3a38ad459fccdab



Home | Main Index | Thread Index | Old Index