diff options
author | Eneas U de Queiroz <cote2004-github@yahoo.com> | 2018-06-03 23:51:37 -0300 |
---|---|---|
committer | tripolar <tripolar@users.noreply.github.com> | 2018-09-30 18:59:04 +0200 |
commit | 9f76fe144582b5aab08763d83f3445d2dd48b8d0 (patch) | |
tree | 8d3429a2b84ec62e23ade738b6dcefe3b97238ae /net/openssh/Makefile | |
parent | b5b271a396a521e5287946f2f217b941a7c04701 (diff) |
openssh: add openssl 1.1.0 compatibility
Five commits from upstream were applied to v. 7.8-p1:
482d23bc upstream: hold our collective noses and use the openssl-1.1.x
API in
48f54b9d adapt -portable to OpenSSL 1.1x API
86e0a9f3 upstream: use only openssl-1.1.x API here too
a3fd8074 upstream: missed a bit of openssl-1.0.x API in this unittest
d64e7852 add compat header
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
Diffstat (limited to 'net/openssh/Makefile')
-rw-r--r-- | net/openssh/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/openssh/Makefile b/net/openssh/Makefile index 60f97f336..d9b8a42e7 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssh PKG_VERSION:=7.8p1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \ @@ -22,6 +22,8 @@ PKG_LICENSE_FILES:=LICENCE PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) +PKG_REMOVE_FILES:= +PKG_FIXUP:=autoreconf include $(INCLUDE_DIR)/package.mk |