summaryrefslogtreecommitdiff
path: root/devel/libevent
diff options
context:
space:
mode:
authorspz <spz@pkgsrc.org>2015-02-04 08:04:34 +0000
committerspz <spz@pkgsrc.org>2015-02-04 08:04:34 +0000
commit523d3e5ecf93ccb5d96c5c5a5a390e6efff2277f (patch)
treede3a06bb9238f89c2a33322a226b39417dc507b9 /devel/libevent
parentd98d94fb7d2ef683cc102832a0909a3fcd6bb889 (diff)
downloadpkgsrc-523d3e5ecf93ccb5d96c5c5a5a390e6efff2277f.tar.gz
update libevent to version 2.0.22 (which also updates py-libevent-rpcgen)
Upstream ChangeLog: Changes in version 2.0.22-stable (5 Jan 2015) SECURITY FIXES (evbuffers) o Avoid integer overflow bugs in evbuffer_add() and related functions. See CVE-2014-6272 advisory for more information. (20d6d4458bee5d88bda1511c225c25b2d3198d6c) BUGFIXES (evhttp) o fix #73 and fix http_connection_fail_test to catch it (crash fix) (b618204 Greg Hazel) o Avoid racy bufferevent activation (5eb1788 Nate Rosenblum) BUGFIXES (compilation and portability) o Fix compilation with WIN32_HAVE_CONDITION_VARIABLES enabled (7e45739) o Fix missing AC_PROG_SED on older Autoconfs (9ab2b3f Tay Ray Chuan) o Backport libevent to vanilla Autoconf 2.59 (as used in RHEL5) (74d4c44 Kevin Bowling) o Use AC_CONFIG_HEADERS in place of AM_CONFIG_HEADERS for automake 1.13 compat (817ea36) o Rename configure.in to configure.ac to appease newer autoconfs (0c79787) o Avoid using top_srcdir in TESTS: new automakes do not like this (a55514e) o Use windows vsnprintf fixup logic on all windows environments (e826f19) o Fix a compiler warning when checking for arc4random_buf linker breakage. (5cb3865) o Fix another arc4random_buf-related warning (e64a2b0) o Add -Qunused-arguments for clang on macos (b56611d Trond Norbye) BUGFIXES (resource leaks/lock errors on error) o Avoid leaking fds on evconnlistener with no callback set (69db261) o Avoid double-close on getsockname error in evutil_ersatz_socketpair (0a822a6) o Fix a locking error in bufferevent_socket_get_dns_error. (0a5eb2e) o libevent/win32_dealloc() : fix sizeof(pointer) vs sizeof(*pointer) (b8f5980 Frank Denis) BUGFIXES: (other stability) o bufferevent_pair: don't call downcast(NULL) (f2428a2) o Consistently check for failure from evbuffer_pullup() (60f8f72) o Fix race caused by event_active (3c7d6fc vjpai) BUGFIXES (miscellaneous) o Avoid redundant invocations of init_extension_functions for IOCP (3b77d62) o Typo fixes from Linus Nordberg (cec62cb, 8cd695b) o Add a few files created by "make verify" to .gitignore. (1a8295a Pierre Phaneuf) o regress_buffer: fix 'memcmp' compare size (79800df Maks Naumov) o Fix bufferevent setwatermark suspend_read (b34e4ac ufo2243) o Fix evbuffer_peek() with len==-1 and start_at non-NULL. (fb7e76a) BUFGIXES (evdns) o Checking request nameserver for NULL, before using it. (5c710c0 Belobrov Andrey) o Fix SEGFAULT after evdns_base_resume if no nameservers installed. (f8d7df8 Azat Khuzhin) o Fix a crash in evdns related to shutting down evdns (9f39c88,e8fe749) BUGFIXES (epoll) o Check does arch have the epoll_create and __NR_epoll_wait syscalls. (dfe1e52 Marcin Juszkiewicz) BUGFIXES (evutil_secure_random) o Avoid other RNG initialization FS reads when urandom file is specified (9695e9c, bb52471) o When we seed from /proc/sys/kernel/random/uuid, count it as success (e35b540) o Document that arc4random is not a great cryptographic PRNG. (6e49696) o Add evutil_secure_rng_set_urandom_device_file (2bbb5d7) o Really remove RNG seeds from the stack (f5ced88) DOCUMENTATION FIXES o Fix a mistake in evbuffer_remove() arguments in example http server code (c322c20 Gyepi Sam) o Fix a typo in a comment in buffer.h. Spotted by Alt_F4 (773b0a5) o Clarify event_base_loop exit conditions (031a803) o Use FindClose for handle from FindFirstFile in http-server.c (6466e88) o Fix a typo in a doxygen comment. Reported by 亦得. (be1aeff)
Diffstat (limited to 'devel/libevent')
-rw-r--r--devel/libevent/Makefile3
-rw-r--r--devel/libevent/Makefile.common4
-rw-r--r--devel/libevent/distinfo8
3 files changed, 7 insertions, 8 deletions
diff --git a/devel/libevent/Makefile b/devel/libevent/Makefile
index 780d65c340b..ae1fb09f74e 100644
--- a/devel/libevent/Makefile
+++ b/devel/libevent/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.45 2014/02/12 23:17:48 tron Exp $
+# $NetBSD: Makefile,v 1.46 2015/02/04 08:04:34 spz Exp $
.include "../../devel/libevent/Makefile.common"
PKGNAME= libevent-${LIBEVENT_VERSION}
-PKGREVISION= 3
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/devel/libevent/Makefile.common b/devel/libevent/Makefile.common
index b828e7ef3fc..61d7275323d 100644
--- a/devel/libevent/Makefile.common
+++ b/devel/libevent/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.1 2013/05/10 01:22:27 riastradh Exp $
+# $NetBSD: Makefile.common,v 1.2 2015/02/04 08:04:34 spz Exp $
# used by devel/libevent/Makefile
# used by devel/py-libevent-rpcgen/Makefile
-LIBEVENT_VERSION= 2.0.21
+LIBEVENT_VERSION= 2.0.22
DISTNAME= libevent-${LIBEVENT_VERSION}-stable
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=levent/}
diff --git a/devel/libevent/distinfo b/devel/libevent/distinfo
index 64dfd4c61c3..59f73b3053e 100644
--- a/devel/libevent/distinfo
+++ b/devel/libevent/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.29 2013/05/10 01:22:27 riastradh Exp $
+$NetBSD: distinfo,v 1.30 2015/02/04 08:04:34 spz Exp $
-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
+SHA1 (libevent-2.0.22-stable.tar.gz) = a586882bc93a208318c70fc7077ed8fca9862864
+RMD160 (libevent-2.0.22-stable.tar.gz) = 6a7e8e3ebcfd2227fa807a604b5c773c90c8b8cc
+Size (libevent-2.0.22-stable.tar.gz) = 854987 bytes
SHA1 (patch-Makefile.am) = 2518403715eabaeef5e7edfccf3732607cba6309
SHA1 (patch-Makefile.in) = 23b6f6ce916d5c04af9aa75ba40f007b4358aae0