Skip to content

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## What's Changed
* Fix export fbx: Wrong Materials in LayerElementMaterial if a node contains multi meshes  by @Riv1s-sSsA01 in https://github.com/assimp/assimp/pull/6103
* Fix compile error when ASSIMP_DOUBLE_PRESICION enable by @Riv1s-sSsA01 in https://github.com/assimp/assimp/pull/6091
* Updated Inner Cone formula for Spot Lights in GLTF by @crazyjackel in https://github.com/assimp/assimp/pull/6078
* Update/update pugi xml by @kimkulling in https://github.com/assimp/assimp/pull/6229
* Fixes CVE-2025-2751: Out-of-bounds Read in Assimp::CSMImporter::InternReadFile (closes #6012) by @VinzSpring in https://github.com/assimp/assimp/pull/6224
* Fixes CVE-2025-2757: Heap-based Buffer Overflow in AI_MD5_PARSE_STRING_IN_QUOTATION (closes #6019) by @VinzSpring in https://github.com/assimp/assimp/pull/6223
* Fixes CVE-2025-2750: out of bounds write by assigning to wrong array element count tracking (closes #6011) by @VinzSpring in https://github.com/assimp/assimp/pull/6225
* fix-CVE-2025-3158: closes #6023 Fixes CVE-2025-3158: Heap-based Buffer Overflow in Assimp::LWO::AnimResolver::UpdateAnimRangeSetup by @VinzSpring in https://github.com/assimp/assimp/pull/6222
* Update SECURITY.md by @kimkulling in https://github.com/assimp/assimp/pull/6230
* Fix the function aiGetMaterialColor when the flag ASSIMP_DOUBLE_PRECISION is enabled by @Riv1s-sSsA01 in https://github.com/assimp/assimp/pull/6090
* Prepare 6.0.2 by @kimkulling in https://github.com/assimp/assimp/pull/6231

Full Changelog: assimp/assimp@v6.0.1...v6.0.2

View the full release notes at https://github.com/assimp/assimp/releases/tag/v6.0.2.


@github-actions github-actions bot added bump-formula-pr PR was created using `brew bump-formula-pr` CI-linux-self-hosted Build on Linux self-hosted runner long build Set a long timeout for formula testing long dependent tests Set a long timeout for dependent testing labels Jun 8, 2025
@chenrui333 chenrui333 added CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. help wanted Task(s) needing PRs from the community or maintainers labels Jun 9, 2025
@chenrui333
Copy link
Member

chenrui333 commented Jun 23, 2025

brew install --verbose --formula --build-bottle qt
brew install --formulae --build-from-source qt
brew install --only-dependencies --verbose --formula --build-bottle f3d
brew install --verbose --formula --build-bottle f3d

  -- Configuring done (268.0s)
  CMake Error at qtbase/cmake/QtTargetHelpers.cmake:187 (target_link_libraries):
    Target "AssimpImporterPlugin" links to:
  
      WrapQuick3DAssimp::WrapQuick3DAssimp
  
    but the target was not found.  Possible reasons include:
  
      * There is a typo in the target name.
      * A find_package call is missing for an IMPORTED target.
      * An ALIAS target is missing.
  
  Call Stack (most recent call first):
    qtquick3d/src/plugins/assetimporters/assimp/CMakeLists.txt:99 (qt_internal_extend_target)

@chenrui333 chenrui333 force-pushed the bump-assimp-6.0.2 branch 2 times, most recently from 5d34c40 to 30f5146 Compare June 23, 2025 18:11
@github-actions github-actions bot added automerge-skip `brew pr-automerge` will skip this pull request new formula PR adds a new formula to Homebrew/homebrew-core alias labels Jun 23, 2025
@chenrui333 chenrui333 changed the title assimp 6.0.2 assimp 6.0.2 assimp@5 5.4.3 (new formula) Jun 23, 2025
@chenrui333
Copy link
Member

logged an bug report, https://bugreports.qt.io/browse/QTBUG-137996 for WrapQuick3DAssimp::WrapQuick3DAssimp target not found

@chenrui333 chenrui333 added ready to merge PR can be merged once CI is green and removed automerge-skip `brew pr-automerge` will skip this pull request help wanted Task(s) needing PRs from the community or maintainers labels Jun 24, 2025
@github-actions github-actions bot added the automerge-skip `brew pr-automerge` will skip this pull request label Jun 24, 2025
@chenrui333 chenrui333 added the no long build conflict Do not allow merging other pull requests when files conflict with this one label Jun 24, 2025
BrewTestBot and others added 8 commits June 24, 2025 11:06
Signed-off-by: Rui Chen <[email protected]>
Signed-off-by: Rui Chen <[email protected]>

f3d: use `assimp@5`

Signed-off-by: Rui Chen <[email protected]>
Signed-off-by: Rui Chen <[email protected]>

qt: use `assimp@5`

Signed-off-by: Rui Chen <[email protected]>

qt: resolve build error on macOS 12 Monterey: Qt requires at least version 14 of the platform SDK, you're building against version 13.1.

Signed-off-by: Rui Chen <[email protected]>
@chenrui333 chenrui333 mentioned this pull request Jun 25, 2025
@chenrui333 chenrui333 removed the automerge-skip `brew pr-automerge` will skip this pull request label Jun 25, 2025
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Jun 25, 2025
@BrewTestBot BrewTestBot enabled auto-merge June 25, 2025 05:01
@BrewTestBot BrewTestBot added this pull request to the merge queue Jun 25, 2025
Merged via the queue into master with commit ba05b1f Jun 25, 2025
24 of 28 checks passed
@BrewTestBot BrewTestBot deleted the bump-assimp-6.0.2 branch June 25, 2025 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
alias bump-formula-pr PR was created using `brew bump-formula-pr` CI-linux-self-hosted Build on Linux self-hosted runner CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. long build Set a long timeout for formula testing long dependent tests Set a long timeout for dependent testing new formula PR adds a new formula to Homebrew/homebrew-core no long build conflict Do not allow merging other pull requests when files conflict with this one ready to merge PR can be merged once CI is green
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants