Bug 31752 - Несоответствие библиотеки openssl и бинарника postfix
Summary: Несоответствие библиотеки openssl и бинарника postfix
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: postfix (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P3 normal
Assignee: Gleb F-Malinovskiy
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on: 30357
Blocks:
  Show dependency tree
 
Reported: 2016-02-02 14:26 MSK by Konstantin A Lepikhov (L.A. Kostis)
Modified: 2016-03-02 19:25 MSK (History)
4 users (show)

See Also:


Attachments
patch to disable tls_check_version in src/tls code (1.99 KB, patch)
2016-02-19 14:27 MSK, Konstantin A Lepikhov (L.A. Kostis)
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Konstantin A Lepikhov (L.A. Kostis) 2016-02-02 14:26:17 MSK
+++ This bug was initially created as a clone of Bug #30357 +++

Feb  2 11:22:25 smtp postfix/smtpd[3929]: warning: run-time library vs. compile-time header version mismatch: OpenSSL 1.0.2 may not be compatible with OpenSSL 1.0.1

[root@smtp ~]# rpm -q postfix
postfix-2.11.7-alt1
[root@smtp ~]# rpm -q libssl10
libssl10-1.0.2f-alt1

т.е. либо оторвать этот warning, если некритично, либо пересобрать с новым libssl.
Comment 1 Konstantin A Lepikhov (L.A. Kostis) 2016-02-19 14:27:11 MSK
Created attachment 6503 [details]
patch to disable tls_check_version in src/tls code
Comment 2 Konstantin A Lepikhov (L.A. Kostis) 2016-03-01 19:49:41 MSK
ping
Comment 3 Repository Robot 2016-03-02 19:25:32 MSK
postfix-1:2.11.7-alt2 -> sisyphus:

* Wed Mar 02 2016 Fr. Br. George <george@altlinux> 1:2.11.7-alt2
- Making /etc/sysconfig/network optional (closes: #31827)
- Extra/chroot.conf: added support for alias_maps (closes: #31822)
- Disable TLS micro version check (closes: #31752)