Makefile revision 6541
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# CDDL HEADER START
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# The contents of this file are subject to the terms of the
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Common Development and Distribution License (the "License").
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# You may not use this file except in compliance with the License.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# See the License for the specific language governing permissions
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# and limitations under the License.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# When distributing Covered Code, include this CDDL HEADER in each
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# If applicable, add the following below this CDDL HEADER, with the
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# fields enclosed by brackets "[]" replaced with your own identifying
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# information: Portions Copyright [yyyy] [name of copyright owner]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# CDDL HEADER END
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Version for IPS. The encoding rules are:
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# OpenSSH <x>.<y>p<n> => IPS <x>.<y>.0.<n>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# OpenSSH <x>.<y>.<z>p<n> => IPS <x>.<y>.<z>.<n>
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane PrazaCOMPONENT_ARCHIVE_HASH= sha256:a72781d1a043876a224ff1b0032daa4094d87565a68528759c1c2cab5482548c
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane PrazaCOMPONENT_ARCHIVE_URL= http://mirrors.sonic.net/pub/OpenBSD/OpenSSH/portable/$(COMPONENT_ARCHIVE)
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Because of set up requirements, test suite is in stc gate.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# 11.3 has conflicts with ON's SunSSH package, which had not yet added
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# mediated links, thus cannot be updated to.
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin# We need to disable lazyloading of dynamic dependent libraries. During the
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin# pre-authentication phase, sshd will chroot to /var/empty which doesn't
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin# contain any files. If we use lazyloading, sshd will fail to find any
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# libraries that it needs.
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# Enable nxheap and nxstack security extensions
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# Fix 64-bit linking via compiler.