From patchwork Fri Jun 7 17:34:08 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: 1112135 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.133; helo=hemlock.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="liiqYYVk"; dkim-atps=neutral Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 45L8pf1PmCz9s4V for ; Sat, 8 Jun 2019 03:36:42 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 6A56B875BC; Fri, 7 Jun 2019 17:36:38 +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 ZM4uXqI1xgvt; Fri, 7 Jun 2019 17:36:37 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id E24F487532; Fri, 7 Jun 2019 17:36:36 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id D0D601BF2F2 for ; Fri, 7 Jun 2019 17:36:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id C0D92204AC for ; Fri, 7 Jun 2019 17:36:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LJRVPyJF+STg for ; Fri, 7 Jun 2019 17:36:34 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from koncepto.io (koncepto.io [195.154.119.111]) by silver.osuosl.org (Postfix) with ESMTPS id 83CA520495 for ; Fri, 7 Jun 2019 17:36:34 +0000 (UTC) Received: from localhost.localdomain (lfbn-1-8938-37.w193-250.abo.wanadoo.fr [193.250.79.37]) by koncepto.io (Postfix) with ESMTPSA id 0F4B260024; Fri, 7 Jun 2019 19:36:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=koncepto.io; s=default; t=1559928987; bh=zdgAWoZPDs90/2ZgsPHVW/smrAzaACeIZGhfU9S9pWY=; h=From:To:Cc:Subject:Date:From; b=liiqYYVkckGDOXfBFI2/weZZp8BZ3/lYOc49dsP5T1fpY2hvVkkr5I4pv13csG9tl wAmTwLEH/vrekLG5LglRwWxe0g4i5QbaRP8LoDqoVIL40Sua696FYLKEoHiHv+Koth YQWDEYoPey/uOTXQQahuIWr5p06NrPqNbw3NE/8wjG8csSxQ9HiBMUoeTHD3UvYepC TX2RrfSQNHH1mAlrSVacTtwvst1+CNufqFpwU0KW/w+yJum12oEVvcdZdIJJXIqq8K UmKjFnHOnwba3Q7PjpNkkaupmuTRqMkV5SOcxrF8BTvi1mGMa9hHs5kpnl6FW2K4bd +BwLycG3jdBbQ== From: Pierre-Jean Texier To: buildroot@buildroot.org Date: Fri, 7 Jun 2019 19:34:08 +0200 Message-Id: <1559928848-27814-1-git-send-email-pjtexier@koncepto.io> X-Mailer: git-send-email 2.7.4 Subject: [Buildroot] [PATCH 1/1] package/libevent: bump to version 2.1.10 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/tag/release-2.1.10-stable Also fix check-package warning. Fixes: $. ./utils/check-package package/libevent/* -v package/libevent/0001-Disable-building-test-programs.patch:4: generate your patches with 'git format-patch -N' Subject: [PATCH 1/2] Disable building test programs 76 lines processed 1 warnings generated Signed-off-by: Pierre-Jean Texier --- package/libevent/0001-Disable-building-test-programs.patch | 2 +- package/libevent/libevent.hash | 2 +- package/libevent/libevent.mk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/libevent/0001-Disable-building-test-programs.patch b/package/libevent/0001-Disable-building-test-programs.patch index a1ce774..cac05ec 100644 --- a/package/libevent/0001-Disable-building-test-programs.patch +++ b/package/libevent/0001-Disable-building-test-programs.patch @@ -1,7 +1,7 @@ From 4b5a135fa681e85eb6988a379f59f3c7a41cc48c Mon Sep 17 00:00:00 2001 From: Gilles Talis Date: Fri, 21 Jun 2013 15:25:11 -0700 -Subject: [PATCH 1/2] Disable building test programs +Subject: [PATCH] Disable building test programs We are not really interested in building test programs. Moreover, these programs use fork() function that is diff --git a/package/libevent/libevent.hash b/package/libevent/libevent.hash index aa0358b..8933197 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 2a1b8bb7a262d3fd0ed6a080a20991a6eed675ec libevent-2.1.8-stable.tar.gz +sha1 609b14bd2eeb3b48272b607656fa9e1d3318c5e2 libevent-2.1.10-stable.tar.gz sha256 ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670 LICENSE diff --git a/package/libevent/libevent.mk b/package/libevent/libevent.mk index f0c989a..e0c0b25 100644 --- a/package/libevent/libevent.mk +++ b/package/libevent/libevent.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBEVENT_VERSION = 2.1.8-stable +LIBEVENT_VERSION = 2.1.10-stable LIBEVENT_SITE = https://github.com/libevent/libevent/releases/download/release-$(LIBEVENT_VERSION) LIBEVENT_INSTALL_STAGING = YES LIBEVENT_LICENSE = BSD-3-Clause, OpenBSD