From patchwork Mon Jul 6 18:29:45 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierre-Jean Texier X-Patchwork-Id: 1323862 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.138; helo=whitealder.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.a=rsa-sha256 header.s=default header.b=UOTx5wEO; dkim-atps=neutral Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4B0vJc6VrRz9sDX for ; Tue, 7 Jul 2020 04:30:40 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 056EF88B67; Mon, 6 Jul 2020 18:30:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1fLCHy0iEni4; Mon, 6 Jul 2020 18:30:37 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id B351288B8B; Mon, 6 Jul 2020 18:30:37 +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 ED44F1BF33D for ; Mon, 6 Jul 2020 18:30:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id E5713262E0 for ; Mon, 6 Jul 2020 18:30: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 kfCKa31++sCz for ; Mon, 6 Jul 2020 18:30: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 8851826016 for ; Mon, 6 Jul 2020 18:30:34 +0000 (UTC) Received: from menoah.home (lfbn-bor-1-1339-171.w193-250.abo.wanadoo.fr [193.250.150.171]) by koncepto.io (Postfix) with ESMTPSA id 0BC51601D7; Mon, 6 Jul 2020 20:30:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=koncepto.io; s=default; t=1594060231; bh=FVsiYvTZzJGfQcxMpznrZcpyVBbxsPDFjsz6M/18kkI=; h=From:To:Cc:Subject:Date:From; b=UOTx5wEOkYRzndxtXxud+ii+qrBbDVyOIDnKZrfTgQhaP/7aI7UGLN692PsZDeRsv KQeE960KVoitC9zGI4KLUqrG09ApdAF7zGB/JE0y/zirxM7NZtvEpduqeEiJ6/DJC0 73gmfFIoVIuTAiDf0SBz6XkIQf8xcj6RessJqvhWRO1pziby3aqhQrz/Wn2D/l4T9A RtESZU39ZfeNeYC0Kxiqjorakprp3oY/fgP4wlTtTTSYLABhW7tGWujiVfGlzv5smN DHa8zCX1cT+dqHfDbP8OtPXjs19w+Zjkgs2R1eP60u6+9sbl1edloChojKd1vIdi3u hAt8RDUhfhmEQ== From: Pierre-Jean Texier To: buildroot@buildroot.org Date: Mon, 6 Jul 2020 20:29:45 +0200 Message-Id: <1594060185-11707-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.12 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 full changelog https://raw.githubusercontent.com/libevent/libevent/release-2.1.12-stable/ChangeLog And update hash file formatting (2 spaces). Signed-off-by: Pierre-Jean Texier --- package/libevent/libevent.hash | 6 +++--- package/libevent/libevent.mk | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/libevent/libevent.hash b/package/libevent/libevent.hash index 7bcb381..e752d75 100644 --- a/package/libevent/libevent.hash +++ b/package/libevent/libevent.hash @@ -1,4 +1,4 @@ # locally computed -md5 7f35cfe69b82d879111ec0d7b7b1c531 libevent-2.1.11-stable.tar.gz -sha1 a76bba0a281da9384d4be5b40f3907c07e21428c libevent-2.1.11-stable.tar.gz -sha256 ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670 LICENSE +md5 b5333f021f880fe76490d8a799cd79f4 libevent-2.1.12-stable.tar.gz +sha1 cd55656a9b5bed630b08f05495230affb7996b21 libevent-2.1.12-stable.tar.gz +sha256 ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670 LICENSE diff --git a/package/libevent/libevent.mk b/package/libevent/libevent.mk index d604559..5d02191 100644 --- a/package/libevent/libevent.mk +++ b/package/libevent/libevent.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBEVENT_VERSION = 2.1.11 +LIBEVENT_VERSION = 2.1.12 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