From patchwork Wed May 15 19:52:47 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 244155 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 2BA962C00A5 for ; Thu, 16 May 2013 05:53:42 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 22F35A02F3; Wed, 15 May 2013 19:53:39 +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 a8WHWa+FTx2r; Wed, 15 May 2013 19:53:35 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id E0570A02CE; Wed, 15 May 2013 19:53: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 223228F76F for ; Wed, 15 May 2013 19:53:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id EE92C8D341 for ; Wed, 15 May 2013 19:53:21 +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 uqujjlaGJF8c for ; Wed, 15 May 2013 19:53:11 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-oa0-f53.google.com (mail-oa0-f53.google.com [209.85.219.53]) by whitealder.osuosl.org (Postfix) with ESMTPS id 777B48D322 for ; Wed, 15 May 2013 19:53:07 +0000 (UTC) Received: by mail-oa0-f53.google.com with SMTP id g12so2670615oah.40 for ; Wed, 15 May 2013 12:53:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:x-gm-message-state; bh=HWFqAdmdi9ZlNtk7nTV8eU3oSaexY3hyWd2CrpLHCjk=; b=S5jdZAL0XdLj9LHwwcyQ2wig0M62T6zw8x14WACEbx4cy6Snm4GKcWDqw/U4GcW7yi ANJbUdjOBu5Um7ZAtna480zRF8WKjF1nX9fISoQyTFYZ18+iesS4P33LmlNl2O9T9JUM v7Q8Nfw8UxBV3/zZSwn8Z+2vj9oEjBldtR/WetTKTQynJMqD1zmRw0mvWjl3GME0DgSq 5u3mO9E3YKAQGFcLwBkxHjXHd3JnjE4yu90/abfGI23nAwxblK6FCwlYqGAoY4HbAI+x nWIdTNycnBm8v9MF0GXaf4UCHS6NHuSdlw7GyFYAtzj/PIaZw8IZ8AgyWJyPiy9zwfOG PQiQ== X-Received: by 10.60.141.193 with SMTP id rq1mr9265983oeb.58.1368647586031; Wed, 15 May 2013 12:53:06 -0700 (PDT) Received: from bourban.gateway.2wire.net (108-90-245-135.lightspeed.cicril.sbcglobal.net. [108.90.245.135]) by mx.google.com with ESMTPSA id jw8sm4204627obb.14.2013.05.15.12.53.05 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 15 May 2013 12:53:05 -0700 (PDT) From: Spenser Gilliland To: buildroot@busybox.net Date: Wed, 15 May 2013 14:52:47 -0500 Message-Id: <1368647575-14377-4-git-send-email-spenser@gillilanding.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1368647575-14377-1-git-send-email-spenser@gillilanding.com> References: <1368647575-14377-1-git-send-email-spenser@gillilanding.com> X-Gm-Message-State: ALoCoQnzURp3LZm6FxReaZ+jcmKUtZ4JQQsZvJNW6n3Lq4X677rdTZ7LsjrCqmmG+RZVhAmqAK5c Subject: [Buildroot] [PATCH v5 03/11] glib-networking: Bump to version 2.36.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 change to version 2.36.1 of glib-networking. Signed-off-by: Spenser Gilliland --- package/glib-networking/glib-networking.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/glib-networking/glib-networking.mk b/package/glib-networking/glib-networking.mk index 4812fd6..40a1e99 100644 --- a/package/glib-networking/glib-networking.mk +++ b/package/glib-networking/glib-networking.mk @@ -4,8 +4,8 @@ # ############################################################# -GLIB_NETWORKING_MAJOR_VERSION = 2.30 -GLIB_NETWORKING_MINOR_VERSION = 2 +GLIB_NETWORKING_MAJOR_VERSION = 2.36 +GLIB_NETWORKING_MINOR_VERSION = 1 GLIB_NETWORKING_VERSION = $(GLIB_NETWORKING_MAJOR_VERSION).$(GLIB_NETWORKING_MINOR_VERSION) GLIB_NETWORKING_SITE = http://ftp.gnome.org/pub/gnome/sources/glib-networking/$(GLIB_NETWORKING_MAJOR_VERSION) GLIB_NETWORKING_SOURCE = glib-networking-$(GLIB_NETWORKING_VERSION).tar.xz