pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/wv Changes 1.0.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f2477e8d802e
branches:  trunk
changeset: 480843:f2477e8d802e
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Sep 21 14:45:49 2004 +0000

description:
Changes 1.0.2:
* Fix iDEFENSE buffer overrun security problem
(thanks to Matthias for heads-up)

diffstat:

 converters/wv/Makefile |  17 ++++++++---------
 converters/wv/PLIST    |   6 +++---
 converters/wv/distinfo |   6 +++---
 3 files changed, 14 insertions(+), 15 deletions(-)

diffs (62 lines):

diff -r 146163857227 -r f2477e8d802e converters/wv/Makefile
--- a/converters/wv/Makefile    Tue Sep 21 14:16:54 2004 +0000
+++ b/converters/wv/Makefile    Tue Sep 21 14:45:49 2004 +0000
@@ -1,14 +1,12 @@
-# $NetBSD: Makefile,v 1.37 2004/02/15 20:19:00 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.38 2004/09/21 14:45:49 adam Exp $
 
-DISTNAME=              wv-1.0.0
-PKGREVISION=           1
-CATEGORIES=            converters
-MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=wvware/}
+DISTNAME=      wv-1.0.2
+CATEGORIES=    converters
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=wvware/}
 
-MAINTAINER=            adam%NetBSD.org@localhost
-HOMEPAGE=              http://wvware.sourceforge.net/
-COMMENT=               Library and executables to access Microsoft Word files
+MAINTAINER=    adam%NetBSD.org@localhost
+HOMEPAGE=      http://wvware.sourceforge.net/
+COMMENT=       Library and executables to access Microsoft Word files
 
 USE_BUILDLINK3=                yes
 USE_GNU_TOOLS+=                make
@@ -35,4 +33,5 @@
 .include "../../graphics/libwmf/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
+
 .include "../../mk/bsd.pkg.mk"
diff -r 146163857227 -r f2477e8d802e converters/wv/PLIST
--- a/converters/wv/PLIST       Tue Sep 21 14:16:54 2004 +0000
+++ b/converters/wv/PLIST       Tue Sep 21 14:45:49 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2004/02/05 20:14:05 skrll Exp $
+@comment $NetBSD: PLIST,v 1.7 2004/09/21 14:45:49 adam Exp $
 bin/wvAbw
 bin/wvCleanLatex
 bin/wvConvert
@@ -18,8 +18,8 @@
 include/wv/libole2/ms-ole-summary.h
 include/wv/libole2/ms-ole.h
 include/wv/wv.h
-lib/libwv-1.0.so.0
-lib/libwv-1.0.so.0.0
+lib/libwv-1.0.so.2
+lib/libwv-1.0.so.2.0
 lib/libwv.a
 lib/libwv.la
 lib/libwv.so
diff -r 146163857227 -r f2477e8d802e converters/wv/distinfo
--- a/converters/wv/distinfo    Tue Sep 21 14:16:54 2004 +0000
+++ b/converters/wv/distinfo    Tue Sep 21 14:45:49 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2003/12/13 23:45:12 xtraeme Exp $
+$NetBSD: distinfo,v 1.10 2004/09/21 14:45:49 adam Exp $
 
-SHA1 (wv-1.0.0.tar.gz) = a260c667f1d42dbeeade5c0e25d3ffce92a090db
-Size (wv-1.0.0.tar.gz) = 726428 bytes
+SHA1 (wv-1.0.2.tar.gz) = 67709fbc8ee8bd537f259aa98b811b0f3356a016
+Size (wv-1.0.2.tar.gz) = 844016 bytes



Home | Main Index | Thread Index | Old Index