Accepting request 690626 from home:jubalh:branches:graphics

- Update to version 2.3.1:
  * Fix CVE-2018-6616 (bsr#1079845)
  * Fix CVE-2018-5785 (bsc#1076967)
  * Fix CVE-2018-18088 (bsc#1111638)
  * Fix CVE-2018-16375 (bsc#1106882)
  * Fix CVE-2018-14423 (bsc#1102016)
  * Fix CVE-2018-7648 (bsc#1083901)
  * Fix CVE-2018-5727 (bsc#1076314)
  * For full list see ChangeLog file
- Remove install-fix.patch: upstreamed

OBS-URL: https://build.opensuse.org/request/show/690626
OBS-URL: https://build.opensuse.org/package/show/graphics/openjpeg2?expand=0&rev=34
This commit is contained in:
2019-04-03 20:32:03 +00:00
committed by Git OBS Bridge
parent e46afe4a4d
commit 33237ab73c
5 changed files with 19 additions and 30 deletions
+14
View File
@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Apr 02 10:41:57 UTC 2019 - mvetter@suse.com
- Update to version 2.3.1:
* Fix CVE-2018-6616 (bsr#1079845)
* Fix CVE-2018-5785 (bsc#1076967)
* Fix CVE-2018-18088 (bsc#1111638)
* Fix CVE-2018-16375 (bsc#1106882)
* Fix CVE-2018-14423 (bsc#1102016)
* Fix CVE-2018-7648 (bsc#1083901)
* Fix CVE-2018-5727 (bsc#1076314)
* For full list see ChangeLog file
- Remove install-fix.patch: upstreamed
-------------------------------------------------------------------
Thu Feb 14 20:15:11 UTC 2019 - bjorn.lie@gmail.com
+2 -4
View File
@@ -1,7 +1,7 @@
#
# spec file for package openjpeg2
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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
@@ -20,7 +20,7 @@
%define base_version 2.3
Name: openjpeg2
Version: 2.3.0
Version: 2.3.1
Release: 0
Summary: Opensource JPEG 2000 Codec Implementation
License: BSD-2-Clause
@@ -28,7 +28,6 @@ Group: Productivity/Graphics/Other
Url: http://www.openjpeg.org/
Source0: https://github.com/uclouvain/openjpeg/archive/v%{version}.tar.gz#/openjpeg-%{version}.tar.gz
Source1: baselibs.conf
Patch1: install-fix.patch
BuildRequires: cmake > 2.8.2
BuildRequires: doxygen
BuildRequires: fdupes
@@ -75,7 +74,6 @@ This package provides the development files for %{name}.
%setup -q -n openjpeg-%{version}
# do not embed timestamps into html documentation
sed -i 's|^HTML_TIMESTAMP[ =].*$|HTML_TIMESTAMP = NO|' doc/Doxyfile.dox.cmake.in
%patch1 -p1
# ensure no bundled libraries are used
for d in thirdparty/*; do
-23
View File
@@ -1,23 +0,0 @@
From 66297f07a43d2770a97c8456d20202f3d051d980 Mon Sep 17 00:00:00 2001
From: Even Rouault <even.rouault@spatialys.com>
Date: Mon, 9 Oct 2017 11:40:43 +0200
Subject: [PATCH] Unix build: fix regression of 2.3.0 where a shared-only or
static-only build lacks the installation target for the library (#1019, fixes
regression introduced by 3dfc6ca2bcf06fd1adb6b6b4cecc6c092f08ba0b)
---
src/lib/openjp2/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/lib/openjp2/CMakeLists.txt b/src/lib/openjp2/CMakeLists.txt
index 0b4520384..f8990ccf0 100644
--- a/src/lib/openjp2/CMakeLists.txt
+++ b/src/lib/openjp2/CMakeLists.txt
@@ -99,6 +99,7 @@ else()
set(INSTALL_LIBS ${OPENJPEG_LIBRARY_NAME} openjp2_static)
else()
add_library(${OPENJPEG_LIBRARY_NAME} ${OPENJPEG_SRCS})
+ set(INSTALL_LIBS ${OPENJPEG_LIBRARY_NAME})
endif()
endif()
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.