Browse Source

Merge pull request #11770 from SibrenVasse/openssh

openssh: update to 8.2p1
lilik-openwrt-22.03
tripolar 5 years ago
committed by GitHub
parent
commit
a8b212e933
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions
  1. +3
    -4
      net/openssh/Makefile

+ 3
- 4
net/openssh/Makefile View File

@ -8,14 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=openssh
PKG_VERSION:=8.1p1
PKG_VERSION:=8.2p1
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
https://ftp.spline.de/pub/OpenBSD/OpenSSH/portable/ \
https://anorien.csc.warwick.ac.uk/pub/OpenBSD/OpenSSH/portable/
PKG_HASH:=02f5dbef3835d0753556f973cd57b4c19b6b1f6cd24c03445e23ac77ca1b93ff
https://ftp.spline.de/pub/OpenBSD/OpenSSH/portable/
PKG_HASH:=43925151e6cf6cee1450190c0e9af4dc36b41c12737619edff8bcebdff64e671
PKG_LICENSE:=BSD ISC
PKG_LICENSE_FILES:=LICENCE


Loading…
Cancel
Save