openssh: update to 8.6p1.
This commit is contained in:
parent
e6a0f67fcd
commit
9a28cd7456
2 changed files with 2 additions and 28 deletions
|
@ -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 *, ...);
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'openssh'
|
# Template file for 'openssh'
|
||||||
pkgname=openssh
|
pkgname=openssh
|
||||||
version=8.5p1
|
version=8.6p1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--datadir=/usr/share/openssh
|
configure_args="--datadir=/usr/share/openssh
|
||||||
|
@ -23,7 +23,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSD-2-Clause, ISC"
|
license="BSD-2-Clause, ISC"
|
||||||
homepage="https://www.openssh.com"
|
homepage="https://www.openssh.com"
|
||||||
distfiles="https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${version}.tar.gz"
|
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"
|
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"
|
make_dirs="/var/chroot/ssh 0755 root root"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue