Merge pull request #2270 from xypron/15.05-openssh
openssh: update to 7.1p2
This commit is contained in:
commit
dbe561d856
1 changed files with 2 additions and 2 deletions
|
@ -8,13 +8,13 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=openssh
|
||||
PKG_VERSION:=6.8p1
|
||||
PKG_VERSION:=7.1p2
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
|
||||
http://ftp.belnet.be/pub/OpenBSD/OpenSSH/portable/
|
||||
PKG_MD5SUM:=08f72de6751acfbd0892b5f003922701
|
||||
PKG_MD5SUM:=4d8547670e2a220d5ef805ad9e47acf2
|
||||
|
||||
PKG_LICENSE:=BSD ISC
|
||||
PKG_LICENSE_FILES:=LICENCE
|
||||
|
|
Loading…
Reference in a new issue