diff options
| author | Michael Forney <mforney@mforney.org> | 2021-11-15 19:04:21 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-11-17 13:46:31 -0800 |
| commit | e63c2f974fbdf495bb4f144d72fb80ca430f6268 (patch) | |
| tree | 6f21d234d1ab8031aa7bc718772f83698389ddbc /pkg | |
| parent | 3ab91b7a0fd98763bdbb51e1efe5a4ef9871fb98 (diff) | |
openssh: Update to 8.8p1
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/openssh/config.h | 4 | ||||
| m--------- | pkg/openssh/src | 0 | ||||
| -rw-r--r-- | pkg/openssh/ver | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/pkg/openssh/config.h b/pkg/openssh/config.h index 2c22709e..572baa3a 100644 --- 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/src b/pkg/openssh/src -Subproject 2e9b991522ad46d872f20e4746cd6b746371e52 +Subproject 1663fbadc45b95d21c4bf8c20a2cfff628e46d6 diff --git a/pkg/openssh/ver b/pkg/openssh/ver index 8654eb48..86822a0c 100644 --- a/pkg/openssh/ver +++ b/pkg/openssh/ver @@ -1 +1 @@ -8.7p1 r0 +8.8p1 r0 |
