byacc/byacc.spec
ZhouPengcheng f12fa72c8b fix CVE-2021-33641 and CVE-2021-33642
(cherry picked from commit c6427cbcef64f7742e3613e543cbf7a0c73b3841)
2023-01-09 14:09:04 +08:00

63 lines
1.6 KiB
RPMSpec

Name: byacc
Version: 1.9.20200330
Release: 2
Summary: A parser generator
License: public domain
URL: https://invisible-island.net/byacc/byacc.html
Source0: https://invisible-mirror.net/archives/byacc/byacc-20200330.tgz
Patch9000: CVE-2021-33641.patch
Patch9001: CVE-2021-33642.patch
BuildRequires: gcc
%description
Berkeley Yacc is an LALR(1) parser generator. Berkeley Yacc has been made
as compatible as possible with AT&T Yacc. Berkeley Yacc can accept any input
specification that conforms to the AT&T Yacc documentation. Specifications
that take advantage of undocumented features of AT&T Yacc will probably be
rejected.
%package_help
%prep
%autosetup -n byacc-20200330 -p1
find . -type f -name \*.c -print0 | xargs -0 sed -i 's/YYSTACKSIZE 500/YYSTACKSIZE 10000/g'
%build
%configure --disable-dependency-tracking
%make_build
%install
%make_install
ln -s yacc %{buildroot}%{_bindir}/byacc
ln -s yacc.1 %{buildroot}%{_mandir}/man1/byacc.1
%check
#make check
%files
%doc ACKNOWLEDGEMENTS README* NO_WARRANTY
%license AUTHORS
%{_bindir}/*
%files help
%doc CHANGES NOTES
%{_mandir}/man1/*
%changelog
* Mon Dec 26 2022 zhoupengcheng <zhoupengcheng11@huawei.com> - 1.9.20200330-2
- fix CVE-2021-33641 and CVE-2021-33642
* Mon Aug 3 2020 chengquan <chengquan3@huawei.com> - 1.9.20200330-1
- Update software to v1.9.20200330
* Wed Jan 22 2020 gulining<gulining1@huawei.com> - 1.9.20170709-9
- Disable test
* Fri Dec 6 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.9.20170709-8
- Add help package
* Wed Dec 4 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.9.20170709-7
- Package init