Re: [zeromq-dev] Instructing the ci_build.sh script to use czmq from github

2020-09-03 Thread Luca Boccassi
On Thu, 2020-09-03 at 16:46 +0200, Arnaud Loonstra wrote:
> Hey all,
> 
> Does anybody know how to instruct the ci_build.sh script to build with 
> czmq's master branch on github instead of the version provided by the 
> distribution?
> 
> For example I'm doing a test here which needs the OSC support of czmq:
> https://travis-ci.org/github/sphaero/libsphactor/jobs/723804384
> 
> Of course it fails :S
> 
> I'd like to prevent writing my own script for travis.
> 
> Rg,
> 
> Arnaud

Just use packages from:

https://build.opensuse.org/package/show/network:messaging:zeromq:git-draft/czmq

They are built from latest HEAD on each push

-- 
Kind regards,
Luca Boccassi


signature.asc
Description: This is a digitally signed message part
___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev


[zeromq-dev] Instructing the ci_build.sh script to use czmq from github

2020-09-03 Thread Arnaud Loonstra

Hey all,

Does anybody know how to instruct the ci_build.sh script to build with 
czmq's master branch on github instead of the version provided by the 
distribution?


For example I'm doing a test here which needs the OSC support of czmq:
https://travis-ci.org/github/sphaero/libsphactor/jobs/723804384

Of course it fails :S

I'd like to prevent writing my own script for travis.

Rg,

Arnaud
___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev


[zeromq-dev] CURVE supported for zmq_proxy

2020-09-03 Thread Rob Moolhuijsen

Hi,

In several projects we're using ZMQ to send/receive messages over the 
Internet. We are using the 4.2.2 libzmq library (not the libczmq) and 
all the communication (PUB/SUB) is done via the zmq_proxy (XPUB/XSUB). 
Now we are planning to integrate the CURVE security in our projects.


Question: Is CURVE supported by the zmq_proxy?

Request: I have seen some examples of several security patterns in the 
libczmq library (Stonehouse, Ironhouse) base on the czmq.h API but I 
would like to see the translation of those examples using the libzmq 
library (zmq.h API).


Kind regards,

Rob Moolhuijsen


___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev