Skip to content
Snippets Groups Projects
Commit 2cc98a23 authored by Robert Marshall's avatar Robert Marshall
Browse files

Update to latest libxml2

- Update from libxml2 2.9.8 to 2.9.9
- Cannot convert to build from git because autoconf 2.69
  is required and CentOS 6 only provides up to 2.68

Closes: https://gitlab.com/gitlab-org/distribution/team-tasks/issues/302



Signed-off-by: default avatarRobert Marshall <rmarshall@gitlab.com>
parent 3696c5c7
No related branches found
No related tags found
No related merge requests found
---
title: Update to latest libxml2
merge_request: 3156
author:
type: other
Loading
Loading
@@ -15,7 +15,7 @@
#
 
name 'libxml2'
default_version '2.9.8'
default_version '2.9.9'
 
license 'MIT'
license_file 'COPYING'
Loading
Loading
@@ -27,8 +27,8 @@ dependency 'libiconv'
dependency 'liblzma'
dependency 'config_guess'
 
version '2.9.8' do
source md5: 'b786e353e2aa1b872d70d5d1ca0c740d'
version '2.9.9' do
source md5: 'c04a5a0a042eaa157e8e8c9eabe76bd6'
end
 
source url: "ftp://xmlsoft.org/libxml2/libxml2-#{version}.tar.gz"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment