Skip to content

Commit

Permalink
Update minimum stb_image versions
Browse files Browse the repository at this point in the history
Ensure we have a fix for null pointer dereference bug
nothings/stb#1452.
  • Loading branch information
musicinmybrain committed Feb 26, 2023
1 parent 775ace7 commit fec1893
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions usd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,10 @@ BuildRequires: hdf5-devel

# Header-only library: -static is for tracking per guidelines
#
# stb_image 2.27^20210910gitaf1a5bc-0.2 is the minimum EVR to contain fixes for
# all of CVE-2021-28021, CVE-2021-42715, CVE-2021-42716, and CVE-2022-28041.
BuildRequires: stb_image-devel >= 2.28
# Enforce the the minimum EVR to contain fixes for all of CVE-2021-28021,
# CVE-2021-42715, CVE-2021-42716, and CVE-2022-28041, plus the null-pointer
# dereference bug https://github.com/nothings/stb/issues/1452.
BuildRequires: stb_image-devel >= 2.28^20230129git5736b15-0.2
BuildRequires: stb_image-static
BuildRequires: stb_image_write-devel >= 1.16
BuildRequires: stb_image_write-static
Expand Down

0 comments on commit fec1893

Please sign in to comment.