From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 07 Mar 2025 10:50:07 +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 1tqULI-00AxcY-1A for lore@lore.pengutronix.de; Fri, 07 Mar 2025 10:50:07 +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 1tqULH-000400-FI; Fri, 07 Mar 2025 10:50:07 +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 1tqUKy-0003ga-Rs; Fri, 07 Mar 2025 10:49:48 +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 1tqUKy-004Spy-2A; Fri, 07 Mar 2025 10:49:48 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1tqUKy-00HBp3-21; Fri, 07 Mar 2025 10:49:48 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 7 Mar 2025 10:49:48 +0100 Message-Id: <20250307094948.4097014-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250227083153.1294167-1-p.zabel@pengutronix.de> References: <20250227083153.1294167-1-p.zabel@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] wayvnc: version bump 0.8.0 -> 0.9.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: Philipp Zabel 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 df013d2c5e03fa0b42fd8870d10c1161e8fbff8d. Michael [sent from post-receive hook] On Fri, 07 Mar 2025 10:49:48 +0100, Philipp Zabel wrote: > https://github.com/any1/wayvnc/releases/tag/v0.9.0 > https://github.com/any1/wayvnc/releases/tag/v0.9.1 > > Signed-off-by: Philipp Zabel > Message-Id: <20250227083153.1294167-1-p.zabel@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/wayvnc.make b/rules/wayvnc.make > index 41df73cdb0b9..aeda7ce7a353 100644 > --- a/rules/wayvnc.make > +++ b/rules/wayvnc.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_WAYVNC) += wayvnc > # > # Paths and names > # > -WAYVNC_VERSION := 0.8.0 > -WAYVNC_MD5 := 403b1e45edafa6bf07c9c308639df2b9 > +WAYVNC_VERSION := 0.9.1 > +WAYVNC_MD5 := a24b8dc1e6fe1fd14ad9532d9dc6f0d6 > WAYVNC := wayvnc-$(WAYVNC_VERSION) > WAYVNC_SUFFIX := tar.gz > WAYVNC_URL := https://github.com/any1/wayvnc/archive/refs/tags/v$(WAYVNC_VERSION).$(WAYVNC_SUFFIX) > @@ -53,6 +53,7 @@ $(STATEDIR)/wayvnc.targetinstall: > @$(call install_fixup, wayvnc,DESCRIPTION,missing) > > @$(call install_copy, wayvnc, 0, 0, 0755, -, /usr/bin/wayvnc) > + @$(call install_copy, wayvnc, 0, 0, 0755, -, /usr/bin/wayvncctl) > > @$(call install_finish, wayvnc) >