pkgsrc-Bugs archive

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

pkg/44690: Update devel/libev to 4.04



>Number:         44690
>Category:       pkg
>Synopsis:       Update devel/libev to 4.04
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sun Mar 06 13:50:00 +0000 2011
>Originator:     Kozachuk Oleksandr <ddeus.pkgsrc%mailnull.com@localhost>
>Release:        NetBSD 5.99.40
>Organization:
        
>Environment:
        
        
System: NetBSD ferium.kozachuk.info 5.99.40 NetBSD 5.99.40 (GENERICR) #2: Thu 
Dec 2 12:51:17 CET 2010 
root%ferium.kozachuk.info@localhost:/usr/obj/amd64/sys/arch/amd64/compile/GENERICR
 amd64
Architecture: x86_64
Machine: amd64
>Description:
Update devel/libev from 4.01 to 4.04, changes:
4.04 Wed Feb 16 09:01:51 CET 2011
        - fix two problems in the native win32 backend, where reuse of fd's
          with different underlying handles caused handles not to be removed
          or added to the select set (analyzed and tested by Bert Belder).
        - do no rely on ceil() in ev_e?poll.c.
        - backport libev to HP-UX versions before 11 v3.
        - configure did not detect nanosleep and clock_gettime properly when
          they are available in the libc (as opposed to -lrt).

4.03 Tue Jan 11 14:37:25 CET 2011
        - officially support polling files with all backends.
        - support files, /dev/zero etc. the same way as select in the epoll
          backend, by generating events on our own.
        - ports backend: work around solaris bug 6874410 and many related ones
          (EINTR, maybe more), with no performance loss (note that the solaris
          bug report is actually wrong, reality is far more bizarre and broken
          than that).
        - define EV_READ/EV_WRITE as macros in event.h, as some programs use
          #ifdef to test for them.
        - new (experimental) function: ev_feed_signal.
        - new (to become default) EVFLAG_NOSIGMASK flag.
        - new EVBACKEND_MASK symbol.
        - updated COMMON IDIOMS SECTION.
>How-To-Repeat:
        
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/libev/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile    2 Dec 2010 15:47:12 -0000       1.7
+++ Makefile    6 Mar 2011 13:24:13 -0000
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.7 2010/12/02 15:47:12 wiz Exp $
 
-DISTNAME=      libev-4.01
+DISTNAME=      libev-4.04
 CATEGORIES=    devel
 MASTER_SITES=  http://dist.schmorp.de/libev/
 
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/devel/libev/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo    2 Dec 2010 15:47:12 -0000       1.4
+++ distinfo    6 Mar 2011 13:24:13 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.4 2010/12/02 15:47:12 wiz Exp $
 
-SHA1 (libev-4.01.tar.gz) = c1d78fd00800fca8ecf3af2c23fb9ad39119d78b
-RMD160 (libev-4.01.tar.gz) = 7bb9f9f0473e8d22d4a776ff10905deb92e97328
-Size (libev-4.01.tar.gz) = 466183 bytes
+SHA1 (libev-4.04.tar.gz) = 7768c2bcce30dbf76672e51642a655479dd45772
+RMD160 (libev-4.04.tar.gz) = cd82228834c51cf152a0214b77a57b0359aead7b
+Size (libev-4.04.tar.gz) = 471713 bytes

>Unformatted:
        
        


Home | Main Index | Thread Index | Old Index