diff mbox

[PATCHv2] libevent: Bump to 2.0.21

Message ID 1380033764-906-1-git-send-email-mjonker@synopsys.com
State Accepted
Commit b088752be330e3ff4f2a284e6067d439a4d4ae5f
Headers show

Commit Message

Mischa Jonker Sept. 24, 2013, 2:42 p.m. UTC
This fixes the build on ARC as well, as 2.0.17 includes a fix
that checks for existence of 'sysctl'.

v2: Change 2.0.17 to 2.0.21, as that is the latest stable version.

Signed-off-by: Mischa Jonker <mjonker@synopsys.com>
---
 package/libevent/libevent.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard Sept. 25, 2013, 8:40 a.m. UTC | #1
>>>>> "Mischa" == Mischa Jonker <Mischa.Jonker@synopsys.com> writes:

 Mischa> This fixes the build on ARC as well, as 2.0.17 includes a fix
 Mischa> that checks for existence of 'sysctl'.

 Mischa> v2: Change 2.0.17 to 2.0.21, as that is the latest stable version.

This comment should go under the --- line so it doesn't become part of
the commit message.

Committed with that fixed, thanks.
diff mbox

Patch

diff --git a/package/libevent/libevent.mk b/package/libevent/libevent.mk
index 94882b5..a6def1a 100644
--- a/package/libevent/libevent.mk
+++ b/package/libevent/libevent.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-LIBEVENT_VERSION = 2.0.14
+LIBEVENT_VERSION = 2.0.21
 LIBEVENT_SOURCE = libevent-$(LIBEVENT_VERSION)-stable.tar.gz
 LIBEVENT_SITE = https://github.com/downloads/libevent/libevent
 LIBEVENT_INSTALL_STAGING = YES