HardenedBSD/contrib/ntp/sntp/include/copyright.def
Cy Schubert a466cc5537 ntp: import ntp-4.2.8p16
Security:       NtpBUg3767, NtpBug3808, NtpBug3807 (CVE-2023-26555)
MFC after:	immediately
2023-06-01 07:04:37 -07:00

31 lines
776 B
Plaintext

/* -*- Mode: Text -*- */
copyright = {
date = "1992-2023";
owner = "The University of Delaware and Network Time Foundation";
eaddr = "https://bugs.ntp.org, bugs@ntp.org";
type = ntp;
};
long-opts;
config-header = config.h;
environrc;
no-misuse-usage;
version-proc = ntpOptionPrintVersion;
version = `
eval VERSION=\`sed -e 's/.*,\\[//' -e 's/\\].*//' < ../sntp/m4/version.m4\`
[ -z "${VERSION}" ] && echo "Cannot determine VERSION" && kill -TERM $AG_pid
echo $VERSION`;
version-value = ''; /* Don't use -v as a shortcut for --version */
/*
* HMS: man pages already have this, and texi pages can use the
* values in sntp/include/version.texi .
*/
// doc-sub = {
// sub-name = version;
// sub-text = 's/#VERSION#/<<version>>/g';
// };