Commit Graph

37 Commits

Author SHA256 Message Date
Ismail Dönmez
e57b1b3381 Accepting request 621882 from home:dimstar:Factory
- Add baselibs.conf: build libzmq5-32bit, as it is a required
  dependency to libavfilter7-32bit (i.e ffmpeg 4).

OBS-URL: https://build.opensuse.org/request/show/621882
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=68
2018-07-10 12:25:12 +00:00
00cbf5112b Accepting request 590995 from home:adamm:branches:devel:libraries:c_c++
- New upstream version 4.2.5:
  * fix backward-incompatible change in the NULL auth
    mechanism that slipped in 4.2.3 and made connections
    with a ZAP domain set on a socket but without a working
    ZAP handler fail. See ZMQ_ZAP_ENFORCE_DOMAIN
  * clarify in zmq_close manpage that the operation will
    complete asynchronously.

OBS-URL: https://build.opensuse.org/request/show/590995
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=66
2018-03-28 07:57:42 +00:00
07b415c02e Accepting request 589935 from home:adamm:branches:devel:libraries:c_c++
- New upstream version 4.2.4
  * New DRAFT (see NEWS for 4.2.0) socket options:
    - ZMQ_LOOPBACK_FASTPATH to enable faster TCP loopback on Windows
    - ZMQ_METADATA to set application-specific metadata on a socket
    See doc/zmq_setsockopt.txt and doc/zmq_getsockopt.txt for details.
  * New DRAFT (see NEWS for 4.2.0) context options:
    - ZMQ_ZERO_COPY_RECV to disable zero-copy receive to save memory
    at the expense of slower performance
    See doc/zmq_ctx_set.txt and doc/zmq_ctx_get.txt for details.
  * New DRAFT API zmq_stopwatch_intermediate which returns the time
    elapsed without stopping the stopwatch.
  * TIPC: support addressing TIPC Port Identity addresses.
  * fix ZMQ_DISH over UDP triggers errno_assert() after watermark
  * fix ZMQ_PUB crash when due to high volume of subscribe and
    unsubscribe messages, an unmatched unsubscribe message is
    received in certain conditions
  * see NEWS and ChangeLog for additional details
- install licenses correctly and update SPDX license to version 3

OBS-URL: https://build.opensuse.org/request/show/589935
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=64
2018-03-23 09:27:20 +00:00
8585a2ff28 Accepting request 556904 from home:adamm:branches:devel:libraries:c_c++
- New upstream version 4.2.3
   * API change: previously ZMQ_POLLOUT on a ZMQ_ROUTER socket
     returned always true due to how the type works. When
     ZMQ_ROUTER_MANDATORY is set, sending fails when the peer is
     not available, but ZMQ_POLLOUT always returns true anyway,
     which does not make sense. Now when ZMQ_ROUTER_MANDATORY is
     set, ZMQ_POLLOUT on a ZMQ_ROUTER will return true only if
     at least one peer is available.
     Given ZMQ_POLLOUT with ZMQ_ROUTER was not usable at all
     previously, we do not consider this a breakage warranting a
     major or minor version increase.
   * ZMQ_IDENTITY has been renamed to ZMQ_ROUTING_ID and
     ZMQ_CONNECT_RID has been renamed to ZMQ_CONNTECT_ROUTING_ID
     to disambiguate. ZMQ_IDENTITY and ZMQ_CONNECT_RID are still
     available to keep backward compatibility, and will be
     removed in a future release after further advance notice.
   * DRAFT API change: zmq_poller_wait, zmq_poller_wait_all and
     zmq_poller_poll have been changed to be inline with other
     existing APIs that have a timeout to return EAGAIN instead
     of ETIMEDOUT as the errno value.
   * Existing non-DRAFT socket types ZMQ_REP/REQ, ZMQ_ROUTER/DEALER
     and ZMQPUB/SUB, that were previously declared deprecated, have
     been reinstated as stable and supported
   * Curve: all remaining traces of debug output to console are now
     removed, and new DRAFT events are available to properly debug
     CURVE, PLAIN, GSSAPI and ZAP events and failures.
   * for compelete changelog see
     https://github.com/zeromq/libzmq/releases/tag/v4.2.3
