Path to this page:
./
textproc/libxml2,
XML parser library from the GNOME project
Branch: CURRENT,
Version: 2.7.6,
Package name: libxml2-2.7.6,
Maintainer: rechtXML parser library from the GNOME project
Required to run:[
textproc/xmlcatmgr]
Required to build:[
devel/gmake] [
devel/libtool-base]
Package options: inet6
Master sites: (Expand)
SHA1: b0f6bf8408e759ac4b8b9650005ee8adea911e1d
RMD160: 849ded7b61f88e75ef0dacf0e5647ce8ad951261
Filesize: 4740.812 KB
Version history: (Expand)
- (2009-10-21) Updated to version: libxml2-2.7.6
- (2009-08-26) Updated to version: libxml2-2.7.3nb1
- (2009-02-21) Updated to version: libxml2-2.7.3
- (2008-11-24) Updated to version: libxml2-2.7.2nb2
- (2008-10-17) Updated to version: libxml2-2.7.2nb1
- (2008-10-16) Updated to version: libxml2-2.7.2
CVS history: (Expand)
| 2009-11-22 15:05:26 by Jens Rehsack | Files touched by this commit (3) |
Log message:
Patches out invalid linker flags for solaris. Tested with OpenSolaris/amd64
and Solaris 10/sparc - both with Sun Studio C/C++ 12u1.
Fixes PR pkg/42335 (thanks to Todd Kover for the hint).
|
| 2009-11-15 13:48:25 by Matthias Drochner | Files touched by this commit (2) |
Log message:
remove most of the hacks which were only to make the selftest
succeed, now that EBCDIC support in NetBSD-current was improved
(see PR lib/42209)
|
| 2009-10-31 04:05:20 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Set LICENSE.
|
2009-10-21 16:55:32 by Matthias Drochner | Files touched by this commit (5) |  |
Log message:
update to 2.7.6
changes:
-bugfixes
-portability and documentation improvements
-cleanup
pkgsrc note: added some tweaks to EBCDIC support, both to fix non-
portable assumptions in the code and to work around NetBSD deficiencies;
now it needs only a little fix to CP273 (newline conversion) to make
the selftest succeed on NetBSD
|
| 2009-08-26 12:20:57 by Matthias Scheler | Files touched by this commit (3) |
Log message:
Add patch to fix the security vulnerabilites reported in CVE-2009-2414
and CVE-2009-2416.
The patch was taken from the latest Fedora 11 "libxml2" source RPM.
|
| 2009-06-14 20:17:35 by Joerg Sonnenberger | Files touched by this commit (218) |
Log message:
Remove @dirrm entries from PLISTs
|
| 2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
| 2009-03-17 00:17:14 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Add glob to USE_FEATURES only once.
|