Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109825963
D3402.id8205.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D3402.id8205.diff
View Options
Index: head/net/libzmq4/Makefile
===================================================================
--- head/net/libzmq4/Makefile
+++ head/net/libzmq4/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= libzmq4
-PORTVERSION= 4.1.2
-PORTREVISION= 1
+PORTVERSION= 4.1.3
CATEGORIES= net
MASTER_SITES= http://download.zeromq.org/
DISTNAME= zeromq-${DISTVERSION}
Index: head/net/libzmq4/distinfo
===================================================================
--- head/net/libzmq4/distinfo
+++ head/net/libzmq4/distinfo
@@ -1,2 +1,2 @@
-SHA256 (zeromq-4.1.2.tar.gz) = f9162ead6d68521e5154d871bac304f88857308bb02366b81bb588497a345927
-SIZE (zeromq-4.1.2.tar.gz) = 1367275
+SHA256 (zeromq-4.1.3.tar.gz) = 61b31c830db377777e417235a24d3660a4bcc3f40d303ee58df082fcd68bf411
+SIZE (zeromq-4.1.3.tar.gz) = 1372069
Index: head/net/libzmq4/files/patch-ipv6-connect
===================================================================
--- head/net/libzmq4/files/patch-ipv6-connect
+++ head/net/libzmq4/files/patch-ipv6-connect
@@ -1,20 +0,0 @@
-15f9ee19cb895f7fb7b6d09ec64d4b82717ee1aa
-diff --git src/socket_base.cpp src/socket_base.cpp
-index bddbaf2..79044b1 100644
---- src/socket_base.cpp
-+++ src/socket_base.cpp
-@@ -717,11 +717,12 @@ int zmq::socket_base_t::connect (const char *addr_)
- // Following code is quick and dirty check to catch obvious errors,
- // without trying to be fully accurate.
- const char *check = address.c_str ();
-- if (isalnum (*check) || isxdigit (*check)) {
-+ if (isalnum (*check) || isxdigit (*check) || *check == '[') {
- check++;
- while (isalnum (*check)
- || isxdigit (*check)
-- || *check == '.' || *check == '-' || *check == ':'|| *check == ';')
-+ || *check == '.' || *check == '-' || *check == ':'|| *check == ';'
-+ || *check == ']')
- check++;
- }
- // Assume the worst, now look for success
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 11, 12:55 AM (5 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16586471
Default Alt Text
D3402.id8205.diff (1 KB)
Attached To
Mode
D3402: Update net/libzmq4 to 4.1.3
Attached
Detach File
Event Timeline
Log In to Comment