Magellan Linux

Diff of /trunk/core/openssh/openssh-7.9p1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 31600 by niro, Mon Dec 3 14:51:31 2018 UTC revision 31601 by niro, Mon Dec 3 14:52:44 2018 UTC
# Line 34  SRC_URI=( Line 34  SRC_URI=(
34   mirror://${PNAME}/ssh-keygen.service   mirror://${PNAME}/ssh-keygen.service
35   mirror://${PNAME}/sshd.conf.tempfile   mirror://${PNAME}/sshd.conf.tempfile
36   mirror://${PNAME}/sshd.pam   mirror://${PNAME}/sshd.pam
  mirror://${PNAME}/${PNAME}-7.7p1-openssl-1.1.0.patch  
37  )  )
38    
39  UP2DATE="updatecmd http://ftp2.eu.openbsd.org/pub/OpenBSD/OpenSSH/portable/ | highesttarball gz"  UP2DATE="updatecmd http://ftp2.eu.openbsd.org/pub/OpenBSD/OpenSSH/portable/ | highesttarball gz"
# Line 44  pkg_setup() Line 43  pkg_setup()
43   preinstall   preinstall
44  }  }
45    
 src_prepare()  
 {  
  munpack ${SRCFILE} || die  
  cd ${SRCDIR}  
   
  # support openssl-1.1  
  mpatch ${PNAME}-7.7p1-openssl-1.1.0.patch || die  
 }  
   
46  src_compile()  src_compile()
47  {  {
48   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.31600  
changed lines
  Added in v.31601