Merge pull request #1425 from tehnick/update-libxslt

Update libxslt
This commit is contained in:
Tony Theodore 2016-07-07 12:46:17 +10:00 committed by GitHub
commit ee39f732c6
3 changed files with 6 additions and 6 deletions

View File

@ -3,8 +3,8 @@
PKG := libxml2
$(PKG)_IGNORE :=
$(PKG)_VERSION := 2.9.2
$(PKG)_CHECKSUM := 5178c30b151d044aefb1b08bf54c3003a0ac55c59c866763997529d60770d5bc
$(PKG)_VERSION := 2.9.4
$(PKG)_CHECKSUM := ffb911191e509b966deb55de705387f14156e1a56b21824357cdf0053233633c
$(PKG)_SUBDIR := libxml2-$($(PKG)_VERSION)
$(PKG)_FILE := libxml2-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://xmlsoft.org/sources/$($(PKG)_FILE)

View File

@ -5,7 +5,7 @@ Contains ad hoc patches for cross building.
From 5cdef88cc0bd288b4814509062234b72d27dc176 Mon Sep 17 00:00:00 2001
From: MXE
Date: Tue, 4 Jun 2013 17:28:16 +1000
Date: Tue, 05 Jul 2016 21:12:38 +0300
Subject: [PATCH] fix for deprecated mkdir
@ -18,7 +18,7 @@ index 965175f..be36f4b 100644
ret = xsltCheckWritePath(sec, ctxt, directory);
if (ret == 1)
- ret = mkdir(directory, 0755);
+ ret = _mkdir(directory, 0755);
+ ret = _mkdir(directory);
}
xmlFree(directory);
if (ret < 0)

View File

@ -3,8 +3,8 @@
PKG := libxslt
$(PKG)_IGNORE :=
$(PKG)_VERSION := 1.1.28
$(PKG)_CHECKSUM := 5fc7151a57b89c03d7b825df5a0fae0a8d5f05674c0e7cf2937ecec4d54a028c
$(PKG)_VERSION := 1.1.29
$(PKG)_CHECKSUM := b5976e3857837e7617b29f2249ebb5eeac34e249208d31f1fbf7a6ba7a4090ce
$(PKG)_SUBDIR := libxslt-$($(PKG)_VERSION)
$(PKG)_FILE := libxslt-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://xmlsoft.org/sources/$($(PKG)_FILE)