mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 0/4] zeromq: version bump
@ 2022-07-08  7:10 Alexander Dahl
  2022-07-08  7:10 ` [ptxdist] [PATCH 1/4] libzmq: Pin some more configure options Alexander Dahl
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Alexander Dahl @ 2022-07-08  7:10 UTC (permalink / raw)
  To: ptxdist; +Cc: Alexander Aring

Hello,

for a proprietary SDK in on of our BSPs we need a recent version of
zeromq, so I took the opportunity to upgrade it.  The first three
patches should be straight forward, although a lot of new configure
options were introduced.

The fourth patch switches from embedded tweetnacl to external libsodium,
which I sent for a version bump series yesterday.  I'm not 100% sure
about that change, anyone with a better understanding of security
implications might veto that patch.

One thing more: buildroot sets some autoconf cache variables [1] which
are reported in zeromq prepare step (configure) like this:

    checking whether EFD_CLOEXEC is supported... not during cross-compile
    …
    checking whether SOCK_CLOEXEC is supported... not during cross-compile
    checking whether O_CLOEXEC is supported... not during cross-compile
    checking whether SO_BINDTODEVICE is supported... not during cross-compile
    checking whether SO_KEEPALIVE is supported... not during cross-compile
    checking whether TCP_KEEPCNT is supported... not during cross-compile
    checking whether TCP_KEEPIDLE is supported... not during cross-compile
    checking whether TCP_KEEPINTVL is supported... not during cross-compile
    checking whether TCP_KEEPALIVE is supported... not during cross-compile
    checking whether SO_PRIORITY is supported... not during cross-compile
    checking whether getrandom is supported... not during cross-compile

Not sure if this should be taken care of by ptxdist's receipe, too?  It
could be added in a separate patch then.

Greets
Alex

[1] https://git.busybox.net/buildroot/tree/package/zeromq/zeromq.mk

Alexander Dahl (4):
  libzmq: Pin some more configure options
  libzmq: Revise license and add license file hashes
  libzmq: version bump 4.0.4 -> 4.3.4
  libzmq: Prefer external libsodium over internal tweetnacl

 rules/libzmq.in   |  1 +
 rules/libzmq.make | 41 ++++++++++++++++++++++++++++++++++-------
 2 files changed, 35 insertions(+), 7 deletions(-)


base-commit: 7384b37919cb66e12ff15b4264325cb5eba911c3
-- 
2.30.2




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

end of thread, other threads:[~2022-07-29  6:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-08  7:10 [ptxdist] [PATCH 0/4] zeromq: version bump Alexander Dahl
2022-07-08  7:10 ` [ptxdist] [PATCH 1/4] libzmq: Pin some more configure options Alexander Dahl
2022-07-29  6:23   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-07-08  7:11 ` [ptxdist] [PATCH 2/4] libzmq: Revise license and add license file hashes Alexander Dahl
2022-07-29  6:23   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-07-08  7:11 ` [ptxdist] [PATCH 3/4] libzmq: version bump 4.0.4 -> 4.3.4 Alexander Dahl
2022-07-29  6:23   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-07-08  7:11 ` [ptxdist] [PATCH 4/4] libzmq: Prefer external libsodium over internal tweetnacl Alexander Dahl
2022-07-29  6:23   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-07-08  9:26 ` [ptxdist] [PATCH 0/4] zeromq: version bump Michael Olbrich
2022-07-08 15:15 ` Michael Olbrich

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