summaryrefslogtreecommitdiff
path: root/dev-db/postgresql/postgresql-9999.ebuild
AgeCommit message (Collapse)Author
2017-07-13dev-db/postgresql: 10_beta2 Version BumpAaron W. Swenson
Added 10_beta2, and bumped the slot on the live ebuild. Package-Manager: Portage-2.3.6, Repoman-2.3.1
2017-05-31dev-db/postgresql: change systemd unit type to notify.Chris Mayo
Add systemd USE flag to control required configure option and dependency. Default events that used to be written to postmaster.log will now be written to the location specified by DefaultStandardOutput and DefaultStandardError in system.conf. Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4557
2017-04-23dev-db/postgresql: [QA] Add missing python metadata variablesDavid Seifert
Package-Manager: Portage-2.3.5, Repoman-2.3.2
2017-04-17dev-db/postgresql: Eselect and security related fixesAaron W. Swenson
Dependency bumped on app-eselect/eselect-postgresql to 2.0. Some of its work has been shifted into the ebuild as the files/links don’t change until this package is reemerge, unmerged, or updated. Security issues addressed in the initscripts per bugs 603716 and 603720. Bugs: 603716, 603720 Package-Manager: portage-2.3.0
2017-04-03dev-db/postgresql: respect PG_AUTOCONFIG env variableAustin English
This allows configuring postgresql without further input from the input (i.e., makes it scriptable). Gentoo-Bug: https://bugs.gentoo.org/610418
2017-03-10dev-db/postgresql: Add python3_6 to PYTHON_COMPATZac Medico
Package-Manager: Portage-2.3.4, Repoman-2.3.2
2017-02-28Drop $Id$ per council decision in bug #611234.Robin H. Johnson
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
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