8 Commits

Author SHA1 Message Date
Jindrich Novy 045a11d788 conmon-2.1.10-1.el8
- update to https://github.com/containers/conmon/releases/tag/v2.1.10
- Related: Jira:RHEL-2110

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
2024-01-02 15:14:08 +01:00
Jindrich Novy a91ed5a498 conmon-2.1.8-1.el8
- update to https://github.com/containers/conmon/releases/tag/v2.1.8
- Related: #2176055

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
2023-08-25 13:07:42 +02:00
Jindrich Novy 93fabe2837 conmon-2.1.7-1.el8
- update to https://github.com/containers/conmon/releases/tag/v2.1.7
- Related: #2176055

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
2023-03-17 11:15:24 +01:00
Jindrich Novy c2ab732372 conmon-2.1.6-1.el8
- update to https://github.com/containers/conmon/releases/tag/v2.1.6
- Related: #2176055

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
2023-03-08 13:41:14 +01:00
James Antill 51ca38300b Import rpm: 8e6d71e10276adddd0e3006673ba29c8de5b7d6e 2023-02-23 19:56:50 -05:00
James Antill 8b6d602686 Import rpm: 8e6d71e10276adddd0e3006673ba29c8de5b7d6e 2023-02-23 12:39:36 -05:00
James Antill adb59f219a Convert from sha1 to sha512. 2022-08-31 15:24:54 -04:00
James Antill e19b7ff658 Import rpm: 8e6d71e10276adddd0e3006673ba29c8de5b7d6e 2022-08-08 12:27:10 -04:00
2 changed files with 39 additions and 11 deletions
+38 -10
View File
@@ -6,13 +6,13 @@
# https://github.com/containers/conmon # https://github.com/containers/conmon
%global import_path github.com/containers/%{name} %global import_path github.com/containers/%{name}
%global git0 https://%{import_path} %global git0 https://%{import_path}
%global commit0 bd1459a3ffbb13eb552cc9af213e1f56f31ba2ee %global commit0 2dcd736e46ded79a53339462bc251694b150f870
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Name: conmon Name: conmon
Epoch: 2 Epoch: 3
Version: 2.1.4 Version: 2.1.10
Release: 2%{?dist} Release: 1%{?dist}
Summary: OCI container runtime monitor Summary: OCI container runtime monitor
License: ASL 2.0 License: ASL 2.0
URL: %{git0} URL: %{git0}
@@ -62,19 +62,39 @@ export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
%{_mandir}/man8/* %{_mandir}/man8/*
%changelog %changelog
* Tue Mar 14 2023 Jindrich Novy <jnovy@redhat.com> - 2:2.1.4-2 * Tue Jan 02 2024 Jindrich Novy <jnovy@redhat.com> - 3:2.1.10-1
- update to https://github.com/containers/conmon/releases/tag/v2.1.4 - update to https://github.com/containers/conmon/releases/tag/v2.1.10
- Related: Jira:RHEL-2110
* Fri Aug 25 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.1.8-1
- update to https://github.com/containers/conmon/releases/tag/v2.1.8
- Related: #2176055 - Related: #2176055
* Tue Aug 30 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.1.4-1 * Fri Mar 17 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.1.7-1
- update to https://github.com/containers/conmon/releases/tag/v2.1.7
- Related: #2176055
* Wed Mar 08 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.1.6-1
- update to https://github.com/containers/conmon/releases/tag/v2.1.6
- Related: #2176055
* Mon Nov 07 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.1.5-1
- update to https://github.com/containers/conmon/releases/tag/v2.1.5
- Related: #2123641
* Tue Aug 30 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.1.4-1
- update to https://github.com/containers/conmon/releases/tag/v2.1.4 - update to https://github.com/containers/conmon/releases/tag/v2.1.4
- Related: #2061390 - Related: #2061390
* Wed Jul 27 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.1.3-1 * Fri Aug 26 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.1.2-2
- revert conmon to 2.1.2
- Related: #2061390
* Tue Jul 26 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.1.3-1
- update to https://github.com/containers/conmon/releases/tag/v2.1.3 - update to https://github.com/containers/conmon/releases/tag/v2.1.3
- Related: #2061390 - Related: #2061390
* Mon Jun 27 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.1.2-2 * Thu Jun 16 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.1.2-2
- update to latest content of https://github.com/containers/conmon/releases/tag/2.1.2 - update to latest content of https://github.com/containers/conmon/releases/tag/2.1.2
(https://github.com/containers/conmon/commit/2bc95ee697e87d5f7b77063cf83fc32739addafe) (https://github.com/containers/conmon/commit/2bc95ee697e87d5f7b77063cf83fc32739addafe)
- Related: #2061390 - Related: #2061390
@@ -83,10 +103,18 @@ export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
- update to https://github.com/containers/conmon/releases/tag/v2.1.2 - update to https://github.com/containers/conmon/releases/tag/v2.1.2
- Related: #2061390 - Related: #2061390
* Mon Jun 06 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.1.0-3 * Mon Jun 06 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.1.1-2
- fix CVE-2022-1708 - thanks to Peter Hunt - fix CVE-2022-1708 - thanks to Peter Hunt
- Related: #2061390 - Related: #2061390
* Tue May 24 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.1.1-1
- update to https://github.com/containers/conmon/releases/tag/v2.1.1
- Related: #2061390
* Wed May 11 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.1.0-3
- BuildRequires: /usr/bin/go-md2man
- Related: #2061390
* Fri Apr 08 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.1.0-2 * Fri Apr 08 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.1.0-2
- bump golang BR to 1.17.7 - bump golang BR to 1.17.7
- Related: #2061390 - Related: #2061390
+1 -1
View File
@@ -1 +1 @@
SHA512 (conmon-2.1.4-bd1459a.tar.gz) = a587911ba4e9be20d51bbd391ffab8ebf94c094be7483d6485a9b2addad5f43a3ebbfe84074b926900035b902429f5ad1d7b0ee8cc54a57b7eab82dd5775720a SHA512 (conmon-2.1.10-2dcd736.tar.gz) = 59adad142058f3ce348cf716023f4ff72a115180eda69f2644589b214487d264eac65b91a7c56020ebe9e31b0114b9832c684e9a167b3611eae5b7e1dedd71d1