diff options
| -rw-r--r-- | pkg/openbsd/include/util.h | 1 | ||||
| -rw-r--r-- | pkg/openssh/config.h | 8 | ||||
| m--------- | pkg/openssh/src | 0 | ||||
| -rw-r--r-- | pkg/openssh/ver | 2 |
4 files changed, 7 insertions, 4 deletions
diff --git a/pkg/openbsd/include/util.h b/pkg/openbsd/include/util.h index a58c06e6..adc9b375 100644 --- 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 index 59093c93..33400392 100644 --- 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/src b/pkg/openssh/src -Subproject 4593a6cc8bd340107d4b211b2b8e519872d5709 +Subproject 2f0c259bb7159c98dd183a6b607b57fb59757ae diff --git a/pkg/openssh/ver b/pkg/openssh/ver index 158d1c15..dd385fa8 100644 --- a/pkg/openssh/ver +++ b/pkg/openssh/ver @@ -1 +1 @@ -8.9p1 r0 +9.0p1 r0 |
