- Move pkgconfig creation to source file with sed command to hopefully avoid obs set_version breaking the pc version tag OBS-URL: https://build.opensuse.org/request/show/1251437 OBS-URL: https://build.opensuse.org/package/show/science/stb?expand=0&rev=22
103 lines
3.8 KiB
Plaintext
103 lines
3.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Mar 5 10:52:48 UTC 2025 - Callum Farmer <gmbr3@opensuse.org>
|
|
|
|
- Move pkgconfig creation to source file with sed command to
|
|
hopefully avoid obs set_version breaking the pc version tag
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 31 07:19:08 UTC 2025 - Adrian Schröter <adrian@suse.de>
|
|
|
|
- update to current state (10th sept 2024)
|
|
Includes follow security fixes:
|
|
CVE-2019-13217: heap buffer overflow in start_decoder()
|
|
CVE-2019-13218: stack buffer overflow in compute_codewords()
|
|
CVE-2019-13219: uninitialized memory in vorbis_decode_packet_rest()
|
|
CVE-2019-13220: out-of-range read in draw_line()
|
|
CVE-2019-13221: issue with large 1D codebooks in lookup1_values()
|
|
CVE-2019-13222: unchecked NULL returned by get_window()
|
|
CVE-2019-13223: division by zero in predict_point()
|
|
boo#1216478
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 26 13:46:41 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- Use %autosetup macro. Allows to eliminate the usage of deprecated
|
|
PatchN.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 29 13:26:34 UTC 2023 - Adrian Schröter <adrian@suse.de>
|
|
|
|
- update to current state (from january 2023)
|
|
* stb_c_lexer.h: v0.12
|
|
* stb_connected_components: v0.96
|
|
* stb_divide.h: v0.94
|
|
* stb_dxt.h: v1.12
|
|
* stb_easy_font.h: v1.1
|
|
* stb_hexwave: v0.5
|
|
* stb_include.h: v0.02
|
|
* stb_leakcheck.h: v0.6
|
|
* stb_perlin.h: v0.5
|
|
* stb_rect_pack.h: v1.01
|
|
* stb_sprintf: v1.10
|
|
* stb_textedit.h: v1.14
|
|
* stb_tilemap_editor.h: v0.42
|
|
* stb_truetype.h: v1.26
|
|
* stb_voxel_render.h: v0.89
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 26 13:01:45 UTC 2023 - Callum Farmer <gmbr3@opensuse.org>
|
|
|
|
- Add pkgconfig file which can be used by gamescope
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 20 09:27:27 UTC 2022 - Adrian Schröter <adrian@suse.de>
|
|
|
|
- use a date as version now
|
|
(every header file has it's own version now)
|
|
- stb_perlin.h got removed, need to apply a build fix for that
|
|
(fix-compile.patch)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 30 00:57:45 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
|
|
|
- update to version 2.36 / 2020-07-13:
|
|
* various fixes all over
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 15 08:11:52 UTC 2019 - Adrian Schröter <adrian@suse.de>
|
|
|
|
- update to version 2.35
|
|
* fix clang-cl issues with swprintf
|
|
* fixed security issues:
|
|
bsc#1145899: CVE-2019-13217: heap buffer overflow in start_decoder()
|
|
bsc#1145892: CVE-2019-13218: stack buffer overflow in compute_codewords()
|
|
bsc#1145891: CVE-2019-13219: uninitialized memory in vorbis_decode_packet_rest()
|
|
bsc#1145890: CVE-2019-13220: out-of-range read in draw_line()
|
|
bsc#1145889: CVE-2019-13221: issue with large 1D codebooks in lookup1_values()
|
|
bsc#1145887: CVE-2019-13222: unchecked NULL returned by get_window()
|
|
bsc#1145899: CVE-2019-13223: division by zero in predict_point()
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 14 07:21:38 UTC 2019 - Adrian Schröter <adrian@suse.de>
|
|
|
|
- update to version 2.34
|
|
* fix warnings
|
|
* more fixes to random numbers
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 22 09:14:40 UTC 2019 - Adrian Schröter <adrian@suse.de>
|
|
|
|
- update to version 2.32
|
|
* stb_intcmprev, stb_uidict, fix random numbers on Linux
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 2 12:35:34 UTC 2019 - Adrian Schröter <adrian@suse.de>
|
|
|
|
- move header files to stb/ sub directory
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 16 06:44:02 UTC 2018 - adrian@suse.de
|
|
|
|
- initial package of stb headers
|
|
|