commit: 9e31a4dd54e50c7de1bd40dfce1ac4460cbc64a7
Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 6 01:34:36 2021 +0000
Commit: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Tue Jul 6 01:56:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e31a4dd
profiles/{package.mask,base/use.mask}: Mask PgSQL 9.5 for removal
PostgreSQL 9.5 is EOL.
Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org>
profiles/base/use.mask | 4 ++++
profiles/package.mask | 13 +++++++++++++
2 files changed, 17 insertions(+)
diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index d37141e9b8b..12955cfde54 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,6 +4,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Aaron W. Swenson <[email protected]> (2021-07-05)
+# PostgreSQL 9.5 masked for removal
+postgres_targets_postgres9_5
+
# David Seifert <[email protected]> (2021-06-20)
# Abandoned upstream, last release 17 years ago, unmaintained, tons of
# QA bugs, eclass is terrible. Bug #796878, removal in 30 days.
diff --git a/profiles/package.mask b/profiles/package.mask
index 6fc6d8daefe..f6c81ee7a80 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,19 @@
#--- END OF EXAMPLES ---
+# Aaron W. Swenon <[email protected]> (2021-07-05)
+# PostgreSQL 9.5 has reached end of life and will no longer receive any
+# updates -- security or otherwise -- from upstream or Gentoo.
+#
+# You should migrate immediately.
+# https://wiki.gentoo.org/wiki/PostgreSQL/QuickStart#Post-9.0_Migration
+#
+# For more information about PostgreSQL's versioning policy, see:
+# https://www.postgresql.org/support/versioning/
+#
+# Removal after 2021-08-04.
+dev-db/postgresql:9.5
+
# Michał Górny <[email protected]> (2021-07-06)
# Various Python 2-specific backports. All the reverse dependencies
# (except for deps between these packages) have been eliminated.