aboutsummaryrefslogtreecommitdiff
path: root/utils/vim/patches/001-support-defining-compilation-date-in-SOURCE_DATE_EPOCH.patch
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>
* 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: 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>