forked from pool/openexr
Accepting request 564464 from home:avindra
This depends on https://build.opensuse.org/request/show/564463 - Update to 2.2.1 * Fix reported OpenEXR security vulnerabilities: CVE-2017-9110, CVE-2017-9111, CVE-2017-9112, CVE-2017-9113, CVE-2017-9114, CVE-2017-9115 and CVE-2017-9116 OBS-URL: https://build.opensuse.org/request/show/564464 OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=8
This commit is contained in:
parent
0838f8c149
commit
4581e63e77
@ -1,3 +1,3 @@
|
||||
libIlmImf-2_2-22
|
||||
libIlmImfUtil-2_2-22
|
||||
libIlmImf-2_2-23
|
||||
libIlmImfUtil-2_2-23
|
||||
obsoletes "OpenEXR-<targettype> < <version>"
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:36a012f6c43213f840ce29a8b182700f6cf6b214bea0d5735594136b44914231
|
||||
size 14489661
|
Binary file not shown.
3
openexr-2.2.1.tar.gz
Normal file
3
openexr-2.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f9a5af6131583404261931d9a5c83de0a425cb4b8b25ddab2b169fbf113aecd
|
||||
size 18176639
|
BIN
openexr-2.2.1.tar.gz.sig
Normal file
BIN
openexr-2.2.1.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 05:19:19 UTC 2018 - avindra@opensuse.org
|
||||
|
||||
- Update to 2.2.1
|
||||
* Fix reported OpenEXR security vulnerabilities: CVE-2017-9110,
|
||||
CVE-2017-9111, CVE-2017-9112, CVE-2017-9113, CVE-2017-9114,
|
||||
CVE-2017-9115 and CVE-2017-9116
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 12 09:22:22 UTC 2017 - tchvatal@suse.com
|
||||
|
||||
|
10
openexr.spec
10
openexr.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package openexr
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 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
|
||||
@ -16,12 +16,12 @@
|
||||
#
|
||||
|
||||
|
||||
%global so_suffix -2_2-22
|
||||
%global so_suffix -2_2-23
|
||||
# tests should run at least during local build
|
||||
# but do expect a HUGE number of memory, so beware
|
||||
%bcond_with tests
|
||||
Name: openexr
|
||||
Version: 2.2.0
|
||||
Version: 2.2.1
|
||||
Release: 0
|
||||
Summary: Utilities for work with HDR images in OpenEXR format
|
||||
License: BSD-3-Clause
|
||||
@ -128,8 +128,8 @@ if cmp COPYING LICENSE; then
|
||||
ln -sf COPYING LICENSE
|
||||
fi
|
||||
|
||||
# remove a non-linux file
|
||||
rm README.win32 README.OSX
|
||||
# remove non-linux file
|
||||
rm README.OSX
|
||||
|
||||
%build
|
||||
export PTHREAD_LIBS="-lpthread"
|
||||
|
Loading…
Reference in New Issue
Block a user