Magellan Linux

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

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

revision 30762 by niro, Tue Apr 3 09:27:53 2018 UTC revision 30763 by niro, Tue Apr 3 10:56:20 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
37   mirror://${PNAME}/${PNAME}-${PVER}-openssl-1.1.0.patch   mirror://${PNAME}/${PNAME}-7.6p1-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 49  src_prepare() Line 49  src_prepare()
49   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
50   cd ${SRCDIR}   cd ${SRCDIR}
51    
52   mpatch ${PNAME}-${PVER}-openssl-1.1.0.patch || die   mpatch ${PNAME}-7.6p1-openssl-1.1.0.patch || die
53  }  }
54    
55  src_compile()  src_compile()

Legend:
Removed from v.30762  
changed lines
  Added in v.30763