components/openssh/Makefile
author John Beck <John.Beck@Oracle.COM>
Mon, 29 Feb 2016 14:10:42 -0800
changeset 5530 d8f79609e714
parent 5526 570ac9aab8b2
child 5544 16204c8a93ff
permissions -rw-r--r--
22846583 do not publish openssh when BUILD_TYPE=evaluation
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1612
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
     1
#
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
     3
#
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
     7
#
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    12
#
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    18
#
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    20
#
5308
f947e0b8b753 22552177 upgrade OpenSSH to 7.1p2
Tomas Kuthan <tomas.kuthan@oracle.com>
parents: 5163
diff changeset
    21
# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
1612
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    22
#
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    23
include ../../make-rules/shared-macros.mk
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    24
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    25
COMPONENT_NAME=		openssh
5308
f947e0b8b753 22552177 upgrade OpenSSH to 7.1p2
Tomas Kuthan <tomas.kuthan@oracle.com>
parents: 5163
diff changeset
    26
COMPONENT_VERSION=	7.1p2
1618
bf9f53038301 17997193 misc. problems in Makefile and openssh.p5m
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 1612
diff changeset
    27
HUMAN_VERSION=		$(COMPONENT_VERSION)
bf9f53038301 17997193 misc. problems in Makefile and openssh.p5m
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 1612
diff changeset
    28
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
bf9f53038301 17997193 misc. problems in Makefile and openssh.p5m
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 1612
diff changeset
    29
bf9f53038301 17997193 misc. problems in Makefile and openssh.p5m
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 1612
diff changeset
    30
# Version for IPS.  The encoding rules are:
bf9f53038301 17997193 misc. problems in Makefile and openssh.p5m
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 1612
diff changeset
    31
#   OpenSSH <x>.<y>p<n>     => IPS <x>.<y>.0.<n>
bf9f53038301 17997193 misc. problems in Makefile and openssh.p5m
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 1612
diff changeset
    32
#   OpenSSH <x>.<y>.<z>p<n> => IPS <x>.<y>.<z>.<n>
5025
bdd7dc7d2af4 PSARC/2015/395 OpenSSH 7.1p1
Tomas Kuthan <tomas.kuthan@oracle.com>
parents: 4943
diff changeset
    33
IPS_COMPONENT_VERSION=	7.1.0.1
1618
bf9f53038301 17997193 misc. problems in Makefile and openssh.p5m
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 1612
diff changeset
    34
bf9f53038301 17997193 misc. problems in Makefile and openssh.p5m
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 1612
diff changeset
    35
COMPONENT_PROJECT_URL=	http://www.openssh.org/
1612
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    36
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
5308
f947e0b8b753 22552177 upgrade OpenSSH to 7.1p2
Tomas Kuthan <tomas.kuthan@oracle.com>
parents: 5163
diff changeset
    37
COMPONENT_ARCHIVE_HASH=	sha256:dd75f024dcf21e06a0d6421d582690bf987a1f6323e32ad6619392f3bfde6bbd
1612
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    38
COMPONENT_ARCHIVE_URL=	http://mirror.team-cymru.org/pub/OpenBSD/OpenSSH/portable/$(COMPONENT_ARCHIVE)
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    39
COMPONENT_BUGDB=utility/openssh
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    40
5308
f947e0b8b753 22552177 upgrade OpenSSH to 7.1p2
Tomas Kuthan <tomas.kuthan@oracle.com>
parents: 5163
diff changeset
    41
TPNO_OPENSSH=		26419
3574
80e9a4e240d3 PSARC/2014/390 OpenSSH GSSKEY
Tomas Kuthan <tomas.kuthan@oracle.com>
parents: 3520
diff changeset
    42
TPNO_GSSKEX=		20377
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1924
diff changeset
    43
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3574
diff changeset
    44
include $(WS_MAKE_RULES)/prep.mk
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3574
diff changeset
    45
include $(WS_MAKE_RULES)/configure.mk
5530
d8f79609e714 22846583 do not publish openssh when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 5526
diff changeset
    46
d8f79609e714 22846583 do not publish openssh when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 5526
diff changeset
    47
# 11.3 has conflicts with ON's SunSSH package, which had not yet added
d8f79609e714 22846583 do not publish openssh when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 5526
diff changeset
    48
