From edf2779f2357b35fe1cd59662fce1f44ec45d98c Mon Sep 17 00:00:00 2001 From: Lubos Uhliarik Date: Wed, 23 May 2018 09:53:19 +0000 Subject: [PATCH 01/45] Updated modulemd, completely rewriten --- nginx.yaml | 56 ++++++++++++++++++++++-------------------------------- 1 file changed, 23 insertions(+), 33 deletions(-) diff --git a/nginx.yaml b/nginx.yaml index a913cf3..f08a705 100644 --- a/nginx.yaml +++ b/nginx.yaml @@ -6,48 +6,38 @@ data: license: module: [ MIT ] dependencies: - buildrequires: - base-runtime: master + - buildrequires: + platform: [f28] requires: - base-runtime: master + platform: [f28] references: - community: https://docs.pagure.org/modularity/ - documentation: https://github.com/container-images/nginx - tracker: https://github.com/container-images/nginx + documentation: http://nginx.org/en/docs/ + tracker: https://trac.nginx.org/nginx/ profiles: default: rpms: - nginx + - nginx-mod-http-geoip + - nginx-mod-http-image-filter + - nginx-mod-http-perl + - nginx-mod-http-xslt-filter + - nginx-mod-mail + - nginx-mod-stream + - nginx-filesystem + - nginx-all-modules api: rpms: - nginx + - nginx-mod-http-geoip + - nginx-mod-http-image-filter + - nginx-mod-http-perl + - nginx-mod-http-xslt-filter + - nginx-mod-mail + - nginx-mod-stream + - nginx-filesystem + - nginx-all-modules components: rpms: nginx: - rationale: Provides API for this module. - ref: f26 - - gperftools: - rationale: dependency - ref: f26 - libmnl: - rationale: dependency - ref: f26 - libnetfilter_conntrack: - rationale: dependency - ref: f26 - libnfnetlink: - rationale: dependency - ref: f26 - libunwind: - rationale: dependency - ref: f26 - libxkbcommon: - rationale: dependency - ref: f26 - mailcap: - rationale: dependency - ref: f26 - xkeyboard-config: - rationale: dependency - ref: f26 + rationale: Module API. + ref: stream-1.12 From 4da90d45b6a0ba05a85fbdaeaba1779f869a6b5e Mon Sep 17 00:00:00 2001 From: Lubos Uhliarik Date: Wed, 23 May 2018 11:08:48 +0000 Subject: [PATCH 02/45] Changed modulemd version --- nginx.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.yaml b/nginx.yaml index f08a705..d148249 100644 --- a/nginx.yaml +++ b/nginx.yaml @@ -1,5 +1,5 @@ document: modulemd -version: 1 +version: 2 data: summary: nginx webserver description: an initial version of the nginx webserver module From e40f03de145390854dc9ba2daa842ad2ca75edb8 Mon Sep 17 00:00:00 2001 From: Lubos Uhliarik Date: Wed, 23 May 2018 11:12:57 +0000 Subject: [PATCH 03/45] Fix indent in yaml --- nginx.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.yaml b/nginx.yaml index d148249..afe8171 100644 --- a/nginx.yaml +++ b/nginx.yaml @@ -8,7 +8,7 @@ data: dependencies: - buildrequires: platform: [f28] - requires: + requires: platform: [f28] references: documentation: http://nginx.org/en/docs/ From eadc7ab4e5592626f2f419329b888463399f7053 Mon Sep 17 00:00:00 2001 From: Lubos Uhliarik Date: Fri, 10 Aug 2018 07:35:07 +0000 Subject: [PATCH 04/45] Updated module - merged with master (python dependency, disable GeoIP..) From 54c81875cc7d2a29b51cfb07d35402f110efa50a Mon Sep 17 00:00:00 2001 From: Lubos Uhliarik Date: Fri, 10 Aug 2018 07:44:18 +0000 Subject: [PATCH 05/45] new branch for stream-1.14 --- nginx.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.yaml b/nginx.yaml index afe8171..c3f7505 100644 --- a/nginx.yaml +++ b/nginx.yaml @@ -40,4 +40,4 @@ data: rpms: nginx: rationale: Module API. - ref: stream-1.12 + ref: stream-1.14 From c26170f23c44f63e97e70ff5890a497421247cb3 Mon Sep 17 00:00:00 2001 From: Lubos Uhliarik Date: Wed, 29 May 2019 13:40:29 +0200 Subject: [PATCH 06/45] updated nginx.yaml file. Changed profile name from default to common. Build on f31 only. --- nginx.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/nginx.yaml b/nginx.yaml index c3f7505..719ab57 100644 --- a/nginx.yaml +++ b/nginx.yaml @@ -2,22 +2,21 @@ document: modulemd version: 2 data: summary: nginx webserver - description: an initial version of the nginx webserver module + description: nginx 1.14 webserver module license: module: [ MIT ] dependencies: - buildrequires: - platform: [f28] + platform: [f31] requires: - platform: [f28] + platform: [f31] references: documentation: http://nginx.org/en/docs/ tracker: https://trac.nginx.org/nginx/ profiles: - default: + common: rpms: - nginx - - nginx-mod-http-geoip - nginx-mod-http-image-filter - nginx-mod-http-perl - nginx-mod-http-xslt-filter @@ -28,7 +27,6 @@ data: api: rpms: - nginx - - nginx-mod-http-geoip - nginx-mod-http-image-filter - nginx-mod-http-perl - nginx-mod-http-xslt-filter From cc67efb9ca9446547aa7b82628af6acfe77f8c43 Mon Sep 17 00:00:00 2001 From: Lubos Uhliarik Date: Wed, 29 May 2019 16:00:33 +0200 Subject: [PATCH 07/45] Update module description and component stream. --- nginx.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx.yaml b/nginx.yaml index 719ab57..16c0838 100644 --- a/nginx.yaml +++ b/nginx.yaml @@ -2,7 +2,7 @@ document: modulemd version: 2 data: summary: nginx webserver - description: nginx 1.14 webserver module + description: nginx 1.16 webserver module license: module: [ MIT ] dependencies: @@ -38,4 +38,4 @@ data: rpms: nginx: rationale: Module API. - ref: stream-1.14 + ref: stream-1.16 From a5f7be7fa855331aaed971d754c4d8f287a4d062 Mon Sep 17 00:00:00 2001 From: Felix Kaechele Date: Sat, 1 Jun 2019 21:40:22 -0400 Subject: [PATCH 08/45] new branch for mainline Signed-off-by: Felix Kaechele --- nginx.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx.yaml b/nginx.yaml index 16c0838..7d33dd9 100644 --- a/nginx.yaml +++ b/nginx.yaml @@ -2,7 +2,7 @@ document: modulemd version: 2 data: summary: nginx webserver - description: nginx 1.16 webserver module + description: nginx mainline webserver module license: module: [ MIT ] dependencies: @@ -38,4 +38,4 @@ data: rpms: nginx: rationale: Module API. - ref: stream-1.16 + ref: stream-mainline From 874f02e92d23d4326bc1b691160112ba1f55c404 Mon Sep 17 00:00:00 2001 From: Lubos Uhliarik Date: Tue, 4 Jun 2019 12:25:41 +0200 Subject: [PATCH 09/45] Add module name and branch name to yaml file --- nginx.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nginx.yaml b/nginx.yaml index 7d33dd9..bbbb889 100644 --- a/nginx.yaml +++ b/nginx.yaml @@ -1,6 +1,8 @@ document: modulemd version: 2 data: + name: nginx + stream: mainline summary: nginx webserver description: nginx mainline webserver module license: From 007a48ee4ec5d9d0b9df419b80663bda1cc2f65a Mon Sep 17 00:00:00 2001 From: Felix Kaechele Date: Thu, 11 Jul 2019 12:02:23 -0400 Subject: [PATCH 10/45] Enable build on all Fedora releases --- nginx.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx.yaml b/nginx.yaml index bbbb889..101ca29 100644 --- a/nginx.yaml +++ b/nginx.yaml @@ -9,9 +9,9 @@ data: module: [ MIT ] dependencies: - buildrequires: - platform: [f31] + platform: [] requires: - platform: [f31] + platform: [] references: documentation: http://nginx.org/en/docs/ tracker: https://trac.nginx.org/nginx/ From bced01ea084f5bbd57283e3cb8762dc444cf34b3 Mon Sep 17 00:00:00 2001 From: Felix Kaechele Date: Tue, 23 Jul 2019 22:54:24 -0400 Subject: [PATCH 11/45] update From fbaec0b09960f61a9a68d6ac5ae69f968d6d301f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 12 Aug 2019 15:02:30 +0000 Subject: [PATCH 12/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 041e89cfde43c14234ea11822971bcc4042e58e2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 13 Aug 2019 19:58:56 +0000 Subject: [PATCH 13/45] Branching f31 from rawhide Signed-off-by: Fedora Release Engineering From 924abe06db42a9c88b67118bc80139b8746b98dc Mon Sep 17 00:00:00 2001 From: Felix Kaechele Date: Fri, 16 Aug 2019 11:33:53 -0400 Subject: [PATCH 14/45] 1.17.3 From af96a8c5bc3bfba30ef98f15941cf5d737da76e0 Mon Sep 17 00:00:00 2001 From: Felix Kaechele Date: Wed, 25 Sep 2019 12:23:46 -0400 Subject: [PATCH 15/45] 1.17.4 From ea628f2d57062d3a66bece44fa59320a63335518 Mon Sep 17 00:00:00 2001 From: Felix Kaechele Date: Tue, 22 Oct 2019 15:13:46 -0400 Subject: [PATCH 16/45] 1.17.5 From ce8f5478771bed2c3d1391543ceca2232a1f77b8 Mon Sep 17 00:00:00 2001 From: Felix Kaechele Date: Tue, 19 Nov 2019 19:32:08 -0500 Subject: [PATCH 17/45] 1.17.6 From 725dfb3a7e8d2e548745a46cce60f0fd142367c0 Mon Sep 17 00:00:00 2001 From: Felix Kaechele Date: Tue, 19 Nov 2019 22:27:51 -0500 Subject: [PATCH 18/45] fix sources file From 8e45eed80bc5f096c07a1183dae99f38abe602ee Mon Sep 17 00:00:00 2001 From: Felix Kaechele Date: Fri, 27 Dec 2019 11:47:41 +0100 Subject: [PATCH 19/45] 1.17.7 From a6ec0ec1fe4ed4933e4fbbc120d6adad1a980b31 Mon Sep 17 00:00:00 2001 From: Felix Kaechele Date: Mon, 20 Jan 2020 10:28:35 -0500 Subject: [PATCH 20/45] remove mailcap dependency for EL From df24325229b85f2a439b614a5a3974d20d0b7336 Mon Sep 17 00:00:00 2001 From: Felix Kaechele Date: Wed, 22 Jan 2020 15:13:38 -0500 Subject: [PATCH 21/45] update to 1.17.8 From 952fb8a15b1f474e328c00468a0ea2cd7af69d70 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 6 Feb 2020 18:25:28 +0000 Subject: [PATCH 22/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 6a6fc06ff7d1099ac9ef5a146b8f5f513d8e3774 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 13 Feb 2020 18:09:26 +0000 Subject: [PATCH 23/45] Branching f32 from rawhide Signed-off-by: Fedora Release Engineering From 8aa91020d16326eea72a2171e1ddf7a38dff6f3a Mon Sep 17 00:00:00 2001 From: Felix Kaechele Date: Thu, 5 Mar 2020 21:14:12 -0500 Subject: [PATCH 24/45] update to 1.17.9 Signed-off-by: Felix Kaechele From a065141dbbf6a0244a6b33dd88c280b69a1e9538 Mon Sep 17 00:00:00 2001 From: Felix Kaechele Date: Wed, 15 Apr 2020 16:18:51 -0400 Subject: [PATCH 25/45] update to 1.17.10 Signed-off-by: Felix Kaechele From 58468d00f899b37e72a81a6adef0aa1e3a0d4b9b Mon Sep 17 00:00:00 2001 From: Felix Kaechele Date: Fri, 1 May 2020 19:11:30 -0400 Subject: [PATCH 26/45] Create 1.18 stream Signed-off-by: Felix Kaechele --- nginx.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nginx.yaml b/nginx.yaml index 101ca29..b09eb9c 100644 --- a/nginx.yaml +++ b/nginx.yaml @@ -2,9 +2,9 @@ document: modulemd version: 2 data: name: nginx - stream: mainline + stream: 1.18 summary: nginx webserver - description: nginx mainline webserver module + description: nginx 1.18 webserver module license: module: [ MIT ] dependencies: @@ -40,4 +40,4 @@ data: rpms: nginx: rationale: Module API. - ref: stream-mainline + ref: stream-1.18 From e5816af0a92468575a7797aec8041fa9a9833e7e Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 26 Jun 2020 13:10:46 -0400 Subject: [PATCH 27/45] Do not build for EPEL 8. This stream is provided by RHEL 8 Signed-off-by: Stephen Gallagher --- nginx.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx.yaml b/nginx.yaml index b09eb9c..fa3321f 100644 --- a/nginx.yaml +++ b/nginx.yaml @@ -9,9 +9,9 @@ data: module: [ MIT ] dependencies: - buildrequires: - platform: [] + platform: [-epel8] requires: - platform: [] + platform: [-epel8] references: documentation: http://nginx.org/en/docs/ tracker: https://trac.nginx.org/nginx/ From 8105bca205b23f226913777e269a62e83a3bc861 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 8 Aug 2020 09:59:57 +0000 Subject: [PATCH 28/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering From f05a0c7dbffa0e78b57202a5bf4565468245907a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 19 Aug 2020 20:05:59 +0000 Subject: [PATCH 29/45] Branching f33 from rawhide Signed-off-by: Fedora Release Engineering From f24dff7b2181b7c6cdf5e582b407d6710f2c0a4c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 3 Feb 2021 18:49:44 +0000 Subject: [PATCH 30/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering From f68186efff5f13a82634d4f16cfce988c554d1ee Mon Sep 17 00:00:00 2001 From: Felix Kaechele Date: Wed, 21 Apr 2021 14:51:10 -0400 Subject: [PATCH 31/45] create 1.20 stream build for EPEL8 as well Signed-off-by: Felix Kaechele --- nginx.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nginx.yaml b/nginx.yaml index fa3321f..710b4a5 100644 --- a/nginx.yaml +++ b/nginx.yaml @@ -2,16 +2,16 @@ document: modulemd version: 2 data: name: nginx - stream: 1.18 + stream: 1.20 summary: nginx webserver - description: nginx 1.18 webserver module + description: nginx 1.20 webserver module license: module: [ MIT ] dependencies: - buildrequires: - platform: [-epel8] + platform: [] requires: - platform: [-epel8] + platform: [] references: documentation: http://nginx.org/en/docs/ tracker: https://trac.nginx.org/nginx/ @@ -40,4 +40,4 @@ data: rpms: nginx: rationale: Module API. - ref: stream-1.18 + ref: stream-1.20 From bc3492389584895bf897e05da288f21615ff2b76 Mon Sep 17 00:00:00 2001 From: Felix Kaechele Date: Tue, 25 May 2021 12:22:58 -0400 Subject: [PATCH 32/45] update to 1.20.1 Signed-off-by: Felix Kaechele From 2db36b997bc136c57d444acde5a2eeffd9c46d3f Mon Sep 17 00:00:00 2001 From: Felix Kaechele Date: Tue, 1 Jun 2021 20:18:15 -0400 Subject: [PATCH 33/45] Push permissions fix for 1.20.1 Signed-off-by: Felix Kaechele From bb1a5e32cac582fd6e8666468146f813b12a2b69 Mon Sep 17 00:00:00 2001 From: Felix Kaechele Date: Thu, 24 Jun 2021 21:46:43 -0400 Subject: [PATCH 34/45] fix for CVE-2021-3618 (rhbz#1975651) Signed-off-by: Felix Kaechele From 16434df23ee6338024acad05a265581024db307f Mon Sep 17 00:00:00 2001 From: Felix Kaechele Date: Wed, 8 Sep 2021 14:54:33 -0400 Subject: [PATCH 35/45] Sync 1.20 stream with main Signed-off-by: Felix Kaechele From fa555f6a567c00a68e2e3625051c89d707259d5b Mon Sep 17 00:00:00 2001 From: Felix Kaechele Date: Mon, 18 Oct 2021 19:04:54 -0400 Subject: [PATCH 36/45] Sync 1.20 stream with main Signed-off-by: Felix Kaechele From 6aaf1e591f1fe4a531f246f463254d2a8d8e93df Mon Sep 17 00:00:00 2001 From: Felix Kaechele Date: Tue, 21 Dec 2021 15:02:38 +0100 Subject: [PATCH 37/45] Update to 1.20.2 Signed-off-by: Felix Kaechele From 72ba87cd0f4dd749bd750a10db01b0a5aee5d593 Mon Sep 17 00:00:00 2001 From: Felix Kaechele Date: Wed, 19 Jan 2022 11:45:16 -0500 Subject: [PATCH 38/45] Do not build for EL8 EL8 has it's own 1.20 stream Signed-off-by: Felix Kaechele --- nginx.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx.yaml b/nginx.yaml index 710b4a5..499851f 100644 --- a/nginx.yaml +++ b/nginx.yaml @@ -9,9 +9,9 @@ data: module: [ MIT ] dependencies: - buildrequires: - platform: [] + platform: [-el8] # EL8+ contains it's own 1.20 stream requires: - platform: [] + platform: [-el8] references: documentation: http://nginx.org/en/docs/ tracker: https://trac.nginx.org/nginx/ From b5cf1647f693b160a86a581242f465609b9f1ef5 Mon Sep 17 00:00:00 2001 From: Felix Kaechele Date: Fri, 3 Jun 2022 11:00:56 -0400 Subject: [PATCH 39/45] Sync with last 1.20 RPM release Signed-off-by: Felix Kaechele From 463ba509eced1ac25d24f944c6aa8be047b174b6 Mon Sep 17 00:00:00 2001 From: Felix Kaechele Date: Fri, 3 Jun 2022 11:43:14 -0400 Subject: [PATCH 40/45] migrate to modulemd-packager also remove stale tests Signed-off-by: Felix Kaechele --- Makefile | 15 --------- nginx.yaml | 84 +++++++++++++++++++++++------------------------ sources | 0 tests/Makefile | 7 ---- tests/config.yaml | 29 ---------------- 5 files changed, 42 insertions(+), 93 deletions(-) delete mode 100644 Makefile delete mode 100644 sources delete mode 100644 tests/Makefile delete mode 100644 tests/config.yaml diff --git a/Makefile b/Makefile deleted file mode 100644 index bbb25bf..0000000 --- a/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -IMAGE_NAME = nginx - -MODULEMDURL=file://nginx.yaml - -default: run - -build: - docker build --tag=$(IMAGE_NAME) . - -run: build - docker run -d $(IMAGE_NAME) - -test: build - cd tests; MODULE=docker MODULEMD=$(MODULEMDURL) URL="docker=$(IMAGE_NAME)" make all - cd tests; MODULE=rpm MODULEMD=$(MODULEMDURL) URL="docker=$(IMAGE_NAME)" make all diff --git a/nginx.yaml b/nginx.yaml index 499851f..6306b06 100644 --- a/nginx.yaml +++ b/nginx.yaml @@ -1,43 +1,43 @@ -document: modulemd -version: 2 +document: modulemd-packager +version: 3 data: - name: nginx - stream: 1.20 - summary: nginx webserver - description: nginx 1.20 webserver module - license: - module: [ MIT ] - dependencies: - - buildrequires: - platform: [-el8] # EL8+ contains it's own 1.20 stream - requires: - platform: [-el8] - references: - documentation: http://nginx.org/en/docs/ - tracker: https://trac.nginx.org/nginx/ - profiles: - common: - rpms: - - nginx - - nginx-mod-http-image-filter - - nginx-mod-http-perl - - nginx-mod-http-xslt-filter - - nginx-mod-mail - - nginx-mod-stream - - nginx-filesystem - - nginx-all-modules - api: - rpms: - - nginx - - nginx-mod-http-image-filter - - nginx-mod-http-perl - - nginx-mod-http-xslt-filter - - nginx-mod-mail - - nginx-mod-stream - - nginx-filesystem - - nginx-all-modules - components: - rpms: - nginx: - rationale: Module API. - ref: stream-1.20 + summary: nginx webserver + description: nginx webserver 1.20 stream + license: + - MIT + configurations: + - context: "8b234a03" + platform: eln + - context: "f27b74a8" + platform: f35 + - context: "5e5ad4a0" + platform: f36 + - context: "9e842022" + platform: f37 + references: + documentation: http://nginx.org/en/docs/ + tracker: https://trac.nginx.org/nginx/ + profiles: + common: + rpms: + - nginx + - nginx-all-modules + minimal: + rpms: + - nginx-core + api: + rpms: + - nginx + - nginx-all-modules + - nginx-core + - nginx-filesystem + - nginx-mod-http-image-filter + - nginx-mod-http-perl + - nginx-mod-http-xslt-filter + - nginx-mod-mail + - nginx-mod-stream + components: + rpms: + nginx: + rationale: nginx package + ref: stream-1.20 diff --git a/sources b/sources deleted file mode 100644 index e69de29..0000000 diff --git a/tests/Makefile b/tests/Makefile deleted file mode 100644 index fa94987..0000000 --- a/tests/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -MODULE_LINT=/usr/share/moduleframework/tools/modulelint.py -CMD=python -m avocado run --filter-by-tags=-WIP $(MODULE_LINT) *.py - -# -all: - generator - $(CMD) diff --git a/tests/config.yaml b/tests/config.yaml deleted file mode 100644 index 9b9e3ee..0000000 --- a/tests/config.yaml +++ /dev/null @@ -1,29 +0,0 @@ -document: modularity-testing -version: 1 -name: nginx -modulemd-url: http://raw.githubusercontent.com/container-images/nginx/master/nginx.yaml -service: - port: 80 -packages: - rpms: - - nginx -testdependecies: - rpms: - - curl -module: - docker: - start: "docker run --rm -p 80:80 nginx" - source: https://github.com/container-images/nginx.git - container: docker.io/modularitycontainers/nginx - rpm: - start: systemctl start nginx - stop: systemctl stop nginx - status: systemctl status nginx - repos: - - http://mirror.vutbr.cz/fedora/releases/25/Everything/x86_64/os/ -test: - processrunning: - - 'ls /proc/*/exe -alh | grep nginx' -testhost: - basic: - - 'curl localhost | grep "Welcome to nginx!"' From ec8bffb8650e2bd2307a66b582fd048b0eb46914 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 10 Aug 2022 16:47:28 +0000 Subject: [PATCH 41/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 34621e454565cd86fd334cff4d1f8cb9ec9606d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 16 Aug 2022 14:22:19 +0200 Subject: [PATCH 42/45] Add a context for Fedora 38 --- nginx.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nginx.yaml b/nginx.yaml index 6306b06..b0286cf 100644 --- a/nginx.yaml +++ b/nginx.yaml @@ -14,6 +14,8 @@ data: platform: f36 - context: "9e842022" platform: f37 + - context: "f38" + platform: f38 references: documentation: http://nginx.org/en/docs/ tracker: https://trac.nginx.org/nginx/ From a9d4181f45805f19af03721bb1eec80436ac134d Mon Sep 17 00:00:00 2001 From: Felix Kaechele Date: Thu, 10 Nov 2022 12:13:37 -0500 Subject: [PATCH 43/45] backport fix for CVE-2022-41741 and CVE-2022-41742 Signed-off-by: Felix Kaechele From 267c831d98111e8ed7f74709070f84970eca2ff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 14 Feb 2023 14:14:27 +0100 Subject: [PATCH 44/45] Add a context for Fedora 39 --- nginx.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nginx.yaml b/nginx.yaml index b0286cf..f58af4f 100644 --- a/nginx.yaml +++ b/nginx.yaml @@ -16,6 +16,8 @@ data: platform: f37 - context: "f38" platform: f38 + - context: "f39" + platform: f39 references: documentation: http://nginx.org/en/docs/ tracker: https://trac.nginx.org/nginx/ From 316deb48d3a18a40aad9d3ec98a776acbb3a4020 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 14 Feb 2023 14:15:06 +0100 Subject: [PATCH 45/45] Remove a context for Fedora 35 --- nginx.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/nginx.yaml b/nginx.yaml index f58af4f..17f47df 100644 --- a/nginx.yaml +++ b/nginx.yaml @@ -8,8 +8,6 @@ data: configurations: - context: "8b234a03" platform: eln - - context: "f27b74a8" - platform: f35 - context: "5e5ad4a0" platform: f36 - context: "9e842022"