Commit Graph

58 Commits

Author SHA1 Message Date
Sascha Grunert
96adedb62e
conmon: 2.1.9 -> 2.1.10
Remove the patch as well since it's already integrated into the release.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-12-20 11:13:02 +01:00
Andrew Marshall
a5c588846c conmon: backport fix for regression causing NixOS test failure
Should fix `nix-build -A podman.passthru.tests`, see bug report
https://github.com/NixOS/nixpkgs/issues/274655

See also upstream:

https://github.com/containers/conmon/pull/476
https://github.com/containers/conmon/issues/475
https://github.com/containers/conmon/issues/477
2023-12-16 07:50:12 -05:00
R. Ryantm
5cb7e6505c conmon: 2.1.8 -> 2.1.9 2023-12-15 06:32:06 +00:00
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
Sascha Grunert
7b89c04b4f
conmon: 2.1.7 -> 2.1.8
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-08-24 16:29:11 +02:00
zowoq
4a40c0ab8a conmon: 2.1.6 -> 2.1.7
Diff: https://github.com/containers/conmon/compare/v2.1.6...v2.1.7

Changelog: https://github.com/containers/conmon/releases/tag/v2.1.7
2023-03-01 18:52:02 +10:00
zowoq
e1e68ae08b conmon: 2.1.5 -> 2.1.6
https://github.com/containers/conmon/releases/tag/v2.1.6
2023-02-07 06:33:12 +10:00
zowoq
90aff4b3e6 conmon: 2.1.4 -> 2.1.5
https://github.com/containers/conmon/releases/tag/v2.1.5
2022-11-06 07:43:37 +10:00
R. Ryantm
b8ec5dc2b0 conmon: 2.1.3 -> 2.1.4 2022-08-30 06:28:25 +10:00
zowoq
3556961da9 conmon: 2.1.2 -> 2.1.3
https://github.com/containers/conmon/releases/tag/v2.1.3
2022-07-26 08:10:24 +10:00
zowoq
b71ee18bfd conmon: set enableParallelBuilding/strictDeps 2022-07-05 20:23:19 +10:00
polynomialspace
694494c455 update git sha after upstream v2.1.2 retag
see: 2bc95ee697
2022-06-23 11:54:13 -07:00
zowoq
20ac3479d4 conmon: 2.1.1 -> 2.1.2
https://github.com/containers/conmon/releases/tag/v2.1.2
2022-06-15 06:47:31 +10:00
zowoq
76d8cf069b conmon: 2.1.0 -> 2.1.1
https://github.com/containers/conmon/releases/tag/v2.1.1
2022-05-24 09:39:06 +10:00
zowoq
53a6300ad6 conmon: 2.0.32 -> 2.1.0
https://github.com/containers/conmon/releases/tag/v2.1.0
2022-01-25 13:18:45 +10:00
zowoq
159739faaf conmon: 2.0.31 -> 2.0.32
https://github.com/containers/conmon/releases/tag/v2.0.32
2022-01-12 15:26:01 +10:00
zowoq
c6a321d18c conmon: 2.0.30 -> 2.0.31
https://github.com/containers/conmon/releases/tag/v2.0.31
2021-12-07 06:59:34 +10:00
zowoq
e28643aa3d conmon: 2.0.29 -> 2.0.30
https://github.com/containers/conmon/releases/tag/v2.0.30
2021-09-23 07:10:44 +10:00
zowoq
7e4c4da3df conmon: 2.0.28 -> 2.0.29
https://github.com/containers/conmon/releases/tag/v2.0.29
2021-06-03 17:40:56 +10:00
R. RyanTM
0b95e8cbfa conmon: 2.0.27 -> 2.0.28 2021-05-17 06:18:14 +10:00
zowoq
d4c3f5f929 conmon: add phase hooks 2021-03-31 21:06:23 +10:00
zowoq
2c0bc880a3 conmon: 2.0.26 -> 2.0.27
https://github.com/containers/conmon/releases/tag/v2.0.27
2021-03-09 07:43:54 +10:00
R. RyanTM
e87a8406c6 conmon: 2.0.25 -> 2.0.26 2021-02-04 04:40:30 +00:00
zowoq
30ab92ea31 conmon: 2.0.24 -> 2.0.25
https://github.com/containers/conmon/releases/tag/v2.0.25
2021-01-21 18:35:16 +10:00
Ben Siraphob
108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
zowoq
93e5d99592 conmon: 2.0.22 -> 2.0.24
https://github.com/containers/conmon/releases/tag/v2.0.24
2021-01-15 13:03:08 +10:00
zowoq
8a4b39330f Revert "conmon: 2.0.22 -> 2.0.23"
This reverts commit 59d4583cf3.

