[Lunar-commits] <moonbase> bison: version bumped to 2.4.3.

Florin Braescu florin at lunar-linux.org
Sat Aug 7 11:41:13 CEST 2010


commit 3af214c1bc2bda60cee2c254e94548d439b24474
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sat Aug 7 12:41:13 2010 +0300

    bison: version bumped to 2.4.3.
    
    Changes:
    ** Bison now obeys -Werror and --warnings=error for warnings about
       grammar rules that are useless in the parser due to conflicts.
    ** Failures in the test suite for GCC 4.5 have been fixed.
    ** Contrary to Bison 2.4.2's NEWS entry, it has been decided that
       warnings about undefined %prec identifiers will not be converted to
       errors in Bison 2.5. They will remain warnings, which should be
       sufficient for POSIX while avoiding backward compatibility issues.
    ** Minor documentation fixes.
---
 devel/bison/DETAILS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/devel/bison/DETAILS b/devel/bison/DETAILS
index 3dde0da..0a21bab 100644
--- a/devel/bison/DETAILS
+++ b/devel/bison/DETAILS
@@ -1,12 +1,12 @@
           MODULE=bison
-         VERSION=2.4.2
+         VERSION=2.4.3
           SOURCE=$MODULE-$VERSION.tar.bz2
    SOURCE_URL[0]=$GNU_URL/$MODULE
    SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
         WEB_SITE=http://www.gnu.org/software/bison/bison.html
-      SOURCE_VFY=sha1:4e2c4b40a248748989b3fe7f0d89022ea11a8d6f
+      SOURCE_VFY=sha1:2345d568c1ab7fdfbf4e3ae9e08fc8a82790ba3a
          ENTERED=20010922
-         UPDATED=20100321
+         UPDATED=20100807
            SHORT="A replacement for the parser generator yacc"
 
 cat << EOF


More information about the Lunar-commits mailing list