summaryrefslogtreecommitdiff
path: root/dev-db/postgresql/postgresql-9999.ebuild
AgeCommit message (Collapse)Author
2016-09-29dev-db/postgresql: Add missing slot operators to Perl dependency, bug 595386Andreas K. Hüttel
Package-Manager: portage-2.3.0
2016-05-18dev-db/postgresql: Slot BumpAaron W. Swenson
Bump slot on live ebuild to 9.7. Package-Manager: portage-2.2.26
2016-05-13dev-db/postgresql: Remove unneeded inherit in live ebuildPatrick Lauer
Package-Manager: portage-2.2.28
2016-03-31dev-db/postgresql: Security UpdateAaron W. Swenson
Fixes security bug 578680. See http://www.postgresql.org/about/news/1656/ for complete release announcement. Closes security hole CVE-2016-2193, where a query plan might get reused for more than one ROLE in the same session. Fixes CVE-2016-3065, a server crash bug triggered by using pageinspect with BRIN index pages. Additionally, support for Python 3.5 was added for PostgreSQL 9.5. Bug: 578680, 574646 Package-Manager: portage-2.2.26
2016-02-14dev-db/postgresql: Fix typo #574724Patrick Lauer
Package-Manager: portage-2.2.27
2015-12-15dev-db/postgresql: Hardcode installAaron W. Swenson
Rely on $PATH being in the proper order so that the correct install program is used for modules utilizing PGXS in both hardened and non-hardened environments. Bug: 528786 Package-Manager: portage-2.2.20.1
2015-10-25dev-db/postgresql: Handle RuntimeDirectory in systemd unitElias Probst
Instead of using a separate `tmpfiles.d` definition to create `/run/postgresql`, let the service unit take care of it on its own. This prevents situations where the postgresql service can't start because `systemd-tmpfiles` wasn't run yet. Bug: https://bugs.gentoo.org/show_bug.cgi?id=563122 Package-Manager: portage-2.2.23
2015-10-08dev-db/postgresql: Security BumpAaron W. Swenson
Security update fixes issues: 1. CVE-2015-5288: The crypt() function included with the optional pgCrypto extension could be exploited to read a few additional bytes of memory. No working exploit for this issue has been developed. 2. CVE-2015-5289: json or jsonb input values constructed from arbitrary user input can crash the PostgreSQL server and cause a denial of service. Also added note for new installations that re-sourcing /etc/profile is reuiqred to pick up environment changes, like MANPATH so man can find pages installed in non-standard locations. Package-Manager: portage-2.2.20.1
2015-10-04dev-db/postgresql: add libressl supportJulian Ospald
2015-09-07dev-db/postgresql: use /bin/sh instead of /bin/bash for postgres userJakub Jirutka
See https://bugs.gentoo.org/show_bug.cgi?id=559884
2015-08-08proj/gentoo: Initial commitRobin H. Johnson
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed