diff options
author | Cy Schubert <cy@FreeBSD.org> | 2015-07-01 03:12:13 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2015-07-01 03:12:13 +0000 |
commit | 873997f35a991eee09ed91148a0cf332360380da (patch) | |
tree | 5b1ffa3ad0e56e0e9f2991011729791ee86d7632 /ntpq/ntpq-opts.h | |
parent | 4ba32eb5a8bf3455c09d1513ed2af8d2c861a6ba (diff) | |
download | src-873997f35a991eee09ed91148a0cf332360380da.tar.gz src-873997f35a991eee09ed91148a0cf332360380da.zip |
Vendor import ntp-4.2.8p3.vendor/ntp/4.2.8p3
Approved by: delphij (implicit, using SO hat)
Security: VuXML: 0d0f3050-1f69-11e5-9ba9-d050996490d0
Security: http://bugs.ntp.org/show_bug.cgi?id=2853
Security: https://www.kb.cert.org/vuls/id/668167
Security: http://support.ntp.org/bin/view/Main/SecurityNotice#June_2015_NTP_Security_Vulnerabi
Notes
Notes:
svn path=/vendor/ntp/dist/; revision=284990
svn path=/vendor/ntp/4.2.8p3/; revision=284992; tag=vendor/ntp/4.2.8p3
Diffstat (limited to 'ntpq/ntpq-opts.h')
-rw-r--r-- | ntpq/ntpq-opts.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ntpq/ntpq-opts.h b/ntpq/ntpq-opts.h index 43301b9a69f5..fecb970f9dd4 100644 --- a/ntpq/ntpq-opts.h +++ b/ntpq/ntpq-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpq-opts.h) * - * It has been AutoGen-ed April 7, 2015 at 04:26:37 AM by AutoGen 5.18.5pre4 + * It has been AutoGen-ed June 29, 2015 at 04:31:10 PM by AutoGen 5.18.5 * From the definitions ntpq-opts.def * and the template file options * @@ -83,9 +83,9 @@ typedef enum { /** count of all options for ntpq */ #define OPTION_CT 15 /** ntpq version */ -#define NTPQ_VERSION "4.2.8p2" +#define NTPQ_VERSION "4.2.8p3" /** Full ntpq version text */ -#define NTPQ_FULL_VERSION "ntpq 4.2.8p2" +#define NTPQ_FULL_VERSION "ntpq 4.2.8p3" /** * Interface defines for all options. Replace "n" with the UPPER_CASED |