Magellan Linux

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

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

revision 31599 by niro, Mon Dec 3 14:50:56 2018 UTC revision 31600 by niro, Mon Dec 3 14:51:31 2018 UTC
# Line 35  SRC_URI=( Line 35  SRC_URI=(
35   mirror://${PNAME}/sshd.conf.tempfile   mirror://${PNAME}/sshd.conf.tempfile
36   mirror://${PNAME}/sshd.pam   mirror://${PNAME}/sshd.pam
37   mirror://${PNAME}/${PNAME}-7.7p1-openssl-1.1.0.patch   mirror://${PNAME}/${PNAME}-7.7p1-openssl-1.1.0.patch
  mirror://${PNAME}/${PNAME}-7.7p1-tuntap.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 50  src_prepare() Line 49  src_prepare()
49   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
50   cd ${SRCDIR}   cd ${SRCDIR}
51    
  # upstream - fix broken tunnel forwarding  
  mpatch ${PNAME}-7.7p1-tuntap.patch || die  
   
52   # support openssl-1.1   # support openssl-1.1
53   mpatch ${PNAME}-7.7p1-openssl-1.1.0.patch || die   mpatch ${PNAME}-7.7p1-openssl-1.1.0.patch || die
54  }  }

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