pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/converters/libwpd
Module Name: pkgsrc
Committed By: nia
Date: Wed Mar 25 10:00:43 UTC 2020
Modified Files:
pkgsrc/converters/libwpd: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/converters/libwpd/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/converters/libwpd/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/converters/libwpd/Makefile
diff -u pkgsrc/converters/libwpd/Makefile:1.51 pkgsrc/converters/libwpd/Makefile:1.52
--- pkgsrc/converters/libwpd/Makefile:1.51 Sun Jan 26 05:26:18 2020
+++ pkgsrc/converters/libwpd/Makefile Wed Mar 25 10:00:43 2020
@@ -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 @@ HOMEPAGE= http://libwpd.sourceforge.net/
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 @@ PKGCONFIG_OVERRIDE+= libwpd.pc.in
.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"
Index: pkgsrc/converters/libwpd/distinfo
diff -u pkgsrc/converters/libwpd/distinfo:1.14 pkgsrc/converters/libwpd/distinfo:1.15
--- pkgsrc/converters/libwpd/distinfo:1.14 Tue Mar 8 18:58:05 2016
+++ pkgsrc/converters/libwpd/distinfo Wed Mar 25 10:00:43 2020
@@ -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