Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH/next 0/7] Preparation for libopenssl version bump
@ 2018-08-25  9:16 Bernd Kuhls
  2018-08-25  9:16 ` [Buildroot] [PATCH/next 1/7] package/ecryptfs-utils: Fix build with OpenSSL 1.1.x Bernd Kuhls
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Bernd Kuhls @ 2018-08-25  9:16 UTC (permalink / raw)
  To: buildroot

Hi,

this is the next bunch of patches to prepare the version bump of
libopenssl to version 1.1.x. These patches should keep compatability
with version 1.0.2o., tested with this defconfig:

BR2_x86_64=y
BR2_x86_core2=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y
BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.org/toolchains/tarballs/br-x86-64-core2-full-2018.05.tar.bz2"
BR2_TOOLCHAIN_EXTERNAL_GCC_6=y
BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_16=y
BR2_TOOLCHAIN_EXTERNAL_LOCALE=y
BR2_TOOLCHAIN_EXTERNAL_CXX=y
BR2_PACKAGE_ECRYPTFS_UTILS=y
BR2_PACKAGE_XORG7=y
BR2_PACKAGE_RDESKTOP=y
BR2_PACKAGE_IBRCOMMON=y
BR2_PACKAGE_LIBOAUTH=y
BR2_PACKAGE_LIBTORRENT=y
BR2_PACKAGE_IPSEC_TOOLS=y
BR2_PACKAGE_IPSEC_TOOLS_NATT=y
BR2_PACKAGE_IPSEC_TOOLS_FRAG=y
BR2_PACKAGE_IPSEC_TOOLS_DPD=y
BR2_PACKAGE_IPSEC_TOOLS_READLINE=y
BR2_PACKAGE_IPSEC_TOOLS_HYBRID=y
BR2_PACKAGE_POUND=y

$ grep OPENSSL .config
  BR2_PACKAGE_OPENSSL=y
  BR2_PACKAGE_LIBOPENSSL=y
  # BR2_PACKAGE_LIBOPENSSL_BIN is not set
  # BR2_PACKAGE_LIBOPENSSL_ENGINES is not set
  BR2_PACKAGE_HAS_OPENSSL=y
  BR2_PACKAGE_PROVIDES_OPENSSL="libopenssl"
  BR2_PACKAGE_PROVIDES_HOST_OPENSSL="host-libopenssl"

Bernd Kuhls (7):
  package/ecryptfs-utils: Fix build with OpenSSL 1.1.x
  package/ibrcommon: add openssl 1.1 compatibility
  package/ipsec-tools: Fix build with OpenSSL 1.1.x
  package/liboauth: Fix build with OpenSSL 1.1.x
  package/libtorrent: Fix build with OpenSSL 1.1.x
  package/pound: Fix build with OpenSSL 1.1.x
  package/rdesktop: Fix build with OpenSSL 1.1.x

 package/ecryptfs-utils/0002-openssl110.patch  |  173 +++
 ...-added-openssl-1.1-compatibility-264.patch |  357 ++++++
 package/ibrcommon/ibrcommon.hash              |    2 +
 package/ipsec-tools/0006-openssl-1.1.patch    | 1104 +++++++++++++++++
 package/liboauth/0001-openssl-1.1.0.patch     |  154 +++
 package/libtorrent/0002-openssl110.patch      |  109 ++
 package/pound/0002-fix-openssl-1.1.0.patch    |  331 +++++
 package/rdesktop/0002-openssl11.patch         |  130 ++
 8 files changed, 2360 insertions(+)
 create mode 100644 package/ecryptfs-utils/0002-openssl110.patch
 create mode 100644 package/ibrcommon/0002-ibrcommon-added-openssl-1.1-compatibility-264.patch
 create mode 100644 package/ipsec-tools/0006-openssl-1.1.patch
 create mode 100644 package/liboauth/0001-openssl-1.1.0.patch
 create mode 100644 package/libtorrent/0002-openssl110.patch
 create mode 100644 package/pound/0002-fix-openssl-1.1.0.patch
 create mode 100644 package/rdesktop/0002-openssl11.patch

-- 
2.18.0

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2018-09-10 20:43 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-25  9:16 [Buildroot] [PATCH/next 0/7] Preparation for libopenssl version bump Bernd Kuhls
2018-08-25  9:16 ` [Buildroot] [PATCH/next 1/7] package/ecryptfs-utils: Fix build with OpenSSL 1.1.x Bernd Kuhls
2018-09-09 13:36   ` Thomas Petazzoni
2018-08-25  9:16 ` [Buildroot] [PATCH/next 2/7] package/ibrcommon: add openssl 1.1 compatibility Bernd Kuhls
2018-09-09 13:41   ` Thomas Petazzoni
2018-08-25  9:16 ` [Buildroot] [PATCH/next 3/7] package/ipsec-tools: Fix build with OpenSSL 1.1.x Bernd Kuhls
2018-09-10 20:39   ` Thomas Petazzoni
2018-08-25  9:16 ` [Buildroot] [PATCH/next 4/7] package/liboauth: " Bernd Kuhls
2018-09-09 13:52   ` Thomas Petazzoni
2018-08-25  9:17 ` [Buildroot] [PATCH/next 5/7] package/libtorrent: " Bernd Kuhls
2018-09-09 13:57   ` Thomas Petazzoni
2018-08-25  9:17 ` [Buildroot] [PATCH/next 6/7] package/pound: " Bernd Kuhls
2018-08-25  9:17 ` [Buildroot] [PATCH/next 7/7] package/rdesktop: " Bernd Kuhls
2018-09-10 20:43   ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox