summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-db/pgpool2: Cleanup 3.7.8, 4.0.3Aaron W. Swenson2019-08-055-752/+0
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
* dev-db/pgpool2: amd64 stable wrt bug #688470Mikle Kolyada2019-08-022-2/+2
| | | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* dev-db/pgpool2: x86 stable (bug #688470)Thomas Deutschmann2019-07-082-2/+2
| | | | | Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-db/pgpool2: Remove POSTGRES_COMPAT 9.3Aaron W. Swenson2019-06-152-2/+2
| | | | Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
* dev-db/pgpool2: Bump to 3.7.10, 4.0.5Aaron W. Swenson2019-05-235-2/+534
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.11 Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
* dev-db/pgpool2: use HTTPSMichael Mair-Keimberger2019-05-233-5/+5
| | | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11905 Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
* dev-db/pgpool2: Cleanup oldAaron W. Swenson2019-05-133-210/+0
| | | | | | Closes: https://bugs.gentoo.org/677698 Package-Manager: Portage-2.3.62, Repoman-2.3.11 Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
* dev-db/pgpool2: x86 stable (bug #682678)Thomas Deutschmann2019-05-132-2/+2
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-db/pgpool2: amd64 stable wrt bug #682678Mikle Kolyada2019-04-082-2/+2
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
* dev-db/pgpool2: Bump to 3.7.8, 4.0.3Aaron W. Swenson2019-03-073-0/+210
| | | | | Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
* dev-db/pgpool2: Cleanup oldAaron W. Swenson2019-02-105-402/+0
| | | | | Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
* dev-db/pgpool2: amd64 stable wrt bug #675982Mikle Kolyada2019-02-082-2/+2
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-db/pgpool2: x86 stable (bug #675982)Thomas Deutschmann2019-01-242-2/+2
| | | | | Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-db/pgpool2: Adjusted (sub-)slot dep on dev-libs/opensslLars Wendler2019-01-077-14/+14
| | | | | Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-db/pgpool2: Bump to 3.7.7, 4.0.2Aaron W. Swenson2018-11-283-0/+210
| | | | | Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
* dev-db/pgpool2: drop postgresql 11 supportThomas Deutschmann2018-11-181-2/+2
| | | | | | | dev-db/postgresql:11 has no stable ebuild yet. Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-db/pgpool2: amd64 stable wrt bug #665104Mikle Kolyada2018-09-151-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-db/pgpool2: x86 stable (bug #665104)Thomas Deutschmann2018-09-101-1/+1
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-db/pgpool2: Remove litter from patchAaron W. Swenson2018-08-031-104/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-db/pgpool2: Bump to 3.7.5Aaron W. Swenson2018-08-038-24/+343
| | | | | | | | | | | | | | | | | | | | | Add a couple patches to fix a few options in configure.ac. --without-pam no longer acts as if --with-pam was given. Now uses pkg-config to get any special settings for libmemcached rather than using fixed sub-directories (${user_provided_path}/{include,lib,…}). Lastly, introduced AX_PTHREAD to link in the appropriate threading library to fix bug 616302. If libmemcached was built with USE=sasl which builds against cyrus-sasl. cyrus-sasl builds against a threading library which necessitates including the same threading in pgpool2 despite pgpool2 not being a threaded program. pgpool2 is now able to build against LibreSSL as well as OpenSSL. The ebuild now reflects this fact Bug: https://bugs.gentoo.org/616302 Bug: https://bugs.gentoo.org/646888 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-db/pgpool2: Add 10 to POSTGRES_COMPATAaron W. Swenson2018-05-131-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-db/pgpool2: Remove <9.3 from POSTGRES_COMPATAaron W. Swenson2018-05-134-5/+5
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-db/pgpool2: Bump to 3.7.3Aaron W. Swenson2018-04-272-0/+99
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-db/pgpool2: Bump to 3.7.1Aaron W. Swenson2018-01-122-0/+99
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-db/pgpool2: CleanupAaron W. Swenson2018-01-1110-1140/+0
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-db/pgpool2: amd64 stable wrt bug #642050Mikle Kolyada2018-01-081-2/+2
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-db/pgpool2: x86 stable (bug #642050)Thomas Deutschmann2017-12-261-1/+1
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-db/*: Update Manifest hashesMichał Górny2017-12-091-2/+2
|
* dev-db/pgpool2: remove unused patchMichael Mair-Keimberger2017-12-061-180/+0
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/6411 Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
* dev-db/pgpool2: Bump to 3.7.0Aaron W. Swenson2017-12-012-5/+104
| | | | | | | | | | | | New features: * Quorum aware failover feature. * Allow specifying the hostnames in pool_hba. * Allow to specify per node health check parameters. * Support AWS Aurora. * Import PostgreSQL 10 SQL parser * Support logical replication. Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-db/pgpool2: Bump to 3.6.7Aaron W. Swenson2017-11-082-0/+99
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-db/pgpool2: Links to libnsl, so add dependencyAndreas K. Hüttel2017-11-034-0/+4
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4
* dev-db/pgpool2: BumpPatrick Lauer2017-09-182-0/+98
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-db/pgpool2: Bump to 3.6.5Aaron W. Swenson2017-07-113-0/+366
| | | | | | Now with more manpages and docs! Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-db/pgpool2: Bump, new repo, postgres-multiAaron W. Swenson2017-07-095-59/+667
| | | | | | Now installs to all selected slots via use flags. Package-Manager: Portage-2.3.6, Repoman-2.3.1
* Drop remaining $Id$ and $Header$ from files.Ulrich Müller2017-02-281-1/+0
| | | | Bug: 611234
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-284-4/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-db/pgpool2: BumpPatrick Lauer2017-02-223-0/+204
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-db/pgpool2: Remove OldAaron W. Swenson2016-06-075-435/+0
| | | | | | Bug: 563100 Package-Manager: portage-2.2.28
* dev-db/pgpool2: Version BumpAaron W. Swenson2016-06-073-0/+287
| | | | | | Bug: 529508, 563100 Package-Manager: portage-2.2.28
* dev-db/pgpool2: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English2016-05-181-1/+1
|
* dev-db/pgpool2: BumpPatrick Lauer2016-02-282-0/+109
| | | | Package-Manager: portage-2.2.27
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-241-1/+1
| | | | | | | Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-089-0/+731
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