pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/zeromq version 4.2.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eea6a910c504
branches:  trunk
changeset: 366376:eea6a910c504
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Aug 13 17:10:45 2017 +0000

description:
version 4.2.2:
* Improve compatibility with GNU Hurd
* Fixed 2286 - improve CMake on Windows documentation
* Fixed 1235 - improved compatibility with mingw64
* Improve zmq_proxy documentation to state it can return ETERM as well
* Fixed 1442 - SO_NOSIGPIPE and connection closing by peer race condition
* Improve CMake functionality on Windows: ZeroMQConfig.cmake generation CPack
  option, correct static library filename, ship FindSodium.cmake in tarball
* Fixed 2228 - setting HWM after connect on inproc transport leads to infinite
  HWM
* Add support for Visual Studio 2017
* New DRAFT (see NEWS for 4.2.0) zmq_has option "draft" option that returns
  true if the library was built with DRAFT enabled. Useful for FFI bindings.
  See doc/zmq_has.txt for more information
* Fixed 2321 - zmq_z85_decode does not validate its input. The function has
  been fixed to correctly follow RFC32 and return NULL if the input is invalid
* Fixed 2323 - clock_t related crash on Apple iOS 9.3.2 and 9.3.5
* Fixed 1801 - OSX: Cmake installs libzmq in a weird PATH
* Fixed potential divide by zero in zmq::lb_t::sendpipe
* Improve compatibility with OpenIndiana by skipping epoll and using poll/select
* Fix IPv4-in-IPv6 mapped addresses parsing error

diffstat:

 net/zeromq/Makefile |   5 ++---
 net/zeromq/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r 73a75e76272a -r eea6a910c504 net/zeromq/Makefile
--- a/net/zeromq/Makefile       Sun Aug 13 17:09:34 2017 +0000
+++ b/net/zeromq/Makefile       Sun Aug 13 17:10:45 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2017/05/03 08:38:44 jperkin Exp $
+# $NetBSD: Makefile,v 1.26 2017/08/13 17:10:45 adam Exp $
 
-DISTNAME=      zeromq-4.2.1
+DISTNAME=      zeromq-4.2.2
 CATEGORIES=    net devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=zeromq/}
 
@@ -15,7 +15,6 @@
 USE_LANGUAGES=         c gnu++11
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake pkg-config
-
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-libsodium=${BUILDLINK_PREFIX.libsodium}
 
diff -r 73a75e76272a -r eea6a910c504 net/zeromq/distinfo
--- a/net/zeromq/distinfo       Sun Aug 13 17:09:34 2017 +0000
+++ b/net/zeromq/distinfo       Sun Aug 13 17:10:45 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.24 2017/02/08 18:15:44 maya Exp $
+$NetBSD: distinfo,v 1.25 2017/08/13 17:10:45 adam Exp $
 
-SHA1 (zeromq-4.2.1.tar.gz) = 2145aef176dbc944822a9b4585273d17e9b9fb7b
-RMD160 (zeromq-4.2.1.tar.gz) = 888085cca7f16ecd5487f9e518fdc59e5c8672ad
-SHA512 (zeromq-4.2.1.tar.gz) = 6ef52edff930be34451e81bd21a7e23f08e135c8e10e006d0a6146e7fa4171e9dcf9065f77c33cb0c0db4c16cff4a50cab2a9d612e306490a02bc6a4a913ba6a
-Size (zeromq-4.2.1.tar.gz) = 1243428 bytes
+SHA1 (zeromq-4.2.2.tar.gz) = 5ef9b1c385f4b897e6a9e4847e5355758c20de76
+RMD160 (zeromq-4.2.2.tar.gz) = 22394c5a83727abcb10bbc56f228cb8180879741
+SHA512 (zeromq-4.2.2.tar.gz) = d78813a61ce3311a1f8c230f7da0f5aedc97ef4b792afb6d398c5710da239348c0c7a67bdfeb38a7ab0282af498f1ed173649aff4add1bc35f0ef1b66f965443
+Size (zeromq-4.2.2.tar.gz) = 1236437 bytes
 SHA1 (patch-configure) = 5501450e277660d649d53f8a9d753037b4a22f15
 SHA1 (patch-src_ipc__listener.cpp) = 8e7cbd5554e9f16f251445ed56419cce4f255b35
 SHA1 (patch-src_tcp__listener.cpp) = 1a13889c499b71a22665c31ec374e7e284fe503c



Home | Main Index | Thread Index | Old Index