commit:     bd1be943f5d600bcd1989160319e1b2da92140df
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 30 20:07:03 2017 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Nov 30 20:07:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd1be943

app-backup/borgbackup: remove vulnerable versions, bug #639102

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-backup/borgbackup/Manifest                |  2 --
 app-backup/borgbackup/borgbackup-1.1.1.ebuild | 40 ---------------------------
 app-backup/borgbackup/borgbackup-1.1.2.ebuild | 40 ---------------------------
 3 files changed, 82 deletions(-)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index ebe587e391d..aea7966b691 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,3 +1 @@
-DIST borgbackup-1.1.1.tar.gz 2988023 SHA256 
a5092cfdc57b7f85ce192d64642f94dc0c09ee152a735ae341942532302d3346 SHA512 
07e716556fd3edd6d7cdca6045a6eb49a92cdc6d6e37a6999bbd1bc09e00134862081df0d9046c46f867cb4b45ab6ed98f3783eb4e27e4330fc48f0e4dd53272
 WHIRLPOOL 
8e40b111463e7e338f3c7974fcb8896586b4d640b9bde216fec2e64a8cdd41c89bda6081cc9b2a8819a384a69507b139e4101faa6f917d87155c983d12fecc29
-DIST borgbackup-1.1.2.tar.gz 19860535 SHA256 
097b2d92d51f570aaea82ab6632481b8235b78d7bbaac9d8164bdfa6bd5b5502 SHA512 
e818c4750c00559bc60196446e2c8fb01d8225b307982a9b6d3b38148d6ad7aa4766a6b9f06fee3954fbc34a4ff298ad6e49a758223906cc1d3d39c3d82dcec9
 WHIRLPOOL 
e5e644506cd34dce872041d27edd652b7facb7ea9699a99451fce4271acbfa33ca56e3f0a4a33d3f92b60e05d4f89eb3285beb3fc13a745d274ba0175d4ae1f0
 DIST borgbackup-1.1.3.tar.gz 2942183 BLAKE2B 
c7ca37459d35e06694cf9fdbef7328806cf03e6a4290368d47a2c06e1b6a0700d9dbba3efb170e130c7e59951d65ff8ca677955782150154f0ad2d12b93fe57b
 SHA512 
8378e4f805bfb3e9a4e454f5ccfa58eef0517f13a2e8a2c3c6cbdb0304b763fa67152963b17d677daff09590eb777f12fbe1f3f69c3459bcc68781e5a747cb49

diff --git a/app-backup/borgbackup/borgbackup-1.1.1.ebuild 
b/app-backup/borgbackup/borgbackup-1.1.1.ebuild
deleted file mode 100644
index f0eea83acae..00000000000
--- a/app-backup/borgbackup/borgbackup-1.1.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="https://github.com/${PN}/borg.git";
-       inherit git-r3
-else
-       SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-       KEYWORDS="amd64 ~x86"
-fi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated 
encryption"
-HOMEPAGE="https://borgbackup.readthedocs.io/";
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="libressl"
-
-# Unfortunately we have a file conflict with app-office/borg, bug #580402
-RDEPEND="
-       !!app-office/borg
-       app-arch/lz4
-       dev-python/llfuse[${PYTHON_USEDEP}]
-       dev-python/msgpack[${PYTHON_USEDEP}]
-       dev-python/pyzmq[${PYTHON_USEDEP}]
-       !libressl? ( dev-libs/openssl:0= )
-       libressl? ( dev-libs/libressl:0= )
-"
-
-DEPEND="
-       dev-python/setuptools_scm[${PYTHON_USEDEP}]
-       dev-python/cython[${PYTHON_USEDEP}]
-       ${RDEPEND}
-"

diff --git a/app-backup/borgbackup/borgbackup-1.1.2.ebuild 
b/app-backup/borgbackup/borgbackup-1.1.2.ebuild
deleted file mode 100644
index 664c1f81223..00000000000
--- a/app-backup/borgbackup/borgbackup-1.1.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="https://github.com/${PN}/borg.git";
-       inherit git-r3
-else
-       SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-       KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated 
encryption"
-HOMEPAGE="https://borgbackup.readthedocs.io/";
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="libressl"
-
-# Unfortunately we have a file conflict with app-office/borg, bug #580402
-RDEPEND="
-       !!app-office/borg
-       app-arch/lz4
-       dev-python/llfuse[${PYTHON_USEDEP}]
-       dev-python/msgpack[${PYTHON_USEDEP}]
-       dev-python/pyzmq[${PYTHON_USEDEP}]
-       !libressl? ( dev-libs/openssl:0= )
-       libressl? ( dev-libs/libressl:0= )
-"
-
-DEPEND="
-       dev-python/setuptools_scm[${PYTHON_USEDEP}]
-       dev-python/cython[${PYTHON_USEDEP}]
-       ${RDEPEND}
-"

Reply via email to