How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "jhcook/freebsd-10.3"
config.vm.box_version = "10.3.RELEASE.p13"
end
vagrant init jhcook/freebsd-10.3 \
--box-version 10.3.RELEASE.p13
vagrant up
This version was created over 7 years ago.
Latest patchset for FreeBSD 10.3-RELEASE
20161206 p13 FreeBSD-SA-16:36.telnetd
FreeBSD-SA-16:37.libc
FreeBSD-SA-16:38.bhyve
FreeBSD-EN-16:19.tzcode
FreeBSD-EN-16:20.tzdata
Fix possible login(1) argument injection in telnetd(8). [SA-16:36]
Fix link_ntoa(3) buffer overflow in libc. [SA-16:37]
Fix possible escape from bhyve(8) virtual machine. [SA-16:38]
Fix warnings about valid time zone abbreviations. [EN-16:19]
Update timezone database information. [EN-16:20]