diff --git a/baselibs.conf b/baselibs.conf index 60d309e..fc2bb05 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,3 +1,3 @@ -libIlmImf-2_2-22 -libIlmImfUtil-2_2-22 +libIlmImf-2_2-23 +libIlmImfUtil-2_2-23 obsoletes "OpenEXR- < " diff --git a/openexr-2.2.0.tar.gz b/openexr-2.2.0.tar.gz deleted file mode 100644 index 3a4898b..0000000 --- a/openexr-2.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36a012f6c43213f840ce29a8b182700f6cf6b214bea0d5735594136b44914231 -size 14489661 diff --git a/openexr-2.2.0.tar.gz.sig b/openexr-2.2.0.tar.gz.sig deleted file mode 100644 index ab0705f..0000000 Binary files a/openexr-2.2.0.tar.gz.sig and /dev/null differ diff --git a/openexr-2.2.1.tar.gz b/openexr-2.2.1.tar.gz new file mode 100644 index 0000000..0e06d34 --- /dev/null +++ b/openexr-2.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f9a5af6131583404261931d9a5c83de0a425cb4b8b25ddab2b169fbf113aecd +size 18176639 diff --git a/openexr-2.2.1.tar.gz.sig b/openexr-2.2.1.tar.gz.sig new file mode 100644 index 0000000..9ffdf6b Binary files /dev/null and b/openexr-2.2.1.tar.gz.sig differ diff --git a/openexr.changes b/openexr.changes index 22a6eb3..cd69f8b 100644 --- a/openexr.changes +++ b/openexr.changes @@ -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 diff --git a/openexr.spec b/openexr.spec index d07c62f..8e55439 100644 --- a/openexr.spec +++ b/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"