From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sun, 26 Oct 2025 21:33:16 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vD7QS-00C6Zx-2a for lore@lore.pengutronix.de; Sun, 26 Oct 2025 21:33:16 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1vD7QS-0001oZ-CM; Sun, 26 Oct 2025 21:33:16 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1vD7Q3-0001EH-8Y; Sun, 26 Oct 2025 21:32:51 +0100 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vD7Q3-005aoe-0G; Sun, 26 Oct 2025 21:32:51 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1vD7Q3-0000000470V-08gG; Sun, 26 Oct 2025 21:32:51 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Sun, 26 Oct 2025 21:32:50 +0100 Message-ID: <20251026203251.980240-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20251024063929.2906236-1-s.pueschel@pengutronix.de> References: <20251024063929.2906236-1-s.pueschel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] vim: version bump 9.1.0061 -> 9.1.1868 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: =?UTF-8?q?Sven=20P=C3=BCschel?= Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 17db64c5898a1a22e801c0c00fc6dacd93e8f1b3. Michael [sent from post-receive hook] On Sun, 26 Oct 2025 21:32:50 +0100, Sven Püschel wrote: > Signed-off-by: Sven Püschel > Message-Id: <20251024063929.2906236-1-s.pueschel@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/vim.make b/rules/vim.make > index 1523a5cc9273..4d1e6df5b921 100644 > --- a/rules/vim.make > +++ b/rules/vim.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_VIM) += vim > # > # Paths and names > # > -VIM_VERSION := 9.1.0061 > -VIM_MD5 := 61c5918a6098e7930b9998ad4cbf0633 > +VIM_VERSION := 9.1.1868 > +VIM_MD5 := eb7cbc69d825dd7ef330005557b2ba0a > VIM := vim-$(VIM_VERSION) > VIM_SUFFIX := tar.gz > VIM_URL := https://github.com/vim/vim/archive/refs/tags/v$(VIM_VERSION).$(VIM_SUFFIX) > @@ -66,12 +66,14 @@ VIM_CONF_OPT := \ > --disable-channel \ > --disable-terminal \ > --disable-autoservername \ > + --disable-socketserver \ > --enable-multibyte \ > --disable-rightleft \ > --disable-arabic \ > --disable-farsi \ > --disable-xim \ > --disable-fontset \ > + --disable-clipboard-provider \ > --disable-gui \ > --disable-gtk2-check \ > --disable-gnome-check \ > @@ -87,6 +89,8 @@ VIM_CONF_OPT := \ > --disable-gpm \ > --disable-sysmouse \ > --disable-nls \ > + --$(call ptx/endis, PTXDIST_Y2038)-year2038 \ > + --without-wayland \ > --without-x \ > --without-gnome \ > --with-tlib=ncurses