Skip to content

Commit dddbc1f

Browse files
committed
openssh: update to version 10.4p1
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 <therealgraysky@proton.me>
1 parent f31a9bf commit dddbc1f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

net/openssh/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=openssh
11-
PKG_REALVERSION:=10.3p1
12-
PKG_VERSION:=10.3_p1
13-
PKG_RELEASE:=2
11+
PKG_REALVERSION:=10.4p1
12+
PKG_VERSION:=10.4_p1
13+
PKG_RELEASE:=1
1414

1515
PKG_SOURCE:=$(PKG_NAME)-$(PKG_REALVERSION).tar.gz
1616
PKG_SOURCE_URL:=https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
1717
https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/
18-
PKG_HASH:=56682a36bb92dcf4b4f016fd8ec8e74059b79a8de25c15d670d731e7d18e45f4
18+
PKG_HASH:=ef6026dd2aea8d56059638d5d3262902c892ceba9f88395835e0d06d3fb63238
1919
PKG_BUILD_DIR:=$(BUILD_DIR)/$(if $(BUILD_VARIANT),$(PKG_NAME)-$(BUILD_VARIANT)/)$(PKG_NAME)-$(PKG_REALVERSION)
2020

2121
PKG_LICENSE:=BSD ISC

0 commit comments

Comments
 (0)