From b3c86db7f00baf85fb1a315f59f4e8478e300b8c Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Mon, 29 Mar 2021 13:43:59 +0200 Subject: [PATCH] bison: Update to 3.7.6 - Update from 3.7.1 to 3.7.6 - No update of rootfile required - Changelog is too large to include here Full changelog can be viewed in ChangeLog file in the source tarball 3.7.6 1 bug fix 3.7.5 4 bug fixes 3.7.4 2 bug fixes 3.7.3 2 bug fixes 3.7.2 6 bug fixes Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- lfs/bison | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/bison b/lfs/bison index 9c65723f55..3a26814065 100644 --- a/lfs/bison +++ b/lfs/bison @@ -24,7 +24,7 @@ include Config -VER = 3.7.1 +VER = 3.7.6 THISAPP = bison-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -45,7 +45,7 @@ objects =$(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = e7c8c321351ebdf70f5f0825f3faaee2 +$(DL_FILE)_MD5 = d61aa92e3562cb7292b004ce96173cf7 install : $(TARGET) -- 2.39.2