From cdd6f417c5d1535bd922703e18185b9d376e3b6f Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 11 Jun 2019 20:10:58 -0400 Subject: vim: Update to 8.1.1518 to fix CVE-2019-12735 Signed-off-by: Tom Rini Signed-off-by: Richard Purdie --- meta/recipes-support/vim/vim-tiny_8.1.1240.bb | 12 ------------ meta/recipes-support/vim/vim-tiny_8.1.1518.bb | 12 ++++++++++++ meta/recipes-support/vim/vim.inc | 2 +- meta/recipes-support/vim/vim_8.1.1240.bb | 10 ---------- meta/recipes-support/vim/vim_8.1.1518.bb | 10 ++++++++++ 5 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta/recipes-support/vim/vim-tiny_8.1.1240.bb create mode 100644 meta/recipes-support/vim/vim-tiny_8.1.1518.bb delete mode 100644 meta/recipes-support/vim/vim_8.1.1240.bb create mode 100644 meta/recipes-support/vim/vim_8.1.1518.bb (limited to 'meta/recipes-support/vim') diff --git a/meta/recipes-support/vim/vim-tiny_8.1.1240.bb b/meta/recipes-support/vim/vim-tiny_8.1.1240.bb deleted file mode 100644 index e4c26d23f6..0000000000 --- a/meta/recipes-support/vim/vim-tiny_8.1.1240.bb +++ /dev/null @@ -1,12 +0,0 @@ -require vim.inc - -SUMMARY += " (with tiny features)" - -PACKAGECONFIG += "tiny" - -do_install() { - install -D -m 0755 ${S}/src/vim ${D}/${bindir}/vim.tiny -} - -ALTERNATIVE_PRIORITY = "90" -ALTERNATIVE_TARGET = "${bindir}/vim.tiny" diff --git a/meta/recipes-support/vim/vim-tiny_8.1.1518.bb b/meta/recipes-support/vim/vim-tiny_8.1.1518.bb new file mode 100644 index 0000000000..e4c26d23f6 --- /dev/null +++ b/meta/recipes-support/vim/vim-tiny_8.1.1518.bb @@ -0,0 +1,12 @@ +require vim.inc + +SUMMARY += " (with tiny features)" + +PACKAGECONFIG += "tiny" + +do_install() { + install -D -m 0755 ${S}/src/vim ${D}/${bindir}/vim.tiny +} + +ALTERNATIVE_PRIORITY = "90" +ALTERNATIVE_TARGET = "${bindir}/vim.tiny" diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc index 5f9f3d79de..0a31e68cb7 100644 --- a/meta/recipes-support/vim/vim.inc +++ b/meta/recipes-support/vim/vim.inc @@ -12,7 +12,7 @@ SRC_URI = "git://github.com/vim/vim.git \ file://vim-add-knob-whether-elf.h-are-checked.patch \ file://0001-src-Makefile-improve-reproducibility.patch \ " -SRCREV = "d96dbd6f95ea22f609042cc9c6272f14a21ff1a5" +SRCREV = "202d982b36d87cf91d992bd7e30d3223bdc72cd9" S = "${WORKDIR}/git" diff --git a/meta/recipes-support/vim/vim_8.1.1240.bb b/meta/recipes-support/vim/vim_8.1.1240.bb deleted file mode 100644 index 60946a181f..0000000000 --- a/meta/recipes-support/vim/vim_8.1.1240.bb +++ /dev/null @@ -1,10 +0,0 @@ -require vim.inc - -PROVIDES = "xxd" - -PACKAGECONFIG_class-native = "" -BBCLASSEXTEND = "native" - -ALTERNATIVE_${PN}_append = " xxd" -ALTERNATIVE_TARGET[xxd] = "${bindir}/xxd" -ALTERNATIVE_LINK_NAME[xxd] = "${bindir}/xxd" diff --git a/meta/recipes-support/vim/vim_8.1.1518.bb b/meta/recipes-support/vim/vim_8.1.1518.bb new file mode 100644 index 0000000000..60946a181f --- /dev/null +++ b/meta/recipes-support/vim/vim_8.1.1518.bb @@ -0,0 +1,10 @@ +require vim.inc + +PROVIDES = "xxd" + +PACKAGECONFIG_class-native = "" +BBCLASSEXTEND = "native" + +ALTERNATIVE_${PN}_append = " xxd" +ALTERNATIVE_TARGET[xxd] = "${bindir}/xxd" +ALTERNATIVE_LINK_NAME[xxd] = "${bindir}/xxd" -- cgit 1.2.3-korg