summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:05:53 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:05:53 +0000
commitc26608ce793f0642a57bfc84077b615aeef9c928 (patch)
tree7166ac079a54c12752833fa57c1c4a5e0b567a1a
parentMerging upstream version 2:9.1.0709. (diff)
downloadvim-debian.tar.xz
vim-debian.zip
Adding debian version 2:9.1.0709-1.debian/2%9.1.0709-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/changelog13
-rw-r--r--debian/clean1
-rw-r--r--debian/control1
3 files changed, 15 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 4cbe086..83eccd2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+vim (2:9.1.0709-1) unstable; urgency=medium
+
+ * Merge upstream patch v9.1.0709
+ + Security fixes:
+ - 9.1.0707: Fix possibility of invalid cursor position, CVE-2024-45306
+ + 9.1.0706: Fix test_gettext tests when building in a shadow directory
+ + 9.1.0709: Fix lookup of GUIEnter autocmd name in Turkish locale (Closes:
+ #1074174)
+ * Build-Depend on locales-all package to test new gettext() vimscript function
+ * Delete runtime/doc/tags-* (language specific tags) during clean
+
+ -- James McCoy <jamessan@debian.org> Tue, 03 Sep 2024 10:30:28 -0400
+
vim (2:9.1.0698-1) unstable; urgency=medium
* Merge upstream tag v9.1.0698
diff --git a/debian/clean b/debian/clean
index 9dc46e0..0f9a0f6 100644
--- a/debian/clean
+++ b/debian/clean
@@ -7,6 +7,7 @@ runtime/doc/*.html
runtime/doc/*.log
runtime/doc/doctags
runtime/doc/tags
+runtime/doc/tags-*
runtime/doc/tags.ref
src/auto/config.h
src/auto/config.mk
diff --git a/debian/control b/debian/control
index befd8ca..a189869 100644
--- a/debian/control
+++ b/debian/control
@@ -22,6 +22,7 @@ Build-Depends:
libncurses-dev,
# Needed to run libvterm's tests
libtool-bin <!nocheck>,
+ locales-all <!nocheck>,
lua5.1,
ncurses-term <!nocheck>,
procps <!nocheck>,