openssh: update to 10.3p1
authorJohn Audia <redacted>
Sun, 5 Apr 2026 15:29:28 +0000 (11:29 -0400)
committerHannu Nyman <redacted>
Mon, 6 Apr 2026 19:22:32 +0000 (22:22 +0300)
Changelog: https://www.openssh.com/txt/release-10.3

Build system: x86/64
Build-tested: x86/64-glibc
Run-tested: x86/64-glibc

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

index 86c9d712c3390d1fc5f03533fae07ee012962428..1e0503fd039699a99d1ca01e680dd6cc878c7c17 100644 (file)
@@ -8,14 +8,14 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=openssh
-PKG_REALVERSION:=10.2p1
-PKG_VERSION:=10.2_p1
+PKG_REALVERSION:=10.3p1
+PKG_VERSION:=10.3_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:=ccc42c0419937959263fa1dbd16dafc18c56b984c03562d2937ce56a60f798b2
+PKG_HASH:=56682a36bb92dcf4b4f016fd8ec8e74059b79a8de25c15d670d731e7d18e45f4
 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