afterburn/_service

23 lines
827 B
Plaintext
Raw Permalink Normal View History

<services>
Accepting request 946285 from home:jzerebecki:branches:devel:kubic:ignition - Update some dependencies * build(deps): bump nix from 0.17.0 and 0.20.0 to 0.23.1 This fixes the following security issues: https://rustsec.org/advisories/RUSTSEC-2021-0119 * build(deps): bump generic-array from 0.12.3 to 0.12.4 This fixes a security issue: https://rustsec.org/advisories/RUSTSEC-2020-0146 AKA CVE-2020-36465 * build(deps): bump futures-util from 0.3.6 to 0.3.15 This fixes a security issue: https://rustsec.org/advisories/RUSTSEC-2020-0059 AKA CVE-2020-35905 * build(deps): bump rand_core from 0.6.1 to 0.6.3 This fixes a security issue: https://rustsec.org/advisories/RUSTSEC-2021-0023 AKA CVE-2021-27378, bsc#1182432 * build(deps): bump hyper from 0.14.2 to 0.14.11 This fixes two security issues: https://rustsec.org/advisories/RUSTSEC-2021-0078 AKA CVE-2021-32715, bsc#1188173 https://rustsec.org/advisories/RUSTSEC-2021-0079 AKA CVE-2021-32714, bsc#1188174 * build(deps): bump tokio from 1.0.1 to 1.15.0 This fixes two security issues: https://rustsec.org/advisories/RUSTSEC-2021-0124 AKA CVE-2021-45710, bsc#1194119 https://rustsec.org/advisories/RUSTSEC-2021-0072 AKA CVE-2021-38191 - Remove cargo_audit service, as it makes no sense as a service (it doesn't automatically get rerun), it would make more sense during the build process as then it gets rerun if the package or the vulnerability database get changed - switch services from disabled to manual OBS-URL: https://build.opensuse.org/request/show/946285 OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/afterburn?expand=0&rev=15
2022-01-18 21:29:32 +01:00
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/coreos/afterburn.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="filename">afterburn</param>
<param name="revision">v5.4.1</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
</service>
Accepting request 946285 from home:jzerebecki:branches:devel:kubic:ignition - Update some dependencies * build(deps): bump nix from 0.17.0 and 0.20.0 to 0.23.1 This fixes the following security issues: https://rustsec.org/advisories/RUSTSEC-2021-0119 * build(deps): bump generic-array from 0.12.3 to 0.12.4 This fixes a security issue: https://rustsec.org/advisories/RUSTSEC-2020-0146 AKA CVE-2020-36465 * build(deps): bump futures-util from 0.3.6 to 0.3.15 This fixes a security issue: https://rustsec.org/advisories/RUSTSEC-2020-0059 AKA CVE-2020-35905 * build(deps): bump rand_core from 0.6.1 to 0.6.3 This fixes a security issue: https://rustsec.org/advisories/RUSTSEC-2021-0023 AKA CVE-2021-27378, bsc#1182432 * build(deps): bump hyper from 0.14.2 to 0.14.11 This fixes two security issues: https://rustsec.org/advisories/RUSTSEC-2021-0078 AKA CVE-2021-32715, bsc#1188173 https://rustsec.org/advisories/RUSTSEC-2021-0079 AKA CVE-2021-32714, bsc#1188174 * build(deps): bump tokio from 1.0.1 to 1.15.0 This fixes two security issues: https://rustsec.org/advisories/RUSTSEC-2021-0124 AKA CVE-2021-45710, bsc#1194119 https://rustsec.org/advisories/RUSTSEC-2021-0072 AKA CVE-2021-38191 - Remove cargo_audit service, as it makes no sense as a service (it doesn't automatically get rerun), it would make more sense during the build process as then it gets rerun if the package or the vulnerability database get changed - switch services from disabled to manual OBS-URL: https://build.opensuse.org/request/show/946285 OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/afterburn?expand=0&rev=15
2022-01-18 21:29:32 +01:00
<service name="set_version" mode="manual"/>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
Accepting request 946285 from home:jzerebecki:branches:devel:kubic:ignition - Update some dependencies * build(deps): bump nix from 0.17.0 and 0.20.0 to 0.23.1 This fixes the following security issues: https://rustsec.org/advisories/RUSTSEC-2021-0119 * build(deps): bump generic-array from 0.12.3 to 0.12.4 This fixes a security issue: https://rustsec.org/advisories/RUSTSEC-2020-0146 AKA CVE-2020-36465 * build(deps): bump futures-util from 0.3.6 to 0.3.15 This fixes a security issue: https://rustsec.org/advisories/RUSTSEC-2020-0059 AKA CVE-2020-35905 * build(deps): bump rand_core from 0.6.1 to 0.6.3 This fixes a security issue: https://rustsec.org/advisories/RUSTSEC-2021-0023 AKA CVE-2021-27378, bsc#1182432 * build(deps): bump hyper from 0.14.2 to 0.14.11 This fixes two security issues: https://rustsec.org/advisories/RUSTSEC-2021-0078 AKA CVE-2021-32715, bsc#1188173 https://rustsec.org/advisories/RUSTSEC-2021-0079 AKA CVE-2021-32714, bsc#1188174 * build(deps): bump tokio from 1.0.1 to 1.15.0 This fixes two security issues: https://rustsec.org/advisories/RUSTSEC-2021-0124 AKA CVE-2021-45710, bsc#1194119 https://rustsec.org/advisories/RUSTSEC-2021-0072 AKA CVE-2021-38191 - Remove cargo_audit service, as it makes no sense as a service (it doesn't automatically get rerun), it would make more sense during the build process as then it gets rerun if the package or the vulnerability database get changed - switch services from disabled to manual OBS-URL: https://build.opensuse.org/request/show/946285 OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/afterburn?expand=0&rev=15
2022-01-18 21:29:32 +01:00
<service name="cargo_vendor" mode="manual">
<param name="srcdir">afterburn</param>
<param name="compression">xz</param>
<param name="update">false</param>
</service>
</services>