diff options
author | Cy Schubert <cy@FreeBSD.org> | 2019-03-07 13:36:00 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2019-03-07 13:36:00 +0000 |
commit | 052d159a8b83f03d7dc5eb31cd9a9b4a6fe3d9da (patch) | |
tree | f2dd8b09036f9c701fb0d5b71209a9ff8dea7712 /contrib/ntp/ntpq/ntpq-opts.h | |
parent | 16b56c7f4ee6ec20040f485b2774a4ca4ae6e62c (diff) | |
parent | 360c01464aee3bc4c520898a675f35967db09ac2 (diff) |
MFV r344878:
4.2.8p12 --> 4.2.8p13
MFC after: immediately
Security: CVE-2019-8936
VuXML: c2576e14-36e2-11e9-9eda-206a8a720317
Obtained from: nwtime.org
Notes
Notes:
svn path=/head/; revision=344883
Diffstat (limited to 'contrib/ntp/ntpq/ntpq-opts.h')
-rw-r--r-- | contrib/ntp/ntpq/ntpq-opts.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/ntp/ntpq/ntpq-opts.h b/contrib/ntp/ntpq/ntpq-opts.h index 1ff3a0af6dfd..5564ee303d1a 100644 --- a/contrib/ntp/ntpq/ntpq-opts.h +++ b/contrib/ntp/ntpq/ntpq-opts.h @@ -1,11 +1,11 @@ /* * EDIT THIS FILE WITH CAUTION (ntpq-opts.h) * - * It has been AutoGen-ed August 14, 2018 at 08:29:47 AM by AutoGen 5.18.5 + * It has been AutoGen-ed February 20, 2019 at 09:56:54 AM by AutoGen 5.18.5 * From the definitions ntpq-opts.def * and the template file options * - * Generated from AutoOpts 41:0:16 templates. + * Generated from AutoOpts 41:1:16 templates. * * AutoOpts is a copyrighted work. This header file is not encumbered * by AutoOpts licensing, but is provided under the licensing terms chosen @@ -53,7 +53,7 @@ * tolerable version is at least as old as what was current when the header * template was released. */ -#define AO_TEMPLATE_VERSION 167936 +#define AO_TEMPLATE_VERSION 167937 #if (AO_TEMPLATE_VERSION < OPTIONS_MINIMUM_VERSION) \ || (AO_TEMPLATE_VERSION > OPTIONS_STRUCT_VERSION) # error option template version mismatches autoopts/options.h header @@ -84,9 +84,9 @@ typedef enum { /** count of all options for ntpq */ #define OPTION_CT 16 /** ntpq version */ -#define NTPQ_VERSION "4.2.8p12" +#define NTPQ_VERSION "4.2.8p13" /** Full ntpq version text */ -#define NTPQ_FULL_VERSION "ntpq 4.2.8p12" +#define NTPQ_FULL_VERSION "ntpq 4.2.8p13" /** * Interface defines for all options. Replace "n" with the UPPER_CASED |