openssh: update to 6.8p1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
This commit is contained in:
parent
999caf676a
commit
9322b6e80b
2 changed files with 4 additions and 4 deletions
|
@ -8,13 +8,13 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=openssh
|
PKG_NAME:=openssh
|
||||||
PKG_VERSION:=6.7p1
|
PKG_VERSION:=6.8p1
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
|
PKG_SOURCE_URL:=http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
|
||||||
http://ftp.belnet.be/pub/OpenBSD/OpenSSH/portable/
|
http://ftp.belnet.be/pub/OpenBSD/OpenSSH/portable/
|
||||||
PKG_MD5SUM:=3246aa79317b1d23cae783a3bf8275d6
|
PKG_MD5SUM:=08f72de6751acfbd0892b5f003922701
|
||||||
|
|
||||||
PKG_LICENSE:=BSD ISC
|
PKG_LICENSE:=BSD ISC
|
||||||
PKG_LICENSE_FILES:=LICENCE
|
PKG_LICENSE_FILES:=LICENCE
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/includes.h
|
--- a/includes.h
|
||||||
+++ b/includes.h
|
+++ b/includes.h
|
||||||
@@ -59,6 +59,9 @@
|
@@ -60,6 +60,9 @@
|
||||||
/*
|
/*
|
||||||
*-*-nto-qnx needs these headers for strcasecmp and LASTLOG_FILE respectively
|
*-*-nto-qnx needs these headers for strcasecmp and LASTLOG_FILE respectively
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue