diff --git a/srcpkgs/openssh/patches/libressl.patch b/srcpkgs/openssh/patches/libressl.patch deleted file mode 100644 index a114d7bb31d..00000000000 --- a/srcpkgs/openssh/patches/libressl.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- openbsd-compat/openbsd-compat.h.orig -+++ openbsd-compat/openbsd-compat.h -@@ -201,22 +201,18 @@ - int getpeereid(int , uid_t *, gid_t *); - #endif - -+unsigned int arc4random(void); - #ifdef HAVE_ARC4RANDOM - # ifndef HAVE_ARC4RANDOM_STIR - # define arc4random_stir() - # endif - #else --unsigned int arc4random(void); - void arc4random_stir(void); - #endif /* !HAVE_ARC4RANDOM */ - --#ifndef HAVE_ARC4RANDOM_BUF - void arc4random_buf(void *, size_t); --#endif - --#ifndef HAVE_ARC4RANDOM_UNIFORM - u_int32_t arc4random_uniform(u_int32_t); --#endif - - #ifndef HAVE_ASPRINTF - int asprintf(char **, const char *, ...); diff --git a/srcpkgs/openssh/template b/srcpkgs/openssh/template index 49b94930409..95c8b31073b 100644 --- a/srcpkgs/openssh/template +++ b/srcpkgs/openssh/template @@ -1,6 +1,6 @@ # Template file for 'openssh' pkgname=openssh -version=8.5p1 +version=8.6p1 revision=1 build_style=gnu-configure configure_args="--datadir=/usr/share/openssh @@ -23,7 +23,7 @@ maintainer="Leah Neukirchen " license="BSD-2-Clause, ISC" homepage="https://www.openssh.com" distfiles="https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${version}.tar.gz" -checksum=f52f3f41d429aa9918e38cf200af225ccdd8e66f052da572870c89737646ec25 +checksum=c3e6e4da1621762c850d03b47eed1e48dff4cc9608ddeb547202a234df8ed7ae 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"