I've recently introduced FreeBSD to our server fleet in the form of an internal backup server. The main reason being the nice integration of ZFS. I'm used to administering Linux servers and I'm just getting my feet wet with FreeBSD, so please bear with me.
I'm using FreeBSD 10.0 with PKGNG to install all my packages. I have not done it any other way so far (I really only need rsnapshot and python). Everything is working well but last night the daily periodic email informed me that libxml2-2.8.0_5 has a security vulnerability:
My question is, how do I deal with this vulnerability in particular and future vulnerabilities in general?
This is not a serious problem for me at this point - this being an internal server with no exposure - but what if this was Heartbleed? Would PKGNGs official repository be updated swiftly or would it be my responsibility to compile my own packages?
Thanks for your help!
href
I'm using FreeBSD 10.0 with PKGNG to install all my packages. I have not done it any other way so far (I really only need rsnapshot and python). Everything is working well but last night the daily periodic email informed me that libxml2-2.8.0_5 has a security vulnerability:
Checking for packages with security vulnerabilities:
libxml2-2.8.0_5
My question is, how do I deal with this vulnerability in particular and future vulnerabilities in general?
pkg update && pkg upgrade does not yet yield any result - it seems that the binary ports have not yet been updated with a new libxml2 release. Do I simply wait? This is not a serious problem for me at this point - this being an internal server with no exposure - but what if this was Heartbleed? Would PKGNGs official repository be updated swiftly or would it be my responsibility to compile my own packages?
Thanks for your help!
href