这是indexloc提供的服务,不要输入任何密码

Debian Bug report logs - #1050637
vim: Update to lua5.4

version graph

Package: src:vim; Maintainer for src:vim is Debian Vim Maintainers <team+vim@tracker.debian.org>;

Reported by: Bastian Germann <bage@debian.org>

Date: Sun, 27 Aug 2023 11:09:06 UTC

Severity: wishlist

Found in version vim/2:9.0.1672-1

Fixed in version vim/2:9.0.1894-1

Done: James McCoy <jamessan@debian.org>

Bug is archived. No further changes may be made.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, Debian Vim Maintainers <team+vim@tracker.debian.org>:
Bug#1050637; Package src:vim. (Sun, 27 Aug 2023 11:09:08 GMT) (full text, mbox, link).


Acknowledgement sent to Bastian Germann <bage@debian.org>:
New Bug report received and forwarded. Copy sent to Debian Vim Maintainers <team+vim@tracker.debian.org>. (Sun, 27 Aug 2023 11:09:08 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Bastian Germann <bage@debian.org>
To: submit <submit@bugs.debian.org>
Subject: vim: Update to lua5.4
Date: Sun, 27 Aug 2023 13:07:44 +0200
Source: vim
Severity: wishlist
Version: 2:9.0.1672-1

Please update your package to build with lua5.4 so we can drop v5.2 from the archive.
The build system supports lua5.4 as well.



Added indication that bug 1050637 blocks 1050640 Request was from Bastian Germann <bage@debian.org> to submit@bugs.debian.org. (Sun, 27 Aug 2023 11:21:25 GMT) (full text, mbox, link).


Message sent on to Bastian Germann <bage@debian.org>:
Bug#1050637. (Mon, 28 Aug 2023 01:42:05 GMT) (full text, mbox, link).


Message #10 received at 1050637-submitter@bugs.debian.org (full text, mbox, reply):

From: James McCoy <noreply@salsa.debian.org>
To: 1050637-submitter@bugs.debian.org
Subject: Bug#1050637 marked as pending in vim
Date: Mon, 28 Aug 2023 01:39:12 +0000
Control: tag -1 pending

Hello,

Bug #1050637 in vim reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below and you can check the diff of the fix at:

https://salsa.debian.org/vim-team/vim/-/commit/3ff0d51c7f2a5a85ff0307852cf40247545b0166

------------------------------------------------------------------------
Build against Lua 5.1 instead of Lua 5.2

Closes: #1050637
Signed-off-by: James McCoy <jamessan@debian.org>
------------------------------------------------------------------------

(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/1050637



Added tag(s) pending. Request was from James McCoy <noreply@salsa.debian.org> to 1050637-submitter@bugs.debian.org. (Mon, 28 Aug 2023 01:42:05 GMT) (full text, mbox, link).


Reply sent to James McCoy <jamessan@debian.org>:
You have taken responsibility. (Mon, 11 Sep 2023 15:00:05 GMT) (full text, mbox, link).


Notification sent to Bastian Germann <bage@debian.org>:
Bug acknowledged by developer. (Mon, 11 Sep 2023 15:00:05 GMT) (full text, mbox, link).


Message #17 received at 1050637-close@bugs.debian.org (full text, mbox, reply):

From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
To: 1050637-close@bugs.debian.org
Subject: Bug#1050637: fixed in vim 2:9.0.1894-1
Date: Mon, 11 Sep 2023 14:58:13 +0000
Source: vim
Source-Version: 2:9.0.1894-1
Done: James McCoy <jamessan@debian.org>

We believe that the bug you reported is fixed in the latest version of
vim, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1050637@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
James McCoy <jamessan@debian.org> (supplier of updated vim package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 11 Sep 2023 09:22:50 -0400
Source: vim
Architecture: source
Version: 2:9.0.1894-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Changed-By: James McCoy <jamessan@debian.org>
Closes: 1045719 1050637
Changes:
 vim (2:9.0.1894-1) unstable; urgency=medium
 .
   * The "Farewell, Bram" upload
   * Merge upstream patch v9.0.1894
     + Vulnerability fixes
       - 9.0.1664: Divide by zero when scrolling with 'smoothscroll' set,
         CVE-2023-3896
       - 9.0.1840: Use after free in do_ecmd, CVE-2023-4733
       - 9.0.1846: Crash when fullcommand() is called with an invalid argument,
         CVE-2023-4734
       - 9.0.1847: Out of bounds write in do_addsub(), CVE-2023-4735
       - 9.0.1848: Buffer overflow in vim_regsub_both(), CVE-2023-4738
       - 9.0.1857: Heap use after free in is_qf_win(), CVE-2023-4750
       - 9.0.1858: Heap use after free in ins_compl_get_exp(), CVE-2023-4752
       - 9.0.1873: Heap buffer overflow in vim_regsub_both(), CVE-2023-4781
     + 9.0.1682: Use little-endian byte order for sodium encrypted files.  This
       allows re-enabling the crypt tests on big-endian platforms.
     + 9.0.1683: Use Lua 5.1 compatible numeric escapes to fix if_lua tests
       with Lua 5.1.
     + 9.0.1739: Ensure all libvterm files are cleaned during "make clean"
     + Ship an "editorconfig" plugin as an optional package.
   * Adjust copyright years and license text for Bram's passing
   * Fix the check for when to run "make distclean" (Closes: #1045719)
   * Build against Lua 5.1 instead of Lua 5.2 (Closes: #1050637)
   * Re-enable Test_uncrypt_xchacha20 tests on big-endian systems
   * Skip flaky test Test_crash1
Checksums-Sha1:
 e782c5ea24c179dc2fac9a5847877d19bfd6e783 3035 vim_9.0.1894-1.dsc
 105bfc1c0e17ba548ca3d5af3c2afb1ed819fc7b 11314248 vim_9.0.1894.orig.tar.xz
 078e24905038ac22ad49badda16552df17b0c39a 186904 vim_9.0.1894-1.debian.tar.xz
Checksums-Sha256:
 1fa84c9bff32ef9ef7dc4a86c6fbbed15b9a4fbfd07425fdd4ba2b219f8363b1 3035 vim_9.0.1894-1.dsc
 85d93eda736c968afaf5d3b65f909fa65a087392f4c0a761c5e87f64a7c3f543 11314248 vim_9.0.1894.orig.tar.xz
 eb4c05aaf17e09360a972823e79962952094f08eac9e74fa0ed35044b0be6a99 186904 vim_9.0.1894-1.debian.tar.xz
Files:
 5e47284647ab0b2a3707b35f8a3175c9 3035 editors optional vim_9.0.1894-1.dsc
 2981fe481cb07bd0d0695fe1f809e735 11314248 editors optional vim_9.0.1894.orig.tar.xz
 77d4dc75a89adbc9e46c5b5afc05157c 186904 editors optional vim_9.0.1894-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQKTBAEBCgB9FiEEkb+/TWlWvV33ty0j3+aRrjMbo9sFAmT/HhZfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDkx
QkZCRjRENjk1NkJENURGN0I3MkQyM0RGRTY5MUFFMzMxQkEzREIACgkQ3+aRrjMb
o9tVgxAAqB2ItIHkc25nxVHDxIWKtsBE2K0LgEMrClArEFV/+YNs0lQarZcf6CaF
XrxYpSY6TX/F3NKvEWIUt3S6HW4T8tPBYq8QJsZyEUClfVqvD80OTaItyNz4kqBY
PteOJg7PwrIUlan+2cZMLTEHaOOrPHhh042RpMdOtTV1q8ya9EGAOvIL/6HBoaeo
/YlSym+Bh45E3GXecRzg1Af9TYrrZI754nQ4hGL7sCEG8+dymJuv0khOBw8DTR2l
6h3otbyPiPWPN1jONhdkKOirqmet3UQx3Nfn+iixxtnP+XiwMTj70smK8najD+ch
Qyn1fjvHrEah/nSQoqEZ+KYiz99h7lvyrS5oxQejn2j3458UJZa60eoXd4y0lWSn
9fU3s3iYyloquqPQ8IujBpOQO7WOI9wUVhMLBYeUipebAHK+kCvIIYKM7P8KClCE
Einbli0uA+BqiT0YV3vSRUddJoJrvN0mWVHB+SVg4WLISJQ7Hl3nWCuT+tjRIm6q
4gfZ+wzO1vh68uqHby058BPgUb6PR/J8c+2k+Tir0ykW6HNx9TmiI3bvZ/oAR/YP
HMDf8yoLCmzRDBbvOTVpEC5OXnrvv8OVZfG17uVD5fV8qP6BYeOUqu8uJx6g5+dc
EYUHJ+O2EPtPXM9kxAXIYzOkaQqw9hzaqeoqkMfOt9uoL2y839Y=
=mi2H
-----END PGP SIGNATURE-----




Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Thu, 12 Oct 2023 07:26:17 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Wed Nov 19 08:57:43 2025; Machine Name: buxtehude

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU General Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.