SHA256
1
0
forked from pool/potrace

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
This commit is contained in:
OBS User mrdocs 2017-02-28 18:41:25 +00:00 committed by Git OBS Bridge
parent 53ade777f3
commit 7b97600cfd
4 changed files with 21 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6252438b6b6644b9b6298056b4c5de3690a1d4e862b66889abe21eecdf16b784
size 605931

3
potrace-1.14.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:db72b65311cfdcb63880b317f610d84485f086e15f88ca2346012d49414cd97e
size 649685

View File

@ -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

View File

@ -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