# mediated links, thus cannot be updated to.
d8f79609e714 22846583 do not publish openssh when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 5526
diff changeset
    49
ifeq ($(BUILD_TYPE), evaluation)
d8f79609e714 22846583 do not publish openssh when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 5526
diff changeset
    50
BUILD_64=
d8f79609e714 22846583 do not publish openssh when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 5526
diff changeset
    51
INSTALL_64=
d8f79609e714 22846583 do not publish openssh when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 5526
diff changeset
    52
PUBLISH_STAMP=
d8f79609e714 22846583 do not publish openssh when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 5526
diff changeset
    53
endif
d8f79609e714 22846583 do not publish openssh when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 5526
diff changeset
    54
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3574
diff changeset
    55
include $(WS_MAKE_RULES)/ips.mk
1612
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    56
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    57
# Enable ASLR for this component
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    58
ASLR_MODE = $(ASLR_ENABLE)
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    59
3930
acff78288302 20656125 OpenSSH ed25519 algorithm signature verification failure
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 3817
diff changeset
    60
COMPILER=	gcc
acff78288302 20656125 OpenSSH ed25519 algorithm signature verification failure
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 3817
diff changeset
    61
2072
a9add2444420 19570656 GSSAPIAuthentication option should default to yes
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 2070
diff changeset
    62
CFLAGS += -DSET_USE_PAM
a9add2444420 19570656 GSSAPIAuthentication option should default to yes
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 2070
diff changeset
    63
CFLAGS += -DDEPRECATE_SUNSSH_OPT
a9add2444420 19570656 GSSAPIAuthentication option should default to yes
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 2070
diff changeset
    64
CFLAGS += -DKRB5_BUILD_FIX
a9add2444420 19570656 GSSAPIAuthentication option should default to yes
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 2070
diff changeset
    65
CFLAGS += -DDTRACE_SFTP
a9add2444420 19570656 GSSAPIAuthentication option should default to yes
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 2070
diff changeset
    66
CFLAGS += -DDISABLE_BANNER
a9add2444420 19570656 GSSAPIAuthentication option should default to yes
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 2070
diff changeset
    67
CFLAGS += -DPAM_ENHANCEMENT
a9add2444420 19570656 GSSAPIAuthentication option should default to yes
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 2070
diff changeset
    68
CFLAGS += -DPAM_BUGFIX
a9add2444420 19570656 GSSAPIAuthentication option should default to yes
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 2070
diff changeset
    69
CFLAGS += -DOPTION_DEFAULT_VALUE
4078
7cfcde36f97f 20820589 Disable Curve25519 in OpenSSH
Tomas Kuthan <tomas.kuthan@oracle.com>
parents: 3930
diff changeset
    70
CFLAGS += -DWITHOUT_ED25519
4744
ed1ff241f25d 19130869 migrate the Xforwarding bug fix (15350344) from SunSSH to OpenSSH
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 4709
diff changeset
    71
CFLAGS += -DPER_SESSION_XAUTHFILE
5026
12114fad0da4 22018764 remove cast128-cbc from OpenSSH
Tomas Kuthan <tomas.kuthan@oracle.com>
parents: 5025
diff changeset
    72
CFLAGS += -DWITHOUT_CAST128
5310
a06a01eef195 22051483 Dynamically enabling FIPS mode in OpenSSH
Tomas Kuthan <tomas.kuthan@oracle.com>
parents: 5308
diff changeset
    73
CFLAGS += -DENABLE_OPENSSL_FIPS
2072
a9add2444420 19570656 GSSAPIAuthentication option should default to yes
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 2070
diff changeset
    74
a9add2444420 19570656 GSSAPIAuthentication option should default to yes
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 2070
diff changeset
    75
CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)" 
1612
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    76
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    77
# We need to disable lazyloading of dynamic dependent libraries. During the
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    78
# pre-authentication phase, sshd will chroot to /var/empty which doesn't
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    79
# contain any files. If we use lazyloading, sshd will fail to find any
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    80
# libraries that it needs.
2196
2063c1da2a7a 18163120 deliver OpenSSH in 64bit mode
kavya.racharla@oracle.com <kavya.racharla@oracle.com>
parents: 2181
diff changeset
    81
