Commit Graph

27 Commits

Author SHA1 Message Date
R. Ryantm
3ed8ea7dba pgpool: 4.5.0 -> 4.5.1 2024-02-29 10:23:32 +00:00
R. Ryantm
2421ba7013 pgpool: 4.4.5 -> 4.5.0 2023-12-17 16:24:10 +00:00
Mario Rodas
90b6a0206e pgpool: 4.4.4 -> 4.4.5
Changelog: https://www.pgpool.net/docs/latest/en/html/release-4-4-5.html
2023-12-02 04:20:00 +00:00
Mario Rodas
3ebe79716d pgpool: 4.4.3 -> 4.4.4
Changelog: https://www.pgpool.net/docs/latest/en/html/release-4-4-4.html
2023-09-12 04:20:00 +00:00
R. Ryantm
68dc4d485b pgpool: 4.4.2 -> 4.4.3 2023-06-09 23:15:22 +00:00
Stanisław Pitucha
927acf9a89 pgpool: fix darwin build
Fix the darwin build by removing the included copy from the Makefiles.
2023-05-20 20:51:48 +10:00
Robert Scott
2d5a1864d1 pgpool: 4.4.1 -> 4.4.2 2023-02-02 21:51:18 +00:00
R. Ryantm
187fa34027 pgpool: 4.3.3 -> 4.4.1 2023-01-02 21:15:38 +08:00
Franz Pletz
31e5ad8466
pgpool: fix build with libxcrypt 2022-10-09 18:10:36 +02:00
Sandro Jäckel
ba0632d248
pgpool: remove broken libmemcached, update download URL
libmemcache support is broken since 2015

9308b8e121
2022-08-22 14:12:40 +02:00
Mario Rodas
510d55d5d7 pgpool: enable on darwin 2022-08-21 04:20:00 +00:00
R. Ryantm
fa0978e9a2 pgpool: 4.3.2 -> 4.3.3 2022-08-21 00:01:27 +00:00
Sergei Trofimovich
2dfcfcc1a9 pgpool: 4.0.6 -> 4.3.2
Among other things fixes build against -fno-common toolchains.

Changes: https://www.pgpool.net/docs/latest/en/html/release-4-3-2.html
2022-05-28 19:46:49 +01:00
Ben Siraphob
872973d7d1 pkgs/servers: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
R. RyanTM
13d0171516 pgpool: 4.0.5 -> 4.0.6 (#67020)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pgpool-ii/versions
2019-08-20 13:56:19 +03:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Derek Kulinski
b1d00b71b6 pgpool: 3.4.14 -> 4.0.5 (#66224)
Updated to PGPool-II 4.0.5 and modify the code to allow absolute path
for pool_passwd file.
2019-08-07 14:15:10 +03:00
Jörg Thalheim
b5c1deca8a
treewide: remove wkennington as maintainer
He prefers to contribute to his own nixpkgs fork triton.
Since he is still marked as maintainer in many packages
this leaves the wrong impression he still maintains those.
2019-01-26 10:05:32 +00:00
Orivej Desh
68a703b405 pgpool: 3.4.2 -> 3.4.14
Fixes the build with glibc 2.26.

Tracking issue: #31696
2017-11-16 02:17:45 +00:00
Pascal Wittmann
f99d5cf2fc Fixed some descriptions 2015-04-28 10:55:20 +02:00
William A. Kennington III
9308b8e121 pgpool: 3.4.1 -> 3.4.2 2015-04-08 12:13:34 -07:00
William A. Kennington III
741657ee8b pgpool: Make linux only 2015-04-04 19:43:54 -07:00
William A. Kennington III
e37ff9fde1 pgpool: 3.4.0 -> 3.4.1 2015-03-11 18:50:02 -07:00
William A. Kennington III
478e4b46d1 pgpool: Add derivation 2014-11-15 01:23:25 -08:00