You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by mm...@apache.org on 2019/02/06 00:15:25 UTC

[geode-native] branch develop updated: GEODE-6357: Updates Libxml2 to 2.9.9 (#440)

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

mmartell pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new 80114a9  GEODE-6357: Updates Libxml2 to 2.9.9 (#440)
80114a9 is described below

commit 80114a97cda2bbb438d61c803f9c6a4256fac68d
Author: Jacob Barrett <jb...@pivotal.io>
AuthorDate: Tue Feb 5 16:15:19 2019 -0800

    GEODE-6357: Updates Libxml2 to 2.9.9 (#440)
---
 dependencies/libxml2/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dependencies/libxml2/CMakeLists.txt b/dependencies/libxml2/CMakeLists.txt
index 0bc49f8..aabd6c8 100644
--- a/dependencies/libxml2/CMakeLists.txt
+++ b/dependencies/libxml2/CMakeLists.txt
@@ -13,9 +13,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-project( libxml2 VERSION 2.9.7 LANGUAGES NONE )
+project( libxml2 VERSION 2.9.9 LANGUAGES NONE )
 
-set( SHA256 f63c5e7d30362ed28b38bfa1ac6313f9a80230720b7fb6c80575eeab3ff5900c )
+set( SHA256 94fb70890143e3c6549f265cee93ec064c80a84c42ad0f23e85ee1fd6540a871 )
 
 set( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -m64" )