mirror of https://github.com/openwrt/packages.git
openssh: update to 10.5_p1
Changelog: https://www.openssh.com/txt/release-10.5 Signed-off-by: John Audia <therealgraysky@proton.me>pull/30397/head
parent
dee7db4e60
commit
b350b11558
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue