pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/libwps Update to 0.3.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f245502be60
branches:  trunk
changeset: 644645:1f245502be60
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jan 16 09:08:38 2015 +0000

description:
Update to 0.3.1:

libwps-0.3.1

- Fix parsing of floating-point numbers in specific cases.
- Fix several minor issues reported by Coverity and Clang.
- Check arguments of public functions. Passing NULL no longer causes
  a crash.
- Use symbol visibility on Linux. The library only exports the public
  functions now.
- Import @TERM and @CTERM functions (fdo#86241).
- Handle LICS character encoding in spreadsheets (fdo#87222).
- Fix a crash when reading a broken file, found with the help of
  american-fuzzy-lop.

diffstat:

 converters/libwps/Makefile                |   4 ++--
 converters/libwps/distinfo                |   9 +++++----
 converters/libwps/patches/patch-configure |  15 +++++++++++++++
 3 files changed, 22 insertions(+), 6 deletions(-)

diffs (45 lines):

diff -r 70d80f78643e -r 1f245502be60 converters/libwps/Makefile
--- a/converters/libwps/Makefile        Fri Jan 16 09:05:29 2015 +0000
+++ b/converters/libwps/Makefile        Fri Jan 16 09:08:38 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2014/12/01 12:39:16 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2015/01/16 09:08:38 wiz Exp $
 
-DISTNAME=      libwps-0.3.0
+DISTNAME=      libwps-0.3.1
 CATEGORIES=    converters
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=libwps/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 70d80f78643e -r 1f245502be60 converters/libwps/distinfo
--- a/converters/libwps/distinfo        Fri Jan 16 09:05:29 2015 +0000
+++ b/converters/libwps/distinfo        Fri Jan 16 09:08:38 2015 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.8 2014/07/23 06:29:53 wiz Exp $
+$NetBSD: distinfo,v 1.9 2015/01/16 09:08:38 wiz Exp $
 
-SHA1 (libwps-0.3.0.tar.bz2) = 526323bd59b5f59f8533882fb455e5886bf1f6dc
-RMD160 (libwps-0.3.0.tar.bz2) = 6e3f8b0964474ca4a241a4bcc4fcacdd525e3361
-Size (libwps-0.3.0.tar.bz2) = 502782 bytes
+SHA1 (libwps-0.3.1.tar.bz2) = f873f672adf0d92030ab2b6697be735ef6cfc6e2
+RMD160 (libwps-0.3.1.tar.bz2) = 109484e67bf62d64eeaf78417e1552b3e2f3d7fa
+Size (libwps-0.3.1.tar.bz2) = 496436 bytes
+SHA1 (patch-configure) = 5b3e7b782a708a9039032a9eb0f57ed21ead3c86
diff -r 70d80f78643e -r 1f245502be60 converters/libwps/patches/patch-configure
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/libwps/patches/patch-configure Fri Jan 16 09:08:38 2015 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2015/01/16 09:08:38 wiz Exp $
+
+Fix unportable test(1) operator.
+
+--- configure.orig     2014-12-30 09:10:53.000000000 +0000
++++ configure
+@@ -16187,7 +16187,7 @@ else
+ fi
+ 
+ 
+-if test "x$platform_win32" == "xyes"; then :
++if test "x$platform_win32" = "xyes"; then :
+ 
+ else
+ 



Home | Main Index | Thread Index | Old Index