dev-db/pgpool2: Bump to 3.7.5
authorAaron W. Swenson <titanofold@gentoo.org>
Fri, 3 Aug 2018 13:26:51 +0000 (09:26 -0400)
committerAaron W. Swenson <titanofold@gentoo.org>
Fri, 3 Aug 2018 13:26:51 +0000 (09:26 -0400)
commit079ff486c23fdb326e5d58df1433b854ca900e94
tree88822d2600ba82cabcc0918c4696dc908fd7d8e2
parent54cd339b91bc2008c8d21797a5f7e1daac12b160
dev-db/pgpool2: Bump to 3.7.5

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/Manifest
dev-db/pgpool2/files/pgpool-configure-memcached.patch [new file with mode: 0644]
dev-db/pgpool2/files/pgpool-configure-pam.patch [new file with mode: 0644]
dev-db/pgpool2/files/pgpool-configure-pthread.patch [new file with mode: 0644]
dev-db/pgpool2/files/pgpool2.initd
dev-db/pgpool2/pgpool2-3.7.5.ebuild [new file with mode: 0644]
dev-db/pgpool2/pgpool2-9999.ebuild
dev-db/pgpool2/pgpool2-9999.ebuild.orig [new file with mode: 0644]