From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3ECBF1382C5 for ; Sun, 22 Apr 2018 22:43:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EE8BE0837; Sun, 22 Apr 2018 22:43:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54500E0837 for ; Sun, 22 Apr 2018 22:43:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 251C9335C73 for ; Sun, 22 Apr 2018 22:43:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C96527C for ; Sun, 22 Apr 2018 22:43:06 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1524436977.7ee0e25859aa7c5ff99f760c2a7dc3d277ed16c7.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmspack/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libmspack/Manifest dev-libs/libmspack/libmspack-0.5_alpha-r1.ebuild dev-libs/libmspack/libmspack-0.5_alpha.ebuild X-VCS-Directories: dev-libs/libmspack/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 7ee0e25859aa7c5ff99f760c2a7dc3d277ed16c7 X-VCS-Branch: master Date: Sun, 22 Apr 2018 22:43:06 +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: 5610b8fe-80c5-414b-a279-cc4061f28fe8 X-Archives-Hash: f53f48f257af1228501af5d893a12575 commit: 7ee0e25859aa7c5ff99f760c2a7dc3d277ed16c7 Author: Aaron Bauman gentoo org> AuthorDate: Sun Apr 22 22:42:38 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Apr 22 22:42:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ee0e258 dev-libs/libmspack: drop vulnerable Bug: https://bugs.gentoo.org/625634 Package-Manager: Portage-2.3.31, Repoman-2.3.9 dev-libs/libmspack/Manifest | 1 - dev-libs/libmspack/libmspack-0.5_alpha-r1.ebuild | 50 ------------------------ dev-libs/libmspack/libmspack-0.5_alpha.ebuild | 46 ---------------------- 3 files changed, 97 deletions(-) diff --git a/dev-libs/libmspack/Manifest b/dev-libs/libmspack/Manifest index 971715baf6c..d75260e1541 100644 --- a/dev-libs/libmspack/Manifest +++ b/dev-libs/libmspack/Manifest @@ -1,2 +1 @@ -DIST libmspack-0.5alpha.tar.gz 654193 BLAKE2B 10f586058d4bc8b46b7149ffdd131f937fd2e208d1fc4dcda5510a93c1b6fc5281cf520b395136ec1321e49739bdac28026957cb6ef44dced64c9fb4507e1bc3 SHA512 6d4efa0f43c43185ef91c97c1518aa70f09109d7332cda7e12019e146ec9cb0f2065fb1b57683b48bae9a7eaf8e82eb94096644c6d25c56d45878f630b719231 DIST libmspack-0.6alpha.tar.gz 476992 BLAKE2B 3ff510e108e12741b661a4960f204ce268572f79917d4ec18e105d09cee3f515d76e02a2432717ad6c2118c7eb191b51902ce86e3c5b441ee269740816b2a392 SHA512 7ba4a584d335c2d703628a3c179bc0d323574632357cdfe04622f960dcc4ef970b5739799397b6802d44a312f7ed9d589b4be223facf044bbfdbfd76d9c7405d diff --git a/dev-libs/libmspack/libmspack-0.5_alpha-r1.ebuild b/dev-libs/libmspack/libmspack-0.5_alpha-r1.ebuild deleted file mode 100644 index f8c7bd3ce1d..00000000000 --- a/dev-libs/libmspack/libmspack-0.5_alpha-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils multilib-minimal - -MY_PV="${PV/_alpha/alpha}" -MY_P="${PN}-${MY_PV}" - -DESCRIPTION="A library for Microsoft compression formats" -HOMEPAGE="https://www.cabextract.org.uk/libmspack/" -SRC_URI="https://www.cabextract.org.uk/libmspack/libmspack-${MY_PV}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug doc static-libs" - -DEPEND="" -RDEPEND="" - -PATCHES=( - "${FILESDIR}/${P}-CVE-2017-6419.patch" -) - -S="${WORKDIR}/${MY_P}" - -multilib_src_configure() { - ECONF_SOURCE="${S}" econf \ - $(use_enable debug) \ - $(use_enable static-libs static) -} - -multilib_src_test() { - if multilib_is_native_abi; then - default - cd "${S}"/test && "${BUILD_DIR}"/test/cabd_test || die - fi -} - -multilib_src_install_all() { - DOCS=(AUTHORS ChangeLog NEWS README TODO) - prune_libtool_files --all - use doc && HTML_DOCS=(doc/*) - default_src_install - if use doc; then - rm "${ED}"/usr/share/doc/"${PF}"/html/{Makefile*,Doxyfile*} || die - fi -} diff --git a/dev-libs/libmspack/libmspack-0.5_alpha.ebuild b/dev-libs/libmspack/libmspack-0.5_alpha.ebuild deleted file mode 100644 index 9a9a803628e..00000000000 --- a/dev-libs/libmspack/libmspack-0.5_alpha.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils multilib-minimal - -MY_PV="${PV/_alpha/alpha}" -MY_P="${PN}-${MY_PV}" - -DESCRIPTION="A library for Microsoft compression formats" -HOMEPAGE="https://www.cabextract.org.uk/libmspack/" -SRC_URI="https://www.cabextract.org.uk/libmspack/libmspack-${MY_PV}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug doc static-libs" - -DEPEND="" -RDEPEND="" - -S="${WORKDIR}/${MY_P}" - -multilib_src_configure() { - ECONF_SOURCE="${S}" econf \ - $(use_enable debug) \ - $(use_enable static-libs static) -} - -multilib_src_test() { - if multilib_is_native_abi; then - default - cd "${S}"/test && "${BUILD_DIR}"/test/cabd_test || die - fi -} - -multilib_src_install_all() { - DOCS=(AUTHORS ChangeLog NEWS README TODO) - prune_libtool_files --all - use doc && HTML_DOCS=(doc/*) - default_src_install - if use doc; then - rm "${ED}"/usr/share/doc/"${PF}"/html/{Makefile*,Doxyfile*} || die - fi -}