forked from pool/byacc
- update to 20220128:
* change a few malloc's to calloc's so clang analyzer can see initialized data * modify address computation in closure.c to avoid undefined behavior on machines which do not support large offsets (analysis/patch by Jessica Clarke, cf: 2014-09-17) * testsuite and autotools/build script fixes OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/byacc?expand=0&rev=42
This commit is contained in:
parent
3e1d0cce05
commit
afe86cde3c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f158529be9d0594263c7f11a87616a49ea23e55ac63691252a2304fbbc7d3a83
|
|
||||||
size 891489
|
|
@ -1,15 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Comment: See https://invisible-island.net/public/public.html for info
|
|
||||||
|
|
||||||
iQGzBAABCgAdFiEEGYgtkt2kxADCLA1WzCr0RyFnvgMFAmESi0cACgkQzCr0RyFn
|
|
||||||
vgOvKgv/UdYaUvpPeMg8THGETH4QTFYdJ4H67apuBx+tQnxm69vfORPxUuYT9Jwu
|
|
||||||
y38gcFGduUpE8SINBk+ypMNuWltGzIFqRyDwLo5EOpn/FqwJOXT/eXLW9I9apPlJ
|
|
||||||
JUTmjhsq9V00IfHLuN+EvbAHgFxxYOIMPCuDoZkbCF/PGudtppSpacxvoHszWiFT
|
|
||||||
GGNlX4s06uYFUzIsL5BtdkWUlv1SGOcKkf0jy42XBnPQ6Z8cJk9VWrkM+wogdXE6
|
|
||||||
KJ7aQ3WSGk4BcO7BwGygxxtI0YDSfMq4KEWdg/AZOcVjWvVhaMXecXi6Jkdm4T6W
|
|
||||||
RRfBh23CbeNOklreGhVgDOfGCQTbfvJK8ojab6POpSQQxYJO54bMvBI6/fIAPwjq
|
|
||||||
zTJReTTyrnUq2jC0FBP1viJhxH5aV0rjxASQCJa0W5C+FF2+iiGso1QFbv/rhITb
|
|
||||||
uVVSwTd5PIdlzYHZfpsWDgmpCX3Q2/WePAXwp0IOgrzvTIgpH/Zaeu7PGwS5q07q
|
|
||||||
hVOAOt11
|
|
||||||
=8KTC
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
byacc-20220128.tgz
Normal file
3
byacc-20220128.tgz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:42c1805cc529314e6a76326fe1b33e80c70862a44b01474da362e2f7db2d749c
|
||||||
|
size 896513
|
15
byacc-20220128.tgz.asc
Normal file
15
byacc-20220128.tgz.asc
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Comment: See https://invisible-island.net/public/public.html for info
|
||||||
|
|
||||||
|
iQGzBAABCgAdFiEEGYgtkt2kxADCLA1WzCr0RyFnvgMFAmH0az8ACgkQzCr0RyFn
|
||||||
|
vgOEiwwA3By5dGe8YXYpNkdhuFk4vpm/oCRayIHLe/KLApJKJT6RdW3+cQdwv02D
|
||||||
|
t2CWsggG35CakGyS2mqGK6XXQdKPc4SoTNcIBNizUqCaUKzpEpnp+yEX4niccJrC
|
||||||
|
K1SF2zeeHOBRjxzdTlSCd4G7nOz0CF2p/xnVZir2L0kiM0ram8pvUN63EIrEkkT9
|
||||||
|
GZE2TX3A7Z+6OYCcNfH28QaU65YGSKuaKahM1XFLVtt5ZRULfu+nfWlIesNP38do
|
||||||
|
YS/O7GqXLplORmZWFYSWv7pZoZlw34AlMGo2F2BntroMKDsnhvFn61PXMqoRn3BS
|
||||||
|
lYe8jgrFuiNYA3tQG8Q8J96SH7Ldc4XASTzXIcVhL0XYo9DU0JYtA0/aZ/tDpi/a
|
||||||
|
kz5d5pnCLcV5UqnobD1Evvb1tXBbUU/zkwDS8Xg5VLxtLPmNcE4vdMZgXjuxh3ZN
|
||||||
|
aaKGCUK1nkQjyNuLB3ipahgoTcN2l4G5ADsOfm4o27v3+ROBLrFXCCR9kpAMyJ7w
|
||||||
|
EiPJA/Kh
|
||||||
|
=VsSt
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 25 20:37:13 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 20220128:
|
||||||
|
* change a few malloc's to calloc's so clang analyzer can see initialized data
|
||||||
|
* modify address computation in closure.c to avoid undefined behavior on
|
||||||
|
machines which do not support large offsets (analysis/patch by Jessica Clarke,
|
||||||
|
cf: 2014-09-17)
|
||||||
|
* testsuite and autotools/build script fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 16 13:01:48 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
Sat Oct 16 13:01:48 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package byacc
|
# spec file for package byacc
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
# Copyright (c) 2010 Guido Berhoerster.
|
# Copyright (c) 2010 Guido Berhoerster.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: byacc
|
Name: byacc
|
||||||
Version: 20210808
|
Version: 20220128
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: LALR(1) parser generator
|
Summary: LALR(1) parser generator
|
||||||
License: SUSE-Public-Domain
|
License: SUSE-Public-Domain
|
||||||
|
Loading…
Reference in New Issue
Block a user