forked from pool/sccache
Accepting request 1005978 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1005978 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sccache?expand=0&rev=21
This commit is contained in:
commit
f0c12ffc49
9
_constraints
Normal file
9
_constraints
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0"?>
|
||||
<constraints>
|
||||
<hardware>
|
||||
<disk>
|
||||
<!-- Needed because PPC chronically runs out of disk because sigghhh -->
|
||||
<size unit="G">25</size>
|
||||
</disk>
|
||||
</hardware>
|
||||
</constraints>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc9896f29f36e62e35d3b15f561259d9d17f8ca2094827e44824ce4149911724
|
||||
size 211080
|
3
sccache-0.3.0~git5.14a4b8b.tar.xz
Normal file
3
sccache-0.3.0~git5.14a4b8b.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d22c32a51b28ac55fc87bc92e5d3706cb80f9e89b5945dd4213fc277aed7c12f
|
||||
size 211580
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 26 01:56:18 UTC 2022 - william.brown@suse.com
|
||||
|
||||
- Update to version 0.3.0~git5.14a4b8b:
|
||||
- improve disk cache performance
|
||||
- Update of vendored dependencies
|
||||
- bsc#1196972 - CVE-2022-24713 - Regex denial of service
|
||||
- bsc#1194119 - CVE-2021-45710 - tokio data race with memory corruption
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 20 03:22:06 UTC 2022 - William Brown <william.brown@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define configdir %{_sysconfdir}/%{name}
|
||||
|
||||
Name: sccache
|
||||
Version: 0.3.0~git4.a372a20
|
||||
Version: 0.3.0~git5.14a4b8b
|
||||
Release: 0
|
||||
Summary: A compiler caching tool for Rust, C and C++ with optional cloud storage
|
||||
License: (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (Apache-2.0 OR CC0-1.0) AND ((Apache-2.0 AND BSD-2-Clause) OR MIT) AND (Apache-2.0 OR MIT OR BSD-2-Clause) AND (Apache-2.0 OR MIT OR Zlib) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND (Apache-2.0 OR Zlib OR MIT) AND Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND ISC AND MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6749948b48145d36658d5ba370d1dc7b5e200b421406af50418709ea31953128
|
||||
size 25340980
|
||||
oid sha256:94788e66b589eb788a8f577be1e15a9a977c145aadc50ef3b5c69c91b1465b24
|
||||
size 25424960
|
||||
|
Loading…
Reference in New Issue
Block a user