aboutsummaryrefslogtreecommitdiff
path: root/misc/chmlib/Makefile
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-01-25 16:14:46 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-01-25 16:14:46 +0000
commit90e2877b9c6286d3c7a0eea494cc3d925382a46b (patch)
tree5fc744742ef6ae2592b6031f85557d9ec5073dca /misc/chmlib/Makefile
parentdc50019ad1ac26f44495455a95c59bea629ca042 (diff)
downloadports-90e2877b9c6286d3c7a0eea494cc3d925382a46b.tar.gz
ports-90e2877b9c6286d3c7a0eea494cc3d925382a46b.zip
- 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]."
Notes
Notes: svn path=/head/; revision=183262
Diffstat (limited to 'misc/chmlib/Makefile')
-rw-r--r--misc/chmlib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/chmlib/Makefile b/misc/chmlib/Makefile
index afed8a4fc30f..68501e0982f2 100644
--- a/misc/chmlib/Makefile
+++ b/misc/chmlib/Makefile
@@ -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