summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorwiz <wiz>2015-01-04 23:30:21 +0000
committerwiz <wiz>2015-01-04 23:30:21 +0000
commit8488d7a676fe33d0123fc108ac4b2749c87ba015 (patch)
tree0b0fa325bf11ced67c977223bfe542aaaeb42b0d /converters
parent92e055e4f872d9e1cb7dc1f293f849ef62a0122b (diff)
downloadpkgsrc-8488d7a676fe33d0123fc108ac4b2749c87ba015.tar.gz
Update to 0.1.2:
libmspub 0.1.2 - Check arguments of public functions. Passing NULL no longer causes a crash. - Use symbol visibility on Linux. The library only exports the two public functions now. - Fix several crashes and hangs when reading broken files, found with the help of american-fuzzy-lop. - Add support for embedded fonts. - Add initial support for tables. - Parse document metadata.
Diffstat (limited to 'converters')
-rw-r--r--converters/libmspub/Makefile5
-rw-r--r--converters/libmspub/distinfo9
-rw-r--r--converters/libmspub/patches/patch-configure15
3 files changed, 22 insertions, 7 deletions
diff --git a/converters/libmspub/Makefile b/converters/libmspub/Makefile
index 953556658c5..57519ffe8be 100644
--- a/converters/libmspub/Makefile
+++ b/converters/libmspub/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2014/11/07 19:39:27 adam Exp $
+# $NetBSD: Makefile,v 1.13 2015/01/04 23:30:21 wiz Exp $
-DISTNAME= libmspub-0.1.1
-PKGREVISION= 3
+DISTNAME= libmspub-0.1.2
CATEGORIES= converters
MASTER_SITES= http://dev-www.libreoffice.org/src/libmspub/
EXTRACT_SUFX= .tar.xz
diff --git a/converters/libmspub/distinfo b/converters/libmspub/distinfo
index 2cc7b14aa7c..14073461811 100644
--- a/converters/libmspub/distinfo
+++ b/converters/libmspub/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2014/07/22 11:17:44 wiz Exp $
+$NetBSD: distinfo,v 1.3 2015/01/04 23:30:21 wiz Exp $
-SHA1 (libmspub-0.1.1.tar.xz) = d3052160c5fd0c116b1e54c7238b1b5fdd8eceff
-RMD160 (libmspub-0.1.1.tar.xz) = 31c6d4172a0e7a8a4a6eb8c7250809dc9f499050
-Size (libmspub-0.1.1.tar.xz) = 340096 bytes
+SHA1 (libmspub-0.1.2.tar.xz) = e1bab3a4be9215b69700dcdb81cf27e194097776
+RMD160 (libmspub-0.1.2.tar.xz) = d7b57b74503fab484d694042af109febaec57bb4
+Size (libmspub-0.1.2.tar.xz) = 345556 bytes
+SHA1 (patch-configure) = 6e06700444a6dbde7a34de9df96b37291a9a6830
diff --git a/converters/libmspub/patches/patch-configure b/converters/libmspub/patches/patch-configure
new file mode 100644
index 00000000000..fe3b9e8b7be
--- /dev/null
+++ b/converters/libmspub/patches/patch-configure
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2015/01/04 23:30:21 wiz Exp $
+
+Fix unportable test(1) comparison operator.
+
+--- configure.orig 2014-12-30 17:23:13.000000000 +0000
++++ configure
+@@ -17053,7 +17053,7 @@ else
+ fi
+
+
+-if test $platform_win32 == yes; then :
++if test $platform_win32 = yes; then :
+
+ else
+