2018-10-13 11:05:42 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
libxml2: Backport upstream patch for CVE-2018-9251 and CVE-2018-14567
|
2018-08-09 20:44:13 by Soren Jacobsen | Files touched by this commit (3) |
Log message:
textproc/libxml2: Fix CVE-2018-14404.
Bump PKGREVISION.
|
2018-06-20 20:22:45 by Tim Zingelman | Files touched by this commit (3) |
Log message:
libxml2: Fix for CVE-2018-9251
from https://bugzilla.gnome.org/show_bug.cgi?id=794914
|
2018-03-24 08:07:11 by Thomas Klausner | Files touched by this commit (1) |
Log message:
libxml2: remove unused patch
|
2018-03-14 11:49:00 by Maya Rashish | Files touched by this commit (1) |
Log message:
libxml2: fix compilation on Solaris 11.3
We use INFINITY which is available on C99 and later, so be explicit
that we compile C99 code.
Also tested as compiling fine on netbsd-current.
Fixes PR pkg/53098
|
2018-03-11 18:49:53 by Thomas Klausner | Files touched by this commit (3) |  |
Log message:
libxml2, py-libxml2: update to 2.9.8
Changes not found.
|
2017-11-08 23:51:54 by Patrick Welche | Files touched by this commit (3) |
Log message:
py-libxml2: in nodeWrap deal with name is None case
Should fix gtk-doc build with itstool 2.0.4:
Error: Could not merge translations:
'NoneType' object is not subscriptable
|
2017-11-06 17:16:53 by Patrick Welche | Files touched by this commit (4) |
Log message:
libxml2: Update to 2.9.7
- Portability:
Change preprocessor OS tests to __linux__ (Nick Wellnhofer)
- Bug Fixes:
Fix XPath stack frame logic (Nick Wellnhofer),
Report undefined XPath variable error message (Nick Wellnhofer),
Fix regression with librsvg (Nick Wellnhofer),
Handle more invalid entity values in recovery mode (Nick Wellnhofer),
Fix structured validation errors (Nick Wellnhofer),
Fix memory leak in LZMA decompressor (Nick Wellnhofer),
Set memory limit for LZMA decompression (Nick Wellnhofer),
Handle illegal entity values in recovery mode (Nick Wellnhofer),
Fix debug dump of streaming XPath expressions (Nick Wellnhofer),
Fix memory leak in nanoftp (Nick Wellnhofer),
Fix memory leaks in SAX1 parser (Nick Wellnhofer)
|
2017-11-06 17:12:11 by Patrick Welche | Files touched by this commit (2) |
Log message:
py-libxml2: _PyVerify_fd no longer exists
https://bugzilla.gnome.org/show_bug.cgi?id=776815
|
2017-11-06 17:02:00 by Patrick Welche | Files touched by this commit (3) |
Log message:
py-libxml2: remove patch-python_libxml__wrap.h - the cause of PR pkg/52690
$ python3.6
Python 3.6.3 (default, Oct 27 2017, 17:16:29)
[GCC 5.4.0] on netbsd8
Type "help", "copyright", "credits" or \
"license" for more information.
>>> import libxml2
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/pkg/lib/python3.6/site-packages/libxml2.py", line 1, in \
<module>
import libxml2mod
ImportError: /usr/pkg/lib/python3.6/site-packages/libxml2mod.so: Undefined PLT \
symbol "PyCObject_Check" (symnum = 488)
|