* [Buildroot] [PATCH 1/2] package/tzdata: bump to version 2022c
@ 2022-08-21 9:29 Francois Perrad
2022-08-21 9:29 ` [Buildroot] [PATCH 2/2] package/zic: bump to 2022c Francois Perrad
2022-08-21 11:30 ` [Buildroot] [PATCH 1/2] package/tzdata: bump to version 2022c Yann E. MORIN
0 siblings, 2 replies; 3+ messages in thread
From: Francois Perrad @ 2022-08-21 9:29 UTC (permalink / raw)
To: buildroot
update homepage with https
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
package/tzdata/Config.in | 2 +-
package/tzdata/tzdata.hash | 4 ++--
package/tzdata/tzdata.mk | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/tzdata/Config.in b/package/tzdata/Config.in
index 1e6cc0fc6..31071afb0 100644
--- a/package/tzdata/Config.in
+++ b/package/tzdata/Config.in
@@ -6,4 +6,4 @@ config BR2_PACKAGE_TZDATA
help
Time zone database
- http://www.iana.org/time-zones/repository/tz-link.html
+ https://data.iana.org/time-zones/tz-link.html
diff --git a/package/tzdata/tzdata.hash b/package/tzdata/tzdata.hash
index 55346539a..b203e5bf5 100644
--- a/package/tzdata/tzdata.hash
+++ b/package/tzdata/tzdata.hash
@@ -1,4 +1,4 @@
-# From https://mm.icann.org/pipermail/tz-announce/2021-October/000069.html
-sha512 c1e8d04e049157ed5d4af0868855bbd75517e3d7e1db9c41d5283ff260109de46b6fac6be94828201d093e163d868044ac2a9db2bf0aeab800e264d0c73a9119 tzdata2021e.tar.gz
+# From https://mm.icann.org/pipermail/tz-announce/2022-August/000072.html
+sha512 e2ae92abac6d87ce4ab4ba9012e868e1791b842e083293489debc0c671b9cf135b5b70426dacb6dbebbf6eba24463205225ae45bb7df891a086b25475f85ee0b tzdata2022c.tar.gz
# Locally computed:
sha256 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf LICENSE
diff --git a/package/tzdata/tzdata.mk b/package/tzdata/tzdata.mk
index 9cf8c2ea4..21ea94eca 100644
--- a/package/tzdata/tzdata.mk
+++ b/package/tzdata/tzdata.mk
@@ -4,7 +4,7 @@
#
################################################################################
-TZDATA_VERSION = 2021e
+TZDATA_VERSION = 2022c
TZDATA_SOURCE = tzdata$(TZDATA_VERSION).tar.gz
TZDATA_SITE = https://www.iana.org/time-zones/repository/releases
TZDATA_STRIP_COMPONENTS = 0
--
2.34.1
_______________________________________________
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/zic: bump to 2022c
2022-08-21 9:29 [Buildroot] [PATCH 1/2] package/tzdata: bump to version 2022c Francois Perrad
@ 2022-08-21 9:29 ` Francois Perrad
2022-08-21 11:30 ` [Buildroot] [PATCH 1/2] package/tzdata: bump to version 2022c Yann E. MORIN
1 sibling, 0 replies; 3+ messages in thread
From: Francois Perrad @ 2022-08-21 9:29 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 62adc59c8..64587bc0d 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
-@@ -593,7 +593,7 @@ INSTALL: ALL install date.1
+@@ -609,7 +609,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 9e17621de..c9c749194 100644
--- a/package/zic/zic.hash
+++ b/package/zic/zic.hash
@@ -1,4 +1,4 @@
-# From https://mm.icann.org/pipermail/tz-announce/2021-October/000069.html
-sha512 87b0335129ea41c5f42f687f548712e5da892baa8494cecf5d34851beceecf6ae52f22104696ed187713cf9e502570eb2041e277dfd3c043c11d0253bfde685a tzcode2021e.tar.gz
+# From https://mm.icann.org/pipermail/tz-announce/2022-August/000072.html
+sha512 3373fa16a12007415c3dc3a75c4a0d61d6ae54968eeecedcdf4bcfd7f554020a15c4687dde107b90462b75d848eebe1e200c33322ebe0d3f1ad11bc769cade06 tzcode2022c.tar.gz
# Locally computed:
sha256 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf LICENSE
diff --git a/package/zic/zic.mk b/package/zic/zic.mk
index 13f3a83bc..bb5cd3c91 100644
--- a/package/zic/zic.mk
+++ b/package/zic/zic.mk
@@ -4,7 +4,7 @@
#
################################################################################
-ZIC_VERSION = 2021e
+ZIC_VERSION = 2022c
ZIC_SOURCE = tzcode$(ZIC_VERSION).tar.gz
ZIC_SITE = https://www.iana.org/time-zones/repository/releases
ZIC_STRIP_COMPONENTS = 0
--
2.34.1
_______________________________________________
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/tzdata: bump to version 2022c
2022-08-21 9:29 [Buildroot] [PATCH 1/2] package/tzdata: bump to version 2022c Francois Perrad
2022-08-21 9:29 ` [Buildroot] [PATCH 2/2] package/zic: bump to 2022c Francois Perrad
@ 2022-08-21 11:30 ` Yann E. MORIN
1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2022-08-21 11:30 UTC (permalink / raw)
To: Francois Perrad; +Cc: buildroot
François, All,
On 2022-08-21 11:29 +0200, Francois Perrad spake thusly:
> update homepage with https
>
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Both Applied to next, but in the reverse order (zic then tzdata), thanks.
Regards,
Yann E. MORIN.
> ---
> package/tzdata/Config.in | 2 +-
> package/tzdata/tzdata.hash | 4 ++--
> package/tzdata/tzdata.mk | 2 +-
> 3 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/package/tzdata/Config.in b/package/tzdata/Config.in
> index 1e6cc0fc6..31071afb0 100644
> --- a/package/tzdata/Config.in
> +++ b/package/tzdata/Config.in
> @@ -6,4 +6,4 @@ config BR2_PACKAGE_TZDATA
> help
> Time zone database
>
> - http://www.iana.org/time-zones/repository/tz-link.html
> + https://data.iana.org/time-zones/tz-link.html
> diff --git a/package/tzdata/tzdata.hash b/package/tzdata/tzdata.hash
> index 55346539a..b203e5bf5 100644
> --- a/package/tzdata/tzdata.hash
> +++ b/package/tzdata/tzdata.hash
> @@ -1,4 +1,4 @@
> -# From https://mm.icann.org/pipermail/tz-announce/2021-October/000069.html
> -sha512 c1e8d04e049157ed5d4af0868855bbd75517e3d7e1db9c41d5283ff260109de46b6fac6be94828201d093e163d868044ac2a9db2bf0aeab800e264d0c73a9119 tzdata2021e.tar.gz
> +# From https://mm.icann.org/pipermail/tz-announce/2022-August/000072.html
> +sha512 e2ae92abac6d87ce4ab4ba9012e868e1791b842e083293489debc0c671b9cf135b5b70426dacb6dbebbf6eba24463205225ae45bb7df891a086b25475f85ee0b tzdata2022c.tar.gz
> # Locally computed:
> sha256 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf LICENSE
> diff --git a/package/tzdata/tzdata.mk b/package/tzdata/tzdata.mk
> index 9cf8c2ea4..21ea94eca 100644
> --- a/package/tzdata/tzdata.mk
> +++ b/package/tzdata/tzdata.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -TZDATA_VERSION = 2021e
> +TZDATA_VERSION = 2022c
> TZDATA_SOURCE = tzdata$(TZDATA_VERSION).tar.gz
> TZDATA_SITE = https://www.iana.org/time-zones/repository/releases
> TZDATA_STRIP_COMPONENTS = 0
> --
> 2.34.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
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-08-21 11:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-21 9:29 [Buildroot] [PATCH 1/2] package/tzdata: bump to version 2022c Francois Perrad
2022-08-21 9:29 ` [Buildroot] [PATCH 2/2] package/zic: bump to 2022c Francois Perrad
2022-08-21 11:30 ` [Buildroot] [PATCH 1/2] package/tzdata: bump to version 2022c Yann E. MORIN
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox