From patchwork Fri Oct 19 16:27:35 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Will Newton X-Patchwork-Id: 192770 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 615CD2C0093 for ; Sat, 20 Oct 2012 03:27:43 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 6A0ABA049D; Fri, 19 Oct 2012 16:27:42 +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 709VK7Dp4Fna; Fri, 19 Oct 2012 16:27:41 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 54FD5A01FD; Fri, 19 Oct 2012 16:27:41 +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 AFAB98F74A for ; Fri, 19 Oct 2012 16:27:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 806AD8D4B5 for ; Fri, 19 Oct 2012 16:27: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 ziXXWCmQN7Nl for ; Fri, 19 Oct 2012 16:27:36 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-oa0-f43.google.com (mail-oa0-f43.google.com [209.85.219.43]) by whitealder.osuosl.org (Postfix) with ESMTPS id A39B18D51A for ; Fri, 19 Oct 2012 16:27:36 +0000 (UTC) Received: by mail-oa0-f43.google.com with SMTP id k1so793341oag.16 for ; Fri, 19 Oct 2012 09:27:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=39FHanHP2VLPoSVFsHWu/eI6QzuJxQTFyoePh0AUE54=; b=aF316zGUNuCc8xWXPJTwwjP6qIjW+qlR+u8k6uQXImZov3IyIt3p9katBrBTjbAzhj 3RplOcOGhhmtBy4egbwR2VnAJdT9dCfG24EJMBfYs2hslaptg74Fjo7O9gi2OS/kPAQA 52geotbjdfokLANCgd0c+h9pXhuApWIA8/WuZiQ0v3O2A/sJ7p+WJsz+Ryz06qENW+Dv nqYz35/cM3eaxAVkO0T3A1BsApIaBy0ShQIJGpdS/S0iaUkX80ca7REUmkBC01zyNyk8 aRC6blH6mxi9SKxj/x2n6Iek5ly1iq7vn2PLK8BV5VZcxTSPzKxXAjAD9gFoIHx7XINc OcIA== MIME-Version: 1.0 Received: by 10.182.164.103 with SMTP id yp7mr857878obb.26.1350664055631; Fri, 19 Oct 2012 09:27:35 -0700 (PDT) Received: by 10.60.95.4 with HTTP; Fri, 19 Oct 2012 09:27:35 -0700 (PDT) Date: Fri, 19 Oct 2012 17:27:35 +0100 Message-ID: From: Will Newton To: buildroot@busybox.net Subject: [Buildroot] [PATCH 1/3] package/liburcu: Bump version to 0.7.5. 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: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Will Newton --- package/liburcu/liburcu.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/liburcu/liburcu.mk b/package/liburcu/liburcu.mk index bd69137..0bfba37 100644 --- a/package/liburcu/liburcu.mk +++ b/package/liburcu/liburcu.mk @@ -3,7 +3,7 @@ # liburc: userspace RCU (read-copy-update) library # ############################################################# -LIBURCU_VERSION = 0.7.3 +LIBURCU_VERSION = 0.7.5 LIBURCU_SITE = http://lttng.org/files/urcu/ LIBURCU_SOURCE = userspace-rcu-$(LIBURCU_VERSION).tar.bz2