diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-28 16:00:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-28 16:00:50 +0000 |
commit | 8696549bf6630f0dd89a317d6f5dbdeca5a4b958 (patch) | |
tree | 36df31895df7e131783b7c85a187ff5b37554695 /devel/chmlib/Makefile | |
parent | dcff33b22e2cbcce3ef4ef7a3a8d0d81abfa53ac (diff) | |
download | pkgsrc-8696549bf6630f0dd89a317d6f5dbdeca5a4b958.tar.gz |
Update to 0.37.3:
Another stack overflow has been fixed, this one reported by Sven Tantau.
The stack overflow is trivially exploitable to run arbitrary code.
Additionally, the Makefile.in was fixed so that "make install" does the
right thing. Previously, it was not working properly, and the examples
would subsequently fail to build.
Diffstat (limited to 'devel/chmlib/Makefile')
-rw-r--r-- | devel/chmlib/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/chmlib/Makefile b/devel/chmlib/Makefile index b30994d228d..c1f25563fda 100644 --- a/devel/chmlib/Makefile +++ b/devel/chmlib/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.8 2005/09/12 14:49:10 minskim Exp $ +# $NetBSD: Makefile,v 1.9 2005/10/28 16:00:50 wiz Exp $ # -DISTNAME= chmlib-0.36 +DISTNAME= chmlib-0.37.3 CATEGORIES= devel MASTER_SITES= http://66.93.236.84/%7Ejedwin/projects/chmlib/ -EXTRACT_SUFX= .tgz +EXTRACT_SUFX= .tbz MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://66.93.236.84/%7Ejedwin/projects/chmlib/ @@ -12,6 +12,7 @@ COMMENT= Library for dealing with Microsoft ITSS/CHM format files PKG_INSTALLATION_TYPES= overwrite pkgviews +WRKSRC= ${WRKDIR}/chmlib-0.37 GNU_CONFIGURE= yes USE_TOOLS+= gmake USE_LIBTOOL= yes |