Bug 167904 - [UPDATE] devel/zmq to 2.2.0
Summary: [UPDATE] devel/zmq to 2.2.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Andrej Zverev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-15 07:10 UTC by Andrej Zverev
Modified: 2012-05-18 07:20 UTC (History)
0 users

See Also:


Attachments
patch-zmq.diff (1018 bytes, patch)
2012-05-15 07:10 UTC, Andrej Zverev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrej Zverev freebsd_committer freebsd_triage 2012-05-15 07:10:02 UTC
Changes:

* Fixed issue 349, add send/recv timeout socket options.
* Fixed issue 301, fix builds on HP-UX 11iv3 when using either gcc or aCC.
* Fixed issue 305, memory leakage when using dynamic subscriptions. 
* Fixed issue 332, libzmq doesn't compile on Android NDK.
* Fixed issue 293, libzmq doesn't follow ZMTP/1.0 spec.
* Fixed issue 342, cannot build against zmq.hpp under C++11.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-05-15 07:10:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->az

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-05-15 07:10:59 UTC
Maintainer of devel/zmq,

Please note that PR ports/167904 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/167904

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-05-15 07:11:04 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 gslin 2012-05-17 03:20:07 UTC
Thanks, please commit it.

On Tue, May 15, 2012 at 06:10:59AM +0000, Edwin Groothuis wrote:
> Maintainer of devel/zmq,
> 
> Please note that PR ports/167904 has just been submitted.
> 
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
> 
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/167904
> 
> -- 
> Edwin Groothuis via the GNATS Auto Assign Tool
> edwin@FreeBSD.org

-- 
* Gea-Suan Lin  (public key: Using https://keyserver.pgp.com/ to search)
* If you cannot convince them, confuse them.           -- Harry S Truman
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-05-18 07:14:49 UTC
az          2012-05-18 06:14:39 UTC

  FreeBSD ports repository

  Modified files:
    devel/zmq            Makefile distinfo 
  Log:
  Update to 2.2.0
  
  Changes:
  
  * Fixed issue 349, add send/recv timeout socket options.
  * Fixed issue 301, fix builds on HP-UX 11iv3 when using either gcc or aCC.
  * Fixed issue 305, memory leakage when using dynamic subscriptions.
  * Fixed issue 332, libzmq doesn't compile on Android NDK.
  * Fixed issue 293, libzmq doesn't follow ZMTP/1.0 spec.
  * Fixed issue 342, cannot build against zmq.hpp under C++11.
  
  PR:             ports/167904
  Submitted by:   az@
  Approved by:    gslin@gslin.org (maintainer)
  
  Revision  Changes    Path
  1.13      +1 -1      ports/devel/zmq/Makefile
  1.11      +2 -2      ports/devel/zmq/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Andrej Zverev freebsd_committer freebsd_triage 2012-05-18 07:19:20 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!