From 20a16348fe1e98c0dbb09486de6190a510c947e4 Mon Sep 17 00:00:00 2001 From: Robert James Hernandez Date: Thu, 14 Mar 2019 18:36:30 -0700 Subject: [PATCH] Update vagrant box to freebsd 11.2 STABLE Freebsd 11.1 went EOL 9/30/18: https://lists.freebsd.org/pipermail/freebsd-announce/2018-September/001842.html Was seeing a failure with shared object "libdl.so.1" not found which is required for bash --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 81e072fd2..7a182f8f6 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -3,7 +3,7 @@ # LINUX_BASE_BOX = "bento/ubuntu-16.04" -FREEBSD_BASE_BOX = "jen20/FreeBSD-11.1-RELEASE" +FREEBSD_BASE_BOX = "freebsd/FreeBSD-11.2-STABLE" Vagrant.configure(2) do |config| # Compilation and development boxes