Skip to content

Commit

Permalink
Downgrade libnyquist
Browse files Browse the repository at this point in the history
We have the chain of dependencies:
Termbreaker > smk > libnyquist

One of the sounds of TermBreaker fails to load with recent version of
libnyquist.

There is still a heap buffer overflow, but it doesn't break the same
way.

See: ddiakopoulos/libnyquist#73
  • Loading branch information
ArthurSonzogni committed Jan 29, 2023
1 parent 9e04a9c commit d8604bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/smk_install.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include(GNUInstallDirs)
install(TARGETS smk stbimage libnyquist
install(TARGETS smk stbimage libnyquist libwavpack
EXPORT smk-export
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
Expand Down
3 changes: 2 additions & 1 deletion third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ FetchContent_Declare(freetype2

FetchContent_Declare(libnyquist
GIT_REPOSITORY https://github.com/ddiakopoulos/libnyquist
GIT_TAG 59e4be41dc733b000c62da2224c2fb7006bf1338
GIT_TAG b05d6931ae5ffd1fa8b4e68807441b94cdcbc123
GIT_SHALLOW FALSE
GIT_PROGRESS TRUE
)

Expand Down

0 comments on commit d8604bd

Please sign in to comment.