From 237c2c09d757212f118d64120668362841acce7e Mon Sep 17 00:00:00 2001 From: Lubos Uhliarik Date: Wed, 23 May 2018 09:34:16 +0000 Subject: [PATCH 01/38] Updated modulemd, completely rewriten --- varnish.yaml | 142 ++++++++------------------------------------------- 1 file changed, 21 insertions(+), 121 deletions(-) diff --git a/varnish.yaml b/varnish.yaml index 341c76c..2941595 100644 --- a/varnish.yaml +++ b/varnish.yaml @@ -1,138 +1,38 @@ document: modulemd -version: 1 +version: 2 data: summary: Varnish HTTP cache - description: An initial version of the Varnish cache module. + description: Varnish Cache web application accelerator license: module: [ MIT ] dependencies: - buildrequires: - #workaround before base-runtime is ready - bootstrap: master - requires: - base-runtime: master + - buildrequires: + platform: [f28] + requires: + platform: [f28] references: - community: https://docs.pagure.org/modularity/ - documentation: https://github.com/container-images/varnish - tracker: https://github.com/container-images/varnish + documentation: http://varnish-cache.org/docs/ + tracker: https://github.com/varnishcache/varnish-cache/issues profiles: default: rpms: - varnish + - varnish-modules + buildopts: + rpms: + macros: | + %_without_python2 1 + %_with_python3 1 api: rpms: - varnish + - varnish-modules components: rpms: varnish: - rationale: Provides API for this module. - ref: f25 - - generic-release: - rationale: dependency. - ref: f25 - hostname: - rationale: dependency. - ref: f25 - initscripts: - rationale: dependency. - ref: f25 - ipcalc: - rationale: dependency. - ref: f25 - iproute: - rationale: dependency. - ref: f25 - iputils: - rationale: dependency. - ref: f25 - jemalloc: - rationale: dependency. - ref: f25 - libedit: - rationale: dependency. - ref: f25 - libmnl: - rationale: dependency. - ref: f25 - logrotate: - rationale: dependency. - ref: f25 - perl-Carp: - rationale: dependency. - ref: f25 - perl-constant: - rationale: dependency. - ref: f25 - perl-Encode: - rationale: dependency. - ref: f25 - perl-Exporter: - rationale: dependency. - ref: f25 - perl-File-Path: - rationale: dependency. - ref: f25 - perl-File-Temp: - rationale: dependency. - ref: f25 - perl-Getopt-Long: - rationale: dependency. - ref: f25 - perl-HTTP-Tiny: - rationale: dependency. - ref: f25 - perl-MIME-Base64: - rationale: dependency. - ref: f25 - perl-parent: - rationale: dependency. - ref: f25 - perl-PathTools: - rationale: dependency. - ref: f25 - perl-Pod-Escapes: - rationale: dependency. - ref: f25 - perl-podlators: - rationale: dependency. - ref: f25 - perl-Pod-Perldoc: - rationale: dependency. - ref: f25 - perl-Pod-Simple: - rationale: dependency. - ref: f25 - perl-Pod-Usage: - rationale: dependency. - ref: f25 - perl-Scalar-List-Utils: - rationale: dependency. - ref: f25 - perl-Socket: - rationale: dependency. - ref: f25 - perl-Term-ANSIColor: - rationale: dependency. - ref: f25 - perl-Term-Cap: - rationale: dependency. - ref: f25 - perl-Text-ParseWords: - rationale: dependency. - ref: f25 - perl-Text-Tabs+Wrap: - rationale: dependency. - ref: f25 - perl-threads: - rationale: dependency. - ref: f25 - perl-threads-shared: - rationale: dependency. - ref: f25 - perl-Time-Local: - rationale: dependency. - ref: f25 - perl-Unicode-Normalize: - rationale: dependency. - ref: f25 + rationale: Module API. + ref: stream-5.0 + varnish-modules: + rationale: Extension modules. + ref: stream-5.0 + buildorder: 1 From f2e102ec013e13841d8c7dac18387d39d6cde5a4 Mon Sep 17 00:00:00 2001 From: Lubos Uhliarik Date: Thu, 31 May 2018 10:03:58 +0000 Subject: [PATCH 02/38] varnish rebuild - test failure From 732591f3d12096397ac9c499ecd1080f88c80e96 Mon Sep 17 00:00:00 2001 From: Lubos Uhliarik Date: Fri, 10 Aug 2018 09:28:21 +0000 Subject: [PATCH 03/38] Added new stream-6 --- varnish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/varnish.yaml b/varnish.yaml index 2941595..c6edfbf 100644 --- a/varnish.yaml +++ b/varnish.yaml @@ -31,8 +31,8 @@ data: rpms: varnish: rationale: Module API. - ref: stream-5.0 + ref: stream-6 varnish-modules: rationale: Extension modules. - ref: stream-5.0 + ref: stream-6 buildorder: 1 From 715fdf32047f419a97d0d93b629b22c64f020e4a Mon Sep 17 00:00:00 2001 From: Lubos Uhliarik Date: Mon, 8 Oct 2018 14:54:26 +0000 Subject: [PATCH 04/38] Rebuild for #1633338 From c759d418bab8717cc6e16972664cee8918f58581 Mon Sep 17 00:00:00 2001 From: Lubos Uhliarik Date: Tue, 28 May 2019 18:35:05 +0200 Subject: [PATCH 05/38] Build only for f31 and merged rpms --- varnish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/varnish.yaml b/varnish.yaml index c6edfbf..3db2a93 100644 --- a/varnish.yaml +++ b/varnish.yaml @@ -7,9 +7,9 @@ data: module: [ MIT ] dependencies: - buildrequires: - platform: [f28] + platform: [f31] requires: - platform: [f28] + platform: [f31] references: documentation: http://varnish-cache.org/docs/ tracker: https://github.com/varnishcache/varnish-cache/issues From efa6497faa09c9e34e15c5b4a64e118ff72a97dc Mon Sep 17 00:00:00 2001 From: Lubos Uhliarik Date: Tue, 4 Jun 2019 12:14:21 +0200 Subject: [PATCH 06/38] Added module and branch name to yaml file + Varnish update to 6.1.1 --- varnish.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/varnish.yaml b/varnish.yaml index 3db2a93..07ae52f 100644 --- a/varnish.yaml +++ b/varnish.yaml @@ -1,6 +1,8 @@ document: modulemd version: 2 data: + name: varnish + stream: 6 summary: Varnish HTTP cache description: Varnish Cache web application accelerator license: From d4b5dccd42509f246aaeff230b9f52a041121944 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Wed, 25 Sep 2019 16:48:46 +0200 Subject: [PATCH 07/38] based on former 6.x branch 6 --- varnish.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/varnish.yaml b/varnish.yaml index 07ae52f..57ee938 100644 --- a/varnish.yaml +++ b/varnish.yaml @@ -2,7 +2,7 @@ document: modulemd version: 2 data: name: varnish - stream: 6 + stream: 6.0 summary: Varnish HTTP cache description: Varnish Cache web application accelerator license: @@ -33,8 +33,8 @@ data: rpms: varnish: rationale: Module API. - ref: stream-6 + ref: stream-6.0 varnish-modules: rationale: Extension modules. - ref: stream-6 + ref: stream-6.0 buildorder: 1 From 5639c3a44ed9960073c4f9df6034b6ec20694b8d Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Wed, 25 Sep 2019 21:11:58 +0200 Subject: [PATCH 08/38] set correct ref for varnish-modules --- varnish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish.yaml b/varnish.yaml index 57ee938..781c1e1 100644 --- a/varnish.yaml +++ b/varnish.yaml @@ -36,5 +36,5 @@ data: ref: stream-6.0 varnish-modules: rationale: Extension modules. - ref: stream-6.0 + ref: f29 buildorder: 1 From bc733ea1bbee6e585194349edc39d150aa3dd854 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Tue, 22 Oct 2019 01:39:24 +0200 Subject: [PATCH 09/38] update From ffe47f30f7e07c0d3755d65acb1285f584d12916 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Tue, 22 Oct 2019 01:39:46 +0200 Subject: [PATCH 10/38] update to varnish-6.0.5 From ddb97d585541e41e5b06e09ed1d4df36c00bc61f Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Thu, 13 Feb 2020 20:34:18 +0100 Subject: [PATCH 11/38] Rebuilt for varnish-6.0.6 --- varnish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish.yaml b/varnish.yaml index 781c1e1..57ee938 100644 --- a/varnish.yaml +++ b/varnish.yaml @@ -36,5 +36,5 @@ data: ref: stream-6.0 varnish-modules: rationale: Extension modules. - ref: f29 + ref: stream-6.0 buildorder: 1 From 947fbb09b2843ed9c6b578baee1abe033a635d33 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Thu, 13 Feb 2020 21:41:19 +0100 Subject: [PATCH 12/38] build for all fedoras --- varnish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/varnish.yaml b/varnish.yaml index 57ee938..fc3da69 100644 --- a/varnish.yaml +++ b/varnish.yaml @@ -9,9 +9,9 @@ data: module: [ MIT ] dependencies: - buildrequires: - platform: [f31] + platform: [-el6,-epel7,-epel8] requires: - platform: [f31] + platform: [-el6,-epel7,-epel8] references: documentation: http://varnish-cache.org/docs/ tracker: https://github.com/varnishcache/varnish-cache/issues From f790b31d6d8cc7b1f38c0d5b42b4bfbdc34e8592 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 15 Feb 2020 07:33:18 +0000 Subject: [PATCH 13/38] Branching f32 from rawhide Signed-off-by: Fedora Release Engineering From 35daf4727b1767d2ab0332a8918d11ddec154eef Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Aug 2020 18:24:49 +0000 Subject: [PATCH 14/38] Branching f33 from rawhide Signed-off-by: Fedora Release Engineering From 667c8d5346fdfb3a7a87f88216b66f7d9d2f7941 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Tue, 17 Nov 2020 14:22:33 +0100 Subject: [PATCH 15/38] update to varnish-6.0.7 From 652ef52123de94c306772423a23cb27648b6e7b4 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Wed, 18 Nov 2020 16:31:46 +0100 Subject: [PATCH 16/38] update From 23ca3cd1b078d4afb5ca825fc1a9b869af7ec5c0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 4 Feb 2021 11:54:34 +0000 Subject: [PATCH 17/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering From fc34b55bfe42cf7c6884340da3bf34ed3087165f Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Sat, 17 Jul 2021 03:09:12 +0200 Subject: [PATCH 18/38] rebuild for varnish-6.0.8 From cf9ecba5108b2126cf0f2abe03fc8a7ae56ff8e6 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Sat, 17 Jul 2021 10:43:50 +0200 Subject: [PATCH 19/38] el6 is gone. el8 should probably be written as 'el8', not 'epel8' --- varnish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/varnish.yaml b/varnish.yaml index fc3da69..a6109e6 100644 --- a/varnish.yaml +++ b/varnish.yaml @@ -9,9 +9,9 @@ data: module: [ MIT ] dependencies: - buildrequires: - platform: [-el6,-epel7,-epel8] + platform: [-epel7,-el8] requires: - platform: [-el6,-epel7,-epel8] + platform: [-epel7,-el8] references: documentation: http://varnish-cache.org/docs/ tracker: https://github.com/varnishcache/varnish-cache/issues From 56896ce477f46e0254082374b8e9d9ea607d2644 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Thu, 13 Jan 2022 23:43:01 +0100 Subject: [PATCH 20/38] rebuild for varnish-6.0.9 From ac4ce02b94bbc32cc7b16410c2f19c17bb920e2c Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Fri, 28 Jan 2022 09:46:02 +0100 Subject: [PATCH 21/38] Rebuild for varnish-6.0.10 --- varnish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/varnish.yaml b/varnish.yaml index a6109e6..eaae773 100644 --- a/varnish.yaml +++ b/varnish.yaml @@ -9,9 +9,9 @@ data: module: [ MIT ] dependencies: - buildrequires: - platform: [-epel7,-el8] + platform: [-epel7,-el8,-el9] requires: - platform: [-epel7,-el8] + platform: [-epel7,-el8,-el9] references: documentation: http://varnish-cache.org/docs/ tracker: https://github.com/varnishcache/varnish-cache/issues From e51d259c048593eecbc3b4903ded0330426836e2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 10 Aug 2022 16:56:12 +0000 Subject: [PATCH 22/38] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 88cfd7c9d2dd8aea35431063a77d7c006bbe2aa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 25 Aug 2022 14:39:57 +0200 Subject: [PATCH 23/38] Build for Fedora 38 From 8dfe606d5ae467e18664196363b3b5b8932ea94a Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Thu, 17 Nov 2022 09:40:12 +0100 Subject: [PATCH 24/38] varnish-6.0.11 From a44b4c228a5e0932b43eae820d7d22d363b5fca8 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Thu, 17 Nov 2022 23:38:34 +0100 Subject: [PATCH 25/38] - Switched to modulemd-packager format v3 - Rebuild for varnish-6.0.11 --- varnish.yaml | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/varnish.yaml b/varnish.yaml index eaae773..266fa7c 100644 --- a/varnish.yaml +++ b/varnish.yaml @@ -1,17 +1,21 @@ -document: modulemd -version: 2 +document: modulemd-packager +version: 3 data: name: varnish stream: 6.0 summary: Varnish HTTP cache description: Varnish Cache web application accelerator license: - module: [ MIT ] - dependencies: - - buildrequires: - platform: [-epel7,-el8,-el9] - requires: - platform: [-epel7,-el8,-el9] + - MIT + configurations: + - context: f27b74a8 + platform: f35 + - context: 5e5ad4a0 + platform: f36 + - context: 9e842022 + platform: f37 + - context: 75741a8b + platform: f38 references: documentation: http://varnish-cache.org/docs/ tracker: https://github.com/varnishcache/varnish-cache/issues From 2de737f79ad3067d9bf36eac3d87c311018d9bce Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Thu, 17 Nov 2022 23:49:52 +0100 Subject: [PATCH 26/38] fixes for modulemd-packager format v3 --- varnish.yaml | 36 ++++++++++++++++++++++++++---------- 1 file changed, 26 insertions(+), 10 deletions(-) diff --git a/varnish.yaml b/varnish.yaml index 266fa7c..a3d510c 100644 --- a/varnish.yaml +++ b/varnish.yaml @@ -10,29 +10,45 @@ data: configurations: - context: f27b74a8 platform: f35 + buildopts: + rpms: + macros: | + %_without_python2 1 + %_with_python3 1 - context: 5e5ad4a0 platform: f36 + buildopts: + rpms: + macros: | + %_without_python2 1 + %_with_python3 1 - context: 9e842022 platform: f37 + buildopts: + rpms: + macros: | + %_without_python2 1 + %_with_python3 1 - context: 75741a8b platform: f38 + buildopts: + rpms: + macros: | + %_without_python2 1 + %_with_python3 1 references: documentation: http://varnish-cache.org/docs/ tracker: https://github.com/varnishcache/varnish-cache/issues - profiles: - default: - rpms: - - varnish - - varnish-modules - buildopts: - rpms: - macros: | - %_without_python2 1 - %_with_python3 1 api: rpms: - varnish - varnish-modules + profiles: + default: + description: A standard installation + rpms: + - varnish + - varnish-modules components: rpms: varnish: From cb0f354a3e742df99bec68bb8633c3560d99e4ff Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Fri, 18 Nov 2022 08:31:26 +0100 Subject: [PATCH 27/38] fixes for modulemd-packager format v3 --- varnish.yaml | 117 +++++++++++++++++++++++++++------------------------ 1 file changed, 62 insertions(+), 55 deletions(-) diff --git a/varnish.yaml b/varnish.yaml index a3d510c..adb91a8 100644 --- a/varnish.yaml +++ b/varnish.yaml @@ -1,60 +1,67 @@ document: modulemd-packager version: 3 data: - name: varnish - stream: 6.0 - summary: Varnish HTTP cache - description: Varnish Cache web application accelerator - license: - - MIT - configurations: - - context: f27b74a8 - platform: f35 - buildopts: - rpms: - macros: | - %_without_python2 1 - %_with_python3 1 - - context: 5e5ad4a0 - platform: f36 - buildopts: - rpms: - macros: | - %_without_python2 1 - %_with_python3 1 - - context: 9e842022 - platform: f37 - buildopts: - rpms: - macros: | - %_without_python2 1 - %_with_python3 1 - - context: 75741a8b - platform: f38 - buildopts: - rpms: - macros: | - %_without_python2 1 - %_with_python3 1 - references: - documentation: http://varnish-cache.org/docs/ - tracker: https://github.com/varnishcache/varnish-cache/issues - api: + summary: Varnish HTTP cache + description: Varnish Cache web application accelerator + license: + - MIT + configurations: + + - context: f27b74a8 + platform: f35 + buildopts: rpms: - - varnish - - varnish-modules - profiles: - default: - description: A standard installation - rpms: - - varnish - - varnish-modules - components: + macros: | + %_without_python2 1 + %_with_python3 1 + + - context: 5e5ad4a0 + platform: f36 + buildopts: rpms: - varnish: - rationale: Module API. - ref: stream-6.0 - varnish-modules: - rationale: Extension modules. - ref: stream-6.0 - buildorder: 1 + macros: | + %_without_python2 1 + %_with_python3 1 + + - context: 9e842022 + platform: f37 + buildopts: + rpms: + macros: | + %_without_python2 1 + %_with_python3 1 + + - context: 75741a8b + platform: f38 + buildopts: + rpms: + macros: | + %_without_python2 1 + %_with_python3 1 + + references: + documentation: http://varnish-cache.org/docs/ + tracker: https://github.com/varnishcache/varnish-cache/issues + + profiles: + default: + description: A standard installation + rpms: + - varnish + - varnish-modules + + api: + rpms: + - varnish + - varnish-modules + + components: + rpms: + varnish: + rationale: Module API. + ref: stream-6.0 + buildorder: 0 + varnish-modules: + rationale: Extension modules. + ref: stream-6.0 + buildorder: 10 From 12c0c0931aa61408ba3d4ca522a4f075634cb5a3 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Fri, 18 Nov 2022 08:32:22 +0100 Subject: [PATCH 28/38] Rebuild for varnish-6.0.11 From 8b955eb6db19560c9623c3d4968ea016cb6d4c18 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Fri, 18 Nov 2022 14:36:43 +0100 Subject: [PATCH 29/38] New upstream release varnish-6.0.11: A security release. Includes fix for VSV00011 aka CVE-2022-45060 From 7eda171b6c9bf9b9b49bf1afcce82d36be7e7cc2 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Fri, 18 Nov 2022 15:31:00 +0100 Subject: [PATCH 30/38] update From a3ecacbcead08b5dd7fddb5be758dcbea7de02d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 16 Feb 2023 12:55:58 +0100 Subject: [PATCH 31/38] Add a context for Fedora 39 --- varnish.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/varnish.yaml b/varnish.yaml index adb91a8..55e78d9 100644 --- a/varnish.yaml +++ b/varnish.yaml @@ -39,6 +39,14 @@ data: %_without_python2 1 %_with_python3 1 + - context: f39 + platform: f39 + buildopts: + rpms: + macros: | + %_without_python2 1 + %_with_python3 1 + references: documentation: http://varnish-cache.org/docs/ tracker: https://github.com/varnishcache/varnish-cache/issues From 5452744f499a373527f23d1f67effa48a7fd95f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 16 Feb 2023 12:56:23 +0100 Subject: [PATCH 32/38] Remove a context for Fedora 35 --- varnish.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/varnish.yaml b/varnish.yaml index 55e78d9..04afd3f 100644 --- a/varnish.yaml +++ b/varnish.yaml @@ -7,14 +7,6 @@ data: - MIT configurations: - - context: f27b74a8 - platform: f35 - buildopts: - rpms: - macros: | - %_without_python2 1 - %_with_python3 1 - - context: 5e5ad4a0 platform: f36 buildopts: From 21381102300f2962adbd1a3d8c49dd98ff728b7b Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Wed, 15 Nov 2023 11:51:37 +0100 Subject: [PATCH 33/38] New upstream LTS release varnish-6.0.12. A security release. Includes fix for CVE-2023-44487 aka VSV00013, rhbz#2243328, the HTTP/2 Rapid Reset Attack From f993db5041e79296f59f2e1d6f03eb86caaa38ed Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Wed, 15 Nov 2023 16:32:06 +0100 Subject: [PATCH 34/38] * New upstream LTS release varnish-6.0.12. A security release. * Includes fix for CVE-2023-44487 aka VSV00013, rhbz#2243328, the HTTP/2 Rapid Reset Attack * Also removed fedora-37 as supported platform --- varnish.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/varnish.yaml b/varnish.yaml index 04afd3f..ed16c58 100644 --- a/varnish.yaml +++ b/varnish.yaml @@ -7,14 +7,6 @@ data: - MIT configurations: - - context: 5e5ad4a0 - platform: f36 - buildopts: - rpms: - macros: | - %_without_python2 1 - %_with_python3 1 - - context: 9e842022 platform: f37 buildopts: From 5d894a3743f1b11272944f68227617e5e72bc6f7 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Mon, 29 Apr 2024 16:45:54 +0200 Subject: [PATCH 35/38] New upstream release. A security release. Includes fix for VSV00014, CVE-2024-30156, rhbz#2271511 --- varnish.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/varnish.yaml b/varnish.yaml index ed16c58..88b6a5a 100644 --- a/varnish.yaml +++ b/varnish.yaml @@ -30,6 +30,13 @@ data: macros: | %_without_python2 1 %_with_python3 1 + - context: f40 + platform: f40 + buildopts: + rpms: + macros: | + %_without_python2 1 + %_with_python3 1 references: documentation: http://varnish-cache.org/docs/ From f679456ee6a78a2d066af0de78dd6353cee53f95 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Mon, 29 Apr 2024 16:59:55 +0200 Subject: [PATCH 36/38] Getting 'None of the base module (...) streams in the buildrequires section could be found. Perhaps f40 does not exist yet? --- varnish.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/varnish.yaml b/varnish.yaml index 88b6a5a..ed16c58 100644 --- a/varnish.yaml +++ b/varnish.yaml @@ -30,13 +30,6 @@ data: macros: | %_without_python2 1 %_with_python3 1 - - context: f40 - platform: f40 - buildopts: - rpms: - macros: | - %_without_python2 1 - %_with_python3 1 references: documentation: http://varnish-cache.org/docs/ From 00e13cbaf24803619ab519a3283983efc1121582 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Mon, 29 Apr 2024 17:01:34 +0200 Subject: [PATCH 37/38] f37 out, f40 in --- varnish.yaml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/varnish.yaml b/varnish.yaml index ed16c58..f384230 100644 --- a/varnish.yaml +++ b/varnish.yaml @@ -7,14 +7,6 @@ data: - MIT configurations: - - context: 9e842022 - platform: f37 - buildopts: - rpms: - macros: | - %_without_python2 1 - %_with_python3 1 - - context: 75741a8b platform: f38 buildopts: @@ -30,6 +22,13 @@ data: macros: | %_without_python2 1 %_with_python3 1 + - context: f40 + platform: f40 + buildopts: + rpms: + macros: | + %_without_python2 1 + %_with_python3 1 references: documentation: http://varnish-cache.org/docs/ From a98fd13b939e4a5731cb48df7217770310ce7506 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Mon, 29 Apr 2024 17:02:54 +0200 Subject: [PATCH 38/38] Getting 'None of the base module (...) streams in the buildrequires section could be found. Perhaps f40 does not exist yet? --- varnish.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/varnish.yaml b/varnish.yaml index f384230..284d0b6 100644 --- a/varnish.yaml +++ b/varnish.yaml @@ -22,13 +22,6 @@ data: macros: | %_without_python2 1 %_with_python3 1 - - context: f40 - platform: f40 - buildopts: - rpms: - macros: | - %_without_python2 1 - %_with_python3 1 references: documentation: http://varnish-cache.org/docs/