* [Buildroot] [PATCH 1/2] package/zic: bump to version 2022f
@ 2022-11-05 8:04 Francois Perrad
2022-11-05 8:04 ` [Buildroot] [PATCH 2/2] package/tzdata: " Francois Perrad
2022-11-05 20:02 ` [Buildroot] [PATCH 1/2] package/zic: " Thomas Petazzoni via buildroot
0 siblings, 2 replies; 3+ messages in thread
From: Francois Perrad @ 2022-11-05 8:04 UTC (permalink / raw)
To: buildroot
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
.../zic/0001-remove-dependency-check-on-version-file.patch | 2 +-
package/zic/zic.hash | 4 ++--
package/zic/zic.mk | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/zic/0001-remove-dependency-check-on-version-file.patch b/package/zic/0001-remove-dependency-check-on-version-file.patch
index 64587bc0d..cba7ed679 100644
--- a/package/zic/0001-remove-dependency-check-on-version-file.patch
+++ b/package/zic/0001-remove-dependency-check-on-version-file.patch
@@ -18,7 +18,7 @@ diff --git a/Makefile b/Makefile
index 1b714a8..00d2c09 100644
--- a/Makefile
+++ b/Makefile
-@@ -609,7 +609,7 @@ INSTALL: ALL install date.1
+@@ -615,7 +615,7 @@ INSTALL: ALL install date.1
# Otherwise, use $(VERSION) unless it is "unknown" and there is already
# a 'version' file, in which case reuse the existing 'version' contents
# and append "-dirty" if the contents do not already end in "-dirty".
diff --git a/package/zic/zic.hash b/package/zic/zic.hash
index c9c749194..40f68f029 100644
--- a/package/zic/zic.hash
+++ b/package/zic/zic.hash
@@ -1,4 +1,4 @@
-# From https://mm.icann.org/pipermail/tz-announce/2022-August/000072.html
-sha512 3373fa16a12007415c3dc3a75c4a0d61d6ae54968eeecedcdf4bcfd7f554020a15c4687dde107b90462b75d848eebe1e200c33322ebe0d3f1ad11bc769cade06 tzcode2022c.tar.gz
+# From https://mm.icann.org/pipermail/tz-announce/2022-October/000075.html
+sha512 3e2ef91b972f1872e3e8da9eae9d1c4638bfdb32600f164484edd7147be45a116db80443cd5ae61b5c34f8b841e4362f4beefd957633f6cc9b7def543ed6752b tzcode2022f.tar.gz
# Locally computed:
sha256 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf LICENSE
diff --git a/package/zic/zic.mk b/package/zic/zic.mk
index bb5cd3c91..229afaadc 100644
--- a/package/zic/zic.mk
+++ b/package/zic/zic.mk
@@ -4,7 +4,7 @@
#
################################################################################
-ZIC_VERSION = 2022c
+ZIC_VERSION = 2022f
ZIC_SOURCE = tzcode$(ZIC_VERSION).tar.gz
ZIC_SITE = https://www.iana.org/time-zones/repository/releases
ZIC_STRIP_COMPONENTS = 0
--
2.37.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 2/2] package/tzdata: bump to version 2022f
2022-11-05 8:04 [Buildroot] [PATCH 1/2] package/zic: bump to version 2022f Francois Perrad
@ 2022-11-05 8:04 ` Francois Perrad
2022-11-05 20:02 ` [Buildroot] [PATCH 1/2] package/zic: " Thomas Petazzoni via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Francois Perrad @ 2022-11-05 8:04 UTC (permalink / raw)
To: buildroot
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
package/tzdata/tzdata.hash | 4 ++--
package/tzdata/tzdata.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/tzdata/tzdata.hash b/package/tzdata/tzdata.hash
index b203e5bf5..aadd32006 100644
--- a/package/tzdata/tzdata.hash
+++ b/package/tzdata/tzdata.hash
@@ -1,4 +1,4 @@
-# From https://mm.icann.org/pipermail/tz-announce/2022-August/000072.html
-sha512 e2ae92abac6d87ce4ab4ba9012e868e1791b842e083293489debc0c671b9cf135b5b70426dacb6dbebbf6eba24463205225ae45bb7df891a086b25475f85ee0b tzdata2022c.tar.gz
+# From https://mm.icann.org/pipermail/tz-announce/2022-October/000075.html
+sha512 72d05d05be999075cdf57b896c0f4238b1b862d4d0ed92cc611736592a4ada14d47bd7f0fc8be39e7938a7f5940a903c8af41e87859482bcfab787d889d429f6 tzdata2022f.tar.gz
# Locally computed:
sha256 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf LICENSE
diff --git a/package/tzdata/tzdata.mk b/package/tzdata/tzdata.mk
index 7a1a77fcd..45bd7cf6e 100644
--- a/package/tzdata/tzdata.mk
+++ b/package/tzdata/tzdata.mk
@@ -4,7 +4,7 @@
#
################################################################################
-TZDATA_VERSION = 2022c
+TZDATA_VERSION = 2022f
TZDATA_SOURCE = tzdata$(TZDATA_VERSION).tar.gz
TZDATA_SITE = https://www.iana.org/time-zones/repository/releases
TZDATA_STRIP_COMPONENTS = 0
--
2.37.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/2] package/zic: bump to version 2022f
2022-11-05 8:04 [Buildroot] [PATCH 1/2] package/zic: bump to version 2022f Francois Perrad
2022-11-05 8:04 ` [Buildroot] [PATCH 2/2] package/tzdata: " Francois Perrad
@ 2022-11-05 20:02 ` Thomas Petazzoni via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-11-05 20:02 UTC (permalink / raw)
To: Francois Perrad; +Cc: buildroot
On Sat, 5 Nov 2022 09:04:06 +0100
Francois Perrad <fperrad@gmail.com> wrote:
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> ---
> .../zic/0001-remove-dependency-check-on-version-file.patch | 2 +-
> package/zic/zic.hash | 4 ++--
> package/zic/zic.mk | 2 +-
> 3 files changed, 4 insertions(+), 4 deletions(-)
Both applied to next, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-11-05 20:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-05 8:04 [Buildroot] [PATCH 1/2] package/zic: bump to version 2022f Francois Perrad
2022-11-05 8:04 ` [Buildroot] [PATCH 2/2] package/tzdata: " Francois Perrad
2022-11-05 20:02 ` [Buildroot] [PATCH 1/2] package/zic: " Thomas Petazzoni via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.