From patchwork Fri Feb 28 13:43:05 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 325199 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id B90B32C00B2 for ; Sat, 1 Mar 2014 00:54:34 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id CA4C632F76; Fri, 28 Feb 2014 13:54:33 +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 BLkUZcOD5fU1; Fri, 28 Feb 2014 13:54:27 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 294E632EFB; Fri, 28 Feb 2014 13:54:26 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 0957E1C23C7 for ; Fri, 28 Feb 2014 13:43:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 051698C6BE for ; Fri, 28 Feb 2014 13:43:19 +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 RSjP6CKsxuHl for ; Fri, 28 Feb 2014 13:43:18 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id 0C7C58C16F for ; Fri, 28 Feb 2014 13:43:17 +0000 (UTC) Received: from asgard (host208.190-225-89.telecom.net.ar [190.225.89.208]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.8/8.14.8) with ESMTP id s1SDhBg1004310 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 28 Feb 2014 13:43:14 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1393594996; bh=g+PicnCecmAzlT6GiTGfda6YLsamr9RxtVDQH99e7vw=; h=From:To:Cc:Subject:Date; b=wKx1KbGE29iQeCM6G8WW/2G0phGumQsw5Z7Vw5nQxesRBxVdKa8OCv2gP3xK4HH8t AXJ3uVktFTjH052sVd6l9iPlJgphaFyQ/AqcK9GKM7Fur/9ChSqYptatBymdyJR/Es U++Qm93RBOQzDHYMEw4rhOjNZA83bVc+Hbzev/Zc= Received: by asgard (sSMTP sendmail emulation); Fri, 28 Feb 2014 10:43:05 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Fri, 28 Feb 2014 10:43:05 -0300 Message-Id: <1393594985-15152-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.3.2 X-Virus-Scanned: clamav-milter 0.98.1 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] haveged: bump to version 1.9.1 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Gustavo Zacarias --- package/haveged/haveged.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/haveged/haveged.mk b/package/haveged/haveged.mk index c0e3ba3..88d85cd 100644 --- a/package/haveged/haveged.mk +++ b/package/haveged/haveged.mk @@ -4,7 +4,7 @@ # ################################################################################ -HAVEGED_VERSION = 1.8 +HAVEGED_VERSION = 1.9.1 HAVEGED_SITE = http://www.issihosts.com/haveged HAVEGED_LICENSE = GPLv3+ HAVEGED_LICENSE_FILES = COPYING