diff options
author | Hans Dedecker <dedeckeh@gmail.com> | 2018-11-15 11:29:04 +0100 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2018-11-15 11:45:25 +0100 |
commit | 80526d2fed2351e7e2dbd8b7e0c296856624481f (patch) | |
tree | 387db1022fd1ef5f5060690757626753d7d0dc38 /tools/bison | |
parent | 3a6bddd7f75f130ff7c6819073ee7f61f44696b6 (diff) | |
download | upstream-80526d2fed2351e7e2dbd8b7e0c296856624481f.tar.gz upstream-80526d2fed2351e7e2dbd8b7e0c296856624481f.tar.bz2 upstream-80526d2fed2351e7e2dbd8b7e0c296856624481f.zip |
bison: update to 3.2.1
Chnages since 3.2:
b590ad02 version 3.2.1
05e70adf build: fix issues in the generated tarball
7efe0b5d build: fix typo
351e3630 NEWS: update
4fd1fc70 examples: ship them
e02ce4c7 build: minor fixes in doc/
7cab285e CI: maximize chances of errors sooner
86efe282 c++: improve the generated documentation
cf1446dc tests: don't fail if the C++ compiler does not work
e93c40b3 tests: don't disable C++ warnings in C files
eff67391 c++: workaround portability issue
5a0d7802 tests: work around getopt portability issues
f1e0839c doc: -Wzero-as-null-pointer-constant was added to GCC 4.7
3bf429ae examples: #include <cstring> in calc++
f8cadc73 c: provide a definition of _Noreturn that works for C++
bd7aebb8 c: update the definition of _Noreturn
ca8039e6 tests: don't expect the shell to support 'local'
5d07f4f7 bitset: fix warning
e605ad96 build: fix use of gnulib Make variables
50fac71d maint: post-release administrivia
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'tools/bison')
-rw-r--r-- | tools/bison/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/bison/Makefile b/tools/bison/Makefile index aee92260c1..4cdf7520c3 100644 --- a/tools/bison/Makefile +++ b/tools/bison/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bison -PKG_VERSION:=3.2 +PKG_VERSION:=3.2.1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/$(PKG_NAME) -PKG_HASH:=deec377b95aa72ec4e1a33fe2c938d2480749d740b5291a7cc1d77808d3710bf +PKG_HASH:=8ba8bd5d6e935d01b89382fa5c2fa7602e03bbb435575087bfdc3c450d4d9ecd HOST_BUILD_PARALLEL:=1 |