pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2004Q3]: pkgsrc/doc Security Pullup - requested by Grant Beatt...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d1e92050a975
branches: pkgsrc-2004Q3
changeset: 480728:d1e92050a975
user: agc <agc%pkgsrc.org@localhost>
date: Tue Nov 02 10:39:07 2004 +0000
description:
Security Pullup - requested by Grant Beattie and Havard Eidnes
security fix for wv
Module Name: pkgsrc
Committed By: adam
Date: Tue Sep 21 14:45:49 UTC 2004
Modified Files:
pkgsrc/converters/wv: Makefile PLIST distinfo
Log Message:
Changes 1.0.2:
* Fix iDEFENSE buffer overrun security problem
(thanks to Matthias for heads-up)
To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 pkgsrc/converters/wv/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/converters/wv/PLIST
cvs rdiff -r1.9 -r1.10 pkgsrc/converters/wv/distinfo
diffstat:
converters/wv/Makefile | 17 ++++++++---------
converters/wv/PLIST | 6 +++---
converters/wv/distinfo | 6 +++---
doc/CHANGES-pkgsrc-2004Q3 | 4 +++-
4 files changed, 17 insertions(+), 16 deletions(-)
diffs (78 lines):
diff -r 986f63b85ccc -r d1e92050a975 converters/wv/Makefile
--- a/converters/wv/Makefile Tue Nov 02 10:33:50 2004 +0000
+++ b/converters/wv/Makefile Tue Nov 02 10:39:07 2004 +0000
@@ -1,14 +1,12 @@
-# $NetBSD: Makefile,v 1.37 2004/02/15 20:19:00 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.37.6.1 2004/11/02 10:39:07 agc 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 986f63b85ccc -r d1e92050a975 converters/wv/PLIST
--- a/converters/wv/PLIST Tue Nov 02 10:33:50 2004 +0000
+++ b/converters/wv/PLIST Tue Nov 02 10:39:07 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.6.6.1 2004/11/02 10:39:07 agc 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 986f63b85ccc -r d1e92050a975 converters/wv/distinfo
--- a/converters/wv/distinfo Tue Nov 02 10:33:50 2004 +0000
+++ b/converters/wv/distinfo Tue Nov 02 10:39:07 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2003/12/13 23:45:12 xtraeme Exp $
+$NetBSD: distinfo,v 1.9.6.1 2004/11/02 10:39:08 agc 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
diff -r 986f63b85ccc -r d1e92050a975 doc/CHANGES-pkgsrc-2004Q3
--- a/doc/CHANGES-pkgsrc-2004Q3 Tue Nov 02 10:33:50 2004 +0000
+++ b/doc/CHANGES-pkgsrc-2004Q3 Tue Nov 02 10:39:07 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-pkgsrc-2004Q3,v 1.1.2.14 2004/11/02 10:33:50 agc Exp $
+$NetBSD: CHANGES-pkgsrc-2004Q3,v 1.1.2.15 2004/11/02 10:39:07 agc Exp $
Changes to the packages collection and infrastructure on the
pkgsrc-2004Q3 branch:
@@ -31,4 +31,6 @@
security fix for socat
Security Pullup - requested by Grant Beattie and Havard Eidnes
security fix for cabextract
+Security Pullup - requested by Grant Beattie and Havard Eidnes
+security fix for wv
Home |
Main Index |
Thread Index |
Old Index