diff options
author | wiz <wiz@pkgsrc.org> | 2012-12-16 11:26:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-12-16 11:26:07 +0000 |
commit | 8fb48fe0448c1d7c31ce040bbdd47de0cc90d66f (patch) | |
tree | cbcf5dd82000de05dc80f06196ed56c31fbc0793 | |
parent | 59937969310fc1ff99eb0a95ee9ea7161866cb81 (diff) | |
download | pkgsrc-8fb48fe0448c1d7c31ce040bbdd47de0cc90d66f.tar.gz |
Update to 2.0.21:
Changes in version 2.0.21-stable (18 Nov 2012)
BUGFIXES:
o ssl: Don't discard SSL read event when timeout and read come close together (576b29f)
o ssl: Stop looping in "consider_reading" if reading is suspended. (f719b8a Joachim Bauch)
o ssl: No need to reserve space if reading is suspended. (1acf2eb Joachim Bauch)
o dns: Avoid a memory-leak on OOM in evdns. (73e85dd, f2bff75 George Danchev)
o build: Use python2 rather than python (0eb0109 Ross Lagerwall)
o build: Compile without warnings on mingw64 (94866c2)
o build: Fix compilation on mingw64 with -DUSE_DEBUG (62bd2c4)
o build: Make rpcgen_wrapper.sh work on systems without a "python2" binary (f3009e4)
o iocp: Close IOCP listener socket on free when LEV_OPT_CLOSE_ON_FREE is set (cb853ea Juan Pablo Fernandez)
o core: Avoid crash when event_pending() called with no event_base set on event (e3cccf3)
o misc: remove stray 'x' so print_err will compile when uncommented (ac35650 Patrick Pelletier)
o tests: Fix renegotiation test to work around openssl 1.0.1 bug (c2f3086)
o tests: Warn when openssl version in unit test mismatches compiled version. (ac009f9)
Changes in version 2.0.20-stable (23 Aug 2012)
BUGFIXES:
o core: Make event_pending() threadsafe. (be7a95c Simon Liu)
o win32: avoid crash when waiting forever on zero fds. (160e58b)
o evhttp: Fix a memory leak on error in evhttp_uriencode (11c8b31)
o evbuffer: Avoid possible needless call to writev. Found by coverity. (6a4ec5c)
o evdns: memset sockaddr_in before using it. Found by coverity. (a1a0e67)
o evhttp: Check more setsockopt return values when binding sockets. Found by coverity (a0912e3)
o evdns: Avoid segfault on weird timeout during name lookup. (dc32077 Greg Hazel)
o bufferevent_ssl: Correctly invoke callbacks when a SSL bufferevent reads some and then blocks. (606ac43)
PORTABILITY FIXES:
o check for arc4random_buf at runtime, on OS X (bff5f94 Greg Hazel)
o Correctly check for arc4random_buf (fcec3e8 Sebastian Hahn)
o Add explicit AC_PROG_SED to configure.in so all autoconfs will expose $(SED) (ca80ea6)
BUILD FIXES:
o Add GCC annotations so that the vsprintf functions get checked properly (117e327)
o Fix an unused variable warning on *BSD. (c0720c1)
UNIT TEST FIXES:
o Fix a couple of memory leaks (found with Valgrind). (3b2529a Ross Lagerwall)
o Remove deadcode in http regression tests. Found by coverity. (5553346)
o Fix possible uninitialized read in dns regression tests. Found by coverity. (2259777)
o Set umask before calling mkstemp in unit tests. Found by coverity (f1ce15d)
o Fix various check-after-dereference issues in unit tests: found by coverity (4f3732d)
o Fix resource leaks in the unit tests; found by coverity (270f279)
o Add some missing null checks to unit tests; found by coverity (f021c3d)
o Avoid more crashes/bad calls in unit tests; found by coverity (3cde5bf)
o Remove unused variable; spotted by coverity (6355b2a)
o Add checks to various return values in unit tests. Found by coverity (b9e7329)
o Move assignment outside tt_assert in ssl unit tests. Appeases coverity. (a2006c0)
-rw-r--r-- | devel/libevent/Makefile | 4 | ||||
-rw-r--r-- | devel/libevent/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/libevent/Makefile b/devel/libevent/Makefile index 6b0378dc4d4..d929fe28812 100644 --- a/devel/libevent/Makefile +++ b/devel/libevent/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2012/10/31 11:17:13 asau Exp $ +# $NetBSD: Makefile,v 1.42 2012/12/16 11:26:07 wiz Exp $ -DISTNAME= libevent-2.0.19-stable +DISTNAME= libevent-2.0.21-stable PKGNAME= ${DISTNAME:S/-stable//} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=levent/} diff --git a/devel/libevent/distinfo b/devel/libevent/distinfo index 5070cc0c631..4f456d112ed 100644 --- a/devel/libevent/distinfo +++ b/devel/libevent/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.27 2012/07/13 15:52:54 fhajny Exp $ +$NetBSD: distinfo,v 1.28 2012/12/16 11:26:07 wiz Exp $ -SHA1 (libevent-2.0.19-stable.tar.gz) = 28c109190345ce5469add8cf3f45c5dd57fe2a85 -RMD160 (libevent-2.0.19-stable.tar.gz) = b2bdf9bea4b1a4150e1b677554ced89ff21ad5c9 -Size (libevent-2.0.19-stable.tar.gz) = 842961 bytes +SHA1 (libevent-2.0.21-stable.tar.gz) = 3e6674772eb77de24908c6267c698146420ab699 +RMD160 (libevent-2.0.21-stable.tar.gz) = 7345c8fa2d70ee3e5555b5911d9d8cb97614d644 +Size (libevent-2.0.21-stable.tar.gz) = 850772 bytes |