LDFLAGS += -B direct -z nolazyload
2063c1da2a7a 18163120 deliver OpenSSH in 64bit mode
kavya.racharla@oracle.com <kavya.racharla@oracle.com>
parents: 2181
diff changeset
    82
5163
352d2c5134cf 22289575 nxheap and nxstack security extensions should be enabled in OpenSSH
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 5066
diff changeset
    83
# Enable nxheap and nxstack security extensions
352d2c5134cf 22289575 nxheap and nxstack security extensions should be enabled in OpenSSH
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 5066
diff changeset
    84
LDFLAGS += -z nxheap=enable -z nxstack=enable
352d2c5134cf 22289575 nxheap and nxstack security extensions should be enabled in OpenSSH
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 5066
diff changeset
    85
2196
2063c1da2a7a 18163120 deliver OpenSSH in 64bit mode
kavya.racharla@oracle.com <kavya.racharla@oracle.com>
parents: 2181
diff changeset
    86
# Just $(BUILD_64) option was not propogating the 64 bit flags to all the
2063c1da2a7a 18163120 deliver OpenSSH in 64bit mode
kavya.racharla@oracle.com <kavya.racharla@oracle.com>
parents: 2181
diff changeset
    87
# necessary places. Hence the -m64 option is added to LDFLAGS for
2063c1da2a7a 18163120 deliver OpenSSH in 64bit mode
kavya.racharla@oracle.com <kavya.racharla@oracle.com>
parents: 2181
diff changeset
    88
# CONFIGURE_OPTIONS.64.
2063c1da2a7a 18163120 deliver OpenSSH in 64bit mode
kavya.racharla@oracle.com <kavya.racharla@oracle.com>
parents: 2181
diff changeset
    89
CONFIGURE_OPTIONS.64 += LDFLAGS="$(LDFLAGS) -m64"
1612
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    90
3513
37c4496b7ed3 19629847 OpenSSH does not support Solaris Audit for login/logout.
gww <gary.winiger@oracle.com>
parents: 2225
diff changeset
    91
CONFIGURE_OPTIONS += --with-audit=solaris
1612
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    92
CONFIGURE_OPTIONS += --with-libedit
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    93
CONFIGURE_OPTIONS += --with-kerberos5
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    94
CONFIGURE_OPTIONS += --with-pam
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    95
CONFIGURE_OPTIONS += --with-sandbox=no
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    96
CONFIGURE_OPTIONS += --with-solaris-contracts
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    97
CONFIGURE_OPTIONS += --with-tcp-wrappers
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    98
CONFIGURE_OPTIONS += --with-4in6
4709
fd98db93ff7c 21509846 problem in UTILITY/OPENSSH
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 4649
diff changeset
    99
CONFIGURE_OPTIONS += --with-xauth=/usr/bin/xauth
1612
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
   100
CONFIGURE_OPTIONS += --enable-strip=no
1796
a2310ec32635 PSARC 2014/078 OpenSSH 6.5
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 1618
diff changeset
   101
CONFIGURE_OPTIONS += --without-rpath
1612
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
   102
CONFIGURE_OPTIONS += --libexecdir=/usr/lib/ssh
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
   103
CONFIGURE_OPTIONS += --sbindir=/usr/lib/ssh
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
   104
CONFIGURE_OPTIONS += --sysconfdir=/etc/ssh
3520
6bfe35769346 20121504 scp and sftp fail due to trying to execute /usr/bin/amd64/ssh
kavya.racharla@oracle.com <kavya.racharla@oracle.com>
parents: 3513
diff changeset
   105
CONFIGURE_OPTIONS += --bindir=/usr/bin
2128
ea2364416471 PSARC/2014/342 pam_unix_session lastlog support
Brent Paulson <Brent.Paulson@Oracle.COM>
parents: 2072
diff changeset
   106
CONFIGURE_OPTIONS += --disable-lastlog
1612
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
   107
1862
753bed6dd354 18127340 migrate the sftp dtrace provider feature from SunSSH to OpenSSH
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 1796
diff changeset
   108
# Copy the sftp dtrace provider file and the header file to source directory
753bed6dd354 18127340 migrate the sftp dtrace provider feature from SunSSH to OpenSSH
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 1796
diff changeset
   109
