From bd32e0c3a5d5e80f904b80fe696027aa9d22fc86c678d8d0347ee100bb47e97a Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 10 Aug 2020 06:02:34 +0000 Subject: [PATCH 1/3] Accepting request 824128 from home:AndreasStieger:branches:devel:tools:compiler GNU bison 3.7.1 OBS-URL: https://build.opensuse.org/request/show/824128 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/bison?expand=0&rev=95 --- bison-3.6.4.tar.xz | 3 --- bison-3.6.4.tar.xz.sig | 6 ------ bison-3.7.1.tar.xz | 3 +++ bison-3.7.1.tar.xz.sig | 6 ++++++ bison.changes | 10 ++++++++++ bison.spec | 3 ++- 6 files changed, 21 insertions(+), 10 deletions(-) delete mode 100644 bison-3.6.4.tar.xz delete mode 100644 bison-3.6.4.tar.xz.sig create mode 100644 bison-3.7.1.tar.xz create mode 100644 bison-3.7.1.tar.xz.sig diff --git a/bison-3.6.4.tar.xz b/bison-3.6.4.tar.xz deleted file mode 100644 index 2de33f6..0000000 --- a/bison-3.6.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b13473b31ca7fcf65e5e8a74224368ffd5df19275602a9c9567ba393f18577d -size 2472456 diff --git a/bison-3.6.4.tar.xz.sig b/bison-3.6.4.tar.xz.sig deleted file mode 100644 index b847c5c..0000000 --- a/bison-3.6.4.tar.xz.sig +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCXufHlQAKCRAN3KoyeNUm -TkWRAKCI+Pvf63z+lH/AwlyxjgeKwLPZqQCgoj3AkZNb6nvtw6B3KFz3by+1NYc= -=STV7 ------END PGP SIGNATURE----- diff --git a/bison-3.7.1.tar.xz b/bison-3.7.1.tar.xz new file mode 100644 index 0000000..f1d5281 --- /dev/null +++ b/bison-3.7.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55c215521a13982a9bee68cd42eed51a65713f96c530a739a57de4438ac1bb69 +size 2605940 diff --git a/bison-3.7.1.tar.xz.sig b/bison-3.7.1.tar.xz.sig new file mode 100644 index 0000000..ecf0790 --- /dev/null +++ b/bison-3.7.1.tar.xz.sig @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCXyZ2XAAKCRAN3KoyeNUm +TquyAJ4qq2duldfemDOVIEuOvzwWiX6E1ACbBHvDQkx/H7U41NxYm/lgANoUBiA= +=vAZS +-----END PGP SIGNATURE----- diff --git a/bison.changes b/bison.changes index 98a77f5..d45d693 100644 --- a/bison.changes +++ b/bison.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Aug 3 09:37:35 UTC 2020 - Andreas Stieger + +- GNU bison 3.7.1: + * YYPRINT macro is deprecated + * --graph will generate a *.gv file by default + * Add Counterexample Generation feature + * Add File prefix mapping feature + * Various bug fixes and behavior changes + ------------------------------------------------------------------- Tue Jun 16 19:50:24 UTC 2020 - Andreas Stieger diff --git a/bison.spec b/bison.spec index d00ec45..d204154 100644 --- a/bison.spec +++ b/bison.spec @@ -17,7 +17,7 @@ Name: bison -Version: 3.6.4 +Version: 3.7.1 Release: 0 Summary: The GNU Parser Generator License: GPL-3.0-or-later @@ -29,6 +29,7 @@ Source2: %{name}.keyring Source3: baselibs.conf BuildRequires: flex BuildRequires: gcc-c++ +BuildRequires: libtextstyle-devel >= 0.20.5 Requires: m4 Requires(post): %{install_info_prereq} Requires(preun): %{install_info_prereq} From f48ec7d77095e7eae609876521cdf9a2dfad6f9360bd71aee26fb05f5786540f Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 19 Aug 2020 06:02:27 +0000 Subject: [PATCH 2/3] Accepting request 827682 from home:AndreasStieger:branches:devel:tools:compiler Remove optional dependency on libtextstyle-devel again to avoid expanding Ring0 SR#825215 OBS-URL: https://build.opensuse.org/request/show/827682 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/bison?expand=0&rev=96 --- bison.changes | 2 +- bison.spec | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bison.changes b/bison.changes index d45d693..8a1ec28 100644 --- a/bison.changes +++ b/bison.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Mon Aug 3 09:37:35 UTC 2020 - Andreas Stieger +Tue Aug 18 20:45:28 UTC 2020 - Andreas Stieger - GNU bison 3.7.1: * YYPRINT macro is deprecated diff --git a/bison.spec b/bison.spec index d204154..d331472 100644 --- a/bison.spec +++ b/bison.spec @@ -29,7 +29,6 @@ Source2: %{name}.keyring Source3: baselibs.conf BuildRequires: flex BuildRequires: gcc-c++ -BuildRequires: libtextstyle-devel >= 0.20.5 Requires: m4 Requires(post): %{install_info_prereq} Requires(preun): %{install_info_prereq} From bc9b0d443c05eabe0dad49e47308c383c0d9fd7742797c2cbc3b0d6f916acabd Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 7 Sep 2020 10:26:03 +0000 Subject: [PATCH 3/3] Accepting request 832703 from home:AndreasStieger:branches:devel:tools:compiler GNU bison 3.7.2 OBS-URL: https://build.opensuse.org/request/show/832703 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/bison?expand=0&rev=97 --- bison-3.7.1.tar.xz | 3 --- bison-3.7.1.tar.xz.sig | 6 ------ bison-3.7.2.tar.xz | 3 +++ bison-3.7.2.tar.xz.sig | 6 ++++++ bison.changes | 10 ++++++++++ bison.spec | 2 +- 6 files changed, 20 insertions(+), 10 deletions(-) delete mode 100644 bison-3.7.1.tar.xz delete mode 100644 bison-3.7.1.tar.xz.sig create mode 100644 bison-3.7.2.tar.xz create mode 100644 bison-3.7.2.tar.xz.sig diff --git a/bison-3.7.1.tar.xz b/bison-3.7.1.tar.xz deleted file mode 100644 index f1d5281..0000000 --- a/bison-3.7.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55c215521a13982a9bee68cd42eed51a65713f96c530a739a57de4438ac1bb69 -size 2605940 diff --git a/bison-3.7.1.tar.xz.sig b/bison-3.7.1.tar.xz.sig deleted file mode 100644 index ecf0790..0000000 --- a/bison-3.7.1.tar.xz.sig +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCXyZ2XAAKCRAN3KoyeNUm -TquyAJ4qq2duldfemDOVIEuOvzwWiX6E1ACbBHvDQkx/H7U41NxYm/lgANoUBiA= -=vAZS ------END PGP SIGNATURE----- diff --git a/bison-3.7.2.tar.xz b/bison-3.7.2.tar.xz new file mode 100644 index 0000000..55e7421 --- /dev/null +++ b/bison-3.7.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7948d193104d979c0fb0294a1854c73c89d72ae41acfc081826142578a78a91b +size 2613404 diff --git a/bison-3.7.2.tar.xz.sig b/bison-3.7.2.tar.xz.sig new file mode 100644 index 0000000..a44f16d --- /dev/null +++ b/bison-3.7.2.tar.xz.sig @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCX1O9jgAKCRAN3KoyeNUm +Tk4kAJwMa2Lk2xEja9TlY/TkrAHjpriZcACeOzjRMHjYjwzvjTkPR9b4lLbT6K0= +=2tU3 +-----END PGP SIGNATURE----- diff --git a/bison.changes b/bison.changes index 8a1ec28..5360c38 100644 --- a/bison.changes +++ b/bison.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Sep 6 08:44:24 UTC 2020 - Andreas Stieger + +- GNU bison 3.7.2: + * fix all known Bison CVEs relating to the bison-the-program + itself, not the generated code. + * concurrent build issues + * Push parsers always use YYMALLOC/YYFREE + * Fix unlikely crashes found by fuzzing + ------------------------------------------------------------------- Tue Aug 18 20:45:28 UTC 2020 - Andreas Stieger diff --git a/bison.spec b/bison.spec index d331472..4a8a65c 100644 --- a/bison.spec +++ b/bison.spec @@ -17,7 +17,7 @@ Name: bison -Version: 3.7.1 +Version: 3.7.2 Release: 0 Summary: The GNU Parser Generator License: GPL-3.0-or-later