Commit Graph

28 Commits

Author SHA1 Message Date
R. Ryantm
e9f0ffd6ee pgbouncer: 1.22.0 -> 1.22.1 2024-03-04 12:41:27 +00:00
Sandro
30f71249a8
Merge pull request #285866 from 999eagle/feat/pgbouncer-systemd 2024-02-19 14:42:01 +01:00
Sophie Tauchert
b3f483a5c2
pgbouncer: build with systemd support 2024-02-15 21:42:27 +01:00
R. Ryantm
0abf4a6f69 pgbouncer: 1.21.0 -> 1.22.0 2024-02-01 03:58:10 +00:00
Kai Norman Clasen
2fd6c3a3aa pgbouncer: meta add mainProgram 2023-10-21 15:10:41 -03:00
Mario Rodas
a9f4d2dd95 pgbouncer: 1.20.1 -> 1.21.0
Changelog: https://github.com/pgbouncer/pgbouncer/releases/tag/pgbouncer_1_21_0
2023-10-16 04:20:00 +00:00
Mario Rodas
bd5b35db3f pgbouncer: 1.20.0 -> 1.20.1
Changelog: https://github.com/pgbouncer/pgbouncer/releases/tag/pgbouncer_1_20_1
2023-10-04 04:20:00 +00:00
R. Ryantm
62cb57d364 pgbouncer: 1.19.1 -> 1.20.0 2023-08-08 14:10:43 +00:00
1000101
f63d863fde
nixos/pgbouncer: init (#241578)
Co-authored-by: Marek Mahut <marek.mahut@gmail.com>
2023-07-22 12:49:23 +02:00
Mario Rodas
cc0171f7b6 pgbouncer: 1.19.0 -> 1.19.1
https://github.com/pgbouncer/pgbouncer/releases/tag/pgbouncer_1_19_1
2023-06-02 04:20:00 +00:00
R. Ryantm
3cba89d0b9 pgbouncer: 1.18.0 -> 1.19.0 2023-05-07 22:55:52 +00:00
Thomas Gerbet
e56a1f2f92 pgbouncer: 1.17.0 -> 1.18.0
https://www.pgbouncer.org/changelog.html#pgbouncer-118x
2023-01-01 13:42:46 +01:00
R. Ryantm
befb10cd43 pgbouncer: 1.16.1 -> 1.17.0 2022-04-08 21:30:02 +00:00
1000101
dbd39c4d41 pgbouncer: 1.16.0 -> 1.16.1 2021-11-29 18:57:46 +01:00
1000101
8940308c80 pgbouncer: 1.15.0 -> 1.16.0 2021-10-22 17:25:57 +02: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
R. RyanTM
ce6c6fa81f pgbouncer: 1.14.0 -> 1.15.0 2020-11-29 08:38:11 +00:00
R. RyanTM
e5055647e6 pgbouncer: 1.13.0 -> 1.14.0 2020-06-17 09:39:19 +00:00
R. RyanTM
2bbfc9b8d6 pgbouncer: 1.12.0 -> 1.13.0 2020-05-06 23:09:50 -07:00
R. RyanTM
a815dd730b pgbouncer: 1.11.0 -> 1.12.0 (#71746)
* pgbouncer: 1.11.0 -> 1.12.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pgbouncer/versions

* pgbouncer: enable parallel builds

+ move pkgconfig to nativeBuildInputs
2019-10-23 16:52:58 +02:00
R. RyanTM
e6439c7698 pgbouncer: 1.10.0 -> 1.11.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pgbouncer/versions
2019-09-27 19:56:05 -07:00
Frederik Rietdijk
fe9a3e3e63 Merge staging-next into staging 2019-08-17 09:39:23 +02: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
1c392dfcf0 pgbouncer: use c-ares for name resolution (#66336)
According to pgbouncer README.md file c-ares is the
prefered way to resolve names for pgbouncer 1.10+:
https://github.com/pgbouncer/pgbouncer/blob/master/README.md#dns-lookup-support

The previous method (evdns) did not support EDNS0 and SOA lookups.
2019-08-15 03:20:42 +03:00
R. RyanTM
2e4fe8db89 pgbouncer: 1.9.0 -> 1.10.0 (#64869)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pgbouncer/versions
2019-07-16 21:04:15 +03:00
R. RyanTM
aacb2840d1 pgbouncer: 1.8.1 -> 1.9.0 (#45168)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pgbouncer/versions.
2018-08-19 22:47:48 +02:00
Ryan Mulligan
b661ecb930 pgbouncer: 1.7.2 -> 1.8.1
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/29ywgqx9kl3bv67b4r19yydrvwj29ssb-pgbouncer-1.8.1/bin/pgbouncer -h` got 0 exit code
- ran `/nix/store/29ywgqx9kl3bv67b4r19yydrvwj29ssb-pgbouncer-1.8.1/bin/pgbouncer --help` got 0 exit code
- ran `/nix/store/29ywgqx9kl3bv67b4r19yydrvwj29ssb-pgbouncer-1.8.1/bin/pgbouncer -V` and found version 1.8.1
- ran `/nix/store/29ywgqx9kl3bv67b4r19yydrvwj29ssb-pgbouncer-1.8.1/bin/pgbouncer --version` and found version 1.8.1
- found 1.8.1 with grep in /nix/store/29ywgqx9kl3bv67b4r19yydrvwj29ssb-pgbouncer-1.8.1
- found 1.8.1 in filename of file in /nix/store/29ywgqx9kl3bv67b4r19yydrvwj29ssb-pgbouncer-1.8.1
2018-03-15 00:45:17 -07:00
Rehno Lindeque
5eed143036 pgbouncer: init at 1.7.2 2017-12-16 23:57:31 +00:00