Thu Nov 23 15:48:11 2017 UTC ()
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)


(wiz)
diff -r1.3 -r1.4 pkgsrc/textproc/libxslt/Makefile.common
diff -r1.62 -r1.63 pkgsrc/textproc/libxslt/distinfo
diff -r1.1 -r0 pkgsrc/textproc/libxslt/patches/patch-configure

cvs diff -r1.3 -r1.4 pkgsrc/textproc/libxslt/Makefile.common (expand / switch to unified diff)

--- pkgsrc/textproc/libxslt/Makefile.common 2017/09/10 20:56:24 1.3
+++ pkgsrc/textproc/libxslt/Makefile.common 2017/11/23 15:48:10 1.4
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile.common,v 1.3 2017/09/10 20:56:24 wiz Exp $ 1# $NetBSD: Makefile.common,v 1.4 2017/11/23 15:48:10 wiz Exp $
2# 2#
3# used by textproc/libxslt/Makefile 3# used by textproc/libxslt/Makefile
4# used by textproc/py-libxslt/Makefile 4# used by textproc/py-libxslt/Makefile
5 5
6DISTNAME= libxslt-1.1.30 6DISTNAME= libxslt-1.1.32
7CATEGORIES= textproc 7CATEGORIES= textproc
8MASTER_SITES= ftp://xmlsoft.org/libxslt/ 8MASTER_SITES= ftp://xmlsoft.org/libxslt/
9MASTER_SITES+= http://xmlsoft.org/sources/ 9MASTER_SITES+= http://xmlsoft.org/sources/
10 10
11MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://xmlsoft.org/XSLT/ 12HOMEPAGE= http://xmlsoft.org/XSLT/
13COMMENT= XSLT parser library from the GNOME project 13COMMENT= XSLT parser library from the GNOME project
14LICENSE= mit # with advertisement clause 14LICENSE= mit # with advertisement clause
15 15
16PATCHDIR= ${.CURDIR}/../../textproc/libxslt/patches 16PATCHDIR= ${.CURDIR}/../../textproc/libxslt/patches
17DISTINFO_FILE= ${.CURDIR}/../../textproc/libxslt/distinfo 17DISTINFO_FILE= ${.CURDIR}/../../textproc/libxslt/distinfo
18 18
19post-extract: 19post-extract:

cvs diff -r1.62 -r1.63 pkgsrc/textproc/libxslt/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/libxslt/distinfo 2017/09/11 01:30:52 1.62
+++ pkgsrc/textproc/libxslt/distinfo 2017/11/23 15:48:10 1.63
@@ -1,8 +1,7 @@ @@ -1,8 +1,7 @@
1$NetBSD: distinfo,v 1.62 2017/09/11 01:30:52 ryoon Exp $ 1$NetBSD: distinfo,v 1.63 2017/11/23 15:48:10 wiz Exp $
2 2
3SHA1 (libxslt-1.1.30.tar.gz) = 3cb6eb8e7d410a1d21e6d7a76003220140cb2dbe 3SHA1 (libxslt-1.1.32.tar.gz) = c47969f16747a72f9095b6a7a56d3afdd1e6e9ac
4RMD160 (libxslt-1.1.30.tar.gz) = 46c13d4eeaaf28729d95d0dc19ad03837aa27603 4RMD160 (libxslt-1.1.32.tar.gz) = fc65b2730625eca4e9fda62fd9a91210b2bee368
5SHA512 (libxslt-1.1.30.tar.gz) = d24e37398503b6bc29245a993738df51bf3948c4a8f052eedd7eac0a9fcff2d5b54220f37070c46f763e073c34bdb3153c9f129aa0df60c3d7cf7eadbbf15986 5SHA512 (libxslt-1.1.32.tar.gz) = e1ed3c103cd4c9897e7dd2360a11f63cf30382b7566ce6fcc81117804e203714446b5a62179ce628c3834b0b32ecdeeceecbdfa417507ce9ed5a107a0ebefb39
6Size (libxslt-1.1.30.tar.gz) = 3444029 bytes 6Size (libxslt-1.1.32.tar.gz) = 3440715 bytes
7SHA1 (patch-ae) = 40ce3940a93b6a2dc804f62676909d3313e0ea52 7SHA1 (patch-ae) = 40ce3940a93b6a2dc804f62676909d3313e0ea52
8SHA1 (patch-configure) = 1d410769e91702ad6e76a4f0c35bc8b36566b2f3 

File Deleted: pkgsrc/textproc/libxslt/patches/Attic/patch-configure