From 7b97600cfde5cfec7889b130f2487f145a297081cd57a6732d2d587891bafee3 Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Tue, 28 Feb 2017 18:41:25 +0000 Subject: [PATCH] Accepting request 460906 from home:sbrabec:branches:OBS_Maintained:potrace-bsc1005027-factory - Update to version 1.14: * Bugs triggered by malformed BMP files have been fixed, including CVE-2016-8685 (bsc#1005026) and CVE-2016-8686. * Error reporting has been improved. * The image size is now truncated when the bitmap data ends prematurely. * It is now possible to use negative dy in bitmap data. - Upstream prefers clang to compile potrace. Use clang if possible. OBS-URL: https://build.opensuse.org/request/show/460906 OBS-URL: https://build.opensuse.org/package/show/graphics/potrace?expand=0&rev=17 --- potrace-1.13.tar.gz | 3 --- potrace-1.14.tar.gz | 3 +++ potrace.changes | 12 ++++++++++++ potrace.spec | 8 ++++++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 potrace-1.13.tar.gz create mode 100644 potrace-1.14.tar.gz diff --git a/potrace-1.13.tar.gz b/potrace-1.13.tar.gz deleted file mode 100644 index e6502ad..0000000 --- a/potrace-1.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6252438b6b6644b9b6298056b4c5de3690a1d4e862b66889abe21eecdf16b784 -size 605931 diff --git a/potrace-1.14.tar.gz b/potrace-1.14.tar.gz new file mode 100644 index 0000000..01b6ced --- /dev/null +++ b/potrace-1.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db72b65311cfdcb63880b317f610d84485f086e15f88ca2346012d49414cd97e +size 649685 diff --git a/potrace.changes b/potrace.changes index c3d3be9..f10050c 100644 --- a/potrace.changes +++ b/potrace.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Feb 28 14:18:04 CET 2017 - sbrabec@suse.com + +- Update to version 1.14: + * Bugs triggered by malformed BMP files have been fixed, + including CVE-2016-8685 (bsc#1005026) and CVE-2016-8686. + * Error reporting has been improved. + * The image size is now truncated when the bitmap data ends + prematurely. + * It is now possible to use negative dy in bitmap data. +- Upstream prefers clang to compile potrace. Use clang if possible. + ------------------------------------------------------------------- Fri Oct 23 14:26:39 CEST 2015 - sbrabec@suse.com diff --git a/potrace.spec b/potrace.spec index 8ec4df4..1266c2a 100644 --- a/potrace.spec +++ b/potrace.spec @@ -1,7 +1,7 @@ # # spec file for package potrace # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: potrace -Version: 1.13 +Version: 1.14 Release: 0 Summary: Utility for Tracing a Bitmap to Scalable Outline Image License: GPL-2.0+ @@ -25,6 +25,10 @@ Group: Productivity/Graphics/Convertors Url: http://potrace.sourceforge.net/ Source: http://potrace.sourceforge.net/download/%{version}/%{name}-%{version}.tar.gz BuildRequires: zlib-devel +%ifnarch ppc s390 +# gcc is supported as well, but clang is preferred by the upstream. +BuildRequires: clang +%endif Provides: bitmap_tracing BuildRoot: %{_tmppath}/%{name}-%{version}-build