commit: c07852df8136209c8c50f48ee269a81109602149
parent 65cea38c6e28d646c82bdf26118ceea8c16ef1b6
Author: Michael Forney <mforney@mforney.org>
Date: Thu, 8 Sep 2022 09:31:18 -0700
openssh: Update to 9.0
Diffstat:
3 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/pkg/openbsd/include/util.h b/pkg/openbsd/include/util.h
@@ -3,6 +3,7 @@
#define FMT_SCALED_STRSIZE 7 /* minus sign, 4 digits, suffix, null byte */
+int fmt_scaled(long long, char *);
int scan_scaled(char *, long long *);
#endif
diff --git a/pkg/openssh/config.h b/pkg/openssh/config.h
@@ -117,6 +117,7 @@
#define HAVE_DECL_AI_NUMERICSERV 1
/* #undef HAVE_DECL_AUTHENTICATE */
#define HAVE_DECL_BZERO 1
+#define HAVE_DECL_FTRUNCATE 1
#define HAVE_DECL_GETPEEREID 0
#define HAVE_DECL_GLOB_NOMATCH 1
/* #undef HAVE_DECL_GSS_C_NT_HOSTBASED_SERVICE */
@@ -173,7 +174,7 @@
#define HAVE_FIDO_DEV_SUPPORTS_CRED_PROT 1
/* #undef HAVE_FLOATINGPOINT_H */
#define HAVE_FLOCK 1
-/* #undef HAVE_FMT_SCALED */
+#define HAVE_FMT_SCALED 1
#define HAVE_FNMATCH 1
#define HAVE_FNMATCH_H 1
#define HAVE_FREEADDRINFO 1
@@ -246,6 +247,7 @@
#define HAVE_IN_ADDR_T 1
#define HAVE_IN_PORT_T 1
#define HAVE_ISBLANK 1
+#define HAVE_KILLPG 1
/* #undef HAVE_KRB5_CC_NEW_UNIQUE */
/* #undef HAVE_KRB5_FREE_ERROR_MESSAGE */
/* #undef HAVE_KRB5_GET_ERROR_MESSAGE */
@@ -341,7 +343,7 @@
/* #undef HAVE_SANDBOX_H */
/* #undef HAVE_SANDBOX_INIT */
#define HAVE_SA_FAMILY_T 1
-/* #undef HAVE_SCAN_SCALED */
+#define HAVE_SCAN_SCALED 1
/* #undef HAVE_SECUREWARE */
/* #undef HAVE_SECURITY_PAM_APPL_H */
#define HAVE_SENDMSG 1
@@ -493,7 +495,7 @@
/* #undef HAVE_USERSEC_H */
#define HAVE_USER_FROM_UID 1
#define HAVE_USLEEP 1
-/* #undef HAVE_UTIL_H */
+#define HAVE_UTIL_H 1
#define HAVE_UTIMENSAT 1
#define HAVE_UTIMES 1
#define HAVE_UTIME_H 1
diff --git a/pkg/openssh/ver b/pkg/openssh/ver
@@ -1 +1 @@
-8.9p1 r0
+9.0p1 r0