X-Loop: [email protected] Subject: bug#657: Incompatible string concatination in matchit Reply-To: Klaus Ethgen <[email protected]>, [email protected] Resent-From: Klaus Ethgen <[email protected]> Resent-To: [email protected] Resent-CC: [email protected] X-Loop: [email protected] Resent-Date: Sun, 23 Jan 2022 12:10:01 +0000 Resent-Message-ID: <[email protected]> Resent-Sender: [email protected] X-Devuan-PR-Message: report 657 X-Devuan-PR-Package: vim-runtime X-Devuan-PR-Keywords: Received: via spool by [email protected] id=B.164293974420600 (code B); Sun, 23 Jan 2022 12:10:01 +0000 Received: (at submit) by bugs.devuan.org; 23 Jan 2022 12:09:04 +0000 Delivered-To: [email protected] Received: from tupac3.dyne.org [195.169.149.119] by doc.devuan.org with IMAP (fetchmail-6.4.16) for <debbugs@localhost> (single-drop); Sun, 23 Jan 2022 12:09:04 +0000 (UTC) Received: from tschil.ethgen.ch (tschil.ethgen.ch [5.9.7.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.dyne.org (Postfix) with ESMTPS id 5F7786618E9 for <[email protected]>; Sun, 23 Jan 2022 13:08:15 +0100 (CET) Authentication-Results: mail.dyne.org; dkim=pass (4096-bit key; unprotected) header.d=ethgen.de [email protected] header.b="AkgBC4lW"; dkim-atps=neutral DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ethgen.de; s=mail; h=Content-Type:MIME-Version:Message-ID:Subject:To:From:Date:Sender: Reply-To:Cc:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=Qrn4TaR2C427SVcbAGW3KAMdlRtt5SHVIWyCnv0xbas=; b=AkgBC4lWoVlxW2jLB672nHPH6c 0jVoOeQeGqEOxj6nLddGkAYSqm0tfWEIv53MJGkFCvtw130/Doh7VC2ySTEZAr9gfIp00xCJbDr3v FcllnUj6U9EwHzpTdHp5SB3vkCkwyT8af6hLAQWizJO/2IgjWJHUvFw9z1B0O0eq1XAX4jernYR1u PVAu0z8F/i/bwHtKhiQEJz/5b2k8emxZ/gcMz0+23TklkQvsusVdgKKECSoGtzFriu4EonLyvCD3i n1iRv6lj4EVOOlCeaR+riuZ1IOhvnrdOgUnkqd8Nr66xqcn1HAy8gM2lm0ErUajWGd734YK0drFS5 j2QDgjMpk5JKEc8Wj7Z+Mpj6l5BbMBUZ105uWBEx6+9VAVfJyvJ4xhQ7j021/P6g6Va9o4s2IDbdd qbvv4ly/pjuSKKQxR2glksalYcItcdvKnx9BC6/XpFPmUQzb97kKMthcBPQQOBYt4IGDSmctXJ8by 3xzUWXSYJbYW8TSTi0nqWNXG2ZV8I7iEdI71lsadr3kk2r4BmknY/lm8+7kT/17Bugy+52teshy25 zFIPLwKmelwC/PARKdlM2VBe8fvurN8Pqk15N+kRjHB85/JIEWaZFWAoUtZJAlJhxPDvYMv9K2GQS vPldIp9eEONvvvaLv9QxGoQsWeZLIrYTdZIK2MPiw=; Received: from [192.168.17.4] (helo=ikki.ket) by tschil.ethgen.ch with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from <[email protected]>) id 1nBbfG-0006J1-5Z; Sun, 23 Jan 2022 12:08:10 +0000 Received: from klaus by ikki.ket with local (Exim 4.95) (envelope-from <[email protected]>) id 1nBbfF-00084e-Ur; Sun, 23 Jan 2022 13:08:09 +0100 Date: Sun, 23 Jan 2022 13:08:09 +0100 From: Klaus Ethgen <[email protected]> To: Devuan Bug Tracking System <[email protected]> Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="wlUQ+DtIZVGKsbSb" Content-Disposition: inline X-Reportbug-Version: 11.2.0+devuan1 OpenPGP: id=79D0B06F4E20AF1C; url=http://www.ethgen.ch/~klaus/79D0B06F4E20AF1C.txt; preference=signencrypt X-Spam-Status: No, score=-2.5 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_MED,SPF_PASS,URIBL_BLOCKED autolearn=disabled version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.dyne.org --wlUQ+DtIZVGKsbSb Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Package: vim-runtime Version: 2:8.2.3995-1 Severity: normal Upstream changed matchit.vim in commit fa3b72348 to not accept "." as concatination anymore (updating scriptversion to 4). However, they forgot to change all "." to "..". This is a upstream bug still in the master branch. The following patch will fix that: --- /usr/share/vim/vim82/pack/dist/opt/matchit/autoload/matchit.vim.orig 2022-01-23 12:54:50.973747466 +0100 +++ /usr/share/vim/vim82/pack/dist/opt/matchit/autoload/matchit.vim 2022-01-23 12:55:42.898040910 +0100 @@ -763,9 +763,9 @@ let skip = "synIDattr(synID(line('.'),col('.'),1),'name') !~? '" .. \ strpart(skip,2) .. "'" elseif skip[0] == "r" - let skip = "strpart(getline('.'),0,col('.'))=~'" . strpart(skip,2). "'" + let skip = "strpart(getline('.'),0,col('.'))=~'" .. strpart(skip,2) .. "'" elseif skip[0] == "R" - let skip = "strpart(getline('.'),0,col('.'))!~'" . strpart(skip,2). "'" + let skip = "strpart(getline('.'),0,col('.'))!~'" .. strpart(skip,2) .. "'" endif endif return skip -- System Information: Distributor ID: Devuan Description: Devuan GNU/Linux 5 (daedalus/ceres) Release: 5 Codename: daedalus ceres Architecture: x86_64 Kernel: Linux 5.13.4 (SMP w/8 CPU threads) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_CPU_OUT_OF_SPEC, TAINT_FIRMWARE_WORKAROUND, TAINT_OOT_MODULE Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /bin/dash Init: sysvinit (via /sbin/init) vim-runtime depends on no packages. Versions of packages vim-runtime recommends: ii vim 2:8.2.3995-1 ii vim-gtk3 [vim] 2:8.2.3995-1 ii vim-nox [vim] 2:8.2.3995-1 vim-runtime suggests no packages. -- no debconf information Regards Klaus -- Klaus Ethgen http://www.ethgen.ch/ pub 4096R/4E20AF1C 2011-05-16 Klaus Ethgen <[email protected]> Fingerprint: 85D4 CA42 952C 949B 1753 62B3 79D0 B06F 4E20 AF1C --wlUQ+DtIZVGKsbSb Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Comment: Charset: ISO-8859-1 iQGzBAABCgAdFiEEMWF28vh4/UMJJLQEpnwKsYAZ9qwFAmHtRSkACgkQpnwKsYAZ 9qw+ewwArNUPtstRtLypzAUzc2SBgSNmoZpZLCM3VVeEURi/59kwQK5GSdvHjzaf g5Kf/CyXjhbLg1RW0jLk62iBK3HZFnA5QpG2LAyNa+CfJzI87uxvpBEPEyCLWiRG mFR508qZwyzny/8uc7H6+dUYFSh7hmXgtb83QXicVNUcTlSEoG5J8aTuqzsKgECS 43OFekL2nd8LAe6J4pObqHQVLuCmYvZvdLEVokhaMdF759cj0cTU+6SFoqlw9qvG Pdn83ML3okkLj6Qa3aZurHX6nLAo5a2N9YiIWuKdjfKsKfpHUhLa/q+PqGjVkqBj TM8Ng8mN89htyptcadzqjxbUssL/kuHwe7Zqr+3w765c8X/W/qtNN4deFUUjAosQ UrSuh9kjsv5dMyLOMul4+U5DQ+q7n5bl+mXeO7HUUgT1r+h3ft3V52Peth2ImIbd BUGoHE/IEf5Ixx0MIvl7b/UvESbmyxzyGyXj5Kqykoh63PelL13uc9GvCli/BFCP P6uaJc7H =3l4R -----END PGP SIGNATURE----- --wlUQ+DtIZVGKsbSb--
Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 X-Loop: [email protected] From: "Devuan bug Tracking System" <[email protected]> To: Klaus Ethgen <[email protected]> Subject: bug#657: Acknowledgement (Incompatible string concatination in matchit) Message-ID: <[email protected]> References: <[email protected]> X-Devuan-PR-Message: ack 657 X-Devuan-PR-Package: vim-runtime Reply-To: [email protected] Date: Sun, 23 Jan 2022 12:10:05 +0000 Thank you for filing a new bug report with Devuan. You can follow progress on this bug here: 657: https://bugs.devuan.org/cgi/= bugreport.cgi?bug=3D657. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): [email protected] If you wish to submit further information on this problem, please send it to [email protected]. Please do not send mail to [email protected] unless you wish to report a problem with the Bug-tracking system. --=20 657: https://bugs.devuan.org/cgi/bugreport.cgi?bug=3D657 Devuan Bug Tracking System Contact [email protected] with problems
X-Loop: [email protected] Subject: bug#657: Incompatible string concatination in matchit Reply-To: Mark Hindley <[email protected]>, [email protected] Resent-From: Mark Hindley <[email protected]> Resent-To: [email protected] Resent-CC: [email protected] X-Loop: [email protected] Resent-Date: Sun, 23 Jan 2022 12:32:02 +0000 Resent-Message-ID: <[email protected]> Resent-Sender: [email protected] X-Devuan-PR-Message: followup 657 X-Devuan-PR-Package: vim-runtime X-Devuan-PR-Keywords: References: <[email protected]> <[email protected]> Received: via spool by [email protected] id=B657.164294100823717 (code B ref 657); Sun, 23 Jan 2022 12:32:02 +0000 Received: (at 657) by bugs.devuan.org; 23 Jan 2022 12:30:08 +0000 Delivered-To: [email protected] Received: from tupac3.dyne.org [195.169.149.119] by doc.devuan.org with IMAP (fetchmail-6.4.16) for <debbugs@localhost> (single-drop); Sun, 23 Jan 2022 12:30:08 +0000 (UTC) Received: from mx.hindley.org.uk (193-36-131-86.cfwn.uk [193.36.131.86]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.dyne.org (Postfix) with ESMTPS id C67F86618E9 for <[email protected]>; Sun, 23 Jan 2022 13:29:55 +0100 (CET) Received: from apollo.hindleynet ([192.168.1.3] helo=hindley.org.uk) by mx.hindley.org.uk with smtp (Exim 4.84_2) (envelope-from <[email protected]>) id 1nBc0H-0002HC-Ma; Sun, 23 Jan 2022 12:29:53 +0000 Received: (nullmailer pid 30863 invoked by uid 1000); Sun, 23 Jan 2022 12:29:53 -0000 Date: Sun, 23 Jan 2022 12:29:53 +0000 From: Mark Hindley <[email protected]> To: Klaus Ethgen <[email protected]>, [email protected] Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[email protected]> X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC,SPF_PASS autolearn=disabled version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.dyne.org Control: tag -1 debian upstream Klaus On Sun, Jan 23, 2022 at 01:08:09PM +0100, Klaus Ethgen wrote: > Package: vim-runtime > Version: 2:8.2.3995-1 > Severity: normal Thanks for this. Devuan does not fork src:vim and we use Debian's packages directly without recompilation. So this issue should be reported to Debian's BTS and/or vim upstream (since you identified the upstream issue and have a patch to offer). Thanks Mark
Received: (at 657) by bugs.devuan.org; 23 Jan 2022 12:30:08 +0000 Return-Path: <[email protected]> Delivered-To: [email protected] Received: from tupac3.dyne.org [195.169.149.119] by doc.devuan.org with IMAP (fetchmail-6.4.16) for <debbugs@localhost> (single-drop); Sun, 23 Jan 2022 12:30:08 +0000 (UTC) Received: from mx.hindley.org.uk (193-36-131-86.cfwn.uk [193.36.131.86]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.dyne.org (Postfix) with ESMTPS id C67F86618E9 for <[email protected]>; Sun, 23 Jan 2022 13:29:55 +0100 (CET) Received: from apollo.hindleynet ([192.168.1.3] helo=hindley.org.uk) by mx.hindley.org.uk with smtp (Exim 4.84_2) (envelope-from <[email protected]>) id 1nBc0H-0002HC-Ma; Sun, 23 Jan 2022 12:29:53 +0000 Received: (nullmailer pid 30863 invoked by uid 1000); Sun, 23 Jan 2022 12:29:53 -0000 Date: Sun, 23 Jan 2022 12:29:53 +0000 From: Mark Hindley <[email protected]> To: Klaus Ethgen <[email protected]>, [email protected] Subject: Re: bug#657: Incompatible string concatination in matchit Message-ID: <[email protected]> References: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[email protected]> X-Debbugs-No-Ack: No Thanks X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC,SPF_PASS autolearn=disabled version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.dyne.org Control: tag -1 debian upstream Klaus On Sun, Jan 23, 2022 at 01:08:09PM +0100, Klaus Ethgen wrote: > Package: vim-runtime > Version: 2:8.2.3995-1 > Severity: normal Thanks for this. Devuan does not fork src:vim and we use Debian's packages directly without recompilation. So this issue should be reported to Debian's BTS and/or vim upstream (since you identified the upstream issue and have a patch to offer). Thanks Mark
MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) X-Loop: [email protected] From: "Devuan bug Tracking System" <[email protected]> To: Mark Hindley <[email protected]> Subject: bug#657: marked as done (Incompatible string concatination in matchit) Message-ID: <[email protected]> References: <[email protected]> <[email protected]> X-Devuan-PR-Message: closed 657 X-Devuan-PR-Package: vim-runtime X-Devuan-PR-Keywords: debian upstream Reply-To: [email protected] Date: Wed, 11 Jan 2023 15:20:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1673450401-31293-0" This is a multi-part message in MIME format... ------------=_1673450401-31293-0 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your message dated Wed, 11 Jan 2023 15:17:26 +0000 with message-id <[email protected]> and subject line Re: bug#657: Incompatible string concatination in matchit has caused the Devuan bug report #657, regarding Incompatible string concatination in matchit to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) --=20 657: https://bugs.devuan.org/cgi/bugreport.cgi?bug=3D657 Devuan Bug Tracking System Contact [email protected] with problems ------------=_1673450401-31293-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by bugs.devuan.org; 23 Jan 2022 12:09:04 +0000 Return-Path: <[email protected]> Delivered-To: [email protected] Received: from tupac3.dyne.org [195.169.149.119] by doc.devuan.org with IMAP (fetchmail-6.4.16) for <debbugs@localhost> (single-drop); Sun, 23 Jan 2022 12:09:04 +0000 (UTC) Received: from tschil.ethgen.ch (tschil.ethgen.ch [5.9.7.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.dyne.org (Postfix) with ESMTPS id 5F7786618E9 for <[email protected]>; Sun, 23 Jan 2022 13:08:15 +0100 (CET) Authentication-Results: mail.dyne.org; dkim=pass (4096-bit key; unprotected) header.d=ethgen.de [email protected] header.b="AkgBC4lW"; dkim-atps=neutral DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ethgen.de; s=mail; h=Content-Type:MIME-Version:Message-ID:Subject:To:From:Date:Sender: Reply-To:Cc:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=Qrn4TaR2C427SVcbAGW3KAMdlRtt5SHVIWyCnv0xbas=; b=AkgBC4lWoVlxW2jLB672nHPH6c 0jVoOeQeGqEOxj6nLddGkAYSqm0tfWEIv53MJGkFCvtw130/Doh7VC2ySTEZAr9gfIp00xCJbDr3v FcllnUj6U9EwHzpTdHp5SB3vkCkwyT8af6hLAQWizJO/2IgjWJHUvFw9z1B0O0eq1XAX4jernYR1u PVAu0z8F/i/bwHtKhiQEJz/5b2k8emxZ/gcMz0+23TklkQvsusVdgKKECSoGtzFriu4EonLyvCD3i n1iRv6lj4EVOOlCeaR+riuZ1IOhvnrdOgUnkqd8Nr66xqcn1HAy8gM2lm0ErUajWGd734YK0drFS5 j2QDgjMpk5JKEc8Wj7Z+Mpj6l5BbMBUZ105uWBEx6+9VAVfJyvJ4xhQ7j021/P6g6Va9o4s2IDbdd qbvv4ly/pjuSKKQxR2glksalYcItcdvKnx9BC6/XpFPmUQzb97kKMthcBPQQOBYt4IGDSmctXJ8by 3xzUWXSYJbYW8TSTi0nqWNXG2ZV8I7iEdI71lsadr3kk2r4BmknY/lm8+7kT/17Bugy+52teshy25 zFIPLwKmelwC/PARKdlM2VBe8fvurN8Pqk15N+kRjHB85/JIEWaZFWAoUtZJAlJhxPDvYMv9K2GQS vPldIp9eEONvvvaLv9QxGoQsWeZLIrYTdZIK2MPiw=; Received: from [192.168.17.4] (helo=ikki.ket) by tschil.ethgen.ch with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from <[email protected]>) id 1nBbfG-0006J1-5Z; Sun, 23 Jan 2022 12:08:10 +0000 Received: from klaus by ikki.ket with local (Exim 4.95) (envelope-from <[email protected]>) id 1nBbfF-00084e-Ur; Sun, 23 Jan 2022 13:08:09 +0100 Date: Sun, 23 Jan 2022 13:08:09 +0100 From: Klaus Ethgen <[email protected]> To: Devuan Bug Tracking System <[email protected]> Subject: Incompatible string concatination in matchit Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="wlUQ+DtIZVGKsbSb" Content-Disposition: inline X-Reportbug-Version: 11.2.0+devuan1 OpenPGP: id=79D0B06F4E20AF1C; url=http://www.ethgen.ch/~klaus/79D0B06F4E20AF1C.txt; preference=signencrypt X-Spam-Status: No, score=-2.5 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_MED,SPF_PASS,URIBL_BLOCKED autolearn=disabled version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.dyne.org --wlUQ+DtIZVGKsbSb Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Package: vim-runtime Version: 2:8.2.3995-1 Severity: normal Upstream changed matchit.vim in commit fa3b72348 to not accept "." as concatination anymore (updating scriptversion to 4). However, they forgot to change all "." to "..". This is a upstream bug still in the master branch. The following patch will fix that: --- /usr/share/vim/vim82/pack/dist/opt/matchit/autoload/matchit.vim.orig 2022-01-23 12:54:50.973747466 +0100 +++ /usr/share/vim/vim82/pack/dist/opt/matchit/autoload/matchit.vim 2022-01-23 12:55:42.898040910 +0100 @@ -763,9 +763,9 @@ let skip = "synIDattr(synID(line('.'),col('.'),1),'name') !~? '" .. \ strpart(skip,2) .. "'" elseif skip[0] == "r" - let skip = "strpart(getline('.'),0,col('.'))=~'" . strpart(skip,2). "'" + let skip = "strpart(getline('.'),0,col('.'))=~'" .. strpart(skip,2) .. "'" elseif skip[0] == "R" - let skip = "strpart(getline('.'),0,col('.'))!~'" . strpart(skip,2). "'" + let skip = "strpart(getline('.'),0,col('.'))!~'" .. strpart(skip,2) .. "'" endif endif return skip -- System Information: Distributor ID: Devuan Description: Devuan GNU/Linux 5 (daedalus/ceres) Release: 5 Codename: daedalus ceres Architecture: x86_64 Kernel: Linux 5.13.4 (SMP w/8 CPU threads) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_CPU_OUT_OF_SPEC, TAINT_FIRMWARE_WORKAROUND, TAINT_OOT_MODULE Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /bin/dash Init: sysvinit (via /sbin/init) vim-runtime depends on no packages. Versions of packages vim-runtime recommends: ii vim 2:8.2.3995-1 ii vim-gtk3 [vim] 2:8.2.3995-1 ii vim-nox [vim] 2:8.2.3995-1 vim-runtime suggests no packages. -- no debconf information Regards Klaus -- Klaus Ethgen http://www.ethgen.ch/ pub 4096R/4E20AF1C 2011-05-16 Klaus Ethgen <[email protected]> Fingerprint: 85D4 CA42 952C 949B 1753 62B3 79D0 B06F 4E20 AF1C --wlUQ+DtIZVGKsbSb Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Comment: Charset: ISO-8859-1 iQGzBAABCgAdFiEEMWF28vh4/UMJJLQEpnwKsYAZ9qwFAmHtRSkACgkQpnwKsYAZ 9qw+ewwArNUPtstRtLypzAUzc2SBgSNmoZpZLCM3VVeEURi/59kwQK5GSdvHjzaf g5Kf/CyXjhbLg1RW0jLk62iBK3HZFnA5QpG2LAyNa+CfJzI87uxvpBEPEyCLWiRG mFR508qZwyzny/8uc7H6+dUYFSh7hmXgtb83QXicVNUcTlSEoG5J8aTuqzsKgECS 43OFekL2nd8LAe6J4pObqHQVLuCmYvZvdLEVokhaMdF759cj0cTU+6SFoqlw9qvG Pdn83ML3okkLj6Qa3aZurHX6nLAo5a2N9YiIWuKdjfKsKfpHUhLa/q+PqGjVkqBj TM8Ng8mN89htyptcadzqjxbUssL/kuHwe7Zqr+3w765c8X/W/qtNN4deFUUjAosQ UrSuh9kjsv5dMyLOMul4+U5DQ+q7n5bl+mXeO7HUUgT1r+h3ft3V52Peth2ImIbd BUGoHE/IEf5Ixx0MIvl7b/UvESbmyxzyGyXj5Kqykoh63PelL13uc9GvCli/BFCP P6uaJc7H =3l4R -----END PGP SIGNATURE----- --wlUQ+DtIZVGKsbSb-- ------------=_1673450401-31293-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 657-done) by bugs.devuan.org; 11 Jan 2023 15:18:03 +0000 Return-Path: <[email protected]> Delivered-To: [email protected] Received: from email.devuan.org [2001:41d0:2:d06e::5c4:2612] by doc.devuan.org with IMAP (fetchmail-6.4.16) for <debbugs@localhost> (single-drop); Wed, 11 Jan 2023 15:18:03 +0000 (UTC) Received: from email.devuan.org by email.devuan.org with LMTP id g2utDQnTvmPAfgAAmSBk0A (envelope-from <[email protected]>) for <[email protected]>; Wed, 11 Jan 2023 15:17:29 +0000 Received: by email.devuan.org (Postfix, from userid 109) id 2DD12DB6; Wed, 11 Jan 2023 15:17:29 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on email.devuan.org X-Spam-Level: X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC,SPF_PASS autolearn=no autolearn_force=no version=3.4.6 Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=193.36.131.86; helo=mx.hindley.org.uk; [email protected]; receiver=<UNKNOWN> Received: from mx.hindley.org.uk (193-36-131-86.cfwn.uk [193.36.131.86]) by email.devuan.org (Postfix) with ESMTPS id 9522EB11 for <[email protected]>; Wed, 11 Jan 2023 15:17:28 +0000 (UTC) Received: from apollo.hindleynet ([192.168.1.3] helo=hindley.org.uk) by mx.hindley.org.uk with smtp (Exim 4.84_2) (envelope-from <[email protected]>) id 1pFcr0-0002pV-QA; Wed, 11 Jan 2023 15:17:27 +0000 Received: (nullmailer pid 29366 invoked by uid 1000); Wed, 11 Jan 2023 15:17:26 -0000 Date: Wed, 11 Jan 2023 15:17:26 +0000 From: Mark Hindley <[email protected]> To: Klaus Ethgen <[email protected]>, [email protected] Subject: Re: bug#657: Incompatible string concatination in matchit Message-ID: <[email protected]> References: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[email protected]> X-Debbugs-No-Ack: No Thanks Version: 2:8.2.4659-1 Closing as fixed in Debian. mark ------------=_1673450401-31293-0--
MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) X-Loop: [email protected] From: "Devuan bug Tracking System" <[email protected]> To: Klaus Ethgen <[email protected]> Subject: bug#657 closed by Mark Hindley <[email protected]> (Re: bug#657: Incompatible string concatination in matchit) Message-ID: <[email protected]> References: <[email protected]> <[email protected]> X-Devuan-PR-Message: they-closed 657 X-Devuan-PR-Package: vim-runtime X-Devuan-PR-Keywords: debian upstream Reply-To: [email protected] Date: Wed, 11 Jan 2023 15:20:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1673450403-31293-1" This is a multi-part message in MIME format... ------------=_1673450403-31293-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the vim-runtime package: #657: Incompatible string concatination in matchit It has been closed by Mark Hindley <[email protected]>. Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Mark Hindley <mark@hin= dley.org.uk> by replying to this email. --=20 657: https://bugs.devuan.org/cgi/bugreport.cgi?bug=3D657 Devuan Bug Tracking System Contact [email protected] with problems ------------=_1673450403-31293-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 657-done) by bugs.devuan.org; 11 Jan 2023 15:18:03 +0000 Return-Path: <[email protected]> Delivered-To: [email protected] Received: from email.devuan.org [2001:41d0:2:d06e::5c4:2612] by doc.devuan.org with IMAP (fetchmail-6.4.16) for <debbugs@localhost> (single-drop); Wed, 11 Jan 2023 15:18:03 +0000 (UTC) Received: from email.devuan.org by email.devuan.org with LMTP id g2utDQnTvmPAfgAAmSBk0A (envelope-from <[email protected]>) for <[email protected]>; Wed, 11 Jan 2023 15:17:29 +0000 Received: by email.devuan.org (Postfix, from userid 109) id 2DD12DB6; Wed, 11 Jan 2023 15:17:29 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on email.devuan.org X-Spam-Level: X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC,SPF_PASS autolearn=no autolearn_force=no version=3.4.6 Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=193.36.131.86; helo=mx.hindley.org.uk; [email protected]; receiver=<UNKNOWN> Received: from mx.hindley.org.uk (193-36-131-86.cfwn.uk [193.36.131.86]) by email.devuan.org (Postfix) with ESMTPS id 9522EB11 for <[email protected]>; Wed, 11 Jan 2023 15:17:28 +0000 (UTC) Received: from apollo.hindleynet ([192.168.1.3] helo=hindley.org.uk) by mx.hindley.org.uk with smtp (Exim 4.84_2) (envelope-from <[email protected]>) id 1pFcr0-0002pV-QA; Wed, 11 Jan 2023 15:17:27 +0000 Received: (nullmailer pid 29366 invoked by uid 1000); Wed, 11 Jan 2023 15:17:26 -0000 Date: Wed, 11 Jan 2023 15:17:26 +0000 From: Mark Hindley <[email protected]> To: Klaus Ethgen <[email protected]>, [email protected] Subject: Re: bug#657: Incompatible string concatination in matchit Message-ID: <[email protected]> References: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[email protected]> X-Debbugs-No-Ack: No Thanks Version: 2:8.2.4659-1 Closing as fixed in Debian. mark ------------=_1673450403-31293-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by bugs.devuan.org; 23 Jan 2022 12:09:04 +0000 Return-Path: <[email protected]> Delivered-To: [email protected] Received: from tupac3.dyne.org [195.169.149.119] by doc.devuan.org with IMAP (fetchmail-6.4.16) for <debbugs@localhost> (single-drop); Sun, 23 Jan 2022 12:09:04 +0000 (UTC) Received: from tschil.ethgen.ch (tschil.ethgen.ch [5.9.7.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.dyne.org (Postfix) with ESMTPS id 5F7786618E9 for <[email protected]>; Sun, 23 Jan 2022 13:08:15 +0100 (CET) Authentication-Results: mail.dyne.org; dkim=pass (4096-bit key; unprotected) header.d=ethgen.de [email protected] header.b="AkgBC4lW"; dkim-atps=neutral DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ethgen.de; s=mail; h=Content-Type:MIME-Version:Message-ID:Subject:To:From:Date:Sender: Reply-To:Cc:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=Qrn4TaR2C427SVcbAGW3KAMdlRtt5SHVIWyCnv0xbas=; b=AkgBC4lWoVlxW2jLB672nHPH6c 0jVoOeQeGqEOxj6nLddGkAYSqm0tfWEIv53MJGkFCvtw130/Doh7VC2ySTEZAr9gfIp00xCJbDr3v FcllnUj6U9EwHzpTdHp5SB3vkCkwyT8af6hLAQWizJO/2IgjWJHUvFw9z1B0O0eq1XAX4jernYR1u PVAu0z8F/i/bwHtKhiQEJz/5b2k8emxZ/gcMz0+23TklkQvsusVdgKKECSoGtzFriu4EonLyvCD3i n1iRv6lj4EVOOlCeaR+riuZ1IOhvnrdOgUnkqd8Nr66xqcn1HAy8gM2lm0ErUajWGd734YK0drFS5 j2QDgjMpk5JKEc8Wj7Z+Mpj6l5BbMBUZ105uWBEx6+9VAVfJyvJ4xhQ7j021/P6g6Va9o4s2IDbdd qbvv4ly/pjuSKKQxR2glksalYcItcdvKnx9BC6/XpFPmUQzb97kKMthcBPQQOBYt4IGDSmctXJ8by 3xzUWXSYJbYW8TSTi0nqWNXG2ZV8I7iEdI71lsadr3kk2r4BmknY/lm8+7kT/17Bugy+52teshy25 zFIPLwKmelwC/PARKdlM2VBe8fvurN8Pqk15N+kRjHB85/JIEWaZFWAoUtZJAlJhxPDvYMv9K2GQS vPldIp9eEONvvvaLv9QxGoQsWeZLIrYTdZIK2MPiw=; Received: from [192.168.17.4] (helo=ikki.ket) by tschil.ethgen.ch with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from <[email protected]>) id 1nBbfG-0006J1-5Z; Sun, 23 Jan 2022 12:08:10 +0000 Received: from klaus by ikki.ket with local (Exim 4.95) (envelope-from <[email protected]>) id 1nBbfF-00084e-Ur; Sun, 23 Jan 2022 13:08:09 +0100 Date: Sun, 23 Jan 2022 13:08:09 +0100 From: Klaus Ethgen <[email protected]> To: Devuan Bug Tracking System <[email protected]> Subject: Incompatible string concatination in matchit Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="wlUQ+DtIZVGKsbSb" Content-Disposition: inline X-Reportbug-Version: 11.2.0+devuan1 OpenPGP: id=79D0B06F4E20AF1C; url=http://www.ethgen.ch/~klaus/79D0B06F4E20AF1C.txt; preference=signencrypt X-Spam-Status: No, score=-2.5 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_MED,SPF_PASS,URIBL_BLOCKED autolearn=disabled version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.dyne.org --wlUQ+DtIZVGKsbSb Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Package: vim-runtime Version: 2:8.2.3995-1 Severity: normal Upstream changed matchit.vim in commit fa3b72348 to not accept "." as concatination anymore (updating scriptversion to 4). However, they forgot to change all "." to "..". This is a upstream bug still in the master branch. The following patch will fix that: --- /usr/share/vim/vim82/pack/dist/opt/matchit/autoload/matchit.vim.orig 2022-01-23 12:54:50.973747466 +0100 +++ /usr/share/vim/vim82/pack/dist/opt/matchit/autoload/matchit.vim 2022-01-23 12:55:42.898040910 +0100 @@ -763,9 +763,9 @@ let skip = "synIDattr(synID(line('.'),col('.'),1),'name') !~? '" .. \ strpart(skip,2) .. "'" elseif skip[0] == "r" - let skip = "strpart(getline('.'),0,col('.'))=~'" . strpart(skip,2). "'" + let skip = "strpart(getline('.'),0,col('.'))=~'" .. strpart(skip,2) .. "'" elseif skip[0] == "R" - let skip = "strpart(getline('.'),0,col('.'))!~'" . strpart(skip,2). "'" + let skip = "strpart(getline('.'),0,col('.'))!~'" .. strpart(skip,2) .. "'" endif endif return skip -- System Information: Distributor ID: Devuan Description: Devuan GNU/Linux 5 (daedalus/ceres) Release: 5 Codename: daedalus ceres Architecture: x86_64 Kernel: Linux 5.13.4 (SMP w/8 CPU threads) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_CPU_OUT_OF_SPEC, TAINT_FIRMWARE_WORKAROUND, TAINT_OOT_MODULE Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /bin/dash Init: sysvinit (via /sbin/init) vim-runtime depends on no packages. Versions of packages vim-runtime recommends: ii vim 2:8.2.3995-1 ii vim-gtk3 [vim] 2:8.2.3995-1 ii vim-nox [vim] 2:8.2.3995-1 vim-runtime suggests no packages. -- no debconf information Regards Klaus -- Klaus Ethgen http://www.ethgen.ch/ pub 4096R/4E20AF1C 2011-05-16 Klaus Ethgen <[email protected]> Fingerprint: 85D4 CA42 952C 949B 1753 62B3 79D0 B06F 4E20 AF1C --wlUQ+DtIZVGKsbSb Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Comment: Charset: ISO-8859-1 iQGzBAABCgAdFiEEMWF28vh4/UMJJLQEpnwKsYAZ9qwFAmHtRSkACgkQpnwKsYAZ 9qw+ewwArNUPtstRtLypzAUzc2SBgSNmoZpZLCM3VVeEURi/59kwQK5GSdvHjzaf g5Kf/CyXjhbLg1RW0jLk62iBK3HZFnA5QpG2LAyNa+CfJzI87uxvpBEPEyCLWiRG mFR508qZwyzny/8uc7H6+dUYFSh7hmXgtb83QXicVNUcTlSEoG5J8aTuqzsKgECS 43OFekL2nd8LAe6J4pObqHQVLuCmYvZvdLEVokhaMdF759cj0cTU+6SFoqlw9qvG Pdn83ML3okkLj6Qa3aZurHX6nLAo5a2N9YiIWuKdjfKsKfpHUhLa/q+PqGjVkqBj TM8Ng8mN89htyptcadzqjxbUssL/kuHwe7Zqr+3w765c8X/W/qtNN4deFUUjAosQ UrSuh9kjsv5dMyLOMul4+U5DQ+q7n5bl+mXeO7HUUgT1r+h3ft3V52Peth2ImIbd BUGoHE/IEf5Ixx0MIvl7b/UvESbmyxzyGyXj5Kqykoh63PelL13uc9GvCli/BFCP P6uaJc7H =3l4R -----END PGP SIGNATURE----- --wlUQ+DtIZVGKsbSb-- ------------=_1673450403-31293-1--
Devuan BTS -- Powered by Debian bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.
Devuan Bugs Owner <[email protected]>.
Last modified:
Thu, 28 Nov 2024 08:39:01 UTC