summaryrefslogtreecommitdiffstats
path: root/package/zeromq
Commit message (Collapse)AuthorAgeFilesLines
* Normalize separator size to 80Alexandre Belloni2013-06-061-2/+2
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* zeromq: bump version to 3.2.3Simon Dawson2013-05-061-1/+1
| | | | | Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* zeromq: needs threadsGustavo Zacarias2013-04-101-2/+4
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/11a1c085e3f5c490cbf3fec8f26169ade29f7363/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* zeromq: require IPv6 support in toolchainSimon Dawson2013-03-181-2/+3
| | | | | | | | | | The zeromq package was recently bumped from version 2.2.0 to version 3.2.2, which has introduced a requirement for IPv6 support in the toolchain. At present, IPv6 support is mandatory in zeromq: there is no configuration option to enable/disable the feature. Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* zeromq: add PGM/EPGM supportAlexander Lukichev2013-03-172-0/+14
| | | | | | | | | | | This adds support for Pragmatic General Multicast protocol on raw IP (PGM, RFC 3208) or UDP frames (EPGM) for use as zeromq reliable multicast transport. The library relies on openpgm package to implement the protocol itself. Signed-off-by: Alexander Lukichev <alexander.lukichev@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* zeromq: bump version to 3.2.2Alexander Lukichev2013-03-171-1/+1
| | | | | Signed-off-by: Alexander Lukichev <alexander.lukichev@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* zeromq: bump version to 2.2.0Simon Dawson2012-09-221-1/+1
| | | | | Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* zeromq: add license informationSimon Dawson2012-09-051-0/+2
| | | | | | | | | | | | Note that the COPYING.LESSER file states that "Parts of the software are licensed under the MIT (X11) license". On the 0MQ mailing list, Pieter Hintjens has confirmed that the code no longer contains any parts that are under the MIT/X11 license. (The COPYING.LESSER file will be fixed in a future release.) Signed-off-by: Simon Dawson <simond@trainfx.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* all packages: rename XXXTARGETS to xxx-packageArnout Vandecappelle (Essensium/Mind)2012-07-171-1/+1
| | | | | | | | | | | | | Also remove the redundant $(call ...). This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* new package: zeromqThomas De Schampheleire2012-03-152-0/+37
[Peter: fix C++/LF deps, reformat help, install into staging] Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>