mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/assimp: bump to version 6.0.5
6.0.3 Changelog: https://github.com/assimp/assimp/releases#release-v6.0.3 6.0.4 Changelog: https://github.com/assimp/assimp/releases#release-v6.0.4 6.0.5 Changelog: https://github.com/assimp/assimp/releases#release-v6.0.5 Sadly, it doesn't fix any of the four CVEs currently affecting assimp according to https://security.buildroot.org/master/component/assimp. License file hash updated due to: -Copyright (c) 2006-2021, assimp team +Copyright (c) 2006-2026, assimp team Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
949063f92b
commit
dc500671df
@@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 d1822d9a19c9205d6e8bc533bf897174ddb360ce504680f294170cc1d6319751 assimp-6.0.2.tar.gz
|
||||
sha256 147874443d242b4e2bae97036e26ec9d6b37f706174c1bd5ecfcc8c1294cef51 LICENSE
|
||||
sha256 edf3749559c2b7d1f758ffb66fc5bec62186221e623b7f2e8969f17ee46ecb6f assimp-6.0.5.tar.gz
|
||||
sha256 21195d410708b82757d3e34c3a40c427f6e59339da862e9480d4fcdc79b7a1bd LICENSE
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ASSIMP_VERSION = 6.0.2
|
||||
ASSIMP_VERSION = 6.0.5
|
||||
ASSIMP_SITE = $(call github,assimp,assimp,v$(ASSIMP_VERSION))
|
||||
ASSIMP_LICENSE = BSD-3-Clause
|
||||
ASSIMP_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user