Broken release.
2021-01-15 04:44:13 +10:00
Sascha Grunert
59d4583cf3 conmon: 2.0.22 -> 2.0.23
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2021-01-14 08:03:25 -08: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
zowoq
70bcf62c05 conmon: 2.0.21 -> 2.0.22
https://github.com/containers/conmon/releases/tag/v2.0.22
2020-12-21 05:28:42 +10:00
zowoq
d3875340df conmon: 2.0.20 -> 2.0.21
https://github.com/containers/conmon/releases/tag/v2.0.21
2020-09-11 06:48:48 +10:00
zowoq
bb464f7063 conmon: add cri-o to passthru.tests 2020-08-24 19:19:41 +10:00
zowoq
1dde18f6c5 conmon: inherit tests 2020-08-24 19:19:41 +10:00
zowoq
8649a86884 conmon: 2.0.19 -> 2.0.20
https://github.com/containers/conmon/releases/tag/v2.0.20
2020-07-29 16:47:37 +10:00
zowoq
34ee9bfe7c conmon: 2.0.18 -> 2.0.19 2020-07-16 12:12:34 +10:00
zowoq
0b420ecce4 conmon: 2.0.17 -> 2.0.18 2020-06-17 11:24:51 +10:00
zowoq
2038916072 conmon: 2.0.16 -> 2.0.17
https://github.com/containers/conmon/releases/tag/v2.0.17
2020-05-27 10:00:30 +10:00
zowoq
cd345dde53 conmon: add passthru.tests 2020-05-19 10:41:25 +10:00
zowoq
6007ba5075 conmon: 2.0.15 -> 2.0.16
https://github.com/containers/conmon/releases/tag/v2.0.16
2020-05-13 10:49:14 +10:00
zowoq
9123c8c5de conmon: installFlags 2020-04-19 10:27:55 +10:00
Jan Tojnar
bbb299c8e4
Merge pull request #84177 from zowoq/team
maintainers/teams: add podman team
2020-04-09 13:57:12 +02:00
zowoq
6f052a9a12 conmon: update maintainers 2020-04-03 20:37:59 +10:00
Sascha Grunert
109362d803
conmon: 2.0.14 -> 2.0.15
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-04-03 09:27:56 +02:00
zowoq
146b207f08 conmon: 2.0.13 -> 2.0.14
https://github.com/containers/conmon/releases/tag/v2.0.14
2020-03-21 08:15:42 +10:00
zowoq
cb099ca0d8 conmon: 2.0.12 -> 2.0.13
https://github.com/containers/conmon/releases/tag/v2.0.13
2020-03-18 08:15:24 +10:00
zowoq
48e1ed7c71 conmon: 2.0.11 -> 2.0.12
https://github.com/containers/conmon/releases/tag/v2.0.12
2020-03-17 08:54:40 +10:00
zowoq
f14ee5bce5 conmon: 2.0.10 -> 2.0.11
https://github.com/containers/conmon/releases/tag/v2.0.11
2020-03-05 07:50:51 +10:00
zowoq
5bee42b6b4 conmon: 2.0.9 -> 2.0.10 2020-01-28 08:07:52 +10:00
Sascha Grunert
d4a9b0a087
conmon: v2.0.8 -> v2.0.9
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-01-07 13:22:45 +01:00
Sascha Grunert
7aba727c0d
conmon: v2.0.7 -> v2.0.8
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-12-16 09:43:03 +01:00