lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 1446f0fc 3/5: Upgrade libxslt to v1.1.37


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 1446f0fc 3/5: Upgrade libxslt to v1.1.37
Date: Mon, 3 Apr 2023 19:10:21 -0400 (EDT)

branch: master
commit 1446f0fce5c90b207f49570fee92614ebcca2c2e
Author: Vadim Zeitlin <vadim@tt-solutions.com>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Upgrade libxslt to v1.1.37
    
    There are no changes affecting lmi here, but this version has the
    advantage of integrating the changes previously submitted to the
    upstream and so can be used "as is", instead of using lmi-specific
    branch of the submodule repository.
    
    Note that this required a minor change to the installation script as the
    latest version of libxslt doesn't use a versioned directory for the
    documentation files any longer -- this is similar to what was done for
    libxml2 in 3786787fb (Update libxml2 to the latest post v2.9.13 version,
    2022-03-10).
---
 install_xml_libraries.sh | 2 +-
 third_party/libxslt      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/install_xml_libraries.sh b/install_xml_libraries.sh
index b254594a..4ae109a5 100755
--- a/install_xml_libraries.sh
+++ b/install_xml_libraries.sh
@@ -338,7 +338,7 @@ chmod -R g=u "$prefix"/include/libxslt
 chmod -R g=u "$prefix"/include/xmlwrapp
 chmod -R g=u "$prefix"/include/xsltwrapp
 chmod -R g=u "$prefix"/share/doc/libxml2
-chmod -R g=u "$prefix"/share/doc/libxslt-*
+chmod -R g=u "$prefix"/share/doc/libxslt
 chmod -R g=u "$prefix"/share/gtk-doc/html/libxml2
 chmod -R g=u "$exec_prefix"/bin
 chmod -R g=u "$exec_prefix"/lib
diff --git a/third_party/libxslt b/third_party/libxslt
index a8edc9ab..5eca7fb6 160000
--- a/third_party/libxslt
+++ b/third_party/libxslt
@@ -1 +1 @@
-Subproject commit a8edc9ab71093db3267f2b3b905aa8c465c6c363
+Subproject commit 5eca7fb65b7337409a02f9f94fde608edf7d1b0a



reply via email to

[Prev in Thread] Current Thread [Next in Thread]