ports/core (3.6): [notify] openssh: update to 8.6p1
commit bb0f7d389d0db6890e2c5c8c90ed40a6af97b595 Author: Juergen Daubert <jue@jue.li> Date: Mon Apr 19 14:49:28 2021 +0200 [notify] openssh: update to 8.6p1 includes one security fix, see https://www.openssh.com/txt/release-8.6 diff --git a/openssh/.signature b/openssh/.signature index ae79abdf..f8914c1d 100644 --- a/openssh/.signature +++ b/openssh/.signature @@ -1,7 +1,7 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeql7UYGAEoGBPubr0RmgmFBiiV1AfQ09fghYlTQGuO3Wh5eXSMYo4J7UGVBiGtL6YYV1H0q8C+JkI2nmvVfsWxQs= -SHA256 (Pkgfile) = ad37777aa365425dfa028e14da45739d2449eee220e005c5401df687ac2803ae +RWRJc1FUaeVeqh9MrTbfsXOMZL43HoOnIj3CK5ytw4VtnjFVM9rj1DK+NzIXvCSPw92lSiEeK4uuNB19TC95HhSNFEWpLLI6bAQ= +SHA256 (Pkgfile) = 2863fe689de54d8a0ac1dcc76e465660d02f60f836137f9261b9799c966f57c2 SHA256 (.footprint) = 99f794239faa72eb1bf13505e50d7d846e78bdbd1338a8bcd0975953921855cb -SHA256 (openssh-8.5p1.tar.gz) = f52f3f41d429aa9918e38cf200af225ccdd8e66f052da572870c89737646ec25 +SHA256 (openssh-8.6p1.tar.gz) = c3e6e4da1621762c850d03b47eed1e48dff4cc9608ddeb547202a234df8ed7ae SHA256 (sshd.rc) = 59cb8cff9890e9f5c617c5bd4e5a15e5e4bcc4bf35eb73a80322825db60bbfd4 SHA256 (sshd.pam) = 2b1053e21c1b1399281e06cae5c254f7e1109bb27c83ccb49969962d58595415 diff --git a/openssh/Pkgfile b/openssh/Pkgfile index e0acb5a1..7703f892 100644 --- a/openssh/Pkgfile +++ b/openssh/Pkgfile @@ -1,36 +1,37 @@ # Description: Secure SHell server and client tools -# URL: http://www.openssh.org/ -# Maintainer: CRUX System Team, core-ports at crux dot nu -# Depends on: linux-pam openssl zlib +# URL: http://www.openssh.org/ +# Maintainer: CRUX System Team, core-ports at crux dot nu +# Depends on: linux-pam openssl zlib name=openssh -version=8.5p1 +version=8.6p1 release=1 source=(http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$name-$version.tar.gz - sshd.rc sshd.pam) + sshd.rc sshd.pam) build() { - cd $name-$version + cd $name-$version - ./configure --prefix=/usr \ - --libexecdir=/usr/lib/ssh \ - --sysconfdir=/etc/ssh \ - --with-mantype=man \ - --mandir=/usr/share/man \ - --with-md5-passwords \ - --with-pam \ - --with-privsep-user=nobody \ - --with-privsep-path=/var/empty \ - --with-xauth=/usr/bin/xauth - make - make DESTDIR=$PKG install - install -D -m 755 $SRC/sshd.rc $PKG/etc/rc.d/sshd - install -D -m 644 $SRC/sshd.pam $PKG/etc/pam.d/sshd - rm -r $PKG/var + ./configure \ + --prefix=/usr \ + --libexecdir=/usr/lib/ssh \ + --sysconfdir=/etc/ssh \ + --with-mantype=man \ + --mandir=/usr/share/man \ + --with-md5-passwords \ + --with-pam \ + --with-privsep-user=nobody \ + --with-privsep-path=/var/empty \ + --with-xauth=/usr/bin/xauth + make + make DESTDIR=$PKG install + install -D -m 755 $SRC/sshd.rc $PKG/etc/rc.d/sshd + install -D -m 644 $SRC/sshd.pam $PKG/etc/pam.d/sshd + rm -r $PKG/var - # enable PAM - sed '/^#UsePAM/aUsePAM yes' -i $PKG/etc/ssh/sshd_config + # enable PAM + sed '/^#UsePAM/aUsePAM yes' -i $PKG/etc/ssh/sshd_config - install -D -m 755 contrib/ssh-copy-id $PKG/usr/bin/ssh-copy-id - install -D -m 644 contrib/ssh-copy-id.1 $PKG/usr/share/man/man1/ssh-copy-id.1 + install -D -m 755 contrib/ssh-copy-id $PKG/usr/bin/ssh-copy-id + install -D -m 644 contrib/ssh-copy-id.1 $PKG/usr/share/man/man1/ssh-copy-id.1 }
participants (1)
-
crux@crux.nu