diff options
author | damon <damon> | 2001-11-11 20:00:13 +0000 |
---|---|---|
committer | damon <damon> | 2001-11-11 20:00:13 +0000 |
commit | de3d69474e36be810be2dfe1aef363c13d972a1e (patch) | |
tree | aec864bbca73b5a59a3430b0b034f532fe25d891 /devel/libole2 | |
parent | 25a65ac723d21ea21d9f3605e16690319a33376d (diff) | |
download | pkgsrc-de3d69474e36be810be2dfe1aef363c13d972a1e.tar.gz |
Update to version 0.2.4 (Required for Gnumeric 0.75)
Changelog:
* libole2/ms-ole.c (ms_ole_open_vfs) : simplify.
* libole2/ms-ole.c: first attempt at handling files that are not
an integer number of 512-byte blocks.
(ms_ole_open_vfs): Fix file leaks. Verify block sizes.
(ms_ole_setup): Prepare the right number of blocks.
(ms_ole_destroy): Plug leak.
(ms_ole_lseek): Fix seek-from-end case.
* libole2/ms-ole.c (ms_ole_stream_open) : Be more careful about where
we are wiping.
* libole2.spec.in: don't point at sgml files we don't install.
Diffstat (limited to 'devel/libole2')
-rw-r--r-- | devel/libole2/Makefile | 4 | ||||
-rw-r--r-- | devel/libole2/buildlink.mk | 4 | ||||
-rw-r--r-- | devel/libole2/distinfo | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/devel/libole2/Makefile b/devel/libole2/Makefile index 12808de95bd..0d4646f2387 100644 --- a/devel/libole2/Makefile +++ b/devel/libole2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2001/10/01 13:34:49 rh Exp $ +# $NetBSD: Makefile,v 1.9 2001/11/11 20:00:13 damon Exp $ # -DISTNAME= libole2-0.2.3 +DISTNAME= libole2-0.2.4 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/libole2/} diff --git a/devel/libole2/buildlink.mk b/devel/libole2/buildlink.mk index 0dc470bdfa4..afdab8badf2 100644 --- a/devel/libole2/buildlink.mk +++ b/devel/libole2/buildlink.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink.mk,v 1.2 2001/10/03 20:56:44 jlam Exp $ +# $NetBSD: buildlink.mk,v 1.3 2001/11/11 20:00:13 damon Exp $ # # This Makefile fragment is included by packages that use libole2. # @@ -17,7 +17,7 @@ LIBOLE2_BUILDLINK_MK= # defined .include "../../mk/bsd.buildlink.mk" -BUILDLINK_DEPENDS.libole2?= libole2>=0.2.3 +BUILDLINK_DEPENDS.libole2?= libole2>=0.2.4 DEPENDS+= ${BUILDLINK_DEPENDS.libole2}:../../devel/libole2 EVAL_PREFIX+= BUILDLINK_PREFIX.libole2=libole2 diff --git a/devel/libole2/distinfo b/devel/libole2/distinfo index f9bd4a478c3..63fbaeb6c86 100644 --- a/devel/libole2/distinfo +++ b/devel/libole2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2001/05/22 06:05:41 rh Exp $ +$NetBSD: distinfo,v 1.4 2001/11/11 20:00:13 damon Exp $ -SHA1 (libole2-0.2.3.tar.gz) = 4756d567c127b5ffd042d10fa684526fa890e0c0 -Size (libole2-0.2.3.tar.gz) = 257806 bytes +SHA1 (libole2-0.2.4.tar.gz) = 58d576df763fe4e93d8911c89ea0768bc5e813ff +Size (libole2-0.2.4.tar.gz) = 273908 bytes SHA1 (patch-aa) = 4ca5adb36c42c7f492dc6a1505978388bed9399a |