From 2d6924700f4787e011836424bf4747df16326f9a91d9c1e31525ee1d79610e92 Mon Sep 17 00:00:00 2001 From: Christophe Marin Date: Fri, 29 Sep 2023 15:12:16 +0000 Subject: [PATCH] Accepting request 1114400 from home:susnux:branches:games MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 5.3.1 * Fixes CVE-2022-38528 * Mainly bug fixes * Fix: Use ASCII treeview in assimp-cmd. * Fix: Fix head overflow in MD5-parser. * Fix: C++ std::tuple constexpr initial list on old compiler * Make FBX parser resilient to missing data streams * Fix incorrect documentation of defaults * Fixed issue with clang complaining about sprintf and vsprintf being depreciated * Fix build error: ‘temp’ may be used uninitialized in this function * Fix: Use correct epsilon * Fix: Add missing handling for double export in json * Full change log https://github.com/assimp/assimp/releases/tag/v5.3.0 OBS-URL: https://build.opensuse.org/request/show/1114400 OBS-URL: https://build.opensuse.org/package/show/games/assimp?expand=0&rev=45 --- _service | 2 +- assimp-5.2.5.tar.xz | 3 --- assimp-5.3.1.tar.xz | 3 +++ assimp.changes | 17 +++++++++++++++++ assimp.spec | 6 ++---- 5 files changed, 23 insertions(+), 8 deletions(-) delete mode 100644 assimp-5.2.5.tar.xz create mode 100644 assimp-5.3.1.tar.xz diff --git a/_service b/_service index 9cae8c5..8af8e02 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ git https://github.com/assimp/assimp - v5.2.5 + v5.3.1 @PARENT_TAG@ v(.*) diff --git a/assimp-5.2.5.tar.xz b/assimp-5.2.5.tar.xz deleted file mode 100644 index f354fa8..0000000 --- a/assimp-5.2.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c37acd8a0989c1289abacf5c20d3d8b6c87f8d7ed2d0ecde77a3b764b701c7d -size 25154188 diff --git a/assimp-5.3.1.tar.xz b/assimp-5.3.1.tar.xz new file mode 100644 index 0000000..eefc967 --- /dev/null +++ b/assimp-5.3.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f29853a0bb53791fa361d368161a19b47d4d2bdbb4207dcde86f6f5afa8fa7b3 +size 26664400 diff --git a/assimp.changes b/assimp.changes index b16beb3..2a33296 100644 --- a/assimp.changes +++ b/assimp.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Sep 29 13:23:52 UTC 2023 - Ferdinand Thiessen + +- Update to 5.3.1 + * Fixes CVE-2022-38528 + * Mainly bug fixes + * Fix: Use ASCII treeview in assimp-cmd. + * Fix: Fix head overflow in MD5-parser. + * Fix: C++ std::tuple constexpr initial list on old compiler + * Make FBX parser resilient to missing data streams + * Fix incorrect documentation of defaults + * Fixed issue with clang complaining about sprintf and vsprintf being depreciated + * Fix build error: ‘temp’ may be used uninitialized in this function + * Fix: Use correct epsilon + * Fix: Add missing handling for double export in json + * Full change log https://github.com/assimp/assimp/releases/tag/v5.3.0 + ------------------------------------------------------------------- Wed Apr 5 11:29:32 UTC 2023 - Predrag Ivanović diff --git a/assimp.spec b/assimp.spec index e31664a..d86c8b6 100644 --- a/assimp.spec +++ b/assimp.spec @@ -18,7 +18,7 @@ %define sover 5 Name: assimp -Version: 5.2.5 +Version: 5.3.1 Release: 0 Summary: Library to load and process 3D scenes from various data formats License: BSD-3-Clause AND MIT @@ -69,11 +69,9 @@ engine-specific format for easy and fast every-day-loading. %prep %autosetup -p1 -# Breaks the build with gcc12 (gh#assimp/assimp#4433) -sed -i '/Werror/d' code/CMakeLists.txt - %build %cmake \ + -DASSIMP_BUILD_ZLIB=OFF \ -DASSIMP_WARNINGS_AS_ERRORS=OFF \ -DASSIMP_BUILD_ASSIMP_TOOLS=ON