$(ARCHIVE)/dropbear-$(DROPBEAR_VER).tar.bz2:
$(WGET) https://matt.ucc.asn.au/dropbear/releases/dropbear-$(DROPBEAR_VER).tar.bz2
+$(ARCHIVE)/dropbear-$(DROPBEAR_VER).tar.bz2: | $(HOSTPREFIX)/bin/get-git-archive.sh
+ get-git-archive.sh https://github.com/mkj/dropbear.git master $(notdir $@) $(ARCHIVE)
+
$(ARCHIVE)/libdvdread-$(LIBDVDREAD_VER).tar.xz:
$(WGET) http://dvdnav.mplayerhq.hu/releases/libdvdread-$(LIBDVDREAD_VER).tar.xz
$(UNTAR)/dropbear-$(DROPBEAR_VER).tar.bz2
pushd $(BUILD_TMP)/dropbear-$(DROPBEAR_VER); \
ac_cv_lib_z_deflate=yes; \
+ echo '#define DROPBEAR_VERSION "2022.83 git 910af60"' >> localoptions.h && \
echo '#if !HAVE_CRYPT' >> localoptions.h && \
echo '#define DROPBEAR_SVR_PASSWORD_AUTH 0' >> localoptions.h && \
echo '#endif' >> localoptions.h && \
GCC_VER_ARM = gcc-13.2.0
# Dropbear is a relatively small SSH server and client
-DROPBEAR_VER=2022.83
+#DROPBEAR_VER=2022.83
+DROPBEAR_VER = 910af60
# libgd2; an open source code library for the dynamic creation of images
GD_VER = 2.2.5