Magellan Linux

Diff of /branches/R11-unstable/core/openssh/openssh-7.9p1-r1.smage2

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

trunk/core/openssh/openssh-7.9p1-r1.smage2 revision 31599 by niro, Mon Dec 3 14:50:56 2018 UTC branches/R11-unstable/core/openssh/openssh-7.9p1-r1.smage2 revision 32126 by niro, Mon Apr 29 11:41:49 2019 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  
  mirror://${PNAME}/${PNAME}-7.7p1-tuntap.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 45  pkg_setup() Line 43  pkg_setup()
43   preinstall   preinstall
44  }  }
45    
 src_prepare()  
 {  
  munpack ${SRCFILE} || die  
  cd ${SRCDIR}  
   
  # upstream - fix broken tunnel forwarding  
  mpatch ${PNAME}-7.7p1-tuntap.patch || die  
   
  # 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.31599  
changed lines
  Added in v.32126