Print this page
Update OpenSSH to 7.1p1
fix openssh/sunssh exclude, allow openssh in entire
        
*** 26,43 ****
  #
  # Load support functions
  . ../../lib/functions.sh
  
  PROG=openssh
! VER=6.7p1
  VERHUMAN=$VER
  PKG=network/openssh
  SUMMARY="OpenSSH Client and utilities"
  DESC="OpenSSH Secure Shell protocol Client and associated Utilities"
  
- GLOBAL_DEPENDS="library/security/openssl@1.0.2 library/zlib@1.2 system/library system/library/g++-4-runtime@4.7.2"
- 
  BUILDARCH=32
  # Since we're only building 32-bit, don't bother with isaexec subdirs
  CONFIGURE_OPTS_32="
      --prefix=$PREFIX
      --sysconfdir=/etc/ssh
--- 26,41 ----
  #
  # Load support functions
  . ../../lib/functions.sh
  
  PROG=openssh
! VER=7.1p1
  VERHUMAN=$VER
  PKG=network/openssh
  SUMMARY="OpenSSH Client and utilities"
  DESC="OpenSSH Secure Shell protocol Client and associated Utilities"
  
  BUILDARCH=32
  # Since we're only building 32-bit, don't bother with isaexec subdirs
  CONFIGURE_OPTS_32="
      --prefix=$PREFIX
      --sysconfdir=/etc/ssh
*** 76,94 ****
  
  # Remove the letter from VER for packaging
  VER=${VER//p/.}
  
  # Client package
! DEPENDS_IPS="-network/ssh -network/ssh/ssh-key $GLOBAL_DEPENDS"
  make_package client.mog
  
  # Server package
  PKG=network/openssh-server
  PKGE=$(url_encode $PKG)
  SUMMARY="OpenSSH Server"
  DESC="OpenSSH Secure Shell protocol Server"
! DEPENDS_IPS="-service/network/ssh network/openssh $GLOBAL_DEPENDS"
  install_smf
  make_package server.mog
  
  clean_up
  
--- 74,92 ----
  
  # Remove the letter from VER for packaging
  VER=${VER//p/.}
  
  # Client package
! RUN_DEPENDS_IPS="-pkg:/network/ssh -pkg:/network/ssh/ssh-key"
  make_package client.mog
  
  # Server package
  PKG=network/openssh-server
  PKGE=$(url_encode $PKG)
  SUMMARY="OpenSSH Server"
  DESC="OpenSSH Secure Shell protocol Server"
! RUN_DEPENDS_IPS="-pkg:/service/network/ssh pkg:/network/openssh@$VER"
  install_smf
  make_package server.mog
  
  clean_up