From patchwork Mon Jun 30 12:56:31 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 365590 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 CC9841400B5 for ; Mon, 30 Jun 2014 22:56:49 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 47DE531C7B; Mon, 30 Jun 2014 12:56:48 +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 v+u8RgYTxcaW; Mon, 30 Jun 2014 12:56:47 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 19A3831C14; Mon, 30 Jun 2014 12:56:47 +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 262B71BF9A3 for ; Mon, 30 Jun 2014 12:56:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 215DA8AC98 for ; Mon, 30 Jun 2014 12:56:46 +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 f0VoSZhgmRWO for ; Mon, 30 Jun 2014 12:56:44 +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 531F68AADB for ; Mon, 30 Jun 2014 12:56:44 +0000 (UTC) Received: from asgard (host228.190-226-84.telecom.net.ar [190.226.84.228]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.9/8.14.9) with ESMTP id s5UCub5J006537 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 30 Jun 2014 12:56:39 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1404133001; bh=/c+wmcGMWilNbq53fI64KCyerezCq0DfF0mNMZiVnog=; h=From:To:Cc:Subject:Date; b=Gh0G9+bQPqdpq78yUXzjPXFJawPiY5MC2Dz2XnPwWhH0yfBAcmwIEPUa3/UkBh/aJ QSRz/rPpsIEFKPcfBzwxNzVLIZ0yP73rP0U4HZ8/8Uai5lCWaWlZu0wzgnea22WZfv bkNDTxlPry1L5K/goWDwyTrG7Y5UupkCw7zGS7rY= Received: by asgard (sSMTP sendmail emulation); Mon, 30 Jun 2014 09:56:31 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 30 Jun 2014 09:56:31 -0300 Message-Id: <1404132991-21520-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.5.5 X-Virus-Scanned: clamav-milter 0.98.1 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] python-simplejson: security bump to version 3.5.3 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 No CVE assigned, see https://github.com/simplejson/simplejson/issues/98 Signed-off-by: Gustavo Zacarias --- package/python-simplejson/python-simplejson.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/python-simplejson/python-simplejson.mk b/package/python-simplejson/python-simplejson.mk index eb6287a..3045b4e 100644 --- a/package/python-simplejson/python-simplejson.mk +++ b/package/python-simplejson/python-simplejson.mk @@ -4,7 +4,7 @@ # ################################################################################ -PYTHON_SIMPLEJSON_VERSION = 3.3.1 +PYTHON_SIMPLEJSON_VERSION = 3.5.3 PYTHON_SIMPLEJSON_SOURCE = simplejson-$(PYTHON_SIMPLEJSON_VERSION).tar.gz PYTHON_SIMPLEJSON_SITE = http://pypi.python.org/packages/source/s/simplejson/ PYTHON_SIMPLEJSON_LICENSE = MIT