--- trunk/core/openssh/openssh-7.9p1-r1.smage2 2018/12/03 14:21:48 31598 +++ trunk/core/openssh/openssh-7.9p1-r1.smage2 2018/12/03 14:50:56 31599 @@ -34,8 +34,8 @@ mirror://${PNAME}/ssh-keygen.service mirror://${PNAME}/sshd.conf.tempfile mirror://${PNAME}/sshd.pam - mirror://${PNAME}/${PNAME}-${PVER}-openssl-1.1.0.patch - mirror://${PNAME}/${PNAME}-${PVER}-tuntap.patch + mirror://${PNAME}/${PNAME}-7.7p1-openssl-1.1.0.patch + mirror://${PNAME}/${PNAME}-7.7p1-tuntap.patch ) UP2DATE="updatecmd http://ftp2.eu.openbsd.org/pub/OpenBSD/OpenSSH/portable/ | highesttarball gz" @@ -51,10 +51,10 @@ cd ${SRCDIR} # upstream - fix broken tunnel forwarding - mpatch ${PNAME}-${PVER}-tuntap.patch || die + mpatch ${PNAME}-7.7p1-tuntap.patch || die # support openssl-1.1 - mpatch ${PNAME}-${PVER}-openssl-1.1.0.patch || die + mpatch ${PNAME}-7.7p1-openssl-1.1.0.patch || die } src_compile()