Bug 137118

Summary: [PATCH]devel/libevent: update to 1.4.12
Product: Ports & Packages Reporter: bf <bf1783>
Component: Individual Port(s)Assignee: Marcus Alves Grando <mnag>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description bf 2009-07-25 11:20:05 UTC

Changes in 1.4.12-stable:

Fix an obscure timing-dependent, allocator-dependent crash in the evdns code.

Use __VA_ARGS__ syntax for varargs macros in event_rpcgen when compiler is not GCC.

Activate fd events in a pseudorandom order with O(N) backends, so that we don't systematically favor low fds (select) or earlier-added fds (poll, win32).

Fix another pair of fencepost bugs in epoll.c.  [Patch from Adam Langley.]

Do not break evdns connections to nameservers when our IP changes.

Set truncated flag correctly in evdns server replies.

Disable strict aliasing with GCC: our code is not compliant with it.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-07-25 11:20:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mnag

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-08-17 15:44:00 UTC
mnag        2009-08-17 14:43:51 UTC

  FreeBSD ports repository

  Modified files:
    devel/libevent       Makefile distinfo 
  Log:
  - Update to 1.4.12
  
  PR:             137118
  Submitted by:   bf <bf1783___gmail.com>
  
  Revision  Changes    Path
  1.41      +1 -1      ports/devel/libevent/Makefile
  1.26      +3 -3      ports/devel/libevent/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 3 Marcus Alves Grando freebsd_committer freebsd_triage 2009-08-17 15:44:09 UTC
State Changed
From-To: open->closed

Committed. Thanks!