Magellan Linux

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

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

revision 31598 by niro, Mon Dec 3 14:21:48 2018 UTC revision 31599 by niro, Mon Dec 3 14:50:56 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.7p1-openssl-1.1.0.patch
38   mirror://${PNAME}/${PNAME}-${PVER}-tuntap.patch   mirror://${PNAME}/${PNAME}-7.7p1-tuntap.patch
39  )  )
40    
41  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 51  src_prepare() Line 51  src_prepare()
51   cd ${SRCDIR}   cd ${SRCDIR}
52    
53   # upstream - fix broken tunnel forwarding   # upstream - fix broken tunnel forwarding
54   mpatch ${PNAME}-${PVER}-tuntap.patch || die   mpatch ${PNAME}-7.7p1-tuntap.patch || die
55    
56   # support openssl-1.1   # support openssl-1.1
57   mpatch ${PNAME}-${PVER}-openssl-1.1.0.patch || die   mpatch ${PNAME}-7.7p1-openssl-1.1.0.patch || die
58  }  }
59    
60  src_compile()  src_compile()

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