Update gnumeric to version 1.12.23.
Pkgsrc changes: * Adjust PLIST. * Bump version number. * Depend on newer version of goffice0.10. Upstream changes: gnumeric 1.12.23: Noteworthy news in this release: * Fuzzed file hardening. * Solver refactoring. Special thanks to Juha Kylmänen from Oulu University Secure Programming Group for running a large amount of fuzzing against Gnumeric. gnumeric 1.12.22: Noteworthy news in this release: * Graph fixes and improvements. * Test suite improvements. * ODF/XLSX import and export fixes. * A schema for the ODF files we produce. As part of our testing we check that the ODF, XLSX, and Gnumeric files we produce are valid according to the relevant xml schema. * For Gnumeric files we provide the schema. * For XLSX there is an official schema which we use with a few fixes so Excel can read our files. (We consider the format to be defined by what XLSX writes.) * For ODS the situation is more problematic. We appear to be the first to release a schema for the ODS files we produce. That is mildly shocking -- several spreadsheets have ODS as their primary format, yet no-one seem to be validating the files they produce! There is an official schema for the format without extensions which is fine, except that no-one uses that format because there are lots of fairly basic things that cannot be expressed in the format without extensions.
This commit is contained in:
parent
c280e59732
commit
96ca790332
3 changed files with 10 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.25 2015/08/05 21:34:17 he Exp $
|
||||
# $NetBSD: Makefile,v 1.26 2015/08/13 15:14:29 he Exp $
|
||||
|
||||
DISTNAME= gnumeric-1.12.21
|
||||
DISTNAME= gnumeric-1.12.23
|
||||
CATEGORIES= math gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.12/}
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
@ -43,7 +43,7 @@ BUILDLINK_API_DEPENDS.libgsf+= libgsf>=1.14.32
|
|||
.include "../../devel/zlib/buildlink3.mk"
|
||||
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
||||
.include "../../lang/perl5/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.goffice0.10+= goffice0.10>=0.10.21
|
||||
BUILDLINK_API_DEPENDS.goffice0.10+= goffice0.10>=0.10.23
|
||||
.include "../../misc/goffice0.10/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.libxml2+= libxml2>=2.4.12
|
||||
.include "../../textproc/libxml2/buildlink3.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.6 2015/08/05 21:34:17 he Exp $
|
||||
@comment $NetBSD: PLIST,v 1.7 2015/08/13 15:14:29 he Exp $
|
||||
bin/gnumeric
|
||||
bin/${PKGNAME}
|
||||
bin/ssconvert
|
||||
|
@ -792,6 +792,8 @@ share/locale/az/LC_MESSAGES/${PKGNAME}-functions.mo
|
|||
share/locale/az/LC_MESSAGES/${PKGNAME}.mo
|
||||
share/locale/bg/LC_MESSAGES/${PKGNAME}-functions.mo
|
||||
share/locale/bg/LC_MESSAGES/${PKGNAME}.mo
|
||||
share/locale/bs/LC_MESSAGES/${PKGNAME}-functions.mo
|
||||
share/locale/bs/LC_MESSAGES/${PKGNAME}.mo
|
||||
share/locale/ca/LC_MESSAGES/${PKGNAME}-functions.mo
|
||||
share/locale/ca/LC_MESSAGES/${PKGNAME}.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/${PKGNAME}-functions.mo
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.11 2015/08/05 21:34:17 he Exp $
|
||||
$NetBSD: distinfo,v 1.12 2015/08/13 15:14:29 he Exp $
|
||||
|
||||
SHA1 (gnumeric-1.12.21.tar.xz) = 29264459d9603feaff7bbb656954b49185a7d9d4
|
||||
RMD160 (gnumeric-1.12.21.tar.xz) = 293dcc0b97c4fc63e900572b0c41116806facb26
|
||||
Size (gnumeric-1.12.21.tar.xz) = 18460624 bytes
|
||||
SHA1 (gnumeric-1.12.23.tar.xz) = 2b8d649175967340412a5d0e2a1bc20f641dc293
|
||||
RMD160 (gnumeric-1.12.23.tar.xz) = e58b0bd7b41d187684eabc1a360ea892f18293eb
|
||||
Size (gnumeric-1.12.23.tar.xz) = 18515672 bytes
|
||||
SHA1 (patch-aa) = 87781e2955442d8edc803cd732b949017b0f4f27
|
||||
SHA1 (patch-ab) = f6fe7aed7ab857f1d8292fd99950bda7a9fb96fa
|
||||
SHA1 (patch-gnumeric.desktop.in) = 74972fd2429d7f5ed0248e29dcca361cc0d1e2a4
|
||||
|
|
Loading…
Reference in a new issue