]> git.99rst.org Git - openwrt-packages.git/commitdiff
openssh: update to 10.4_p1
authorJohn Audia <redacted>
Tue, 7 Jul 2026 19:19:19 +0000 (15:19 -0400)
committerJosef Schlehofer <redacted>
Fri, 10 Jul 2026 11:13:46 +0000 (13:13 +0200)
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 <redacted>
net/openssh/Makefile

index 050c358288479e01b8566fcf127fea7bb3f81ed2..114519f64fa62374f6d30743b8b76852f466809f 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT