Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Ryan Coe <bluemrp9@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v5 1/4] libopenssl: bump version to 1.1.1a
Date: Thu, 17 Jan 2019 11:39:07 -0800	[thread overview]
Message-ID: <c02065cb-8c57-0f1f-e581-afd656de283a@gmail.com> (raw)
In-Reply-To: <20190117181608.12644-1-ps.report@gmx.net>

Peter,

On 1/17/2019 10:16 AM, Peter Seiderer wrote:
> - remove all parallel build patches (openssl build-system changed)
>
> - rebased 0001-Dont-waste-time-building-manpages-if-we-re-not-going.patch
>    to apply to Configurations/unix-Makefile.tmpl (Makefile template)
>
> - removed 0002-cryptodev-Fix-issue-with-signature-generation.patch
>    (upstream applied)
>
> - rebased 0003-Reproducible-build-do-not-leak-compiler-path.patch to
>    apply to crypto/build.info (Makefile template)
>
> - fix musl/uclibc build failure, use '-DOPENSSL_NO_ASYNC'
>
> - remove legacy enable-tlsext configure option
>
> - remove target/host libdir configure options, fixes openssl.pc installation
>    path, fixes wget compile
>
> - change legacy INSTALL_PREFIX to DESTDIR
>
> - remove 'libraries gets installed read only, so strip fails'
>    workaround (not needed anymore)
>
> - change engine directory from /usr/lib/engines to
>    /usr/lib/engines-1.1
>
> - change license file hash, no license change, only the following
>    hint was removed:
>
>      Actually both licenses are BSD-style Open Source licenses.
>      In case of any license issues related to OpenSSL please
>      contact openssl-core at openssl.org.
>
> - fix host-libopenssl compile setting rpath as decribed in
>    libopenssl-1.1.0h/NOTES.UNIX
>
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
> Changes v4 -> v5:
>    - remove libdir config options (suggested by Arnout Vandecappelle)
>
> Changes v3 -> v4:
>    - bump version to 1.1.1a
>    - remove all parallel build patches hash file entries
>    - re-remove 0004-Revert-util-dofile.pl-only-quote-stuff-that-actually.patch
>      (upstream applied)
>    - fix hist library install path
>    - removed 0002-cryptodev-Fix-issue-with-signature-generation.patch
>      (upstram applied)
>    - remove follow up patch for openssh (not longer needed since
>      version bump to 7.9p1, see https://www.openssh.com/releasenotes.html
>      Portability)
>
> Changes v2 -> v3:
>    - no changes
>
> Changes v1 -> v2:
>    - add OPENSSL_NO_ASYNC workaround for musl compile too
>      (suggested by Bernd Kuhls)
>
>    - fix host-libopenssl compile (reported by Ryan Coe) by setting rpath
>      (suggested by Ryan Coe)
>
>    - fix 0001-Dont-waste-time-building-manpages-if-we-re-not-going.patch
>      and 0003-Reproducible-build-do-not-leak-compiler-path.patch to apply
>      to the Makefile templates (instead of re-generated Makefile)
>      (reported by Ryan Coe)
>
>    - add 0004-Revert-util-dofile.pl-only-quote-stuff-that-actually.patch
>      (suggested by Bernd Kuhls)
>
> Notes:
>
>   - There was a previous attempt to bump the openssl version by
>     David Mosberger <davidm@egauge.net>. I could not find the
>     corresponding patch in patchwork or on the mailing list,
>     only a reply by Arnout Vandecappelle (see [2]) and the
>     answer by David Mosberger (see [3]).
>
>   - Compile checked packages (depending explicit on libopenssl or host-libopenssl):
>     O.k:
>       - hostapd
>       - libpjsip
>       - host-mariadb (with patch)
>       - mosquitto
>       - wpa_supplicant
>
>      Failure:
>       - softether/host-softether
>       - mariadb (cmake configure error, maybe unrelated?)
>
>   - Compile checked packages (depending on openssl or host-openssl):
>      O.k.:
>        - alljoyn-base
>        - apache
>        - apr
>        - apr-util
>        - freeswitch
>        - openssh
>        - pound (with patch https://patchwork.ozlabs.org/patch/962157 )
>
>      Failure:
>        - android-tools
>
> [2] http://lists.busybox.net/pipermail/buildroot/2017-August/200859.html
> [3] http://lists.busybox.net/pipermail/buildroot/2017-August/200898.html

[snip]

Tested-by: Ryan Coe <bluemrp9@gmail.com>

  parent reply	other threads:[~2019-01-17 19:39 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-17 18:16 [Buildroot] [PATCH v5 1/4] libopenssl: bump version to 1.1.1a Peter Seiderer
2019-01-17 18:16 ` [Buildroot] [PATCH v5 2/4] freeswitch: bump to git master 8f10ae54a18a19fc6ed938e4f662bd218ba54b5e Peter Seiderer
2019-01-17 18:16 ` [Buildroot] [PATCH v5 3/4] mariadb: use host-openssl from buildroot-system Peter Seiderer
2019-01-17 19:39   ` Ryan Coe
2019-01-17 18:16 ` [Buildroot] [PATCH v5 4/4] package/pound: Fix build with OpenSSL 1.1.x Peter Seiderer
2019-01-17 19:39 ` Ryan Coe [this message]
2019-01-17 23:28   ` [Buildroot] [PATCH v5 1/4] libopenssl: bump version to 1.1.1a Vadim Kochan
2019-01-18  0:16   ` Vadim Kochan
2019-01-18 11:27 ` Patrick Havelange
2019-01-18 11:49   ` Vadim Kochan
2019-01-18 11:48     ` Patrick Havelange
2019-01-18 15:30       ` Vadim Kochan
2019-01-18 16:01       ` Vadim Kochan
2019-01-21 10:31         ` Patrick Havelange
2019-01-21 11:32           ` Vadim Kochan
2019-01-22 11:33             ` Patrick Havelange
2019-01-23  9:38               ` Patrick Havelange

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c02065cb-8c57-0f1f-e581-afd656de283a@gmail.com \
    --to=bluemrp9@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox