Comment by spatten
12 years ago
I'm totally confused by this. I'm running ubuntu LTS 12.04 and did
sudo aptitude update
sudo aptitude upgrade openssl
and then ran
openssl version -a
and got the same results as you. How can it be built on January 8th if the patch was just made today?
[EDIT] running
sudo aptitude upgrade
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.