diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:05:54 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:05:54 +0000 |
commit | 377328b19250a3936eadf92c003dd97c28fd14b4 (patch) | |
tree | 447535b27ea06ce782ac4050e9f136e8c3b172c4 /debian | |
parent | Merging upstream version 2:9.1.0709. (diff) | |
download | vim-377328b19250a3936eadf92c003dd97c28fd14b4.tar.xz vim-377328b19250a3936eadf92c003dd97c28fd14b4.zip |
Merging debian version 2:9.1.0709-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 13 | ||||
-rw-r--r-- | debian/clean | 1 | ||||
-rw-r--r-- | debian/control | 1 |
3 files changed, 15 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index acf20f4..f7223c5 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~progress7.99u1) graograman-backports; urgency=medium * Uploading to graograman-backports, remaining changes: 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 4d1d090..36100be 100644 --- a/debian/control +++ b/debian/control @@ -25,6 +25,7 @@ Build-Depends: libncurses-dev, # Needed to run libvterm's tests libtool-bin <!nocheck>, + locales-all <!nocheck>, lua5.1, ncurses-term <!nocheck>, procps <!nocheck>, |