- drop remove_werror.patch: can now be disabled at configure time,
  if needed.

OBS-URL: https://build.opensuse.org/request/show/556904
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=62
2017-12-15 08:54:39 +00:00
93774553bd - disable silent compilation flags
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=60
2017-06-01 13:07:15 +00:00
ad28aab1c0 - remove_werror.patch: don't use -Werror in compiler flags
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=59
2017-06-01 11:31:24 +00:00
59cf002c2c - New upstream version 4.2.2
* fix SO_NOSIGPIPE and connection closing by peer race condition
   * fix IPv4-in-IPv6 mapped addresses parsing error
   * zmq_z85_decode did validate its input. The function has been
   fixed to correctly follow RFC32 and return NULL if the input is
   invalid.
   * for complete changelog see
   https://github.com/zeromq/libzmq/releases/tag/v4.2.2

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=57
2017-03-21 14:42:55 +00:00
dd904333ca Accepting request 454472 from home:jengelh:branches:devel:libraries:c_c++
- Compact the descriptions.

OBS-URL: https://build.opensuse.org/request/show/454472
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=55
2017-02-07 12:12:22 +00:00
09074888e6 Accepting request 448356 from home:adamm:branches:devel:libraries:c_c++
- New upstream version 4.2.1
   * Bugfix release. For complete changelog see
     https://github.com/zeromq/libzmq/releases/tag/v4.2.1

OBS-URL: https://build.opensuse.org/request/show/448356
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=53
2017-01-02 08:54:09 +00:00
Michal Vyskocil
669dab446c Accepting request 438778 from home:mvyskocil:branches:devel:libraries:c_c++
- New upstream version 4.2.0 
   * For Pieter. Thanks for making all of this possible.
   * This release introduces new APIs, but it is ABI compatible with
     libzmq 4.1.2 and up.
   * Fixed alignment problem on arm and sparc, need to rebuild
     against 4.2.0
   * New Context option ZMQ_MAX_MSGSZ
   * New Socket options:
     - ZMQ_HANDSHAKE_IVL
     - ZMQ_SOCKS_PROXY
     - ZMQ_XPUB_NODROP
     - ZMQ_BLOCKY
     - ZMQ_XPUB_MANUAL
     - ZMQ_XPUB_WELCOME_MSG
     - ZMQ_STREAM_NOTIFY
     - ZMQ_INVERT_MATCHING
     - ZMQ_HEARTBEAT_IVL
     - ZMQ_HEARTBEAT_TTL
     - ZMQ_HEARTBEAT_TIMEOUT
     ....
    * see NEWS for all changes
- Packaging
   * add --with-libsodium to link against libsodium and not internal
     tweetnacl
   * remove disable-silent-rules
   * add --enable-curve to build curve_keygen tool
     https://github.com/zeromq/libzmq/pull/2195
   * add libunwind to build dependencies

OBS-URL: https://build.opensuse.org/request/show/438778
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=51
2016-11-08 07:43:16 +00:00
Ismail Dönmez
0972a0ff83 Accepting request 405465 from home:jengelh:branches:devel:libraries:c_c++
- Remove useless --with-pic, it's only for (non-built) static libs

OBS-URL: https://build.opensuse.org/request/show/405465
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=49
2016-06-29 13:27:53 +00:00
d99d5f0b58 - skip testsuite on qemu-linux-user
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=48
2016-06-28 15:31:03 +00:00
Ismail Dönmez
ad5e293e03 Accepting request 402954 from home:adamm:branches:devel:libraries:c_c++
- New upstream version 4.1.5
  * Fixed #1806 - uninitialised read in curve getsockopt.
  * Fixed #1807 - build broken with GCC 6.
  * Fixed #1831 - potential assertion failure with latest libsodium.
  * Fixed #1850 - detection issues with tweetnacl/libsodium.
  * Fixed #1877 - Avoid terminating connections prematurely
  * fixes some IPv6 related issues
