]> git.99rst.org Git - openwrt-packages.git/commitdiff
openssh: update to 10.5_p1
authorJohn Audia <redacted>
Tue, 11 Aug 2026 19:53:38 +0000 (15:53 -0400)
committerJosef Schlehofer <redacted>
Sun, 30 Aug 2026 09:10:40 +0000 (11:10 +0200)
Changelog: https://www.openssh.com/txt/release-10.5

Signed-off-by: John Audia <redacted>
net/openssh/Makefile

index dc21578e0b14d37b73298ec267b522f92d250268..600542068f1d4e06cfd77b133b21a05659da29a2 100644 (file)
@@ -8,14 +8,14 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=openssh
-PKG_REALVERSION:=10.4p1
-PKG_VERSION:=10.4_p1
-PKG_RELEASE:=2
+PKG_REALVERSION:=10.5p1
+PKG_VERSION:=10.5_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:=ef6026dd2aea8d56059638d5d3262902c892ceba9f88395835e0d06d3fb63238
+PKG_HASH:=d44d28a839ea9daf969cc69150fde59910b2b39361dad81a3bd6cbd19218db11
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(if $(BUILD_VARIANT),$(PKG_NAME)-$(BUILD_VARIANT)/)$(PKG_NAME)-$(PKG_REALVERSION)
 
 PKG_LICENSE:=BSD-2-Clause BSD-3-Clause ISC
git clone https://git.99rst.org/PROJECT