From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from dude02.hi.pengutronix.de ([2001:67c:670:100:1d::28]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lQnkw-0004Ry-H8 for ptxdist@pengutronix.de; Mon, 29 Mar 2021 11:00:18 +0200 Received: from mfe by dude02.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1lQnkw-0007ND-5Z for ptxdist@pengutronix.de; Mon, 29 Mar 2021 11:00:18 +0200 From: Marco Felsch Date: Mon, 29 Mar 2021 11:00:10 +0200 Message-Id: <20210329090011.25309-3-m.felsch@pengutronix.de> In-Reply-To: <20210329090011.25309-1-m.felsch@pengutronix.de> References: <20210329090011.25309-1-m.felsch@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH 3/4] cog: version bump 0.8.0 -> 0.8.1 List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de The upstream release note are: 8<--------------------------------------------------------------------- - core: Improved cog_web_view_connect_default_error_handlers() to avoid accidentally overriding already connected signal handlers. - drm: Fixed keyboard input when using modifier keys (e.g. Shift). - drm: Fixed crashes during deinitialization. - drm, fdo: Improved reliability for drivers which do not expose all their functionality via eglGetProcAddress(). - Improved behaviour of the CMake build system at configuration time. 8<--------------------------------------------------------------------- Signed-off-by: Marco Felsch --- rules/cog.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/cog.make b/rules/cog.make index 876909cc5..758b4f7f4 100644 --- a/rules/cog.make +++ b/rules/cog.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_COG) += cog # # Paths and names # -COG_VERSION := 0.8.0 -COG_MD5 := f7aa8a425927cab247563411fc67c5a3 +COG_VERSION := 0.8.1 +COG_MD5 := 21664fb04c9149dea6d68e13e6074276 COG := cog-$(COG_VERSION) COG_SUFFIX := tar.xz COG_URL := https://wpewebkit.org/releases/$(COG).$(COG_SUFFIX) -- 2.29.2 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de