summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosiah Mullins <jomull01@protonmail.com>2018-12-13 18:21:07 -0500
committerAndreas Sturmlechner <asturm@gentoo.org>2018-12-22 12:43:25 +0100
commit4c94441763ab5cdd9739ffe6b97913cc3cdadfa5 (patch)
tree11f7e8554e42f9e0009633fcfe192ff4fe9a0322 /net-libs/tox/tox-9999.ebuild
parentsys-libs/binutils-libs: Remove old (diff)
downloadgentoo-4c94441763ab5cdd9739ffe6b97913cc3cdadfa5.tar.gz
gentoo-4c94441763ab5cdd9739ffe6b97913cc3cdadfa5.tar.bz2
gentoo-4c94441763ab5cdd9739ffe6b97913cc3cdadfa5.zip
net-libs/tox: strip vulnerable versions
This commit removes all versions of tox prior to version 0.2.8 because those versions were vulnerable to remote DDoS attacks. Also, this commit removes a deprecated use flag in metadata.xml. In addition, this commit adds the requirement that libsodium not be built with the minimal use flag enabled in tox-9999. Closes: https://bugs.gentoo.org/628530 Bug: https://bugs.gentoo.org/668264 Signed-off-by: Josiah Mullins <JoMull01@protonmail.com> Signed-off-by: Josiah Mullins <jomull01@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/10585 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs/tox/tox-9999.ebuild')
-rw-r--r--net-libs/tox/tox-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/tox/tox-9999.ebuild b/net-libs/tox/tox-9999.ebuild
index 6480c17e2cc6..3c267ef0e1e2 100644
--- a/net-libs/tox/tox-9999.ebuild
+++ b/net-libs/tox/tox-9999.ebuild
@@ -21,7 +21,7 @@ RDEPEND="
av? ( media-libs/libvpx:=
media-libs/opus )
daemon? ( dev-libs/libconfig )
- >=dev-libs/libsodium-0.6.1:=[asm,urandom]"
+ >=dev-libs/libsodium-0.6.1:=[asm,urandom,-minimal]"
DEPEND="${RDEPEND}
virtual/pkgconfig"