Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] data/gentoo-news:master commit in: 2021-05-30-deprecate-old-bdb-slots/
Date: Sun, 30 May 2021 13:18:35
Message-Id: 1622380598.e72bcc8406e41ade2e186fe88e14586a6f4bb9b4.soap@gentoo
1 commit: e72bcc8406e41ade2e186fe88e14586a6f4bb9b4
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 30 13:16:38 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun May 30 13:16:38 2021 +0000
6 URL: https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=e72bcc84
7
8 Add 2021-05-30-deprecate-old-bdb-slots
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 .../2021-05-30-deprecate-old-bdb-slots.en.txt | 55 ++++++++++++++++++++++
13 1 file changed, 55 insertions(+)
14
15 diff --git a/2021-05-30-deprecate-old-bdb-slots/2021-05-30-deprecate-old-bdb-slots.en.txt b/2021-05-30-deprecate-old-bdb-slots/2021-05-30-deprecate-old-bdb-slots.en.txt
16 new file mode 100644
17 index 0000000..b22291e
18 --- /dev/null
19 +++ b/2021-05-30-deprecate-old-bdb-slots/2021-05-30-deprecate-old-bdb-slots.en.txt
20 @@ -0,0 +1,55 @@
21 +Title: sys-libs/db old SLOT removal
22 +Author: David Seifert <soap@g.o>
23 +Posted: 2021-05-30
24 +Revision: 1
25 +News-Item-Format: 2.0
26 +Display-If-Installed: sys-libs/db:1
27 +Display-If-Installed: sys-libs/db:3
28 +Display-If-Installed: sys-libs/db:4.2
29 +Display-If-Installed: sys-libs/db:4.3
30 +Display-If-Installed: sys-libs/db:4.4
31 +Display-If-Installed: sys-libs/db:4.5
32 +Display-If-Installed: sys-libs/db:4.6
33 +Display-If-Installed: sys-libs/db:4.7
34 +Display-If-Installed: sys-libs/db:5.1
35 +
36 +On 2021-07-01, we will mask the following Berkeley DB (aka sys-libs/db)
37 +slots for removal from the tree within 90 days (bug #792222):
38 +
39 +- 1
40 +- 3
41 +- 4.2
42 +- 4.3
43 +- 4.4
44 +- 4.5
45 +- 4.6
46 +- 4.7
47 +- 5.1
48 +
49 +You should export your data first before rebuilding any applications
50 +against newer slots of sys-libs/db.
51 +
52 +Furthermore, the Gentoo Base System Team has decided to consider
53 +sys-libs/db a deprecated database backend. What this means for you is
54 +that we will slowly start deprecating optional use of sys-libs/db in
55 +consumers and mask their USE="berkdb" flags with the goal of eventual
56 +removal of berkdb support from those packages.
57 +
58 +Other distros such as Fedora have started a gradual phase-out of
59 +Berkeley DB too, given Oracle's strong-armed approach to community
60 +input and their arguably hostile switch to the AGPLv3
61 +(https://fedoraproject.org/wiki/Changes/Libdb_deprecated). Furthermore,
62 +Oracle is known for removing critical features from BDB in supposed
63 +patch releases, such as the removal of the client-server architecture
64 +and the SQL API between 18.1.32 and 18.1.40.
65 +
66 +To this end, we will also be removing USE="berkdb" from
67 +profiles/default/linux/make.defaults on 2021-07-01. If you implicitly
68 +depend on profiles enabling optional use of sys-libs/db, you will need
69 +to enable this USE flag yourself.
70 +
71 +From here on, you should be working under the assumption that the
72 +sys-libs/db package will be gone from the Gentoo repository within
73 +**two years** from the time of this news item. If you depend on BDB in
74 +a production environment, we strongly suggest you move to one of the
75 +modern replacements, such as GDBM, SQLite or LMDB.