Update upstream patch

Signed-off-by: cherry530 <707078654@qq.com>
This commit is contained in:
cherry530 2023-05-15 10:51:22 +08:00
parent b783f7990c
commit ba7ad38c9e
2 changed files with 361 additions and 244 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
Name: luajit Name: luajit
Version: 2.1.0 Version: 2.1.0
Release: 5 Release: 6
Summary: Just-In-Time Compiler for Lua Summary: Just-In-Time Compiler for Lua
License: MIT License: MIT
URL: http://luajit.org/ URL: http://luajit.org/
@ -10,7 +10,7 @@ Source0: http://luajit.org/download/LuaJIT-2.1.0-beta3.tar.gz
# Patches from https://github.com/LuaJit/LuaJIT.git # Patches from https://github.com/LuaJit/LuaJIT.git
# Generated from v2.1 branch against the 2.1.0-beta3 tag using # Generated from v2.1 branch against the 2.1.0-beta3 tag using
# git diff v2.1.0-beta3..v2.1 > luajit-2.1-update.patch # git diff v2.1.0-beta3..v2.1 > luajit-2.1-update.patch
Patch0001: luajit-2.1-update.patch Patch0001: luajit-2.1-224129a-update.patch
Patch0002: 0002-luajit-add-secure-compile-option-fstack.patch Patch0002: 0002-luajit-add-secure-compile-option-fstack.patch
ExclusiveArch: %{arm} %{ix86} x86_64 %{mips} aarch64 ExclusiveArch: %{arm} %{ix86} x86_64 %{mips} aarch64
@ -76,6 +76,9 @@ ln -s luajit-2.1.0-beta3 %{buildroot}%{_bindir}/luajit
%{_mandir}/man1/%{name}.1* %{_mandir}/man1/%{name}.1*
%changelog %changelog
* Mon May 15 2023 xu_ping <707078654@qq.com> - 2.1.0-6
- Update upstream commit
* Fri Mar 24 2023 liyanan <liyanan32@h-partners.com> - 2.1.0-5 * Fri Mar 24 2023 liyanan <liyanan32@h-partners.com> - 2.1.0-5
- Round upstream commit - Round upstream commit