logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: e63c2f974fbdf495bb4f144d72fb80ca430f6268
parent 3ab91b7a0fd98763bdbb51e1efe5a4ef9871fb98
Author: Michael Forney <mforney@mforney.org>
Date:   Mon, 15 Nov 2021 19:04:21 -0800

openssh: Update to 8.8p1

Diffstat:

Mpkg/openssh/config.h4+++-
Mpkg/openssh/ver2+-
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/pkg/openssh/config.h b/pkg/openssh/config.h @@ -105,7 +105,7 @@ /* #undef HAVE_CLOSEFROM */ #define HAVE_CONST_GAI_STRERROR_PROTO 1 #define HAVE_CONTROL_IN_MSGHDR 1 -/* #undef HAVE_CRYPT */ +#define HAVE_CRYPT 1 /* #undef HAVE_CRYPTO_SHA2_H */ #define HAVE_CRYPT_H 1 /* #undef HAVE_CYGWIN */ @@ -313,6 +313,7 @@ #define HAVE_PRCTL 1 /* #undef HAVE_PRIV_BASICSET */ /* #undef HAVE_PRIV_H */ +/* #undef HAVE_PROCCTL */ #define HAVE_PROC_PID 1 /* #undef HAVE_PROC_PIDINFO */ #define HAVE_PSELECT 1 @@ -440,6 +441,7 @@ /* #undef HAVE_SYS_NERR */ #define HAVE_SYS_POLL_H 1 #define HAVE_SYS_PRCTL_H 1 +/* #undef HAVE_SYS_PROCCTL_H */ /* #undef HAVE_SYS_PSTAT_H */ /* #undef HAVE_SYS_PTMS_H */ #define HAVE_SYS_PTRACE_H 1 diff --git a/pkg/openssh/ver b/pkg/openssh/ver @@ -1 +1 @@ -8.7p1 r0 +8.8p1 r0