HardenedBSD/contrib/ntp/sntp/tests/testconf.yml
Cy Schubert 2d4e511ca2 MFV r358616:
Update ntp-4.2.8p13 --> 4.2.8p14.

The advisory can be found at:
http://support.ntp.org/bin/view/Main/SecurityNotice#\
March_2020_ntp_4_2_8p14_NTP_Rele

No CVEs have been documented yet.

MFC after:	now
Security:	http://support.ntp.org/bin/view/Main/NtpBug3610
		http://support.ntp.org/bin/view/Main/NtpBug3596
		http://support.ntp.org/bin/view/Main/NtpBug3592
2020-03-04 21:45:12 +00:00

12 lines
278 B
YAML

# configure the test runner generator to properly set up the tests
# - avoid cluttering the syslogs
---
:unity:
:suite_setup:
- extern int change_iobufs(int);
- extern int change_logfile(const char*, int);
- change_iobufs(1);
- change_logfile("stderr", 0);