|
|
@ -1,6 +1,6 @@
|
|
|
|
%global major_version 5.4
|
|
|
|
%global major_version 5.4
|
|
|
|
# Normally, this is the same as version, but... not always.
|
|
|
|
# Normally, this is the same as version, but... not always.
|
|
|
|
%global test_version 5.4.2
|
|
|
|
%global test_version 5.4.4
|
|
|
|
# If you are incrementing major_version, enable bootstrapping and adjust accordingly.
|
|
|
|
# If you are incrementing major_version, enable bootstrapping and adjust accordingly.
|
|
|
|
# Version should be the latest prior build. If you don't do this, RPM will break and
|
|
|
|
# Version should be the latest prior build. If you don't do this, RPM will break and
|
|
|
|
# everything will grind to a halt.
|
|
|
|
# everything will grind to a halt.
|
|
|
@ -13,8 +13,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: lua
|
|
|
|
Name: lua
|
|
|
|
Version: %{major_version}.2
|
|
|
|
Version: %{major_version}.4
|
|
|
|
Release: 4%{?dist}.3
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Powerful light-weight programming language
|
|
|
|
Summary: Powerful light-weight programming language
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
URL: http://www.lua.org/
|
|
|
|
URL: http://www.lua.org/
|
|
|
@ -211,13 +211,20 @@ popd
|
|
|
|
%{_libdir}/*.a
|
|
|
|
%{_libdir}/*.a
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Fri Oct 21 2022 Michal Domonkos <mdomonko@redhat.com> - 5.4.2-4.3
|
|
|
|
* Fri Feb 03 2023 Florian Festi <ffesti@redhat.com> - 5.4.4-2
|
|
|
|
|
|
|
|
- Resolves CVE-2021-43519
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 24 2023 Florian Festi <ffesti@redhat.com> - 5.4.4-1
|
|
|
|
|
|
|
|
- Rebase to lua 5.4.4
|
|
|
|
|
|
|
|
- Resolves CVE-2021-44964
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 25 2022 Michal Domonkos <mdomonko@redhat.com> - 5.4.2-7
|
|
|
|
- Fix up CVE-2022-33099 patch
|
|
|
|
- Fix up CVE-2022-33099 patch
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 17 2022 Michal Domonkos <mdomonko@redhat.com> - 5.4.2-4.2
|
|
|
|
* Mon Oct 17 2022 Michal Domonkos <mdomonko@redhat.com> - 5.4.2-6
|
|
|
|
- Enable gating
|
|
|
|
- Enable gating
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 17 2022 Michal Domonkos <mdomonko@redhat.com> - 5.4.2-4.1
|
|
|
|
* Mon Oct 17 2022 Michal Domonkos <mdomonko@redhat.com> - 5.4.2-5
|
|
|
|
- apply upstream fix for CVE-2022-33099
|
|
|
|
- apply upstream fix for CVE-2022-33099
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 5.4.2-4
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 5.4.2-4
|
|
|
|