SHA256
1
0
forked from pool/zxing-cpp

Accepting request 940520 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/940520
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zxing-cpp?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2021-12-16 20:18:50 +00:00 committed by Git OBS Bridge
commit e72a217fc6
3 changed files with 1659 additions and 0 deletions

1647
269.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Dec 13 14:14:53 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>
- Update stb_image/stb_image_write to include the fixes for
the following CVEs:
CVE-2021-28021, bsc#1191743
CVE-2021-42715, bsc#1191942
CVE-2021-42716, bsc#1191944
* 269.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Nov 5 11:58:38 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com> Fri Nov 5 11:58:38 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>

View File

@ -28,6 +28,8 @@ Source0: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source99: baselibs.conf Source99: baselibs.conf
# PATCH-FIX-OPENSUSE cmake-check-system-first.patch -- Search system for needed libraries first # PATCH-FIX-OPENSUSE cmake-check-system-first.patch -- Search system for needed libraries first
Patch0: cmake-check-system-first.patch Patch0: cmake-check-system-first.patch
# PATCH-FIX-UPSTREAM 269.patch -- Update stb_image/stb_image_write
Patch1: 269.patch
BuildRequires: pkgconfig BuildRequires: pkgconfig
# Use cmake3 package on SLE12 because cmake is too old (version 3.5) # Use cmake3 package on SLE12 because cmake is too old (version 3.5)
%if !0%{?is_opensuse} && 0%{?sle_version} < 150000 %if !0%{?is_opensuse} && 0%{?sle_version} < 150000