- Removed 3ad076.patch, upstreamed

OBS-URL: https://build.opensuse.org/request/show/402954
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=45
2016-06-18 15:57:58 +00:00
c2b417b022 Accepting request 399056 from home:adamm:branches:devel:libraries:c_c++
- Added patch 3ad076.patch
  * based on https://github.com/zeromq/zeromq4-1/commit/3ad076.patch
  * refreshed and removed NEWS section
  * fixes unbinding when IPv6 is available
- Add '--disable-dependency-tracking' since we are not rebuilding
- Re-enable concurrent check target, but fall back to sequential on
  failure. This allows quick test building, while allows 
  sequential unit test run. Run tests 3x before 'official' failure as
  some are a little flaky (upstream acknowledges this)

- Append test_log in build output if there are failures

- Update to 4.1.4
  * fixed build failure with latest libsodium
  * handle IPv6 link local addresses
  * fixed assertion failure in msg.cpp:390 on STREAM sockets
  * fixed assertion failure in tcp.cpp after network reconnect
  * fixed socket monitor hang
- Remove libsodium-init.patch - upstreamed
- Run %check rule sequentially to prevent assert failures

OBS-URL: https://build.opensuse.org/request/show/399056
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=43
2016-05-31 13:39:40 +00:00
Ismail Dönmez
d32465c660 - Add libsodium-init.patch to handle sodium_init() error.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=41
2015-11-05 09:48:04 +00:00
Ismail Dönmez
29cd708838 - Re-enable %check
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=39
2015-10-06 11:29:07 +00:00
Ismail Dönmez
201f151d4f Accepting request 334956 from home:cyberiad:branches:devel:languages:python3
update to version 4.1.3

OBS-URL: https://build.opensuse.org/request/show/334956
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=38
2015-10-02 09:52:38 +00:00
f4a5930afe Accepting request 332962 from home:tampakrap:branches:devel:libraries:c_c++
- Fix the conditionals on the previous commit

OBS-URL: https://build.opensuse.org/request/show/332962
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=36
2015-09-22 13:32:24 +00:00
912ab3de22 Accepting request 332960 from home:tampakrap:branches:devel:libraries:c_c++
- Conditionally use the pkgconfig style, to support SLE11

OBS-URL: https://build.opensuse.org/request/show/332960
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=35
2015-09-22 13:14:38 +00:00
Tomáš Chvátal
1397552229 - Version bump to 4.1.2 bnc#937912:
* Added explicit reference to static link exception in every source file.
  * Bumped ABI version to 5:0:0 since 4.1.x changed the ABI.
  * Fixed STDINT event interface macros to work with CZMQ 3.0.
  * Fixed installation of man pages when BUILD_DOC is not set.
  * Fixed #1428 - regression on single-socket proxies.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=33
2015-07-14 08:42:28 +00:00
Michal Vyskocil
d7c54ccc2a Accepting request 312206 from home:mvyskocil:branches:devel:libraries:c_c++
- Add pkgconfig(libsodium) as mandatory build dependency 
- Change libuuid-devel to pkgconfig style

OBS-URL: https://build.opensuse.org/request/show/312206
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=31
2015-06-16 06:11:40 +00:00
Michal Vyskocil
22fa160181 Accepting request 311122 from home:mvyskocil:branches:devel:libraries:c_c++
- Build depends on openpgm-devel

OBS-URL: https://build.opensuse.org/request/show/311122
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=30
2015-06-08 09:14:35 +00:00
Tomáš Chvátal
a51294d753 Accepting request 311103 from home:mvyskocil:branches:devel:libraries:c_c++
- Update to 4.1.1, bugfix release
- drop unecessary
  zeromq_4.0.5_avoid_curve_test_hang_on_ppc64.patch

