From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AC10D58973 for ; Tue, 2 Feb 2016 08:02:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E42F21C037; Tue, 2 Feb 2016 08:02:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 947F421C032 for ; Tue, 2 Feb 2016 08:02:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A4AA340E3F for ; Tue, 2 Feb 2016 08:02:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA8168EB for ; Tue, 2 Feb 2016 08:02:01 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1454400101.bf77f80a60591f5cf443ff5a61c9eb7a1af5c44c.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/jansson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/jansson/Manifest dev-libs/jansson/jansson-2.4.ebuild dev-libs/jansson/jansson-2.6.ebuild X-VCS-Directories: dev-libs/jansson/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: bf77f80a60591f5cf443ff5a61c9eb7a1af5c44c X-VCS-Branch: master Date: Tue, 2 Feb 2016 08:02:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5375486b-5f4e-4437-a8bc-52718535bca4 X-Archives-Hash: 530993b897028107fc145b65fed157e6 commit: bf77f80a60591f5cf443ff5a61c9eb7a1af5c44c Author: Ian Delaney gentoo org> AuthorDate: Tue Feb 2 05:54:17 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Tue Feb 2 08:01:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf77f80a dev-libs/jansson: rm old vulnerable version wrt the gentoo bug Gentoo bug: #501082 Package-Manager: portage-2.2.26 dev-libs/jansson/Manifest | 2 -- dev-libs/jansson/jansson-2.4.ebuild | 38 ------------------------------------- dev-libs/jansson/jansson-2.6.ebuild | 38 ------------------------------------- 3 files changed, 78 deletions(-) diff --git a/dev-libs/jansson/Manifest b/dev-libs/jansson/Manifest index 40c6956..b8cfed4 100644 --- a/dev-libs/jansson/Manifest +++ b/dev-libs/jansson/Manifest @@ -1,3 +1 @@ -DIST jansson-2.4.tar.gz 401597 SHA256 1fcbd1ac3d8b610644acf86a5731d760bb228c9acbace20a2ad0f23baec79b41 SHA512 52c82ea2e70b9a1b72a62e07d917e5b2f8dc1b0fd6022397cbdd60b98aee176cc02f8c65b60d371b4007c60644898667f6bc0dfd11a26a411f167fac0e4df9a0 WHIRLPOOL c028243d8ecd0763f6f6d012113cbbb6ac58698532f94563372994311650762a7eb2d7f1831779dabcce0be2c013d4cb103bde5c3ad919afeeb82f2c875c2460 -DIST jansson-2.6.tar.gz 428175 SHA256 98fa4dd0e0dff679e5085490f5fafa38bdda088f4553348c0281832d24afe541 SHA512 9781cc109c9e76bc2f15b5ad6af95f8a3b52d60424d101ff90103f33679db5c5bfe2fcc7443698e1808aaf87dce563f7c11a48aa4ac5bfa34688499cbc21277c WHIRLPOOL a8aea19e518290c8b00f8788b67d9b6efac0e03442216ce9ecc672659560854eefc71f9821abe472aec5b6abd693e41076f66678dbcab0d2c9dd4d542755bf22 DIST jansson-2.7.tar.gz 445179 SHA256 7905e6590fb316c0ff943df3dc6a21cd81a59cff7a6d12514054c359d04d78d7 SHA512 657b715868c2fbf8da1e41befee2691524190e12255214c472652ca3e3793b03e2b384dc3aedb1071b67b0b8cb57fd495103979983fe21a2404f12cd70295a28 WHIRLPOOL 684c0a1cae8cbd86d1a4e19bcfa59f36bf6094853ce5e18bd600fcb27fb1afac250e52c1983f888fcae06437c6e142b2ea3823c911b5a2923f4775494d26690f diff --git a/dev-libs/jansson/jansson-2.4.ebuild b/dev-libs/jansson/jansson-2.4.ebuild deleted file mode 100644 index f07d058..0000000 --- a/dev-libs/jansson/jansson-2.4.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" -AUTOTOOLS_AUTORECONF=1 - -inherit autotools-utils - -DESCRIPTION="C library for encoding, decoding and manipulating JSON data" -HOMEPAGE="http://www.digip.org/jansson/" -SRC_URI="http://www.digip.org/jansson/releases/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm ppc ppc64 x86" -IUSE="doc static-libs" - -DEPEND="doc? ( >=dev-python/sphinx-1.0.4 )" -RDEPEND="" - -DOCS=(CHANGES README.rst) - -src_prepare() { - sed -ie 's/-Werror//' src/Makefile.am || die - autotools-utils_src_prepare -} - -src_compile() { - autotools-utils_src_compile - - use doc && autotools-utils_src_compile html -} - -src_install() { - use doc && HTML_DOCS=("${AUTOTOOLS_BUILD_DIR}/doc/_build/html/") - autotools-utils_src_install -} diff --git a/dev-libs/jansson/jansson-2.6.ebuild b/dev-libs/jansson/jansson-2.6.ebuild deleted file mode 100644 index 84638f6..0000000 --- a/dev-libs/jansson/jansson-2.6.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" -AUTOTOOLS_AUTORECONF=1 - -inherit autotools-utils - -DESCRIPTION="C library for encoding, decoding and manipulating JSON data" -HOMEPAGE="http://www.digip.org/jansson/" -SRC_URI="http://www.digip.org/jansson/releases/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" -IUSE="doc static-libs" - -DEPEND="doc? ( >=dev-python/sphinx-1.0.4 )" -RDEPEND="" - -DOCS=(CHANGES README.rst) - -src_prepare() { - sed -ie 's/-Werror//' src/Makefile.am || die - autotools-utils_src_prepare -} - -src_compile() { - autotools-utils_src_compile - - use doc && autotools-utils_src_compile html -} - -src_install() { - use doc && HTML_DOCS=("${AUTOTOOLS_BUILD_DIR}/doc/_build/html/") - autotools-utils_src_install -}