From 90e2877b9c6286d3c7a0eea494cc3d925382a46b Mon Sep 17 00:00:00 2001
From: Andrew Pantyukhin <sat@FreeBSD.org>
Date: Thu, 25 Jan 2007 16:14:46 +0000
Subject: - 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]."
---
 misc/chmlib/Makefile  | 4 ++--
 misc/chmlib/distinfo  | 6 +++---
 misc/chmlib/pkg-plist | 1 -
 3 files changed, 5 insertions(+), 6 deletions(-)

(limited to 'misc/chmlib')

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
 
diff --git a/misc/chmlib/distinfo b/misc/chmlib/distinfo
index 33e4597c0caf..d5f59343fd62 100644
--- a/misc/chmlib/distinfo
+++ b/misc/chmlib/distinfo
@@ -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
diff --git a/misc/chmlib/pkg-plist b/misc/chmlib/pkg-plist
index e8e35ddfd454..8ec501b6d451 100644
--- a/misc/chmlib/pkg-plist
+++ b/misc/chmlib/pkg-plist
@@ -1,5 +1,4 @@
 include/chm_lib.h
 include/lzx.h
-lib/libchm.a
 lib/libchm.so
 lib/libchm.so.0
-- 
cgit v1.2.3