Magellan Linux

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

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

revision 29832 by niro, Fri Oct 13 12:08:02 2017 UTC revision 29833 by niro, Fri Oct 13 12:13:11 2017 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
37     mirror://${PNAME}/${PNAME}-${PVER}-openssl-1.1.0.patch
38  )  )
39    
40  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 43  pkg_setup() Line 44  pkg_setup()
44   preinstall   preinstall
45  }  }
46    
47    src_prepare()
48    {
49     munpack ${SRCFILE} || die
50     mpatch ${PNAME}-${PVER}-openssl-1.1.0.patch || die
51    }
52    
53  src_compile()  src_compile()
54  {  {
55   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.29832  
changed lines
  Added in v.29833