Commit graph

9075 commits

Author SHA1 Message Date
wiz
0cd964c538 p5-Text-Hunspell: update to 2.14.
2.14    2016/01/14 08:36:00 Europe/Oslo (cosimo)

        No functional changes. Now Text::Hunspell depends on Alien::Hunspell
        version 0.04. Should finally compile nicely on Win32 platform.

2.13    2016/01/11 10:59:00 Europe/Oslo (cosimo)

        Win32 build support added (Graham Ollis, @plicease).
        This should make Text::Hunspell build correctly on Windows. \o/

        *** If you're using Win32, make sure you use a recent version of
        Alien::Base (>= 0.024) and/or Alien::Hunspell (soon-to-be 0.04)

2.12    2015/12/18 10:35:00 Europe/Oslo (cosimo)

        Replaced ExtUtils::PkgConfig with Alien::Hunspell. This should allow
        Text::Hunspell to build on non-pkgconfig-enabled systems, even though
        I'm not sure how reliably it works. Will have to evaluate from CPAN
        testers results. Thanks to Alien* expert Graham Ollis for this
        contribution.
2017-09-28 04:19:23 +00:00
wiz
016d53b169 textproc/Makefile: + p5-Alien-Hunspell 2017-09-28 04:18:46 +00:00
wiz
7b4313f85d textproc/p5-Alien-Hunspell: import p5-Alien-Hunspell-0.11
This module provides the spelling library Hunspell.
2017-09-28 04:18:22 +00:00
wiz
3c9459a754 p5-Search-Xapian: update to 1.2.25.0.
1.2.25.0  Tue Sep 26 02:06:18 UTC 2017
	[Changes contributed by Olly Betts]
	- Wrap WritableDatabase::commit(), which is the preferred name for
	  WritableDatabase::flush().
	- Fix long SEE ALSO lines by putting a newline after each comma in the
	  SEE ALSO lists, fixing warnings from man such as:
	  <standard input>:109: warning [p 1, 8.0i]: can't break line
	- Backport some improvements to the POD documentation from the
	  SWIG-based bindings in xapian-bindings 1.4.x.
	- Avoid perl -W in tests as that seems to break recent versions of
	  Test::More.
	- Suppress dummy warning using undef value when building against
	  xapian-core 1.4.x.
2017-09-27 21:03:05 +00:00
adam
944c659416 py-pandocfilters: update to 1.4.2
1.4.2:
Bug fixes.
2017-09-27 20:14:44 +00:00
adam
dcac54e9df py-rdflib: update to 4.2.2
4.2.2
This is a bug-fix release, and the last release in the 4.X.X series.
2017-09-27 13:30:03 +00:00
adam
1467c42fd0 py-docx: update to 0.8.6
0.8.6:
- Add 257: add Font.highlight_color
- Add 261: add ParagraphFormat.tab_stops
- Add 303: disallow XML entity expansion
2017-09-26 17:52:04 +00:00
adam
bf2686243a py-colour: update to 0.1.4
0.1.4:
Fix
- ``rgb2hsl`` would produce invalid hsl triplet when red, blue, green
  component would be all very close to ``1.0``.

  Typically, saturation would shoot out of range 0.0..1.0. That could then
  lead to exceptions being casts afterwards when trying to reconvert this
  HSL triplet to RGB values.
2017-09-26 17:41:28 +00:00
wiz
e711c05b25 p5-PDF-Create: update to 1.43.
1.43  2017-09-23 20:20:00 MANWAR
      - Proposed fix for issues RT #123075 and #123076 with regard to
      setting encoding to file handle.
