[openwrt/openwrt] dropbear: bump PKG_RELEASE

LEDE Commits lede-commits at lists.infradead.org
Sat Jul 19 09:54:58 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/c4064c55bdf599092c7a7fdb853d52c9055aa7f6

commit c4064c55bdf599092c7a7fdb853d52c9055aa7f6
Author: Konstantin Demin <rockdrilla at gmail.com>
AuthorDate: Mon Jul 14 11:06:10 2025 +0300

    dropbear: bump PKG_RELEASE
    
    improves eecc53cbe5c2 "dropbear: adjust with glibc and libcrypt-compat"
    
    Signed-off-by: Konstantin Demin <rockdrilla at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/19404
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/network/services/dropbear/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/network/services/dropbear/Makefile b/package/network/services/dropbear/Makefile
index 35b1468490..72bec46435 100644
--- a/package/network/services/dropbear/Makefile
+++ b/package/network/services/dropbear/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=dropbear
 PKG_VERSION:=2025.88
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:= \




More information about the lede-commits mailing list