2.1.4 RELEASE Now Available (major security Release)
-
As usual, details are in the blog post: https://blog.pfsense.org/?p=1377
-
In seems like the mirror links for the full memstick 2.1.4 downloads all result in 404 errors.
E.g. http://files.bgn.pfsense.org/mirror/downloads/pfSense-memstick-serial-2.1.4-RELEASE-amd64.img.gz
Did the 2.1.4 memstick images not get pushed out to the download servers?
-
Jeremy said something earlier about everything having not gone out.
I'll make sure it completes in the morning. -
If you click the memstick link it works fine. It gets the file….
So it was just at matter of time.
-
thanks for the release
-
Yep, seem to be working now. Thanks!
-
@gonzopancho:
As usual, details are in the blog post: https://blog.pfsense.org/?p=1377
Error encontred on function killbyname
/etc/inc/util.inc
/* kill a process by name */
function killbyname($procname) {
if(isvalidproc($procname))
missing return here -> mwexec("/usr/bin/killall " . escapeshellarg($procname));
}