2017-09-26 14:39:42 +00:00
wiz
06bd0ca307 *: remove qt3 and the packages using it, including KDE3
Announced in https://mail-index.netbsd.org/pkgsrc-users/2017/09/10/msg025556.html
2017-09-26 10:26:54 +00:00
wiedi
f13b8cdbeb lowdown: fix build on SunOS
Stop the package from overwriting CC, CFLAGS or LDFLAGS
2017-09-24 10:03:51 +00:00
taca
2941c5162f textproc/ruby-xslt: fix build problem
Fix build problem with libxslt-1.1.30.
2017-09-20 15:43:44 +00:00
wiz
1c7a0235c0 py-lxml: remove comment about (fixed) test failure 2017-09-19 11:01:45 +00:00
wiz
25b02e0fe1 ispell-ca: comment out dead sites 2017-09-19 08:25:23 +00:00
taca
cfbf6c9ca9 textproc/ruby-builder30: remove obsolete patch
Remove patch for Ruby 1.8.7's rdoc.
2017-09-18 13:03:37 +00:00
wiz
6d4479351b p5-iCal-Parser: update to 1.21.
* lib/iCal/Parser.pm: various fixes of some reported or
	unreported bugs.
2017-09-18 12:49:43 +00:00
wiz
9efa4ddf59 p5-ack: update to 2.18.
2.18    Fri Mar 24 14:53:19 CDT 2017
====================================
ack 2.18 will probably be the final release in the ack 2.x series.
I'm going to be starting work on ack 3.000 in earnest.  Still,
if you discover problems with ack 2, please report them to
https://github.com/petdance/ack2/issues

If you're interested in ack 3 development, please sign up
for the ack-dev mailing list and/or join the ack Slack.  See
https://beyondgrep.com/community/ for details.

[INTERNALS]
Removed the abstraction of App::Ack::Resource and its subclass
App::Ack::Resource::Basic.  We are abandoning the idea that we'll have
plugins.


2.17_02 Thu Mar 23 22:25:13 CDT 2017
====================================
[FIXES]
ack no longer throws an undefined variable warning if it's called
from a directory that doesn't exist. (GH #634)

