From patchwork Wed Sep 10 16:11:55 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 387897 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 CE9F714010B for ; Thu, 11 Sep 2014 02:12:20 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 1B70194D87; Wed, 10 Sep 2014 16:12:20 +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 BivG2SdNXyiY; Wed, 10 Sep 2014 16:12:19 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 9BC5794DAD; Wed, 10 Sep 2014 16:12:19 +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 47AE31BFA4A for ; Wed, 10 Sep 2014 16:12:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 438859184F for ; Wed, 10 Sep 2014 16:12:18 +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 GxvrQXOLX9CU for ; Wed, 10 Sep 2014 16:12:17 +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 738CA91619 for ; Wed, 10 Sep 2014 16:12:17 +0000 (UTC) Received: from asgard (cpe-186-18-128-65.telecentro-reversos.com.ar [186.18.128.65] (may be forged)) (authenticated bits=0) by loknar.toptech.com.ar (8.14.9/8.14.9) with ESMTP id s8AGCBAA028717 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 10 Sep 2014 16:12:13 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1410365535; bh=X9OAEP2EuAWARd4w8XXv0ToMn8Yaf77Ap5iiuVb3tiw=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=vfGUHf6y6r8PnG0+mYBy4t7aIDr86XsuoG/dHjLuivUn7d7NETzWCE8PGZ8pyHQDt d5we2mtOQkQHFu7blPnbk6O3mLxpSIQezm8WuHdSsQTx65jM+eLseK03JRJNpV32Im xPQUb2P2lO5ZB40dh7tHhWI9AyqYZgurPPnCUP28= Received: by asgard (sSMTP sendmail emulation); Wed, 10 Sep 2014 13:12:06 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Wed, 10 Sep 2014 13:11:55 -0300 Message-Id: <1410365515-8328-2-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.5.5 In-Reply-To: <1410365515-8328-1-git-send-email-gustavo@zacarias.com.ar> References: <1410365515-8328-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.98.1 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 2/2] libnss: bump to version 3.17 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/libnss/libnss.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/libnss/libnss.mk b/package/libnss/libnss.mk index ac5f72f..a822726 100644 --- a/package/libnss/libnss.mk +++ b/package/libnss/libnss.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBNSS_VERSION = 3.16.3 +LIBNSS_VERSION = 3.17 LIBNSS_SOURCE = nss-$(LIBNSS_VERSION).tar.gz LIBNSS_SITE = https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_$(subst .,_,$(LIBNSS_VERSION))_RTM/src LIBNSS_DISTDIR = dist