Koozali.org: home of the SME Server

Obsolete Releases => SME Server 8.x => Topic started by: Sparkey on October 17, 2014, 04:31:17 PM

Title: OpenSSL-perl 0.9.8e-31.el5_11 update
Post by: Sparkey on October 17, 2014, 04:31:17 PM
Hi everyone,

Yum notified me of an available update OpenSSL-perl.x86_64 0.9.8e-31.el5_11 that is available.

However when I try to update I get an error:
  Error: Missing Dependency: openssl = 0.9.8e-31.el5_11 is needed

When I looked thru my installed packages I noticed that openSSL.x86_64 0.9.8e-28 is installed.  I am assuming that that package needs to be updated as well to the 0.9.8e-31 version.  However I only see a devel package with that version listed....

Will installing the package OpenSSL-devel 0.9.8e-31.el5_11 fix this dependency issue ? 


Mark
Title: Re: OpenSSL-perl 0.9.8e-31.el5_11 update
Post by: guest22 on October 17, 2014, 05:14:30 PM
Hi,


I've got the same issue on a SME8 box. It looks like OpenSSL-perl is ahead of OpenSSL itself. Installing OpenSSL-devel is not recommended for it is not required for normal operations. It won't solve the issue.


guest


Bug reported:
http://bugs.contribs.org/show_bug.cgi?id=8606 (http://bugs.contribs.org/show_bug.cgi?id=8606)
Title: Re: OpenSSL-perl 0.9.8e-31.el5_11 update
Post by: Sparkey on October 17, 2014, 05:27:43 PM
Hi,


I've got the same issue on a SME8 box. It looks like OpenSSL-perl is ahead of OpenSSL itself. Installing OpenSSL-devel is not recommended for it is not required for normal operations. It won't solve the issue.


guest


Bug reported:
http://bugs.contribs.org/show_bug.cgi?id=8606 (http://bugs.contribs.org/show_bug.cgi?id=8606)

Thanks for confirming.  I checked with RedHat and Centos and it looks like a security update started syncing on the 16th.  I imagine the perl library synced prior to the openssl update.

see http://lists.centos.org/pipermail/centos-announce/2014-October/020696.html for the notification.

I would imagine we will see the OpenSSL version update shortly.

Mark

FYI - This update adds TLS Fallback Signaling Cipher Suite Value (SCSV) for Preventing Protocol Downgrade Attacks.
Title: [update]seems Re: OpenSSL-perl 0.9.8e-31.el5_11 update
Post by: guest22 on October 18, 2014, 12:09:27 AM
The issue is now recognized and is being discussed. Yum update may fail on SME8 servers due to this issue, especially if your server has the openssl-perl package installed.


It is recommended NOT to try to 'fix' things with workarounds.


Please be patient while devs are investigating the issue and the best approach to resolve this.
Title: Re: OpenSSL-perl 0.9.8e-31.el5_11 update
Post by: mmccarn on October 18, 2014, 03:47:58 PM
The Centos 'updates' repository includes openssl-devel-0.9.8e-31.

The 'smeupdates' repository includes openssl-devel-0.9.8e-28.

The default repo declaration for the Centos 'updates' repo excludes 'openssl', forcing SME to use openssl from the 'smeupdates' repo.

If you have installed (...the unsupported package...) openssl-devel, you will need to exclude that, too, from the 'updates' repo.

View your current updates repo:
Code: [Select]
db yum_repositories show updates

Add 'openssl-devel' to Excludes if it isn't already there:
Code: [Select]
db yum_repositories setprop updates Exclude $(db yum_repositories getprop updates Exclude),openssl-devel
expand-template /etc/yum.smerepos.d/sme-base.repo

When openssl is updated in 'smeupdates', openssl-devel will now update from the same location
Title: Re: OpenSSL-perl 0.9.8e-31.el5_11 update
Post by: mmccarn on October 18, 2014, 03:55:06 PM
... I notice that 'openssl-perl' is also included in 'smeupdates' -- and probably, therefore, needs to be added to the 'Exclude' declaration for the Centos 'updates' repo. Perhaps (I defer to more knowledgeable folks here) the default Exclusion for 'updates' should use 'openssl*' instead of 'openssl'.
Title: Re: [update]seems Re: OpenSSL-perl 0.9.8e-31.el5_11 update
Post by: CharlieBrady on October 18, 2014, 11:34:16 PM
It is recommended NOT to try to 'fix' things with workarounds.

Please be patient while devs are investigating the issue and the best approach to resolve this.

mmccarn, please take note of the above, and 1) be patient and 2) please refrain from suggesting that people modify their systems.
Title: Re: OpenSSL-perl 0.9.8e-31.el5_11 update
Post by: nicolatiana on October 30, 2014, 05:18:57 PM
Daniel has fixed.
Take a look to http://bugs.contribs.org/show_bug.cgi?id=8606 (http://bugs.contribs.org/show_bug.cgi?id=8606) for instructions if you need an immediate resolution; otherwise in netx days/weeks the update will be available thru smeupdate.

Nicola

Addendum: now update available in repos