[DOCUMENTATION]
Explain that filetypes must be two characters or longer. (GH #389)

[INTERNALS]
Removed dependency on File::Glob which isn't used.
2017-09-18 12:47:02 +00:00
wiz
9f6b94c30c p5-YAML-LibYAML: update to 0.66.
0.66 Thu Aug 17 20:06:06 CEST 2017
 - Apply PR#55 (@vti++)
 - Dump() was modifying original data, adding a PV to numbers
 - Added a test for this (TINITA++)

0.65 Thu 18 May 23:09:38 CEST 2017
 - Prevent warning about unused variables (see issue#59)
 - Clarify documentation about exported functions
2017-09-18 12:43:31 +00:00
wiz
6b767992d9 p5-XML-Tiny: update to 2.07.
Changes not documented.
2017-09-18 12:42:40 +00:00
wiz
51cfa4cca9 p5-Unicode-CaseFold: update to 1.01.
Version 1.01: 2017-07-25
  * Fix a deprecation warning about toFOLD_utf8 in 5.26 (this should also
    prevent trouble when the current version is removed in 5.30).
2017-09-18 12:41:22 +00:00
wiz
c9d4e33b1c p5-Text-Reflow: update to 1.17.
1.14  Mon Nov 28 14:52:20 GMT 2016
        - Fix typos in man page
1.15  Mon Nov 28 18:57:16 GMT 2016
        - Fix spelling typos in POD
1.16  Mon Dec  5 10:58:14 GMT 2016
        - Added META.json and META.yml to distribution
1.17  Thu Dec  8 11:18:24 GMT 2016
        - Fix warning when calling reflow() with empty string
2017-09-18 12:40:30 +00:00
wiz
81e2a29225 p5-Template-Plugin-Latex: update to 3.12.
#------------------------------------------------------------------------
# Version 3.12
# -----------------------------------------------------------------------

* Declare minimum Perl version to be 5.10 (in Makefile.PL)

#------------------------------------------------------------------------
# Version 3.11
# -----------------------------------------------------------------------

* Enclose version number in quotes (3.10 was recognized as 3.1)

#------------------------------------------------------------------------
# Version 3.10
# -----------------------------------------------------------------------

* Fix spelling errors
* Fix rt.cpan.org#106894: Include path incorrectly determined with
    coderef for INCLUDE_PATH
2017-09-18 12:09:50 +00:00
wiz
67fc709d20 p5-String-CamelCase: update to 0.03.
0.03    Mon Sep 11 23:38:29 JST 2017
        push @INC "." at Makefile.PL
        Thanks to xsawyerx.
2017-09-18 12:05:28 +00:00
wiz
7037d25cef p5-PDF-Table: update to 0.9.13.
Version 0.9.13 Fixed issue #33 - Desislav Kamenov
2017-09-18 12:02:42 +00:00
wiz
58f38265ea p5-Lingua-EN-Syllable: update to 0.30.
0.30 2016-02-14 NEILB
    - Merged PR from MANWAR, which added MetaProvides::Package to dist.ini
2017-09-18 12:01:15 +00:00
wiz
87c72d1b4e p5-Lingua-EN-Inflect: update to 1.902.
1.902  Sat May 27 22:23:21 2017

    - Noted the new conversion documentation in Lingua::EN::Inflexion
      (thanks Lady Aleena)
2017-09-18 12:00:25 +00:00
wiz
11ed521a0d p5-Data-FormValidator: update to 4.88.
4.88 August 28th, 2017

    [MAINTENANCE]
    - Address "." being removed from @INC by using absolute filepaths - thanks Kent Fredric!

4.87 May 14th, 2017

    [MAINTENANCE]
    - Update cc routine to recognize new 2 series Mastercards
2017-09-18 11:59:16 +00:00
adam
9088db2edf py-lxml: update to 4.0.0
4.0.0:

Features added
--------------
* The ElementPath implementation is now compiled using Cython,
  which speeds up the ``.find*()`` methods quite significantly.

* The modules ``lxml.builder``, ``lxml.html.diff`` and ``lxml.html.clean``
  are also compiled using Cython in order to speed them up.

* ``xmlfile()`` supports async coroutines using ``async with`` and ``await``.

* ``iterwalk()`` has a new method ``skip_subtree()`` that prevents walking into
  the descendants of the current element.

* ``RelaxNG.from_rnc_string()`` accepts a ``base_url`` argument to
  allow relative resource lookups.

* The XSLT result object has a new method ``.write_output(file)`` that serialises
  output data into a file according to the ``<xsl:output>`` configuration.

Bugs fixed
----------
* GH-251: HTML comments were handled incorrectly by the soupparser.
  Patch by mozbugbox.

* LP-1654544: The html5parser no longer passes the ``useChardet`` option
  if the input is a Unicode string, unless explicitly requested.  When parsing
  files, the default is to enable it when a URL or file path is passed (because
  the file is then opened in binary mode), and to disable it when reading from
  a file(-like) object.

  Note: This is a backwards incompatible change of the default configuration.
  If your code parses byte strings/streams and depends on character detection,
  please pass the option ``guess_charset=True`` explicitly, which already worked
  in older lxml versions.

* LP-1703810: ``etree.fromstring()`` failed to parse UTF-32 data with BOM.

* LP-1526522: Some RelaxNG errors were not reported in the error log.

* LP-1567526: Empty and plain text input raised a TypeError in soupparser.

* LP-1710429: Uninitialised variable usage in HTML diff.

* LP-1415643: The closing tags context manager in ``xmlfile()`` could continue
  to output end tags even after writing failed with an exception.

* LP-1465357: ``xmlfile.write()`` now accepts and ignores None as input argument.

* Compilation under Py3.7-pre failed due to a modified function signature.

Other changes
-------------
* The main module source files were renamed from ``lxml.*.pyx`` to plain
  ``*.pyx`` (e.g. ``etree.pyx``) to simplify their handling in the build
  process.  Care was taken to keep the old header files as fallbacks for
  code that compiles against the public C-API of lxml, but it might still
  be worth validating that third-party code does not notice this change.
2017-09-18 11:59:12 +00:00
maya
33ebf687dc revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
maya
d157e4f757 icu: belatedly require at least ICU 59.x
59 was a major bump, ICU 58 will not have the right library name.

pointed out by kapper, thanks.
ok leot
2017-09-18 07:52:08 +00:00
adam
5e7abd160b py-xlsxwriter: update to 1.0.0
Release 1.0.0:
* Added icon sets to conditional formatting.
2017-09-17 12:28:43 +00:00
adam
23f64d98bb po4a: update to 0.52
0.52:

Core:
 * po4a-translate complains if the input po file is outdated
 * teach po4a-updatepo about the --porefs options that was already documented.
 * rename --porefs values after msgmerge option's name: noline->file
   and none->never. Both variantes are accepted; the later is documented.

po4a:
 * New option --no-update to not touch the po files.

AsciiDoc:
 * Properly deal with item text missing its leading indent
 * Allow empty attribute lists, by bexelbie

Text:
 * Add an option to treat Key/Value pairs as verbatim

RubyDoc:
 * New module by Francesco Poli

Wml:
 * Make title translatable, by yangfl

Documentation:
 * Various fixups by Alexander Golubev.

Translations:
 * Setup WebLate to ease the life of translators.
 * Update Brazilian Portuguese, thanks to Luiz Fernando Ranghetti.
 * Update Czech, thanks to Michal Čihař.
 * Update Dutch, thanks to Frans Spiesschaert
 * Update German, thanks to Helge Kreutzmann
 * Update Italian, thanks to Marco Ciampa.
 * Update French, thanks to Alban Vidal and to Jean-Baptiste on Weblate.
 * New translation: Norwegian Bokmål, thanks to Petter Reinholdtsen.
 * Update Russian, thanks to Alexander Golubev and to Igor on Weblate.
 * Update Ukrainian, thanks to Yuri Chornoivan.
2017-09-17 10:55:42 +00:00
wiz
4e5513e5b0 p5-Text-CSV_XS: update to 1.32.
1.32	- 2017-09-15, H.Merijn Brand
    * Add keep_headers attribute to csv ()
    * Fix on_in when used in combination with key
    * Fail on invalid arguments to csv
    * Fix header method on EOL = CR (RT#122764)
2017-09-17 07:06:08 +00:00
alnsn
02496ac8d7 Drop maintainership. 2017-09-16 19:53:50 +00:00
wiz
ef141a6b79 Reset maintainer 2017-09-16 19:26:41 +00:00
ryoon
892feae3d0 Update to 0.2.4
* Add lowdown(3) library
* Bugfixes
2017-09-16 14:27:48 +00:00
tnn
555c241c4c xerces-c: USE_LANGAUGES c++11. Fixes build on NetBSD-current. 2017-09-16 12:06:34 +00:00
ast
5408fc05c1 pdfgrep: fix compile with pre-2016/12/16 dirent.h on NetBSD
dirent.h v1.35 from before 2016-12-16 has a different prototype for
scandir() and thus cache.cc won't compile there. Added a configure
section to detect this so that both v1.35 and v1.36 dirent.h work.
2017-09-15 22:18:00 +00:00
joerg
b9663dd033 Make sure SIZE_MAX actually exists. 2017-09-13 21:10:35 +00:00
adam
e4814bc964 py-m2r: update to 0.1.12
Version 0.1.12:
Support multi byte characters for heading
2017-09-13 06:23:28 +00:00
wiz
a08ccc4150 recursive bump for qt5-qtwebkit dependency change 2017-09-12 13:51:59 +00:00
wiz
013cd6317a Updated xerces-c to 3.2.0.
Changes not found.
2017-09-11 21:30:03 +00:00
abs
b58acac2a6 Drop www/p5-HTML-FixEntities & textproc/p5-Text-Substitute - unmaintained by author (me) 2017-09-11 09:57:39 +00:00
wiz
e364d4fc58 Update HOMEPAGE. 2017-09-11 07:38:23 +00:00
ryoon
b7eb1423bf Fix for POSIX shell portability
* Replace == with = in a test condition
2017-09-11 01:30:52 +00:00
wiz
bb0f0da90d Updated py-libxslt to 1.1.30.
Changes: same as for libxslt.
2017-09-10 20:56:48 +00:00
wiz
00e24c9d00 Updated libxslt to 1.1.30.
.1.30: Sep 04 2017
• Documentation:
  Misc doc fixes (Nick Wellnhofer)
• Portability:
  Look for libxml2 via pkg-config first (Elliott
  Sales de Andrade),
  Change default SOPREFIX on Windows to "bin" (Nick
  Wellnhofer),
  Add WIN32_EXTRA_LDFLAGS to tests/plugins/
  Makefile.am (Michael Haubenwallner)
• Bug Fixes:
  Also fix memory hazards in exsltFuncResultElem
  (Nick Wellnhofer),
  Fix NULL deref in xsltDefaultSortFunction (Nick
  Wellnhofer),
  Fix memory hazards in exsltFuncFunctionFunction
  (Nick Wellnhofer),
  Fix memory leaks in EXSLT error paths (Nick
  Wellnhofer),
  Fix memory leak in str:concat with empty node-set
  (Nick Wellnhofer),
  Fix memory leaks in error paths (Nick
  Wellnhofer),
  Switch to xmlUTF8Strsize in numbers.c (Nick
  Wellnhofer),
  Fix NULL pointer deref in
  xsltFormatNumberFunction (Nick Wellnhofer),
  Fix UTF-8 check in str:padding (Nick Wellnhofer),
  Fix xmlStrPrintf argument (Nick Wellnhofer),
  Check for overflow in _exsltDateParseGYear (Nick
  Wellnhofer),
  Fix double to int conversion (Nick Wellnhofer),
  Check for overflow in exsltDateParseDuration
  (Nick Wellnhofer),
  Change version of xsltMaxVars back to 1.0.24
  (Nick Wellnhofer),
  Disable xsltCopyTextString optimization for
  extensions (Nick Wellnhofer),
  Create DOCTYPE for HTML version 5 (Nick
  Wellnhofer),
  Make xsl:decimal-format work with namespaces
  (Nick Wellnhofer),
  Remove norm:localTime extension function (Nick
  Wellnhofer),
  Check for integer overflow in xsltAddTextString
  (Nick Wellnhofer),
  Detect infinite recursion when evaluating
  function arguments (Nick Wellnhofer),
  Fix memory leak in xsltElementAvailableFunction
  (Nick Wellnhofer),
  Fix for pattern predicates calling functions
  (Nick Wellnhofer),
  Fix cmd.exe invocations in Makefile.mingw (Nick
  Wellnhofer),
  Don't try to install index.sgml (Nick
  Wellnhofer),
  Fix symbols.xml (Nick Wellnhofer),
  Fix heap overread in xsltFormatNumberConversion
  (Nick Wellnhofer),
  Fix <xsl:number level="any"/> for non-element
  nodes (Nick Wellnhofer),
  Fix unreachable code in xsltAddChild
  (mahendra.n),
  Change version number in xsl:version warning
  (Nick Wellnhofer),
  Avoid infinite recursion after failed param
  evaluation (Nick Wellnhofer),
  Stop if potential recursion is detected (Nick
  Wellnhofer),
  Consider built-in templates in apply-imports
  (Nick Wellnhofer),
  Fix precedence with multiple attribute sets (Nick
  Wellnhofer),
  Rework attribute set resolution (Nick Wellnhofer)
• Improvements:
  Add .travis.yml (Nick Wellnhofer),
  Silence tests a little (Nick Wellnhofer),
  Set LIBXML_SRC to absolute path (Nick
  Wellnhofer),
  Add missing #include (Nick Wellnhofer),
  Adjust expected error messages in tests (Nick
  Wellnhofer),
  Make xsltDebug more quiet (Nick Wellnhofer),
  New-line terminate error message that missed this
  convention (Jan Pokorný),
  Use xmlBuffers in EXSLT string functions (Nick
  Wellnhofer),
  Switch to xmlUTF8Strsize in EXSLT string
  functions (Nick Wellnhofer),
  Check for return value of xmlUTF8Strlen (Nick
  Wellnhofer),
  Avoid double/long round trip in FORMAT_ITEM (Nick
  Wellnhofer),
  Separate date and duration structs (Nick
  Wellnhofer),
  Check for overflow in _exsltDateDifference (Nick
  Wellnhofer),
  Clamp seconds field of durations (Nick
  Wellnhofer),
  Change _exsltDateAddDurCalc parameter types (Nick
  Wellnhofer),
  Fix date:difference with time zones (Nick
  Wellnhofer),
  Rework division/remainder arithmetic in date.c
  (Nick Wellnhofer),
  Remove exsltDateCastDateToNumber (Nick
  Wellnhofer),
  Change internal representation of years (Nick
  Wellnhofer),
  Optimize IS_LEAP (Nick Wellnhofer),
  Link libraries with libm (Jussi Kukkonen),
  Rename xsltCopyTreeInternal to xsltCopyTree (Nick
  Wellnhofer),
  Update linker version script (Nick Wellnhofer),
  Add local wildcard to version script (Nick
  Wellnhofer),
  Make some symbols static (Nick Wellnhofer),
  Remove redundant NULL check in xsltNumberComp
  (mahendra.n),
  Fix forwards compatibility for imported
  stylesheets (Nick Wellnhofer),
  Reduce warnings in forwards-compatible mode (Nick
  Wellnhofer),
  Precompute XSLT elements after preprocessing
  (Nick Wellnhofer),
  Fix whitespace in xsltParseStylesheetTop (Nick
  Wellnhofer),
  Consolidate recursion checks (Nick Wellnhofer),
  Treat XSLT_STATE_STOPPED same as errors (Nick
  Wellnhofer),
  Make sure that XSLT_STATE_STOPPED isn't
  overwritten (Nick Wellnhofer),
  Add comment regarding built-in templates and
  params (Nick Wellnhofer),
  Rewrite memory management of local RVTs (Nick
  Wellnhofer),
  Validate QNames of attribute sets (Nick
  Wellnhofer),
  Add xsl:attribute-set regression tests (Nick
  Wellnhofer),
  Ignore imported stylesheets in
  xsltApplyAttributeSet (Nick Wellnhofer)
2017-09-10 20:56:24 +00:00
wiz
450860e1a9 Updated py-libxml2 to 2.9.5.
Changes: Same as for libxml2.
2017-09-10 20:50:07 +00:00
wiz
686a1908db Updated libxml2 to 2.9.5.
2.9.5: Sep 04 2017
 • Reference Manual
 • Security:
   Detect infinite recursion in parameter entities
   (Nick Wellnhofer),
   Fix handling of parameter-entity references (Nick
   Wellnhofer),
   Disallow namespace nodes in XPointer ranges (Nick
   Wellnhofer),
   Fix XPointer paths beginning with range-to (Nick
   Wellnhofer)
 • Documentation:
   Documentation fixes (Nick Wellnhofer),
   Spelling and grammar fixes (Nick Wellnhofer)
 • Portability:
   Adding README.zOS to list of extra files for the
   release (Daniel Veillard),
   Description of work needed to compile on zOS
   (Stéphane Michaut),
   Porting libxml2 on zOS encoding of code (Stéphane
   Michaut),
   small changes for OS/400 (Patrick Monnerat),
   relaxng.c, xmlschemas.c: Fix build on pre-C99
   compilers (Chun-wei Fan)
 • Bug Fixes:
   Problem resolving relative URIs (Daniel
   Veillard),
   Fix unwanted warnings when switching encodings
   (Nick Wellnhofer),
   Fix signature of xmlSchemaAugmentImportedIDC
   (Daniel Veillard),
   Heap-buffer-overflow read of size 1 in
   xmlFAParsePosCharGroup (David Kilzer),
   Fix NULL pointer deref in xmlFAParseCharClassEsc
   (Nick Wellnhofer),
   Fix infinite loops with push parser in recovery
   mode (Nick Wellnhofer),
   Send xmllint usage error to stderr (Nick
   Wellnhofer),
   Fix NULL deref in xmlParseExternalEntityPrivate
   (Nick Wellnhofer),
   Make sure not to call IS_BLANK_CH when parsing
   the DTD (Nick Wellnhofer),
   Fix xmlHaltParser (Nick Wellnhofer),
   Fix pathological performance when outputting
   charrefs (Nick Wellnhofer),
   Fix invalid-source-encoding warnings in
   testWriter.c (Nick Wellnhofer),
   Fix duplicate SAX callbacks for entity content
   (David Kilzer),
   Treat URIs with scheme as absolute in C14N (Nick
   Wellnhofer),
   Fix copy-paste errors in error messages (Nick
   Wellnhofer),
   Fix sanity check in htmlParseNameComplex (Nick
   Wellnhofer),
   Fix potential infinite loop in
   xmlStringLenDecodeEntities (Nick Wellnhofer),
   Reset parser input pointers on encoding failure
   (Nick Wellnhofer),
   Fix memory leak in xmlParseEntityDecl error path
   (Nick Wellnhofer),
   Fix xmlBuildRelativeURI for URIs starting with '.
   /' (Nick Wellnhofer),
   Fix type confusion in xmlValidateOneNamespace
   (Nick Wellnhofer),
   Fix memory leak in xmlStringLenGetNodeList (Nick
   Wellnhofer),
   Fix NULL pointer deref in xmlDumpElementContent
   (Daniel Veillard),
   Fix memory leak in xmlBufAttrSerializeTxtContent
   (Nick Wellnhofer),
   Stop parser on unsupported encodings (Nick
   Wellnhofer),
   Check for integer overflow in memory debug code
   (Nick Wellnhofer),
   Fix buffer size checks in
   xmlSnprintfElementContent (Nick Wellnhofer),
   Avoid reparsing in xmlParseStartTag2 (Nick
   Wellnhofer),
   Fix undefined behavior in
   xmlRegExecPushStringInternal (Nick Wellnhofer),
   Check XPath exponents for overflow (Nick
   Wellnhofer),
   Check for overflow in
   xmlXPathIsPositionalPredicate (Nick Wellnhofer),
   Fix spurious error message (Nick Wellnhofer),
   Fix memory leak in xmlCanonicPath (Nick
   Wellnhofer),
   Fix memory leak in xmlXPathCompareNodeSetValue
   (Nick Wellnhofer),
   Fix memory leak in pattern error path (Nick
   Wellnhofer),
   Fix memory leak in parser error path (Nick
   Wellnhofer),
   Fix memory leaks in XPointer error paths (Nick
   Wellnhofer),
   Fix memory leak in xmlXPathNodeSetMergeAndClear
   (Nick Wellnhofer),
   Fix memory leak in XPath filter optimizations
   (Nick Wellnhofer),
   Fix memory leaks in XPath error paths (Nick
   Wellnhofer),
   Do not leak the new CData node if adding fails
   (David Tardon),
   Prevent unwanted external entity reference (Neel
   Mehta),
   Increase buffer space for port in HTTP redirect
   support (Daniel Veillard),
   Fix more NULL pointer derefs in xpointer.c (Nick
   Wellnhofer),
   Avoid function/data pointer conversion in xpath.c
   (Nick Wellnhofer),
   Fix format string warnings (Nick Wellnhofer),
   Disallow namespace nodes in XPointer points (Nick
   Wellnhofer),
   Fix comparison with root node in xmlXPathCmpNodes
   (Nick Wellnhofer),
   Fix attribute decoding during XML schema
   validation (Alex Henrie),
   Fix NULL pointer deref in XPointer range-to (Nick
   Wellnhofer)
 • Improvements:
   Updating the spec file to reflect Fedora 24
   (Daniel Veillard),
   Add const in five places to move 1 KiB to .rdata
   (Bruce Dawson),
   Fix missing part of comment for function
   xmlXPathEvalExpression() (Daniel Veillard),
   Get rid of "blanks wrapper" for parameter
   entities (Nick Wellnhofer),
   Simplify handling of parameter entity references
   (Nick Wellnhofer),
   Deduplicate code in encoding.c (Nick Wellnhofer),
   Make HTML parser functions take const pointers
   (Nick Wellnhofer),
   Build test programs only when needed (Nick
   Wellnhofer),
   Fix doc/examples/index.py (Nick Wellnhofer),
   Fix compiler warnings in threads.c (Nick
   Wellnhofer),
   Fix empty-body warning in nanohttp.c (Nick
   Wellnhofer),
   Fix cast-align warnings (Nick Wellnhofer),
   Fix unused-parameter warnings (Nick Wellnhofer),
   Rework entity boundary checks (Nick Wellnhofer),
   Don't switch encoding for internal parameter
   entities (Nick Wellnhofer),
   Merge duplicate code paths handling PE references
   (Nick Wellnhofer),
   Test SAX2 callbacks with entity substitution
   (Nick Wellnhofer),
   Support catalog and threads tests under
   --without-sax1 (Nick Wellnhofer),
   Misc fixes for 'make tests' (Nick Wellnhofer),
   Initialize keepBlanks in HTML parser (Nick
   Wellnhofer),
   Add test cases for bug 758518 (David Kilzer),
   Fix compiler warning in htmlParseElementInternal
   (Nick Wellnhofer),
   Remove useless check in xmlParseAttributeListDecl
   (Nick Wellnhofer),
   Allow zero sized memory input buffers (Nick
   Wellnhofer),
   Add TODO comment in xmlSwitchEncoding (Nick
   Wellnhofer),
   Check for integer overflow in
   xmlXPathFormatNumber (Nick Wellnhofer),
   Make Travis print UBSan stacktraces (Nick
   Wellnhofer),
   Add .travis.yml (Nick Wellnhofer),
   Fix expected error output in Python tests (Nick
   Wellnhofer),
   Simplify control flow in xmlParseStartTag2 (Nick
   Wellnhofer),
   Disable LeakSanitizer when running API tests
   (Nick Wellnhofer),
   Avoid out-of-bound array access in API tests
   (Nick Wellnhofer),
   Avoid spurious UBSan errors in parser.c (Nick
   Wellnhofer),
   Parse small XPath numbers more accurately (Nick
   Wellnhofer),
   Rework XPath rounding functions (Nick
   Wellnhofer),
   Fix white space in test output (Nick Wellnhofer),
   Fix axis traversal from attribute and namespace
   nodes (Nick Wellnhofer),
   Check for trailing characters in XPath
   expressions earlier (Nick Wellnhofer),
   Rework final handling of XPath results (Nick
   Wellnhofer),
   Make xmlXPathEvalExpression call xmlXPathEval
   (Nick Wellnhofer),
   Remove unused variables (Nick Wellnhofer),
   Don't print generic error messages in XPath tests
   (Nick Wellnhofer)
 • Cleanups:
   Fix a couple of misleading indentation errors
   (Daniel Veillard),
   Remove unnecessary calls to xmlPopInput (Nick
   Wellnhofer)
2017-09-10 20:49:20 +00:00
taca
bee3a97bed Update ruby-tilt to 2.0.8.
## 2.0.8 (2017-07-24)

* Register .tsx for TypeScript (#315, backus)
* Use Haml 5's new API (#312, k0kubun)
* Use correct parser options for CommonMarker (#320, rewritten)
* Suppress warnings when no locals are used (#304, amatsuda)
* Haml: Accept `outvar` (#317, k0kubun)
2017-09-10 16:11:16 +00:00