Ai
13 Star 0 Fork 43

src-openEuler/less

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
less.spec 3.71 KB
一键复制 编辑 原始数据 按行查看 历史
baiguo 提交于 2024-05-10 11:17 +08:00 . Do not assume PATH_MAX is defined
Name: less
Version: 590
Release: 7
Summary: Less is a pager that displays text files.
License: GPLv3+ or BSD
URL: http://www.greenwoodsoftware.com/less
Source0: http://www.greenwoodsoftware.com/less/%{name}-%{version}.tar.gz
Patch0: less-394-time.patch
Patch6000: backport-Fix-memory-leak-when-using-corrupt-lesshst-file.patch
Patch6001: backport-Fix-crash-when-enter-invaid-pattern-in-command.patch
Patch6002: backport-End-OSC8-hyperlink-on-invalid-embedded-escape-sequen.patch
Patch6003: backport-Shell-quote-filenames-when-invoking-LESSCLOSE.patch
Patch6004: backport-Some-constifying.patch
Patch6005: backport-Implement-osc8_open.patch
Patch6006: backport-CVE-2024-32487.patch
Patch6007: backport-Do-not-assume-PATH_MAX-is-defined.patch
BuildRequires: gcc make ncurses-devel autoconf automake libtool
%description
Less is a pager. A pager is a program that displays text files.
Other pagers commonly in use are more and pg. Pagers are often
used in command-line environments like the Unix shell and the MS-DOS
command prompt to display files.
Less is not an editor. You can't change the contents of the file
you're viewing. Less is not a windowing system. It doesn't have
fancy scroll bars or other GUI (graphical user interface) elements.
%package_help
%prep
%autosetup -n %{name}-%{version} -p1
%build
rm -f ./configure
autoreconf -ivf
%configure
%make_build CFLAGS="%{optflags} -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
%install
%make_install
%files
%defattr(-,root,root)
%license LICENSE COPYING
%{_bindir}/less*
%files help
%doc README NEWS INSTALL
%{_mandir}/man1/*
%changelog
* Fri May 10 2024 baiguo <baiguo@kylinos.cn> - 590-7
- Do not assume PATH_MAX is defined
* Mon Apr 22 2024 wangjiang <wangjiang37@h-partners.com> - 590-6
- fix CVE-2024-32487
* Mon Feb 19 2024 liweigang <izmirvii@gmail.com> - 590-5
- fix CVE-2022-48624
* Thu Feb 16 2023 hongjinghao <hongjinghao@huawei.com> - 590-4
- fix CVE-2022-46663
* Fri Dec 9 2022 Eibz-Chan <chenbingzhao@huawei.com> - 590-3
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:[add] backport patches from upstream
Fix-memory-leak-when-using-corrupt-lesshst-file.patch
Fix-crash-when-enter-invaid-pattern-in-command.patch
* Thu Oct 13 2022 fuanan <fuanan3@h-partners.com> - 590-2
- DESC:fix the changelog exception macro
* Tue Dec 14 2021 wangjie <wangjie375@huawei.com> - 590-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:Update less to 590
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 563-3
- DESC: delete -S git from autosetup, and delete BuildRequires git
* Fri May 28 2021 fuanan <fuanan3@huawei.com> - 563-2
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:[add] backport patches from upstream
Create only one ifile when a file is opened under different names.
Remove extraneous frees, associated with removed call to lrealpath.
Fix crash when call set_ifilename with a pointer to the name that is
Remove unnecessary call to pshift in pappend.
Reset horizontal shift when opening a new file.
Protect from buffer overrun.
Make histpattern return negative value to indicate error.
Lesskey: don't translate ctrl-K in an EXTRA string.
Ignore SIGTSTP in secure mode.
Fix "Tag not found" error while looking for a tag's location
Fix minor memory leak with input preprocessor.
* Thu Jan 21 2021 wangchen <wangchen137@huawei.com> - 563-1
- Update to 563
* Thu Jan 09 2020 openEuler Buildteam <buildteam@openeuler.org> - 551-3
- Delete unneeded files
* Fri Sep 27 2019 yefei <yefei25@huawei.com> - 551-2
- Type:enhancement
- ID:NA
- SUG:NA
- DESC: delete irrelevant comment
* Tue Sep 10 2019 openEuler Buildteam <buildteam@openeuler.org> - 551-1
- Package Init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/less.git
git@gitee.com:src-openeuler/less.git
src-openeuler
less
less
openEuler-22.03-LTS

搜索帮助