pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/libwpd libwpd: Update to 0.10.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/685d00872b11
branches:  trunk
changeset: 414294:685d00872b11
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Mar 25 10:00:43 2020 +0000

description:
libwpd: Update to 0.10.3

0.10.2 - 0.10.3
- Drop outdated MSVC project files.
- Fix a couple of issues found by oss-fuzz.
- Fix some potential memory leaks.
- Use a bit less memory when parsing WP5/WP6 documents with images.
- Switch from --enable-werror to --disable-werror as configure default.
- Fix a potential out-of-bounds data access. (rhbz#1643752)

0.10.1 - 0.10.2
- Require C++11 for build.
- Fix various crashes, leaks and hangs when reading damaged files found
  by oss-fuzz.

diffstat:

 converters/libwpd/Makefile |  20 +++++---------------
 converters/libwpd/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 20 deletions(-)

diffs (55 lines):

diff -r 5891be639f25 -r 685d00872b11 converters/libwpd/Makefile
--- a/converters/libwpd/Makefile        Wed Mar 25 07:47:10 2020 +0000
+++ b/converters/libwpd/Makefile        Wed Mar 25 10:00:43 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2020/01/26 05:26:18 rillig Exp $
+# $NetBSD: Makefile,v 1.52 2020/03/25 10:00:43 nia Exp $
 
-DISTNAME=      libwpd-0.10.1
-PKGREVISION=   11
+DISTNAME=      libwpd-0.10.3
 CATEGORIES=    converters
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=libwpd/}
 EXTRACT_SUFX=  .tar.bz2
@@ -11,6 +10,9 @@
 COMMENT=       Library for importing and exporting WordPerfect(tm) documents
 LICENSE=       gnu-lgpl-v2.1
 
+# C++11
+GCC_REQD+=     4.7
+
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake pkg-config
@@ -20,16 +22,4 @@
 
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../converters/librevenge/buildlink3.mk"
-
-# Include all buildlink3.mk before compiler.mk, as the buildlink dependencies
-# may alter the compiler selection.
-.include "../../mk/compiler.mk"
-
-.if !empty(PKGSRC_COMPILER:Mclang)
-_WRAP_EXTRA_ARGS.CXX+= -Wno-unused-private-field
-CWRAPPERS_APPEND.cxx+= -Wno-unused-private-field
-CWRAPPERS_APPEND.cxx+= -Wno-unknown-warning-option
-CWRAPPERS_APPEND.cxx+= -Wno-tautological-type-limit-compare
-.endif
-
 .include "../../mk/bsd.pkg.mk"
diff -r 5891be639f25 -r 685d00872b11 converters/libwpd/distinfo
--- a/converters/libwpd/distinfo        Wed Mar 25 07:47:10 2020 +0000
+++ b/converters/libwpd/distinfo        Wed Mar 25 10:00:43 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2016/03/08 18:58:05 ryoon Exp $
+$NetBSD: distinfo,v 1.15 2020/03/25 10:00:43 nia Exp $
 
-SHA1 (libwpd-0.10.1.tar.bz2) = 6c0a8a68a21e3b644ca20281d96b1e4069cd78a5
-RMD160 (libwpd-0.10.1.tar.bz2) = f1b230c19238aa70b04c4a90886f882489b28a04
-SHA512 (libwpd-0.10.1.tar.bz2) = aa99a11675b76d6357cd6479ed4cc0e04cd42d9f6ef76da3627310b683c6528c05ebd5cd1c3fcd878f288e56a05d11d81e90b2a0c5d03d4fa9644eb6f16d955e
-Size (libwpd-0.10.1.tar.bz2) = 656856 bytes
+SHA1 (libwpd-0.10.3.tar.bz2) = 4088e9762a99e7a451d00764807a2ec639cf13e8
+RMD160 (libwpd-0.10.3.tar.bz2) = 1b2e4940a736f50df58b6225de5543f95cb9f9c0
+SHA512 (libwpd-0.10.3.tar.bz2) = cf3db714d424c32ecf5740b17d9f1721f228d3a7edbd1cc7a0f4b30f7ac9b1024cf45c0727b9f916b7672321e05f0d791c7f7f5ad5d47fedcea9ad9e886eb459
+Size (libwpd-0.10.3.tar.bz2) = 669503 bytes



Home | Main Index | Thread Index | Old Index