commit: 7f8f57fc6562ce96c27d0c9d03847535e4915cd1
parent bb6f7b39a8cc5ad1186235644e91aadb243ca6bd
Author: Michael Forney <mforney@mforney.org>
Date: Mon, 21 Sep 2020 01:14:02 -0700
openssh: Update to latest git
Diffstat:
3 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/pkg/openssh/README.md b/pkg/openssh/README.md
@@ -11,8 +11,8 @@ Generated with
--with-security-key-builtin \
--with-bearssl \
CPPFLAGS='-I/src/oasis/pkg/openbsd/include -I/src/oasis/out/pkg/libfido2/include -I/src/oasis/out/pkg/zlib/include' \
- LDFLAGS='-L/src/oasis/out/pkg/libressl -L/src/oasis/out/pkg/openbsd -L/src/oasis/out/pkg/libfido2 -L/src/oasis/out/pkg/libcbor -L/src/oasis/out/pkg/zlib' \
- LIBS='-lcrypto -lbsd'
+ LDFLAGS='-L/src/oasis/out/pkg/bearssl -L/src/oasis/out/pkg/openbsd -L/src/oasis/out/pkg/libfido2 -L/src/oasis/out/pkg/libcbor -L/src/oasis/out/pkg/zlib' \
+ LIBS='-l bsd'
Several changes were made:
* `SECCOMP_AUDIT_ARCH`, `SANDBOX_SECCOMP_FILTER`, and `SANDBOX_RLIMIT`
diff --git a/pkg/openssh/config.h b/pkg/openssh/config.h
@@ -159,6 +159,11 @@
#define HAVE_FCNTL_H 1
#define HAVE_FD_MASK 1
#define HAVE_FEATURES_H 1
+/* #undef HAVE_FIDO_CRED_PROT */
+/* #undef HAVE_FIDO_CRED_SET_PROT */
+/* #undef HAVE_FIDO_DEV_GET_TOUCH_BEGIN */
+/* #undef HAVE_FIDO_DEV_GET_TOUCH_STATUS */
+/* #undef HAVE_FIDO_DEV_SUPPORTS_CRED_PROT */
/* #undef HAVE_FLOATINGPOINT_H */
#define HAVE_FLOCK 1
/* #undef HAVE_FMT_SCALED */
@@ -371,6 +376,7 @@
#define HAVE_SO_PEERCRED 1
#define HAVE_SSIZE_T 1
#define HAVE_SS_FAMILY_IN_SS 1
+/* #undef HAVE_SS_IN_UTMPX */
#define HAVE_STATFS 1
#define HAVE_STATVFS 1
#define HAVE_STDDEF_H 1
@@ -550,6 +556,7 @@
/* #undef SIZEOF_LONG_INT */
/* #undef SIZEOF_LONG_LONG_INT */
/* #undef SIZEOF_SHORT_INT */
+/* #undef SIZEOF_SIZE_T */
#define SNPRINTF_CONST const
#define SPT_TYPE SPT_REUSEARGV
/* #undef SSHD_ACQUIRES_CTTY */
diff --git a/pkg/openssh/ver b/pkg/openssh/ver
@@ -1 +1 @@
-8.3p1 r0
+8.3p1-170-g0a4a5571 r0