diff --git a/srcpkgs/openssh/patches/setproctitle.patch b/srcpkgs/openssh/patches/setproctitle.patch deleted file mode 100644 index dc40c330720..00000000000 --- a/srcpkgs/openssh/patches/setproctitle.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- openbsd-compat/setproctitle.c.orig -+++ openbsd-compat/setproctitle.c -@@ -36,6 +36,7 @@ - #ifndef HAVE_SETPROCTITLE - - #include -+#include - #include - #include - #ifdef HAVE_SYS_PSTAT_H diff --git a/srcpkgs/openssh/template b/srcpkgs/openssh/template index 70839b3c191..5dc97b69ca4 100644 --- a/srcpkgs/openssh/template +++ b/srcpkgs/openssh/template @@ -1,7 +1,7 @@ # Template file for 'openssh' pkgname=openssh -version=8.0p1 -revision=4 +version=8.1p1 +revision=1 build_style=gnu-configure configure_args="--datadir=/usr/share/openssh --sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody @@ -22,7 +22,7 @@ maintainer="Enno Boland " license="BSD-2-Clause, ISC" homepage="https://www.openssh.com" distfiles="https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${version}.tar.gz" -checksum=bd943879e69498e8031eb6b7f44d08cdc37d59a7ab689aa0b437320c3481fd68 +checksum=02f5dbef3835d0753556f973cd57b4c19b6b1f6cd24c03445e23ac77ca1b93ff conf_files="/etc/ssh/moduli /etc/ssh/ssh_config /etc/ssh/sshd_config /etc/pam.d/sshd" make_dirs="/var/chroot/ssh 0755 root root"