From: Jakub Bogusz Date: Sat, 14 Jul 2018 20:45:59 +0000 (+0200) Subject: - problem description typo X-Git-Tag: auto/th/glibc-2.27-12 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=a6f50bfe04119a09a05a1875cc09c01bf671bd2f;p=packages%2Fglibc.git - problem description typo --- diff --git a/glibc-tzset-default.patch b/glibc-tzset-default.patch index e17d983..a88f0c6 100644 --- a/glibc-tzset-default.patch +++ b/glibc-tzset-default.patch @@ -2,7 +2,7 @@ Avoid integer overflow when using TZ in form stdNdst without explicit dst rules, when: * using 32-bit time_t * first system timezone transition rule begins before 1901 (i.e. ~INT32_MAX) - * TZ is on east of system timezone + * TZ is on west of system timezone --- glibc-2.27/time/tzfile.c.orig 2018-02-10 11:10:05.455102136 +0100 +++ glibc-2.27/time/tzfile.c 2018-07-14 21:25:23.090397420 +0200 @@ -543,6 +543,25 @@