summaryrefslogtreecommitdiff
path: root/dev-db/postgresql/files
AgeCommit message (Collapse)Author
2020-08-13dev-db/postgresql: Version BumpsAaron W. Swenson
12.4, 11.9, 10.14, 9.6.19, 9.5.23, and 13 Beta 3 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
2020-08-13dev-db/postgresql: Remove 9.4Aaron W. Swenson
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
2019-11-15dev-db/postgresql: Version bumpsAaron W. Swenson
12.1, 11.6, 10.11, 9.6.16, 9.5.20, and 9.4.25. Update no-server patch for 12.1. Closes: https://bugs.gentoo.org/696152 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
2019-06-15dev-db/postgresql: Cleanup old/insecureAaron W. Swenson
Bug: https://bugs.gentoo.org/685846 Package-Manager: Portage-2.3.62, Repoman-2.3.11 Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
2019-04-09dev-db/postgresql: fix typo in comment.Gabriel Linder
Signed-off-by: Gabriel Linder <linder.gabriel@gmail.com> Package-Manager: Portage-2.3.62, Repoman-2.3.12 Closes: https://github.com/gentoo/gentoo/pull/11466 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
2018-08-29dev-db/postgresql: Work on minimizing FILESDIRAaron W. Swenson
Work towards addressing some minor QA complaints. Package-Manager: Portage-2.3.40, Repoman-2.3.9
2018-06-13dev-db/postgresql: Add 11 beta 1Aaron W. Swenson
Package-Manager: Portage-2.3.40, Repoman-2.3.9
2018-05-20dev-db/postgresql: Cleanup insecureAaron W. Swenson
Bug: https://bugs.gentoo.org/649288 Package-Manager: Portage-2.3.24, Repoman-2.3.6
2018-05-18dev-db/postgresql: remove unused patchesMichael Mair-Keimberger
Closes: https://github.com/gentoo/gentoo/pull/8449
2018-03-22dev-db/postgresql: Partial cleanupAaron W. Swenson
Package-Manager: Portage-2.3.24, Repoman-2.3.6
2018-02-12Revert "dev-db/postgresql: Cleanup Old and Insecure Files"Thomas Deutschmann
This reverts commit 850efe2a5700c2ba30f9e9860dd83143cf15da34.
2018-02-11dev-db/postgresql: Cleanup Old and Insecure FilesAaron W. Swenson
Bug: https://bugs.gentoo.org/627462 Bug: https://bugs.gentoo.org/636978 Bug: https://bugs.gentoo.org/630824 Bug: https://bugs.gentoo.org/603720 Bug: https://bugs.gentoo.org/603716 Package-Manager: Portage-2.3.19, Repoman-2.3.6
2018-02-10dev-db/postgresql: Update 10.2 no-server patchAaron W. Swenson
Closes: https://bugs.gentoo.org/647218 Package-Manager: Portage-2.3.19, Repoman-2.3.6
2017-12-06dev-db/postgresql: remove unused patchMichael Mair-Keimberger
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
2017-11-02dev-db/postgresql: Patch CleanupAaron W. Swenson
Remove unused patch files. Package-Manager: Portage-2.3.8, Repoman-2.3.3
2017-10-07dev-db/postgresql: Improved systemd supportAaron W. Swenson
Now multiple slots can run simultaneously. Thank you Evert. Bump live ebuild EAPI to 6 and switched to git-r3 eclass. Gentoo-Bug: https://bugs.gentoo.org/632496 Package-Manager: Portage-2.3.8, Repoman-2.3.3
2017-08-10dev-db/postgresql: Clean out old and unusedAaron W. Swenson
Package-Manager: Portage-2.3.6, Repoman-2.3.1
2017-08-10dev-db/postgresql: Security Version BumpAaron W. Swenson
Security releases: 9.2.22 9.3.18 9.4.13 9.5.8 9.6.4 Version bump: 10_beta3 Three security vulnerabilities have been closed by this release: * CVE-2017-7546: Empty password accepted in some authentication methods * CVE-2017-7547: The "pg_user_mappings" catalog view discloses passwords to users lacking server privileges * CVE-2017-7548: lo_put() function ignores ACLs Full release notes at: https://www.postgresql.org/about/news/1772/ Gentoo-Bug: 627462 Package-Manager: Portage-2.3.6, Repoman-2.3.1
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-05-11[QA] Drop $Id$ lines that were added back to ebuild headers.Ulrich Müller
Bug: 611234
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-02-28Drop remaining $Id$ and $Header$ from files.Ulrich Müller
Bug: 611234
2016-10-28dev-db/postgresql: Fix broken/improve no-server patchesAaron W. Swenson
9.4 and 9.5 had a small change to a section that is modified by the patch, thus causing failure. Further, pgbench was added back in as it is a client program that does not need the server to be on the same machine. Lastly, the 9.6 no-server patch was incomplete and allowed the entire backend to be built when only the headers are needed…theoretically. Package-Manager: portage-2.2.28
2016-09-30dev-db/postgresql: Add missing patch #595632Patrick Lauer
Package-Manager: portage-2.3.0
2016-07-30dev-db/*: remove unused patches.Michael Mair-Keimberger (asterix)
Squash all commit messages into a single one. Closes: https://github.com/gentoo/gentoo/pull/1936 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
2016-05-18dev-db/postgresql: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English
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-09-06dev-db/postgresql: Fix Bug 555198Aaron W. Swenson
Add patch to correct typo in Alpha architecture specific assembly code. Package-Manager: portage-2.2.20.1
2015-09-06dev-db/postgresql: Fix No Server PatchAaron W. Swenson
Makefiles were changed slightly for 9.5. Patch updated so that it can be applied.
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