pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/zeromq



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Aug 13 17:10:45 UTC 2017

Modified Files:
        pkgsrc/net/zeromq: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/zeromq/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/zeromq/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/zeromq/Makefile
diff -u pkgsrc/net/zeromq/Makefile:1.25 pkgsrc/net/zeromq/Makefile:1.26
--- pkgsrc/net/zeromq/Makefile:1.25     Wed May  3 08:38:44 2017
+++ pkgsrc/net/zeromq/Makefile  Sun Aug 13 17:10:45 2017
@@ -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 @@ GITHUB_RELEASE=       v${PKGVERSION_NOREV}
 USE_LANGUAGES=         c gnu++11
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake pkg-config
-
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-libsodium=${BUILDLINK_PREFIX.libsodium}
 

Index: pkgsrc/net/zeromq/distinfo
diff -u pkgsrc/net/zeromq/distinfo:1.24 pkgsrc/net/zeromq/distinfo:1.25
--- pkgsrc/net/zeromq/distinfo:1.24     Wed Feb  8 18:15:44 2017
+++ pkgsrc/net/zeromq/distinfo  Sun Aug 13 17:10:45 2017
@@ -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