Skip to content

Commit

Permalink
Merge pull request #973 from arian-nasr/master
Browse files Browse the repository at this point in the history
CVE-2023-48795 - Update dropbear to 2024.86
  • Loading branch information
roleoroleo authored Dec 11, 2024
2 parents e84809f + 7cd81b8 commit fddb87c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dropbear/config.dropbear
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

VERSION="2022.83"
VERSION="2024.86"
MAIN_URL=https://github.com/mkj/dropbear/archive/refs/tags/DROPBEAR_${VERSION}.tar.gz
PACKAGE="DROPBEAR_${VERSION}"
ARCHIVE="${PACKAGE}.tar.gz"
BUILD_FOLDER="dropbear-DROPBEAR_${VERSION}"
BUILD_FOLDER="dropbear-DROPBEAR_${VERSION}"

0 comments on commit fddb87c

Please sign in to comment.