One question then: did you install OpenSSL from ports or packages, or are you using the version of OpenSSL that came with the operating system?LeventeX said:I'm a beginner, how can I make sure the ports tree is up to date? I want to protect my VPS against the Heartbleed bug.
Language is not a problem, we're quite tolerant of that. But please try to mind your writing style: proper use of punctuation and capital letters, that sort of thing.LeventeX said:I don't speak English well.
In that case, it's enough to update the operating system itself(*). Assuming you are running FreeBSD 10.0-RELEASE, issue the following two commands and then reboot the system:LeventeX said:I'm using OpenSSL that came with the operating system.
# freebsd-update fetch # freebsd-update install uname -r to find out) now reads 10.0-RELEASE-pX (where X is a number) you have successfully updated to the latest patchlevel.Yes, that should do it.LeventeX said:Yesterday, I typed thepkg updatecommand, so I need to typefreebsd-update fetch,freebsd-update installto protect my VPS against the Heartbleed bug? Or not?
pkg update alone won't do you much good. It only updates information about packages. You need to follow it up with pkg up[i]grade[/i] to actually update the packages themselves. pkg update and freebsd-update fetch mean asking: "So, what's new?" pkg upgrade and freebsd-update install mean saying: "Okay, please do that."fonz said:In that case, it's enough to update the operating system itself(*). Assuming you are running FreeBSD 10.0-RELEASE, issue the following two commands and then reboot the system:LeventeX said:I'm using OpenSSL that came with the operating system.
# freebsd-update fetch
# freebsd-update install
If the FreeBSD version (typeuname -rto find out) now reads 10.0-RELEASE-pX (where X is a number) you have successfully updated to the latest patchlevel.
Ad (*): Which means you were in the right forum after allI'll move your thread back.
uname -r returns10.0-RELEASE-p7
openssl version returns 1.0.1e and not 1.0.1g?WITH_OPENSSL_PORT=yes
Yes, http://www.freebsd.org/security/advisor ... penssl.ascfred974 said:So Ifuname -rreturn
Does it mean that my openssl has got the latest patch for the heartbleed bug even ifCode:10.0-RELEASE-p7openssl versionreturn 1.0.1e and not 1.0.1g?
Not really but some ports may require the version from ports.Is there any advantage in installing openssl from port and addingin the /etc/make.conf file?Code:WITH_OPENSSL_PORT=yes