COMPONENT_PRE_BUILD_ACTION = \
753bed6dd354 18127340 migrate the sftp dtrace provider feature from SunSSH to OpenSSH
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 1796
diff changeset
   110
    ( echo "Copying dtrace sftp files..."; \
753bed6dd354 18127340 migrate the sftp dtrace provider feature from SunSSH to OpenSSH
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 1796
diff changeset
   111
      $(LN) -fs $(COMPONENT_DIR)/dtrace_sftp/*.[dh] $(SOURCE_DIR); \
753bed6dd354 18127340 migrate the sftp dtrace provider feature from SunSSH to OpenSSH
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 1796
diff changeset
   112
    )
753bed6dd354 18127340 migrate the sftp dtrace provider feature from SunSSH to OpenSSH
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 1796
diff changeset
   113
3513
37c4496b7ed3 19629847 OpenSSH does not support Solaris Audit for login/logout.
gww <gary.winiger@oracle.com>
parents: 2225
diff changeset
   114
# Copy source files that are not yet part of a patch
37c4496b7ed3 19629847 OpenSSH does not support Solaris Audit for login/logout.
gww <gary.winiger@oracle.com>
parents: 2225
diff changeset
   115
COMPONENT_PREP_ACTION += ($(CP) sources/*.c $(@D)/)
37c4496b7ed3 19629847 OpenSSH does not support Solaris Audit for login/logout.
gww <gary.winiger@oracle.com>
parents: 2225
diff changeset
   116
1612
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
   117
# common targets
2225
f064d3d3190d 20078677 Userland Makefiles should support a configure: target
John Beck <John.Beck@Oracle.COM>
parents: 2196
diff changeset
   118
configure:	$(CONFIGURE_64)
f064d3d3190d 20078677 Userland Makefiles should support a configure: target
John Beck <John.Beck@Oracle.COM>
parents: 2196
diff changeset
   119
2196
2063c1da2a7a 18163120 deliver OpenSSH in 64bit mode
kavya.racharla@oracle.com <kavya.racharla@oracle.com>
parents: 2181
diff changeset
   120
build:		$(BUILD_64)
1612
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
   121
2196
2063c1da2a7a 18163120 deliver OpenSSH in 64bit mode
kavya.racharla@oracle.com <kavya.racharla@oracle.com>
parents: 2181
diff changeset
   122
install:	$(INSTALL_64)
1612
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
   123
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
   124
# Because of certain set up requirement, the regress test suite is ported to
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
   125
# the STC gate.
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
   126
test:		$(NO_TESTS)
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
   127
4339
6501cf9c29f9 21116842 add system-test targets to each component Makefile and to top-level Makefiles
Stacy Yeh <stacy.yeh@oracle.com>
parents: 4078
diff changeset
   128
system-test:    $(NO_TESTS)
6501cf9c29f9 21116842 add system-test targets to each component Makefile and to top-level Makefiles
Stacy Yeh <stacy.yeh@oracle.com>
parents: 4078
diff changeset
   129
1612
3f2ec017627f PSARC 2012/335 OpenSSH migration
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
   130
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3574
diff changeset
   131
REQUIRED_PACKAGES += library/libedit
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3574
diff changeset
   132
REQUIRED_PACKAGES += library/security/openssl
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3574
diff changeset
   133
REQUIRED_PACKAGES += library/zlib
5526
570ac9aab8b2 22840197 new krb5 package will upset a lot of things in 94
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 5310
diff changeset
   134
REQUIRED_PACKAGES += security/kerberos-5
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3574
diff changeset
   135
REQUIRED_PACKAGES += service/security/kerberos-5
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3574
diff changeset
   136
REQUIRED_PACKAGES += system/library
3930
acff78288302 20656125 OpenSSH ed25519 algorithm signature verification failure
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 3817
diff changeset
   137
REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3574
diff changeset
   138
REQUIRED_PACKAGES += system/library/security/gss
4943
1d2d4cba41b1 21935089 Missing package requirements to build Userland gate on 11.3
Vladimir Marek <Vladimir.Marek@oracle.com>
parents: 4744
diff changeset
   139
REQUIRED_PACKAGES += text/groff/groff-core