diff options
author | wiz <wiz@pkgsrc.org> | 2015-08-06 12:47:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-08-06 12:47:26 +0000 |
commit | a9da1b420010bbac408c787bc3dd88928f0fe907 (patch) | |
tree | adaa0708b9884406a901f6d36af4dbcd5cfb0a65 /devel/libgsf | |
parent | 893e163efa5e036744fd785c0da31be59eec757e (diff) | |
download | pkgsrc-a9da1b420010bbac408c787bc3dd88928f0fe907.tar.gz |
Update to 1.14.34, so that gnumeric112 has a chance of building.
libgsf 1.14.34
Morten:
* Fix OLE2 property parsing problem. [#748528]
* Fuzzed file fixes. [#749120] [#749169] [#749183] [#750809]
[#751273]
* xlsx: fix problem with absolute relation targets. [#751120]
* Fix text line problem with very long lines.
--------------------------------------------------------------------------
libgsf 1.14.33
Morten:
* Ensure floats roundtrip through our xml functions.
* Improve handling of unknown xml tags.
* xml parser improvements.
* xml pretty-printing improvements.
--------------------------------------------------------------------------
libgsf 1.14.32
Morten:
* Fix obscure problem with xml parser.
* Add vml to openpkg utils.
* Allow NULL content type for openpkg.
* Plug leak.
--------------------------------------------------------------------------
libgsf 1.14.31
Andreas:
* Add two new localc name spaces to gsf-opendoc-utils
Allin Cottrell:
* Add support for non-default zip compression level. [#722470]
Morten:
* Plug leaks.
* Dead kittens.
* Reduce number of CRITICALs for corrupted files.
* Read zip files with 64k+ members. [Part of #732209]
* Read zip files members larger than 4G. [Part of #732209]
* Speed up zip file reading for lots of members.
* Speed up stdio directory handling with large number of files.
* Fix various issues with files larger than 4G.
* Fix minor zip file issues.
* Write zip archives with more than 64k+ members.
* Store unix modtime in zip. (Until that overflows.)
* Fix seekability checks in GsfOutputIOChannel.
* Avoid implementation defined behaviour of shifts.
* Start a test suite.
Diffstat (limited to 'devel/libgsf')
-rw-r--r-- | devel/libgsf/Makefile | 5 | ||||
-rw-r--r-- | devel/libgsf/PLIST | 6 | ||||
-rw-r--r-- | devel/libgsf/distinfo | 8 |
3 files changed, 11 insertions, 8 deletions
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile index 316696936b5..5b07b5dbec4 100644 --- a/devel/libgsf/Makefile +++ b/devel/libgsf/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.85 2014/08/23 20:40:38 prlw1 Exp $ -# +# $NetBSD: Makefile,v 1.86 2015/08/06 12:47:26 wiz Exp $ -DISTNAME= libgsf-1.14.30 +DISTNAME= libgsf-1.14.34 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgsf/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz diff --git a/devel/libgsf/PLIST b/devel/libgsf/PLIST index 9100d8b7f71..cd4b18cd3f4 100644 --- a/devel/libgsf/PLIST +++ b/devel/libgsf/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.37 2014/08/23 20:40:38 prlw1 Exp $ +@comment $NetBSD: PLIST,v 1.38 2015/08/06 12:47:26 wiz Exp $ bin/gsf bin/gsf-office-thumbnailer bin/gsf-vba-dump @@ -86,14 +86,18 @@ share/gtk-doc/html/gsf/index.html share/gtk-doc/html/gsf/index.sgml share/gtk-doc/html/gsf/intro.html share/gtk-doc/html/gsf/io.html +share/gtk-doc/html/gsf/left-insensitive.png share/gtk-doc/html/gsf/left.png share/gtk-doc/html/gsf/misc.html share/gtk-doc/html/gsf/parsers.html +share/gtk-doc/html/gsf/right-insensitive.png share/gtk-doc/html/gsf/right.png share/gtk-doc/html/gsf/sources.html share/gtk-doc/html/gsf/style.css +share/gtk-doc/html/gsf/up-insensitive.png share/gtk-doc/html/gsf/up.png share/locale/as/LC_MESSAGES/libgsf.mo +share/locale/bs/LC_MESSAGES/libgsf.mo share/locale/ca/LC_MESSAGES/libgsf.mo share/locale/ca@valencia/LC_MESSAGES/libgsf.mo share/locale/cs/LC_MESSAGES/libgsf.mo diff --git a/devel/libgsf/distinfo b/devel/libgsf/distinfo index 4da03cbd0b2..c5fc2b7fd79 100644 --- a/devel/libgsf/distinfo +++ b/devel/libgsf/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.45 2014/08/23 20:40:38 prlw1 Exp $ +$NetBSD: distinfo,v 1.46 2015/08/06 12:47:26 wiz Exp $ -SHA1 (libgsf-1.14.30.tar.xz) = 5eb15d574c6b9e9c5e63bbcdff8f866b3544485a -RMD160 (libgsf-1.14.30.tar.xz) = d76cebb595f50c9ccd6b4db8e75660e0581fc9c4 -Size (libgsf-1.14.30.tar.xz) = 582556 bytes +SHA1 (libgsf-1.14.34.tar.xz) = 940e98776263dac4f99f057d8da83b453c6d2e15 +RMD160 (libgsf-1.14.34.tar.xz) = 74cd7741bdd5306118798ec373279e4013c1fcb6 +Size (libgsf-1.14.34.tar.xz) = 609880 bytes SHA1 (patch-thumbnailer_main.c) = bb7d25d26f19d676305a02a64474d11881bfc7fc |