From: John Audia Date: Tue, 7 Jul 2026 19:19:19 +0000 (-0400) Subject: openssh: update to 10.4_p1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=bc78197403828ebaf0d22298fcae57cc46c6bdb0;p=openwrt-packages.git openssh: update to 10.4_p1 Changelog: https://www.openssh.com/txt/release-10.4 Build system: x86/64 Build-tested: x86/64-glibc Run-tested: x86/64-glibc Signed-off-by: John Audia --- diff --git a/net/openssh/Makefile b/net/openssh/Makefile index 050c35828..114519f64 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssh -PKG_REALVERSION:=10.3p1 -PKG_VERSION:=10.3_p1 -PKG_RELEASE:=2 +PKG_REALVERSION:=10.4p1 +PKG_VERSION:=10.4_p1 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_REALVERSION).tar.gz PKG_SOURCE_URL:=https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \ https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ -PKG_HASH:=56682a36bb92dcf4b4f016fd8ec8e74059b79a8de25c15d670d731e7d18e45f4 +PKG_HASH:=ef6026dd2aea8d56059638d5d3262902c892ceba9f88395835e0d06d3fb63238 PKG_BUILD_DIR:=$(BUILD_DIR)/$(if $(BUILD_VARIANT),$(PKG_NAME)-$(BUILD_VARIANT)/)$(PKG_NAME)-$(PKG_REALVERSION) PKG_LICENSE:=BSD ISC