aboutsummaryrefslogtreecommitdiff
path: root/utils/vim/patches
Commit message (Collapse)AuthorAge
* vim: update to 9.0Nick Hainke2022-09-22
| | | | | | | | | | | | | | | | | | | Remove upstreamed patches: - 001-support-defining-compilation-date-in-SOURCE_DATE_EPOCH.patch -> https://github.com/vim/vim/commit/8f1dde5021d9623a951d1ccbc78cf1b1a55ccd7a - 020-macos.patch -> https://github.com/vim/vim/commit/5289783e0b07cfc3f92ee933261ca4c4acdca007 Refresh patches: - 002-remove_helptags_generation.patch Release Notes: https://www.vim.org/vim90.php Add to configure_args: --disable-libsodium Signed-off-by: Nick Hainke <vincent@systemli.org>
* vim: fix compilation with macOSRosen Penev2021-10-05
| | | | | | Upstream backport. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* vim: fix compile with BUILD_NLSRosen Penev2021-02-27
| | | | | | | | Avoids having to use msgfmt, which happens to be broken with gettext-full. msgfmt is used for the desktop gvim application, which is not used here. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* vim: update to 8.2Rosen Penev2020-07-28
| | | | | | | | | | | Removed multibyte options. They must now be enabled. Refreshed patches. Commented out autowrite as requested in https://github.com/openwrt/packages/pull/12177 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* vim: patch security issueJan Pavlinec2019-06-06
| | | | | | Fixes CVE-2019-12735 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* vim: Update to 8.1Rosen Penev2018-08-20
| | | | | | | | Switch URL to HTTP. More reliable. Added PKG_CPE_ID for proper CVE tracking. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* vim: remove build timestamp/hostname/usernameAlexander Couzens2017-12-04
| | | | | | | | | | Build timestamp prevents reproducible builds [0]. Same for other irrelevant informations e.g. hostname, username. Thanks to debian for the patch. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* vim: Update Vim to 8.0.069Shane Peelar2017-02-02
| | | | | | Vim stable is at version 8 now Signed-off-by: Shane Peelar <lookatyouhacker@gmail.com>
* vim: Fix false broken package status (buildbot)Ted Hess2015-05-21
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* vim: import from old packagesMarko Ratkaj2015-03-02
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>