[oe] [PATCH 00/10] Fix compile errors if distro feature openssl-no-weak-ciphers exists

kai.kang at windriver.com kai.kang at windriver.com
Wed Jul 5 08:11:23 UTC 2017


From: Kai Kang <kai.kang at windriver.com>

Patches to add distro feature openssl-no-weak-ciphers have been sent to oe-core.

Jackie Huang (1):
  net-snmp: disable des for openssl-no-weak-ciphers

Kai Kang (9):
  Set packages conflict with distro feature openssl-no-weak-ciphers
  hostapd: disable configs depends on des if openssl not support
  krb5: toggle configure option pkinit
  libp11: fix compile error if OPENSSL_NO_EC defined
  opensc: add PACKAGECONFIG openssl
  uftp: set NO_EC if openssl not support ec
  stunnel: fix compile error when openssl disable des support
  poco: disable package configs NetSSL and Crypto
  postgresql: configure without openssl if openssl disable weak ciphers

 .../freeradius/freeradius_3.0.14.bb                |  5 +-
 .../recipes-daemons/openhpi/openhpi_3.6.1.bb       |  5 +-
 .../net-snmp/net-snmp-fix-for-disable-des.patch    | 32 +++++++++++++
 .../recipes-protocols/net-snmp/net-snmp_5.7.3.bb   |  5 +-
 .../recipes-support/dovecot/dovecot_2.2.29.bb      |  4 +-
 .../ipsec-tools/ipsec-tools_0.8.2.bb               |  4 +-
 .../recipes-support/openvpn/openvpn_2.4.2.bb       |  4 +-
 .../stunnel/stunnel/fix-openssl-no-des.patch       | 54 ++++++++++++++++++++++
 .../recipes-support/stunnel/stunnel_5.35.bb        |  4 +-
 meta-networking/recipes-support/uftp/uftp_4.9.3.bb |  2 +
 .../recipes-connectivity/hostapd/hostapd_2.6.bb    | 16 +++++++
 meta-oe/recipes-connectivity/krb5/krb5_1.15.1.bb   |  4 +-
 .../recipes-connectivity/wvdial/wvstreams_4.6.1.bb |  5 +-
 meta-oe/recipes-devtools/nodejs/nodejs_4.8.3.bb    |  5 ++
 .../recipes-extended/cfengine/cfengine_3.9.0.bb    |  4 +-
 meta-oe/recipes-extended/mailx/mailx_12.5-5.bb     |  5 +-
 meta-oe/recipes-graphics/gegl/gegl_0.3.4.bb        |  4 +-
 meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.13.bb   |  2 +
 meta-oe/recipes-support/freerdp/freerdp_git.bb     |  4 +-
 ...-src-p11_ec.c-check-OPENSSL_NO_EC-earlier.patch | 46 ++++++++++++++++++
 meta-oe/recipes-support/libp11/libp11_0.4.0.bb     |  4 +-
 meta-oe/recipes-support/opensc/opensc_0.16.0.bb    |  5 ++
 meta-oe/recipes-support/poco/poco_1.7.8.bb         |  1 +
 meta-oe/recipes-support/postgresql/postgresql.inc  |  2 +
 .../python/python-cryptography.inc                 |  4 +-
 25 files changed, 215 insertions(+), 15 deletions(-)
 create mode 100644 meta-networking/recipes-protocols/net-snmp/net-snmp/net-snmp-fix-for-disable-des.patch
 create mode 100644 meta-networking/recipes-support/stunnel/stunnel/fix-openssl-no-des.patch
 create mode 100644 meta-oe/recipes-support/libp11/libp11/0001-src-p11_ec.c-check-OPENSSL_NO_EC-earlier.patch

-- 
2.10.1




More information about the Openembedded-devel mailing list