pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/libxslt libxslt: update to 1.1.32.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e513d98054e1
branches:  trunk
changeset: 371834:e513d98054e1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Nov 23 15:48:10 2017 +0000

description:
libxslt: update to 1.1.32.

1.1.32: Nov 02 2017

  Portability:
  Add missing limits.h include (Nick Wellnhofer),
  Also run Windows tests with --maxdepth 200 (Nick Wellnhofer),
  Disable some MSVC warnings (Nick Wellnhofer),
  Fix deprecated Travis compiler flag (Nick Wellnhofer),
  Run general tests with maxdepth=200 (Nick Wellnhofer),
  Use _WIN32 macro instead of WIN32 (Nick Wellnhofer),
  Fix xsltproc newlines on Windows (Nick Wellnhofer),
  Fix Windows compiler warnings (Nick Wellnhofer),
  Rework locale feature tests (Nick Wellnhofer)


  Improvements:
  Rebuild win32/libxslt.def.src (Nick Wellnhofer),
  Fix compiler warnings in Python bindings (Nick Wellnhofer)


v1.1.31: Oct 06 2017

  Portability:
  Fix win32/configure.js (Nick Wellnhofer)


  Bug Fixes:
  Fix pkg-config related regressions in configure script (Nick Wellnhofer)


  Improvements:
  Adjust expected error output for libxml2 changes (Nick Wellnhofer),
  Misc autoconf updates (Nick Wellnhofer)

diffstat:

 textproc/libxslt/Makefile.common         |   4 ++--
 textproc/libxslt/distinfo                |  11 +++++------
 textproc/libxslt/patches/patch-configure |  15 ---------------
 3 files changed, 7 insertions(+), 23 deletions(-)

diffs (51 lines):

diff -r e8790593ee75 -r e513d98054e1 textproc/libxslt/Makefile.common
--- a/textproc/libxslt/Makefile.common  Thu Nov 23 15:45:00 2017 +0000
+++ b/textproc/libxslt/Makefile.common  Thu Nov 23 15:48:10 2017 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.3 2017/09/10 20:56:24 wiz Exp $
+# $NetBSD: Makefile.common,v 1.4 2017/11/23 15:48:10 wiz Exp $
 #
 # used by textproc/libxslt/Makefile
 # used by textproc/py-libxslt/Makefile
 
-DISTNAME=      libxslt-1.1.30
+DISTNAME=      libxslt-1.1.32
 CATEGORIES=    textproc
 MASTER_SITES=  ftp://xmlsoft.org/libxslt/
 MASTER_SITES+= http://xmlsoft.org/sources/
diff -r e8790593ee75 -r e513d98054e1 textproc/libxslt/distinfo
--- a/textproc/libxslt/distinfo Thu Nov 23 15:45:00 2017 +0000
+++ b/textproc/libxslt/distinfo Thu Nov 23 15:48:10 2017 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.62 2017/09/11 01:30:52 ryoon Exp $
+$NetBSD: distinfo,v 1.63 2017/11/23 15:48:10 wiz Exp $
 
-SHA1 (libxslt-1.1.30.tar.gz) = 3cb6eb8e7d410a1d21e6d7a76003220140cb2dbe
-RMD160 (libxslt-1.1.30.tar.gz) = 46c13d4eeaaf28729d95d0dc19ad03837aa27603
-SHA512 (libxslt-1.1.30.tar.gz) = d24e37398503b6bc29245a993738df51bf3948c4a8f052eedd7eac0a9fcff2d5b54220f37070c46f763e073c34bdb3153c9f129aa0df60c3d7cf7eadbbf15986
-Size (libxslt-1.1.30.tar.gz) = 3444029 bytes
+SHA1 (libxslt-1.1.32.tar.gz) = c47969f16747a72f9095b6a7a56d3afdd1e6e9ac
+RMD160 (libxslt-1.1.32.tar.gz) = fc65b2730625eca4e9fda62fd9a91210b2bee368
+SHA512 (libxslt-1.1.32.tar.gz) = e1ed3c103cd4c9897e7dd2360a11f63cf30382b7566ce6fcc81117804e203714446b5a62179ce628c3834b0b32ecdeeceecbdfa417507ce9ed5a107a0ebefb39
+Size (libxslt-1.1.32.tar.gz) = 3440715 bytes
 SHA1 (patch-ae) = 40ce3940a93b6a2dc804f62676909d3313e0ea52
-SHA1 (patch-configure) = 1d410769e91702ad6e76a4f0c35bc8b36566b2f3
diff -r e8790593ee75 -r e513d98054e1 textproc/libxslt/patches/patch-configure
--- a/textproc/libxslt/patches/patch-configure  Thu Nov 23 15:45:00 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-configure,v 1.1 2017/09/11 01:30:52 ryoon Exp $
-
-* POSIX shell portability
-
---- configure.orig     2017-08-29 11:30:40.000000000 +0000
-+++ configure
-@@ -14627,7 +14627,7 @@ fi
- 
- 
- 
--if test "x$LIBXML_CONFIG_PREFIX" == "x" -a "x$LIBXML_SRC" == "x"
-+if test "x$LIBXML_CONFIG_PREFIX" = "x" -a "x$LIBXML_SRC" = "x"
- then
- 
- pkg_failed=no



Home | Main Index | Thread Index | Old Index