From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 29 Aug 2025 11:46:36 +0200 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 1urvgq-005lxZ-2y for lore@lore.pengutronix.de; Fri, 29 Aug 2025 11:46:36 +0200 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 1urvgp-0004Sk-D5; Fri, 29 Aug 2025 11:46:35 +0200 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 1urvgS-0003p3-US; Fri, 29 Aug 2025 11:46:12 +0200 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 1urvgS-002hrA-2R; Fri, 29 Aug 2025 11:46:12 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1urvgS-0000000AzJ8-2yVQ; Fri, 29 Aug 2025 11:46:12 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 29 Aug 2025 11:46:12 +0200 Message-ID: <20250829094612.2618939-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.2 In-Reply-To: <20250711081140.4128890-5-m.tretter@pengutronix.de> References: <20250711081140.4128890-5-m.tretter@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] cog: version bump 0.18.3 -> 0.19.1 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: Michael Tretter 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 890cb7fdef5712f505dca4d779ffb2d824cee16c. Michael [sent from post-receive hook] On Fri, 29 Aug 2025 11:46:12 +0200, Michael Tretter wrote: > Signed-off-by: Michael Tretter > Message-Id: <20250711081140.4128890-5-m.tretter@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/cog.make b/rules/cog.make > index da6560d82f43..17c15c8696e0 100644 > --- a/rules/cog.make > +++ b/rules/cog.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_COG) += cog > # > # Paths and names > # > -COG_VERSION := 0.18.3 > -COG_MD5 := e457de5b5ac8994ae9971c0a5a22b8a2 > +COG_VERSION := 0.19.1 > +COG_MD5 := ec4566bd63ad570a9c7654ed79e46c3f > COG := cog-$(COG_VERSION) > COG_SUFFIX := tar.xz > COG_URL := https://wpewebkit.org/releases/$(COG).$(COG_SUFFIX) > @@ -39,13 +39,16 @@ COG_CONF_OPT := \ > -Dcog_dbus_system_owner= \ > -Dcog_home_uri=https://ptxdist.org/ \ > -Ddocumentation=false \ > + -Dexamples=false \ > + -Dlibportal=disabled \ > -Dmanpages=false \ > -Dplatforms=wayland \ > -Dplugin_path=/usr/lib/cog/modules \ > -Dprograms=true \ > -Dwayland_weston_content_protection=false \ > -Dwayland_weston_direct_display=false \ > - -Dwpe_api=2.0 > + -Dwpe_api=2.0 \ > + -Dx11_keyboard=[] > > # ---------------------------------------------------------------------------- > # Target-Install