You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by pg...@apache.org on 2021/01/03 10:42:18 UTC

[orc] branch branch-1.5 updated: ORC-707: FIX tzdata to recover Win32 build in AppVeyor (#590) (#603)

This is an automated email from the ASF dual-hosted git repository.

pgaref pushed a commit to branch branch-1.5
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-1.5 by this push:
     new ef195e4  ORC-707: FIX tzdata to recover Win32 build in AppVeyor (#590) (#603)
ef195e4 is described below

commit ef195e47fc8a45fb5b378586a3edda044e6328c8
Author: Panagiotis Garefalakis <pg...@apache.org>
AuthorDate: Sun Jan 3 12:42:11 2021 +0200

    ORC-707: FIX tzdata to recover Win32 build in AppVeyor (#590) (#603)
    
    (cherry picked from commit c5efb95b67e5c04493172a80a4e051e478a62a9f)
---
 cmake_modules/ThirdpartyToolchain.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake_modules/ThirdpartyToolchain.cmake b/cmake_modules/ThirdpartyToolchain.cmake
index 957af57..7fee9b5 100644
--- a/cmake_modules/ThirdpartyToolchain.cmake
+++ b/cmake_modules/ThirdpartyToolchain.cmake
@@ -171,8 +171,8 @@ endif ()
 
 if (WIN32)
   ExternalProject_Add(tzdata_ep
-    URL "ftp://cygwin.osuosl.org/pub/cygwin/noarch/release/tzdata/tzdata-2020b-1.tar.xz"
-    URL_HASH MD5=1BE1D18B4042A5011E96D20054BEEF33
+    URL "ftp://cygwin.osuosl.org/pub/cygwin/noarch/release/tzdata/tzdata-2020e-1.tar.xz"
+    URL_HASH MD5=f387bd21bd54a68ef73a0b9fa20a9ff5
     CONFIGURE_COMMAND ""
     BUILD_COMMAND ""
     INSTALL_COMMAND "")