diff options
author | Elliott Hughes <enh@google.com> | 2011-10-24 10:47:25 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2011-10-24 10:52:14 -0700 |
commit | bcb2edac654962758c6d7d8d3e0e4cdcb75c89fc (patch) | |
tree | 3fe66b6c98d2a141a6064b719382c771cd57b377 /libc/tools/zoneinfo/generate | |
parent | d9ad62343c2db6b66a5fa597c9b20a6faabd7a9a (diff) | |
download | bionic-bcb2edac654962758c6d7d8d3e0e4cdcb75c89fc.zip bionic-bcb2edac654962758c6d7d8d3e0e4cdcb75c89fc.tar.gz bionic-bcb2edac654962758c6d7d8d3e0e4cdcb75c89fc.tar.bz2 |
Update to tzdata2011m.
Fixes for Europe/Tiraspol (Moldova) and all four Ukrainian zones.
Also show the MD5 of the downloaded data, for comparison against the MD5
given in the announcement mails. (There's a plan to move to proper signing,
but that's not implemented on their end yet.)
Change-Id: I845e6f125c0f54298abadc643adfeca2eff4827a
Diffstat (limited to 'libc/tools/zoneinfo/generate')
-rwxr-xr-x | libc/tools/zoneinfo/generate | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/tools/zoneinfo/generate b/libc/tools/zoneinfo/generate index e48a3c9..3e21d0b 100755 --- a/libc/tools/zoneinfo/generate +++ b/libc/tools/zoneinfo/generate @@ -37,6 +37,9 @@ if [ "$current_version" == "$latest_version" ]; then exit 1 fi +md5_sum=`md5sum $latest_archive` +echo "MD5: $md5_sum" + echo "Extracting $latest_version..." mkdir $latest_version tar -C $latest_version -zxf $latest_archive |