mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
openssh: update to 10.2p1
Changelog: https://www.openssh.com/txt/release-10.2 Build system: x86/64 Build-tested: x86/64-glibc Run-tested: x86/64-glibc Signed-off-by: John Audia <therealgraysky@proton.me>
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=openssh
|
||||
PKG_REALVERSION:=10.1p1
|
||||
PKG_VERSION:=10.1_p1
|
||||
PKG_REALVERSION:=10.2p1
|
||||
PKG_VERSION:=10.2_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:=b9fc7a2b82579467a6f2f43e4a81c8e1dfda614ddb4f9b255aafd7020bbf0758
|
||||
PKG_HASH:=ccc42c0419937959263fa1dbd16dafc18c56b984c03562d2937ce56a60f798b2
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(if $(BUILD_VARIANT),$(PKG_NAME)-$(BUILD_VARIANT)/)$(PKG_NAME)-$(PKG_REALVERSION)
|
||||
|
||||
PKG_LICENSE:=BSD ISC
|
||||
|
||||
Reference in New Issue
Block a user