| Age | Commit message (Collapse) | Author |
|
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
|
|
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
There have been various improvements over time to the versioned
ebuilds that haven’t made their way in the live ebuild. This fixes
that.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
|
|
Bump the slot to 12. Also, remove obsolete bool fix.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
|
|
|
|
Also move definition of supported locales to a local variable.
How could this possibly have worked, with an assignment of the
LINGUAS variable in global scope?
Package-Manager: Portage-2.3.19, Repoman-2.3.6
|
|
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
|
|
For the live ebuild (9999), disabling spinlocks on Alpha as it is no
longer supported upstream.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
|
|
All versions now generate slotted man pages instead of using
symlinks. This is cleaner, and won’t result in broken links. You can
now run ‘man psql96’ (or similar) and actually get the man page for
psql, version 9.6.x.
10_beta2 and 9999 now dies if it can’t pushd into the directory it
needs to be in when generating the man pages.
Re-disabled spinlocks for versions 9.5 and after. Somehow this got
excluded from the 9.6 release.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
|
|
Added 10_beta2, and bumped the slot on the live ebuild.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
|
|
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
|
|
Package-Manager: Portage-2.3.5, Repoman-2.3.2
|
|
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
|
|
This allows configuring postgresql without further input from the input
(i.e., makes it scriptable).
Gentoo-Bug: https://bugs.gentoo.org/610418
|
|
Package-Manager: Portage-2.3.4, Repoman-2.3.2
|
|
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
Package-Manager: portage-2.3.0
|
|
Bump slot on live ebuild to 9.7.
Package-Manager: portage-2.2.26
|
|
Package-Manager: portage-2.2.28
|
|
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
|
|
Package-Manager: portage-2.2.27
|
|
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
|
|
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
|
|
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
|
|
|
|
See https://bugs.gentoo.org/show_bug.cgi?id=559884
|
|
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
|