diff options
author | salo <salo@pkgsrc.org> | 2006-06-23 12:56:26 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2006-06-23 12:56:26 +0000 |
commit | 914117030665c54133e55f3df45e97d00119d36d (patch) | |
tree | 0a69ea0a4b54f901db23a07a6a1d33dd81e2ce9a /devel/chmlib/PLIST | |
parent | bbea7f72c2b9a2898fb001f7ddc9c971475dc78a (diff) | |
download | pkgsrc-914117030665c54133e55f3df45e97d00119d36d.tar.gz |
Update to version 0.38
Changes:
- Security fix for extract_chmLib. Pathnames containing a ".." element
will not be extracted. There doesn't seem to be a legitimate reason
to use ".." as a path element in a chm file.
http://secunia.com/advisories/20734/
- Fix for reading some chm files. Running over a large directory of chm
files, about 1% of them turned out to be unreadable. This resulted
from an incomplete understanding of one of the header fields
(index_root). Apparently, this can take negative values other than -1.
Diffstat (limited to 'devel/chmlib/PLIST')
-rw-r--r-- | devel/chmlib/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/chmlib/PLIST b/devel/chmlib/PLIST index 2d1e54210c6..3415549d773 100644 --- a/devel/chmlib/PLIST +++ b/devel/chmlib/PLIST @@ -1,3 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:09:24 jlam Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/06/23 12:56:26 salo Exp $ include/chm_lib.h +include/lzx.h lib/libchm.la |