From patchwork Fri Aug 2 20:42:03 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierre-Jean Texier X-Patchwork-Id: 1141383 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=quarantine dis=none) header.from=koncepto.io Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=koncepto.io header.i=@koncepto.io header.b="aV40xXnL"; dkim-atps=neutral Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 460fHL4WLJz9s00 for ; Sat, 3 Aug 2019 06:42:38 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 65DA786C2C; Fri, 2 Aug 2019 20:42:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VKphif7Nr5mF; Fri, 2 Aug 2019 20:42:35 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 696BA86BFF; Fri, 2 Aug 2019 20:42:35 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 3C1321BF3D4 for ; Fri, 2 Aug 2019 20:42:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 38A19885DE for ; Fri, 2 Aug 2019 20:42:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id w6ptAwSfTwud for ; Fri, 2 Aug 2019 20:42:32 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from koncepto.io (koncepto.io [195.154.119.111]) by hemlock.osuosl.org (Postfix) with ESMTPS id DFAFD88541 for ; Fri, 2 Aug 2019 20:42:31 +0000 (UTC) Received: from menoah.home (apoitiers-652-1-11-81.w92-146.abo.wanadoo.fr [92.146.125.81]) by koncepto.io (Postfix) with ESMTPSA id 34E20602B3; Fri, 2 Aug 2019 22:42:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=koncepto.io; s=default; t=1564778547; bh=TiiaE2JfZX6qs+dzuhYhLGrPD325/kH3RxEV6auq8ng=; h=From:To:Cc:Subject:Date:From; b=aV40xXnLQyqSD5jfS2FGAby75aoaAeBwaCvqVTsuHfvgL/aTZOE0We4sCdSgZPC3N qM/HCBMInRksTwbJPyuYbZ0awJohATkGvqYNg1nYLgGWugU9ztkrt+ct4Laorae68h jE7UhJmX/54E0tFdNyub3/MIe6YdNNDYrj7sFxpytWIhmxt8DRh/UMVXdcndTXjQp2 NbcdSbBf8aS6e9QeXwQqJprUxUx7I6HvhTJvwRm6emOv0yMqjtm8T+H5WLmR4yWy1q kniR44X7zVylE3FJ67XeVdsfCtkyeJJR87Nkn9NQOTkkydsa58Ztc6dtL0L5qyrr81 9az7f4w+r2lUA== From: Pierre-Jean Texier To: buildroot@buildroot.org Date: Fri, 2 Aug 2019 22:42:03 +0200 Message-Id: <1564778524-13155-1-git-send-email-pjtexier@koncepto.io> X-Mailer: git-send-email 2.7.4 Subject: [Buildroot] [PATCH 1/2] package/libevent: bump to version 2.1.11 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Pierre-Jean Texier MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" See https://github.com/libevent/libevent/releases Also remove upstreamed patch (already in version) Signed-off-by: Pierre-Jean Texier --- ...event_openssl.m4-fix-detection-of-openssl.patch | 36 ---------------------- package/libevent/libevent.hash | 4 +-- package/libevent/libevent.mk | 2 +- 3 files changed, 3 insertions(+), 39 deletions(-) delete mode 100644 package/libevent/0002-m4-libevent_openssl.m4-fix-detection-of-openssl.patch diff --git a/package/libevent/0002-m4-libevent_openssl.m4-fix-detection-of-openssl.patch b/package/libevent/0002-m4-libevent_openssl.m4-fix-detection-of-openssl.patch deleted file mode 100644 index 0724135..0000000 --- a/package/libevent/0002-m4-libevent_openssl.m4-fix-detection-of-openssl.patch +++ /dev/null @@ -1,36 +0,0 @@ -From 0374b55942e533a3c3997439481a8d05d6c8f729 Mon Sep 17 00:00:00 2001 -From: Fabrice Fontaine -Date: Sat, 8 Jun 2019 23:44:37 +0200 -Subject: [PATCH] m4/libevent_openssl.m4: fix detection of openssl - -Since commit 506df426dbeb0187bbd3654bd286b4100628fb16, OPENSSL_INCS is -added to CPPFLAGS without any white space, as a result openssl detection -fails on: -configure:10395: checking openssl/ssl.h usability -configure:10395: /home/fabrice/buildroot-test/buildroot/output/host/bin/riscv32-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64-I/home/fabrice/buildroot-test/buildroot/output/host/bin/../riscv32-buildroot-linux-gnu/sysroot/usr/include conftest.c >&5 -:0:0: warning: "_FILE_OFFSET_BITS" redefined -:0:0: note: this is the location of the previous definition -:0:23: error: division by zero in #if - -Signed-off-by: Fabrice Fontaine -[Upstream status: https://github.com/libevent/libevent/pull/830] ---- - m4/libevent_openssl.m4 | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/m4/libevent_openssl.m4 b/m4/libevent_openssl.m4 -index 7b458134..19811981 100644 ---- a/m4/libevent_openssl.m4 -+++ b/m4/libevent_openssl.m4 -@@ -40,7 +40,7 @@ case "$enable_openssl" in - ;; - esac - CPPFLAGS_SAVE=$CPPFLAGS -- CPPFLAGS+=$OPENSSL_INCS -+ CPPFLAGS="$CPPFLAGS $OPENSSL_INCS" - AC_CHECK_HEADERS([openssl/ssl.h], [], [have_openssl=no]) - CPPFLAGS=$CPPFLAGS_SAVE - AC_SUBST(OPENSSL_INCS) --- -2.20.1 - diff --git a/package/libevent/libevent.hash b/package/libevent/libevent.hash index 8933197..7bcb381 100644 --- a/package/libevent/libevent.hash +++ b/package/libevent/libevent.hash @@ -1,4 +1,4 @@ # locally computed -md5 f3eeaed018542963b7d2416ef1135ecc libevent-2.1.8-stable.tar.gz -sha1 609b14bd2eeb3b48272b607656fa9e1d3318c5e2 libevent-2.1.10-stable.tar.gz +md5 7f35cfe69b82d879111ec0d7b7b1c531 libevent-2.1.11-stable.tar.gz +sha1 a76bba0a281da9384d4be5b40f3907c07e21428c libevent-2.1.11-stable.tar.gz sha256 ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670 LICENSE diff --git a/package/libevent/libevent.mk b/package/libevent/libevent.mk index 1d4cd26..f4d2a4c 100644 --- a/package/libevent/libevent.mk +++ b/package/libevent/libevent.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBEVENT_VERSION = 2.1.10 +LIBEVENT_VERSION = 2.1.11 LIBEVENT_SITE = https://github.com/libevent/libevent/releases/download/release-$(LIBEVENT_VERSION)-stable LIBEVENT_SOURCE = libevent-$(LIBEVENT_VERSION)-stable.tar.gz LIBEVENT_INSTALL_STAGING = YES