- Update to 0.39

- Disable static lib

Security:	this update is reported to be a major security fix -
		"Stack-allocated buffers have been changed to heap-allocated
		 buffers to avoid stack corruption security problems. A
		 security advisory for this issue is forthcoming from iDefense
		 [IDEF2125]."
This commit is contained in:
Andrew Pantyukhin 2007-01-25 16:14:46 +00:00
parent dc50019ad1
commit 90e2877b9c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183262
3 changed files with 5 additions and 6 deletions

View file

@ -7,7 +7,7 @@
#
PORTNAME= chmlib
PORTVERSION= 0.38
PORTVERSION= 0.39
CATEGORIES= misc
MASTER_SITES= http://www.jedrea.com/chmlib/
@ -16,7 +16,7 @@ COMMENT= A library for dealing with Microsoft ITSS/CHM format files
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-io64 --disable-pread --exec-prefix=${PREFIX}
CONFIGURE_ARGS= --disable-io64 --disable-pread --exec-prefix=${PREFIX} --disable-static
USE_GMAKE= yes
USE_LDCONFIG= yes

View file

@ -1,3 +1,3 @@
MD5 (chmlib-0.38.tar.bz2) = d72661526aaea377ed30e9f58a086964
SHA256 (chmlib-0.38.tar.bz2) = 086a8a5d12c1dbacaf4ccd74b5a506dc834573c2a49e2ed6cfb2bd9890834b59
SIZE (chmlib-0.38.tar.bz2) = 262494
MD5 (chmlib-0.39.tar.bz2) = debed1a0bdded7a12d3d967e497cea9c
SHA256 (chmlib-0.39.tar.bz2) = d2305d449eb5a2922ed3e61714074b09aae2491aa0cdbb783ab33a1744e0ff41
SIZE (chmlib-0.39.tar.bz2) = 263013

View file

@ -1,5 +1,4 @@
include/chm_lib.h
include/lzx.h
lib/libchm.a
lib/libchm.so
lib/libchm.so.0