From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 21 Sep 2026 08:38:42 +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 1x8Xfm-004aWo-0v for lore@lore.pengutronix.de; Mon, 21 Sep 2026 08:38:42 +0200 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1x8Xfk-0001Db-Dq; Mon, 21 Sep 2026 08:38:40 +0200 Received: from mx1.white.stw.pengutronix.de ([2a0a:edc0:0:b01:1d::107]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1x8XfS-0000OI-4w for ptxdist@pengutronix.de; Mon, 21 Sep 2026 08:38:22 +0200 Received: from drehscheibe.grey.stw.pengutronix.de (drehscheibe.grey.stw.pengutronix.de [IPv6:2a0a:edc0:0:c01:1d::a2]) (Authenticated sender: relay-from-drehscheibe.grey.stw.pengutronix.de) by mx1.white.stw.pengutronix.de (Postfix) with ESMTPSA id 1B853200988; Mon, 21 Sep 2026 08:38:22 +0200 (CEST) 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 1x8XfS-00213o-05; Mon, 21 Sep 2026 08:38:22 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1x8XfR-0000000DIH8-45U5; Mon, 21 Sep 2026 08:38:21 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 21 Sep 2026 08:38:21 +0200 Message-ID: <20260921063821.3168508-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260914132951.222601-1-ada@thorsis.com> References: <20260914132951.222601-1-ada@thorsis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] tz: version bump 2026c -> 2026d 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: Alexander Dahl 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 ca6b11756df9b94a2c20e9d4997a254b489bd9b1. Michael [sent from post-receive hook] On Mon, 21 Sep 2026 08:38:21 +0200, Alexander Dahl wrote: > >From the announcement: > > > Briefly: > > Canada’s Northwest Territories moved to permanent -06 on 2026-08-21. > > Obsolescent settings like TZ="EST5EDT" now conform better to POSIX. > > Fix security, performance and porting bugs in zic and localtime. > > Link: https://lists.iana.org/hyperkitty/list/tz-announce@iana.org/thread/L4IGHJRBUQR53F7RTEHM5IS7ZMBR3YXP/ > Signed-off-by: Alexander Dahl > Message-Id: <20260914132951.222601-1-ada@thorsis.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/host-tz-database.make b/rules/host-tz-database.make > index d1f66a6b0ea8..6075544de93a 100644 > --- a/rules/host-tz-database.make > +++ b/rules/host-tz-database.make > @@ -17,10 +17,10 @@ HOST_PACKAGES-$(PTXCONF_HOST_TZ_DATABASE) += host-tz-database > # > HOST_TZ_DATABASE := tz-database > HOST_TZ_DATABASE_DIR := $(HOST_BUILDDIR)/$(HOST_TZ_DATABASE) > -HOST_TZ_DATABASE_VERSION:= 2026c > +HOST_TZ_DATABASE_VERSION:= 2026d > > TZCODE_VERSION := $(HOST_TZ_DATABASE_VERSION) > -TZCODE_SHA256 := b1cffc3ace4c4c7cd0efba2f7add86ec3d0b79da48bcf03582671fd3c8feace8 > +TZCODE_SHA256 := 2f5c9f7fe29e6b8cb863583667884b8ce17b0a485355a054b591c6bdfcd81791 > TZCODE := tzcode$(TZCODE_VERSION) > TZCODE_SUFFIX := tar.gz > TZCODE_URL := \ > @@ -30,7 +30,7 @@ TZCODE_DIR := $(HOST_TZ_DATABASE_DIR) > TZCODE_STRIP_LEVEL := 0 > > TZDATA_VERSION := $(HOST_TZ_DATABASE_VERSION) > -TZDATA_SHA256 := e4a178a4477f3d0ea77cc31828ff72aa38feff8d61aa13e7e99e142e9d902be4 > +TZDATA_SHA256 := 0cb2aa8e333c3dc049badc42a0c61f21987b8cd44e107fa900bad764aacc7767 > TZDATA := tzdata$(TZDATA_VERSION) > TZDATA_SUFFIX := tar.gz > TZDATA_URL := \