OBS-URL: https://build.opensuse.org/request/show/311103
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=29
2015-06-08 07:04:16 +00:00
Tomáš Chvátal
5e56b7eab6 * Also fixes bnc#931978 CVE-2014-9721
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=27
2015-06-01 08:29:20 +00:00
Ismail Dönmez
3015523ac3 Accepting request 283160 from home:michel_mno:branches:devel:libraries:c_c++
- Add a zeromq_4.0.5_avoid_curve_test_hang_on_ppc64.patch
  to avoid curve test to hang for ppc ppc64 ppc64le architectures
  related bug ref: bnc#912460
  This is a set of commits grab from zeromq4-x git tree
  from https://github.com/zeromq/zeromq4-x.git
    Merge pull request #101 from hintjens/master
    Problem: issue #1273, protocol downgrade attack
    Merge pull request #100 from hintjens/master
    Problem: zmq_ctx_term has insane behavior by default

OBS-URL: https://build.opensuse.org/request/show/283160
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=25
2015-01-28 18:24:00 +00:00
Tomáš Chvátal
8839e457da - Split the curve-keygen binary to separate subpkg bnc#907584
* Add conflicts to new supackage

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=23
2014-11-28 11:41:15 +00:00
Tomáš Chvátal
56d6a795aa - Gracely continue when checks fail
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=21
2014-11-13 08:16:24 +00:00
Tomáš Chvátal
f2df4d109c - Remove sle11 support, not really needed for us here
- Add libsodium dep for testsuite where possible
- Version bump to 4.0.5 fixes bnc#898917 CVE-2014-7202 and
  CVE-2014-7203: 
  * Fixed #1191; CURVE mechanism does not verify short term nonces.
  * Fixed #1190; stream_engine is vulnerable to downgrade attacks.
  * Fixed #1088; assertion failure for WSAENOTSOCK on Windows.
  * Fixed #1015; race condition while connecting inproc sockets.
  * Fixed #994; bump so library number to 4.0.0
  * Fixed #939, assertion failed: !more (fq.cpp:99) after many ZAP requests.
  * Fixed #872; lost first part of message over inproc://.
  * Fixed #797, keep-alive on Windows.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=19
2014-10-16 08:42:54 +00:00
Tomáš Chvátal
e87abd0e20 - Cleanup to remove SLE10 and older mentions
- Remove other distros from rules as we don't build for them anyway.
- Cleanup with spec-cleaner.
- Enable tests.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=17
2014-05-12 10:47:34 +00:00
Sascha Peilicke
a4f2d4c38a - Move to 'download_files' source service which is in better shap
and easier to use

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=15
2014-03-27 13:42:57 +00:00
Sascha Peilicke
d9e3e5e57f Accepting request 227754 from home:mvyskocil:branches:devel:libraries:c_c++
- Update to 4.0.4 
  For details see /usr/share/doc/packages/zeromq-devel/NEWS
- Moved most of docs to devel package to reduce a size of libmq3

OBS-URL: https://build.opensuse.org/request/show/227754
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=14
2014-03-27 13:41:53 +00:00
Michal Vyskocil
5204cdd089 Accepting request 210754 from home:dbahi:branches:devel:libraries:c_c++
update to 4.0.3

OBS-URL: https://build.opensuse.org/request/show/210754
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=11
2013-12-13 13:55:38 +00:00
Ismail Dönmez
d8c90473e5 Accepting request 199941 from home:posophe:branches:devel:libraries:c_c++
update

OBS-URL: https://build.opensuse.org/request/show/199941
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=9
2013-09-23 10:11:07 +00:00
5afeffde47 Accepting request 142600 from home:darix:branches:home:mtomaschewski:syslog
- Update to version 3.2.2
  For details see /usr/share/doc/packages/libzmq3/NEWS

OBS-URL: https://build.opensuse.org/request/show/142600
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=7
2012-11-23 17:22:47 +00:00
f6839976c6 Remove redundant tags/sections
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=4
2012-01-28 21:42:15 +00:00
Sascha Peilicke
a58c7803fd - Fixed license to LGPL-3.0+ (SPDX style)
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=2
2011-09-28 07:04:35 +00:00
Stephan Kulow
c82180fbe2 Accepting request 85003 from network:messaging
Seems to be a more suitable place

OBS-URL: https://build.opensuse.org/request/show/85003
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=1
2011-09-27 07:39:43 +00:00