Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 723082 - dev-db/postgresql-{12.3, 11.8, 10.13, 9.6.18, 9.5.22} bump releases
Summary: dev-db/postgresql-{12.3, 11.8, 10.13, 9.6.18, 9.5.22} bump releases
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PgSQL Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-14 18:28 UTC by José de Paula Rodrigues
Modified: 2020-05-15 13:09 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description José de Paula Rodrigues 2020-05-14 18:28:10 UTC
PostgreSQL released a batch of releases today (2020-05-14) for all supported versions (https://www.postgresql.org/about/news/2038/). Could they be bumped on the official repos?

Of note, 12.3 fixes a potential crash/corruption with GENERATED tables.

In addition, PostgreSQL 12.3 works well with Python 3.8 (I've tested it on my local overlay), this could be added to the PYTHON_COMPAT variable in that ebuild.

Also, the oldest supported upstream release is 9.5; postgresql-9.4.26 should be removed from the official repos.

Thank you all!

Reproducible: Always
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-05-14 18:31:45 UTC
Please keep this in mind: https://wiki.gentoo.org/wiki/Zero-day_bump_requests

Thank you for letting us know though! I'll assign the bug this time, just be aware that usually maintainers are on the mailing lists, and in some cases even are part of upstream, so they know about this usually.
Comment 2 José de Paula Rodrigues 2020-05-14 18:37:09 UTC
Ouch, sorry, I didn't know about that policy, won't happen again :D
Comment 3 Larry the Git Cow gentoo-dev 2020-05-15 13:09:35 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5771e902827b33279d91fa8855412bfeb10d4869

commit 5771e902827b33279d91fa8855412bfeb10d4869
Author:     Aaron W. Swenson <titanofold@gentoo.org>
AuthorDate: 2020-05-15 13:01:50 +0000
Commit:     Aaron W. Swenson <titanofold@gentoo.org>
CommitDate: 2020-05-15 13:07:51 +0000

    dev-db/postgresql: Version Bumps and more
    
    Bump versions to: 12.3, 11.8, 10.13, 9.6.18, 9.5.22
    
    The 9.4 series is now EOL, and will be masked for removal.
    
    Additionally:
     - Dropped L10N since it doesn't actually do anything
     - Removed the underscore in a use flag to comply with policy:
       pg_legacytimestamp is now pg-legacytimestamp
     - Removed outdated and nonexistent blockers
     - Added "server" use flag to help clean up some harmless notices in gentoo-ci
     - Migrated from user.eclass to GLEP 81
    
    Closes: https://bugs.gentoo.org/723082
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>

 dev-db/postgresql/Manifest                 |   5 +
 dev-db/postgresql/metadata.xml             |   2 +-
 dev-db/postgresql/postgresql-10.13.ebuild  | 456 +++++++++++++++++++++++++++
 dev-db/postgresql/postgresql-11.8.ebuild   | 458 +++++++++++++++++++++++++++
 dev-db/postgresql/postgresql-12.3.ebuild   | 458 +++++++++++++++++++++++++++
 dev-db/postgresql/postgresql-9.4.26.ebuild |   4 +-
 dev-db/postgresql/postgresql-9.5.21.ebuild |   4 +-
 dev-db/postgresql/postgresql-9.5.22.ebuild | 476 ++++++++++++++++++++++++++++
 dev-db/postgresql/postgresql-9.6.17.ebuild |   4 +-
 dev-db/postgresql/postgresql-9.6.18.ebuild | 481 +++++++++++++++++++++++++++++
 dev-db/postgresql/postgresql-9999.ebuild   |  52 +---
 11 files changed, 2358 insertions(+), 42 deletions(-)