Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/
Date: Thu, 02 Aug 2018 12:19:15
Message-Id: 1533212230.f3b2f8431f286defdf08e080a5a45be1d7c37312.vdupras@gentoo
1 commit: f3b2f8431f286defdf08e080a5a45be1d7c37312
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 2 12:17:10 2018 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 2 12:17:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3b2f843
7
8 profiles: mask django 1.8 and revdeps for removal
9
10 Bug: https://bugs.gentoo.org/662632
11
12 profiles/package.mask | 10 ++++++++++
13 1 file changed, 10 insertions(+)
14
15 diff --git a/profiles/package.mask b/profiles/package.mask
16 index 2a56dd1c82a..24000c5ba7c 100644
17 --- a/profiles/package.mask
18 +++ b/profiles/package.mask
19 @@ -29,6 +29,16 @@
20
21 #--- END OF EXAMPLES ---
22
23 +# Virgil Dupras <vdupras@g.o> (02 Aug 2018)
24 +# Django 1.8 is unsupported and insecure. These packages haven't been updated
25 +# to work with up-to-date django. Removal in 30 days. Bug #662632
26 +<dev-python/django-1.11
27 +dev-python/django-compressor
28 +dev-python/django-openstack-auth
29 +dev-python/django-tastypie
30 +dev-python/jingo
31 +dev-python/Coffin
32 +
33 # Michał Górny <mgorny@g.o> (01 Aug 2018)
34 # Multiprocessing versions of gemato. They are known to hang on some
35 # users, so let's keep them masked until somebody figures out what's