You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by ni...@apache.org on 2022/01/21 23:24:44 UTC

[incubator-heron] branch master updated: libunwind 1.5.0 Upgrade (#3760)

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

nicknezis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/master by this push:
     new 41d9dab  libunwind 1.5.0 Upgrade (#3760)
41d9dab is described below

commit 41d9dab342d8ccb044be820c71f52f034f1c6969
Author: Saad Ur Rahman <su...@users.noreply.github.com>
AuthorDate: Fri Jan 21 18:24:37 2022 -0500

    libunwind 1.5.0 Upgrade (#3760)
    
    This library is used by C++ components to maintain a call history. Upgrading to newer Linux kernels necessitates this update.
---
 WORKSPACE | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/WORKSPACE b/WORKSPACE
index adc14f2..2012ae6 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -272,9 +272,9 @@ http_archive(
 http_archive(
     name = "org_nongnu_libunwind",
     build_file = "@//:third_party/libunwind/libunwind.BUILD",
-    sha256 = "0a4b5a78d8c0418dfa610245f75fa03ad45d8e5e4cc091915d2dbed34c01178e",
-    strip_prefix = "libunwind-1.3.2",
-    urls = ["https://github.com/libunwind/libunwind/releases/download/v1.3.2/libunwind-1.3.2.tar.gz"],
+    sha256 = "90337653d92d4a13de590781371c604f9031cdb50520366aa1e3a91e1efb1017",
+    strip_prefix = "libunwind-1.5.0",
+    urls = ["https://github.com/libunwind/libunwind/releases/download/v1.5/libunwind-1.5.0.tar.gz"],
 )
 
 http_archive(