Skip to content

Commit

Permalink
dropbear: update to 2024.86 (#1966)
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-pierre authored Oct 22, 2024
1 parent 2480b13 commit 896edb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thirdparty/dropbear/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ list(APPEND BUILD_CMD COMMAND make strip PROGRAMS=dropbear)
append_binary_install_command(INSTALL_CMD dropbear)

external_project(
DOWNLOAD URL d4b107f6fd103bc2c6ed7226bbae69b2
https://github.com/mkj/dropbear/archive/refs/tags/DROPBEAR_2024.85.tar.gz
DOWNLOAD URL bb72335b40c90397cb1c182143524800
https://github.com/mkj/dropbear/archive/refs/tags/DROPBEAR_2024.86.tar.gz
PATCH_FILES ${PATCH_FILES}
CONFIGURE_COMMAND ${CFG_CMD}
BUILD_DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/localoptions.h
Expand Down
2 changes: 2 additions & 0 deletions thirdparty/dropbear/localoptions.h.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@
#cmakedefine DSS_PRIV_FILENAME "@DSS_PRIV_FILENAME@"
#cmakedefine RSA_PRIV_FILENAME "@RSA_PRIV_FILENAME@"
#cmakedefine ECDSA_PRIV_FILENAME "@ECDSA_PRIV_FILENAME@"
// Extra part of the SSH server identification string.
#define IDENT_VERSION_PART "_" DROPBEAR_VERSION " (KOReader)"

0 comments on commit 896edb8

Please sign in to comment.