Comment by house9-2
12 years ago
@stormbrew is correct about ubuntu, use -a or -v -b
openssl version -v -b
OpenSSL 1.0.1 14 Mar 2012
built on: Wed Jan 8 20:45:51 UTC 2014
12 years ago
@stormbrew is correct about ubuntu, use -a or -v -b
openssl version -v -b
OpenSSL 1.0.1 14 Mar 2012
built on: Wed Jan 8 20:45:51 UTC 2014
I'm totally confused by this. I'm running ubuntu LTS 12.04 and did
and then ran
and got the same results as you. How can it be built on January 8th if the patch was just made today?
[EDIT] running
upgraded properly and now I'm getting a version that was compiled earlier today. I'm guessing I needed to update another package as well. Probably `libssl`?
upgrade will work because it updates libssl1.0.0 which is the package you want upgraded :) Openssl is the command line package and libssl1.0.0 is the library. i was able to upgrade openssl without upgrading libssl1.0.0.
i wonder how many people will do apt-get update openssl and assume they have fixed it
Thank you. That makes more sense now.
I'm guessing that tons of people will run into this. I bet a blog post would get you some traffic... :)
The package is called libssl1.0.0 -- it holds the shared libraries, while the openssl package contains utilities.