From mboxrd@z Thu Jan 1 00:00:00 1970 From: Romain Naour Date: Sun, 14 Feb 2021 19:35:56 +0100 Subject: [Buildroot] [PATCH 2/2] package/tzdata: bump version to 2020f In-Reply-To: <20210214182145.GH6798@piout.net> References: <20210110164711.1708062-1-bernd.kuhls@t-online.de> <20210110164711.1708062-2-bernd.kuhls@t-online.de> <87zh1ekq9r.fsf@dell.be.48ers.dk> <19dff490-6537-bc7d-7035-e4bd99f97452@gmail.com> <877dnad5ux.fsf@dell.be.48ers.dk> <602ba0f2-503c-7175-c4fb-7dcac246631c@gmail.com> <8735xyd2vs.fsf@dell.be.48ers.dk> <20210214182145.GH6798@piout.net> Message-ID: <8c8b3bb9-0179-b194-1ad3-98cdd55ff4b3@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Le 14/02/2021 ? 19:21, Alexandre Belloni a ?crit?: > On 14/02/2021 17:34:47+0100, Peter Korsgaard wrote: >>>>>>> "Romain" == Romain Naour writes: >> >> Hi, >> >> >> > This patch has been backported to stable version 2020.11.2 and 2020.02.10. >> >> > Can you have a look? >> >> >> >> Are you able to reproduce it? When I gave it a quick test here I got >> >> sensible output from date. >> >> >> >> But maybe I missed something? >> >> > Yes, I tried on master, 2020.02.x, 2020.11.x and 2020.02.9 and 2020.11.1 (before >> > the version bump). >> >> > I'm looking at it but I don't have a patch yet. >> >> Ok, thanks. There was a report on IRC that timezones on uClibc were >> broken as well because of an incompatibility between the new tzdata >> files and tzdump. > > No, the issue is with zic that is not generating proper Tzif2 files (the > tzif2 header is there twice). > > The issue happen on Glibc toolchain. I added back the previous default zic format "fat" instead of "slim" [1] to pass the test. The default format has been changed in 2020b release. I'm not sure if we should keep the "fat" format... [1] https://github.com/eggert/tz/commit/6ba6f2117b95eab345a7ed9159cef939e30c4cd3 Best regards, Romain