diff options
author | wiz <wiz@pkgsrc.org> | 2013-07-20 15:44:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-07-20 15:44:10 +0000 |
commit | e53f7d724eac7edd83a4c358d5ec2f9ce9cf2fc5 (patch) | |
tree | b222b9c4c3ea56a4a0d7288e4a8cb019616b07d3 /misc | |
parent | ad559366334ff5d44a2ede030b1c082992a5ec54 (diff) | |
download | pkgsrc-e53f7d724eac7edd83a4c358d5ec2f9ce9cf2fc5.tar.gz |
Update to 0.10.4:
goffice 0.10.4:
Andreas:
* Fix crash on corrupted GOImage. [#703670]
Jean:
* Fix loading of image with invalid size or data. [#703740]
* Don't use invalid GOImage arguments. [#703949]
Morten:
* Fix linear regression failure.
* Add prescaling to linear regression. [#703381]
Diffstat (limited to 'misc')
-rw-r--r-- | misc/goffice0.10/Makefile | 4 | ||||
-rw-r--r-- | misc/goffice0.10/PLIST | 3 | ||||
-rw-r--r-- | misc/goffice0.10/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/misc/goffice0.10/Makefile b/misc/goffice0.10/Makefile index 2a7119bbe47..7d0789cbca1 100644 --- a/misc/goffice0.10/Makefile +++ b/misc/goffice0.10/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2013/07/04 14:11:28 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2013/07/20 15:44:10 wiz Exp $ -DISTNAME= goffice-0.10.3 +DISTNAME= goffice-0.10.4 PKGNAME= ${DISTNAME:S/goffice/goffice0.10/} CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNOME:=sources/goffice/0.10/} diff --git a/misc/goffice0.10/PLIST b/misc/goffice0.10/PLIST index 98fdce699ad..04f9a54eb7e 100644 --- a/misc/goffice0.10/PLIST +++ b/misc/goffice0.10/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2013/07/04 14:11:28 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2013/07/20 15:44:10 wiz Exp $ include/libgoffice-0.10/goffice/app/error-info.h include/libgoffice-0.10/goffice/app/file.h include/libgoffice-0.10/goffice/app/go-cmd-context-impl.h @@ -258,6 +258,7 @@ share/gtk-doc/html/goffice-0.10/GogAxisLine.html share/gtk-doc/html/goffice-0.10/GogAxisMap.html share/gtk-doc/html/goffice-0.10/GogChart.html share/gtk-doc/html/goffice-0.10/GogChartMap.html +share/gtk-doc/html/goffice-0.10/GogColorScale.html share/gtk-doc/html/goffice-0.10/GogDataEditor.html share/gtk-doc/html/goffice-0.10/GogDataset.html share/gtk-doc/html/goffice-0.10/GogErrorBar.html diff --git a/misc/goffice0.10/distinfo b/misc/goffice0.10/distinfo index b99c296f2c5..c68f1292ef0 100644 --- a/misc/goffice0.10/distinfo +++ b/misc/goffice0.10/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2013/07/04 14:11:28 wiz Exp $ +$NetBSD: distinfo,v 1.4 2013/07/20 15:44:10 wiz Exp $ -SHA1 (goffice-0.10.3.tar.xz) = dd1291623c7a5d588fca45df01d5eb5dde76f470 -RMD160 (goffice-0.10.3.tar.xz) = 585eac4a3ea200e8bc72fd569f30209f20c02ef1 -Size (goffice-0.10.3.tar.xz) = 2198856 bytes +SHA1 (goffice-0.10.4.tar.xz) = e1be604f15a907d37b8526042f9e7060defb6623 +RMD160 (goffice-0.10.4.tar.xz) = c81ab86f437f7c959e8d94583884c2cd579cc799 +Size (goffice-0.10.4.tar.xz) = 2202540 bytes |