The NetBSD Project

CVS log for pkgsrc/devel/chmlib/PLIST

[BACK] Up to [cvs.netbsd.org] / pkgsrc / devel / chmlib

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.2.12.1 / (download) - annotate - [select for diffs], Fri Jun 23 13:46:05 2006 UTC (5 years, 11 months ago) by ghen
Branch: pkgsrc-2006Q1
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored) next main 1.3 (colored)

Pullup ticket 1708 - requested by salo
security update for chmlib

Revisions pulled up:
- pkgsrc/devel/chmlib/Makefile		1.14
- pkgsrc/devel/chmlib/PLIST		1.3
- pkgsrc/devel/chmlib/distinfo		1.11
- pkgsrc/devel/chmlib/patches/patch-ab	removed
- pkgsrc/devel/chmlib/patches/patch-ac	1.2

   Module Name:	pkgsrc
   Committed By:	salo
   Date:		Fri Jun 23 12:56:26 UTC 2006

   Modified Files:
	pkgsrc/devel/chmlib: Makefile PLIST distinfo
	pkgsrc/devel/chmlib/patches: patch-ac
   Removed Files:
	pkgsrc/devel/chmlib/patches: patch-ab

   Log Message:
   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.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Jun 23 12:56:26 2006 UTC (5 years, 11 months ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, cwrapper, cube-native-xorg-base, cube-native-xorg, HEAD
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

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.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Sep 22 08:09:24 2004 UTC (7 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Branch point for: pkgsrc-2006Q1
Changes since 1.1: +1 -5 lines
Diff to previous 1.1 (colored)

Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Jan 6 15:34:01 2004 UTC (8 years, 4 months ago) by wiz
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of chmlib, a library dealing with .chm files,
from pkgsrc-wip (by xtraeme@).

CHMLIB is a library for dealing with Microsoft ITSS/CHM format
files. Right now, it is a very simple library, but sufficient for
dealing with all of the .chm files I've come across. Due to the
fairly well-designed indexing built into this particular file
format, even a small library is able to gain reasonably good
performance indexing into ITSS archives. Since the last version
there have been major bugfixes, portability improvements, and minor
feature additions.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Jan 6 15:34:01 2004 UTC (8 years, 4 months ago) by wiz
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>