| Name: | vim-minimal |
|---|---|
| Epoch: | 2 |
| Version: | 8.0.1763 |
| Release: | 16.0.2.el8_5.13 |
| Architecture: | x86_64 |
| Group: | Unspecified |
| Size: | 1187124 |
| License: | Vim and MIT |
| RPM: | vim-minimal-8.0.1763-16.0.2.el8_5.13.x86_64.rpm |
| Source RPM: | vim-8.0.1763-16.0.2.el8_5.13.src.rpm |
| Build Date: | Thu May 12 2022 |
| Build Host: | build-ol8-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | http://www.vim.org/ |
| Summary: | A minimal version of the VIM editor |
| Description: | VIM (VIsual editor iMproved) is an updated and improved version of the vi editor. Vi was the first real screen-based editor for UNIX, and is still very popular. VIM improves on vi by adding new features: multiple windows, multi-level undo, block highlighting and more. The vim-minimal package includes a minimal version of VIM, which is installed into /bin/vi for use when only the root partition is present. NOTE: The online help is only available when the vim-common package is installed. |
- Added glibc-gconv-extra to common requires to provide ISO-8859-2 [Orabug: 34114984] - Cleaned up changelog entry
- Remove upstream references [Orabug: 31197557]
- CVE-2022-1154 vim: use after free in utf_ptr2char
- CVE-2022-0361 vim: Heap-based Buffer Overflow in GitHub repository
- CVE-2022-0413 vim: use after free in src/ex_cmds.c - Fix specfile problems - Resolves: rhbz#2048525
- CVE-2022-0413 vim: use after free in src/ex_cmds.c - Resolves: rhbz#2048525
- CVE-2022-0392 vim: heap-based buffer overflow in getexmodeline() in ex_getln.c - Improve fix - Resolves: rhbz#2049403
- CVE-2022-0392 vim: heap-based buffer overflow in getexmodeline() in ex_getln.c - Resolves: rhbz#2049403
- CVE-2022-0359 vim: heap-based buffer overflow in init_ccline() in ex_getln.c
- fix test suite after fix for CVE-2022-0318