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
This commit is contained in:
parent
d9ad62343c
commit
bcb2edac65
@ -37,6 +37,9 @@ if [ "$current_version" == "$latest_version" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
md5_sum=`md5sum $latest_archive`
|
||||||
|
echo "MD5: $md5_sum"
|
||||||
|
|
||||||
echo "Extracting $latest_version..."
|
echo "Extracting $latest_version..."
|
||||||
mkdir $latest_version
|
mkdir $latest_version
|
||||||
tar -C $latest_version -zxf $latest_archive
|
tar -C $latest_version -zxf $latest_archive
|
||||||
|
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
|||||||
2011l
|
2011m
|
||||||
|
Loading…
x
Reference in New Issue
Block a user