pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters/libcdr libcdr: update to 0.1.4.
details: https://anonhg.NetBSD.org/pkgsrc/rev/7e506ef1e369
branches: trunk
changeset: 369634:7e506ef1e369
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Oct 02 14:58:12 2017 +0000
description:
libcdr: update to 0.1.4.
libcdr 0.1.4
* Fix several issues found by oss-fuzz.
* Require C++11 for build.
* Fix issues found by coverity.
* Various code cleanups.
diffstat:
converters/libcdr/Makefile | 5 ++---
converters/libcdr/distinfo | 11 +++++------
converters/libcdr/patches/patch-test-driver | 15 ---------------
3 files changed, 7 insertions(+), 24 deletions(-)
diffs (48 lines):
diff -r c0d523150b57 -r 7e506ef1e369 converters/libcdr/Makefile
--- a/converters/libcdr/Makefile Mon Oct 02 14:42:55 2017 +0000
+++ b/converters/libcdr/Makefile Mon Oct 02 14:58:12 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2017/09/18 09:52:57 maya Exp $
+# $NetBSD: Makefile,v 1.30 2017/10/02 14:58:12 wiz Exp $
-DISTNAME= libcdr-0.1.3
-PKGREVISION= 7
+DISTNAME= libcdr-0.1.4
CATEGORIES= converters
MASTER_SITES= http://dev-www.libreoffice.org/src/libcdr/
EXTRACT_SUFX= .tar.xz
diff -r c0d523150b57 -r 7e506ef1e369 converters/libcdr/distinfo
--- a/converters/libcdr/distinfo Mon Oct 02 14:42:55 2017 +0000
+++ b/converters/libcdr/distinfo Mon Oct 02 14:58:12 2017 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.8 2016/07/24 19:00:12 wiz Exp $
+$NetBSD: distinfo,v 1.9 2017/10/02 14:58:12 wiz Exp $
-SHA1 (libcdr-0.1.3.tar.xz) = af1cad13b431f31a27fb2a1b0599a9c479a732cf
-RMD160 (libcdr-0.1.3.tar.xz) = 29bdf0517b4476a109d4b42965fcab5e62058bee
-SHA512 (libcdr-0.1.3.tar.xz) = 9811efb13f7dd72c69a98e81b44a261e913ffe87200486c8e07200d75790004d4fdf30e29f779b0ddd2ad09e3d1e8813ef501e9448c1789f89256f71bdb5fadd
-Size (libcdr-0.1.3.tar.xz) = 596772 bytes
-SHA1 (patch-test-driver) = c347e73fdb3f9cda85827dceec4e124881a50776
+SHA1 (libcdr-0.1.4.tar.xz) = 59148610e572d1a79c4f3494a01d020944f0e1c1
+RMD160 (libcdr-0.1.4.tar.xz) = 8c271f0685c08c4574e5c74aa6634118e2bab987
+SHA512 (libcdr-0.1.4.tar.xz) = 769b0319b5a904ce9f727b7076f82cd915ecd8c9e5e2456416e3e6739c6403bbd4108787ab124d36efb1b47d5c9e37c48b0e12d096eb440ae8f9979ec06048a6
+Size (libcdr-0.1.4.tar.xz) = 609592 bytes
diff -r c0d523150b57 -r 7e506ef1e369 converters/libcdr/patches/patch-test-driver
--- a/converters/libcdr/patches/patch-test-driver Mon Oct 02 14:42:55 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-test-driver,v 1.1 2016/07/24 19:00:13 wiz Exp $
-
-Fix unportable test(1) operator.
-
---- test-driver.orig 2016-07-21 06:43:23.000000000 +0000
-+++ test-driver
-@@ -59,7 +59,7 @@ enable_hard_errors=yes
- while test $# -gt 1; do
- arg=${1%=*}
- val=${1#*=}
-- if [ $arg == $val ]; then
-+ if [ $arg = $val ]; then
- val=$2
- shift
- fi
Home |
Main Index |
Thread Index |
Old Index