From patchwork Tue Nov 28 11:15:36 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7361 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4SffyT3jbYz3wvB for ; Tue, 28 Nov 2023 11:15:45 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4SffyS1Dxgz11n; Tue, 28 Nov 2023 11:15:44 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4SffyR5mklz30Jl; Tue, 28 Nov 2023 11:15:43 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4SffyN3cMPz2xS6 for ; Tue, 28 Nov 2023 11:15:40 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4SffyM5Qb5zlb; Tue, 28 Nov 2023 11:15:39 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1701170139; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=fOjeGQUGSURiU+K26mdcs0YmpF+pCQXkCBVL+HLwafA=; b=3Fz2wzgh9x55WcufS+j2s4+kgJQZDYk963wmWMxoA69vxOriP9lXZUGh0fIBoDP8D1nCgJ KoMi1GnhVC6eMpCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1701170139; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=fOjeGQUGSURiU+K26mdcs0YmpF+pCQXkCBVL+HLwafA=; b=GjVYZ9U9qHURyp5bhxNLDnpnADL+8vb5D24lFQjRLJLtc8VAJRpakZp+Eqjj/o5a4rtIic GZ0Vz8UtOHmpxItGR/1LPIGD+lcamQVTMes16DSx6spxqBq3YQyt/pvWmcmWbZAmEa5Fng GMjBQmB9izxTb+UZsgBOXy2NXIM3RKz2xmM+iyo0/mLOnYzh2ZclJhBQn9ZzXkZVzUeZlm fnKuVKyUAZoi0xvfumSPiFpPLd4xim1ej8U8HEE56IC+IHPQ1XywALhWXvT4L2KvwoYJY1 DhCToa/BMSvlLzpalu8DfwK/qEon2SxOCTosPRBrZq2yhxDuq3Jmtjot4Gwevg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] vim: Update to version 9.0.2134 Date: Tue, 28 Nov 2023 12:15:36 +0100 Message-ID: <20231128111536.39263-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: 77O6LTBJ5BKDSFAZ5W3PZTWDDZ2G4O4P X-Message-ID-Hash: 77O6LTBJ5BKDSFAZ5W3PZTWDDZ2G4O4P X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - IPFire-3.x - Update from version 9.0.1916 to 9.0.2134 - Changelog can be viewed by looking at the github commits https://github.com/vim/vim/commits/v9.0.2134 Signed-off-by: Adolf Belka --- vim/vim.nm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vim.nm b/vim/vim.nm index 2001bb322..2736125e1 100644 --- a/vim/vim.nm +++ b/vim/vim.nm @@ -6,7 +6,7 @@ name = vim major_ver = 9 minor_ver = 0 -patchlevel = 1916 +patchlevel = 2134 version = %{major_ver}.%{minor_ver}.%{patchlevel} release = 1