diff options
author | sno <sno@pkgsrc.org> | 2009-08-18 14:10:53 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-08-18 14:10:53 +0000 |
commit | e57eb04aa28e04e7823d25c34dc7b7b0a46eaae5 (patch) | |
tree | d8e4948e7692759ca81b72be27728006d42af194 /devel/libev | |
parent | add85e40f2bed454d945b35a00c378899a67e2ab (diff) | |
download | pkgsrc-e57eb04aa28e04e7823d25c34dc7b7b0a46eaae5.tar.gz |
Updating package for devel/libev from 3.7nb1 to 3.8
- bumping API/ABI-depends, because upstream change says nothing about
ABI/API incompatible change
Upstream changes:
3.8 Sun Aug 9 14:30:45 CEST 2009
- incompatible change: do not necessarily reset signal handler
to SIG_DFL when a sighandler is stopped.
- ev_default_destroy did not properly free or zero some members,
potentially causing crashes and memory corruption on repated
ev_default_destroy/ev_default_loop calls.
- take advantage of signalfd on GNU/Linux systems.
- document that the signal mask might be in an unspecified
state when using libev's signal handling.
- take advantage of some GNU/Linux calls to set cloexec/nonblock
on fd creation, to avoid race conditions.
Diffstat (limited to 'devel/libev')
-rw-r--r-- | devel/libev/Makefile | 5 | ||||
-rw-r--r-- | devel/libev/buildlink3.mk | 6 | ||||
-rw-r--r-- | devel/libev/distinfo | 8 |
3 files changed, 9 insertions, 10 deletions
diff --git a/devel/libev/Makefile b/devel/libev/Makefile index 27e7fe82152..c41cf66354b 100644 --- a/devel/libev/Makefile +++ b/devel/libev/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2009/08/17 11:08:30 drochner Exp $ +# $NetBSD: Makefile,v 1.4 2009/08/18 14:10:53 sno Exp $ -DISTNAME= libev-3.7 -PKGREVISION= 1 +DISTNAME= libev-3.8 CATEGORIES= devel MASTER_SITES= http://dist.schmorp.de/libev/ diff --git a/devel/libev/buildlink3.mk b/devel/libev/buildlink3.mk index db5e00634e2..a1a6e580b57 100644 --- a/devel/libev/buildlink3.mk +++ b/devel/libev/buildlink3.mk @@ -1,12 +1,12 @@ -# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/08/08 19:40:37 sno Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2009/08/18 14:10:53 sno Exp $ BUILDLINK_TREE+= libev .if !defined(LIBEV_BUILDLINK3_MK) LIBEV_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.libev+=libev>=3.7 -BUILDLINK_ABI_DEPENDS.libev+=libev>=3.7 +BUILDLINK_API_DEPENDS.libev+=libev>=3.8 +BUILDLINK_ABI_DEPENDS.libev+=libev>=3.8 BUILDLINK_PKGSRCDIR.libev?= ../../devel/libev .endif # LIBEV_BUILDLINK3_MK diff --git a/devel/libev/distinfo b/devel/libev/distinfo index 0ff19b4b225..cc9626be4f1 100644 --- a/devel/libev/distinfo +++ b/devel/libev/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/08/08 19:40:37 sno Exp $ +$NetBSD: distinfo,v 1.2 2009/08/18 14:10:53 sno Exp $ -SHA1 (libev-3.7.tar.gz) = eefd99ef01b15a64c32bf36a1955d2f13bd06e21 -RMD160 (libev-3.7.tar.gz) = 464c5b3ec097495f7c31ea5a108c9c6f839c1ab5 -Size (libev-3.7.tar.gz) = 463344 bytes +SHA1 (libev-3.8.tar.gz) = cc57a3e6e171738aaa9d6af35ea66624a0a62b51 +RMD160 (libev-3.8.tar.gz) = 63398782022f3047f6e8587b802e072cfe4094c8 +Size (libev-3.8.tar.gz) = 470250 bytes |