Accepting request 1169784 from home:firstyear:branches:devel:languages:rust

- bsc#1223238 - CVE-2024-32650 - Infinite loop in
    rustls::conn::ConnectionCommon:complete_io()
- Update to version 0.8.0~3
  * Add experimental concurrent cache support
  * README: Remove duplicated info about openssl vendoring (#2157)
  * Fix the README working (Closes: #2154) (#2156)
  * prepare version 0.8.0 (#2153)
  * build(deps): bump vmactions/freebsd-vm from 1.0.6 to 1.0.7 (#2147)
  * Set User Agent Header for S3 Requests (#2137)
  * build(deps): bump anyhow from 1.0.79 to 1.0.81 (#2135)
  * Include server_startup_timeout_ms in config docs (#2134)
  * build(deps): bump walkdir from 2.4.0 to 2.5.0 (#2127)
  * package cargo.toml (#2124)
  * feat: initial support for Clang HIP (#2045)
  * fix a typo
  * build(deps): bump openssl from 0.10.62 to 0.10.64 (#2106)
  * build(deps): bump serde_json from 1.0.111 to 1.0.114 (#2112)
  * feat: Add Memcached authentication (#2117)
  * chore: use what we really need from `opendal` (#2118)
  * build(deps): Upgrade OpenDAL to the latest version (#2114)
  * feat: Rewrite Redis environment variables API (#2116)
  * Remove unused code warnings from Windows build (#2119)
  * Fix AArch64 build with musl (#2120)
  * feat: Add support to Redis cluster mode (#2113)
  * build(deps): bump codecov/codecov-action from 3 to 4 (#2078)
  * rustc driver detection - includes #1897 (#2085)
  * Disable tests when the feature is disabled
  * allow the compilation of sccache without any features (only local build)
  * build(deps): bump base64 from 0.21.6 to 0.21.7
  * build(deps): bump assert_cmd from 2.0.12 to 2.0.13

OBS-URL: https://build.opensuse.org/request/show/1169784
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=60
This commit is contained in:
William Brown 2024-05-14 01:54:16 +00:00 committed by Git OBS Bridge
parent c0924d4c7e
commit 0702c58959
7 changed files with 82 additions and 8 deletions

View File

@ -5,7 +5,7 @@
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
<param name="scm">git</param>
<!-- <param name="revision">v0.3.0</param> -->
<param name="revision">20240123-suse-maint-v0.7.6</param>
<param name="revision">20240423-suse-maint-v0.8.0</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/Firstyear/sccache.git</param>
<param name="changesrevision">24a8d181aea7b3f024e6bcac8d339e7666bf66be</param></service></servicedata>
<param name="changesrevision">8f6063d862d3b04a0b58740f5565930fab0370f2</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2ce85808549c92bbdf62c24e7e6c29d017a3ce2e84448e31ae8fcb4a09de00af
size 278735

3
sccache-0.8.0~3.tar.zst Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c10e6b83a40740ca64133be7c50cfc5c821073ba32b75c13fd38eb88633988dd
size 289483

View File

@ -1,3 +1,77 @@
-------------------------------------------------------------------
Tue Apr 23 01:17:44 UTC 2024 - william.brown@suse.com
- bsc#1223238 - CVE-2024-32650 - Infinite loop in
rustls::conn::ConnectionCommon:complete_io()
- Update to version 0.8.0~3
* Add experimental concurrent cache support
* README: Remove duplicated info about openssl vendoring (#2157)
* Fix the README working (Closes: #2154) (#2156)
* prepare version 0.8.0 (#2153)
* build(deps): bump vmactions/freebsd-vm from 1.0.6 to 1.0.7 (#2147)
* Set User Agent Header for S3 Requests (#2137)
* build(deps): bump anyhow from 1.0.79 to 1.0.81 (#2135)
* Include server_startup_timeout_ms in config docs (#2134)
* build(deps): bump walkdir from 2.4.0 to 2.5.0 (#2127)
* package cargo.toml (#2124)
* feat: initial support for Clang HIP (#2045)
* fix a typo
* build(deps): bump openssl from 0.10.62 to 0.10.64 (#2106)
* build(deps): bump serde_json from 1.0.111 to 1.0.114 (#2112)
* feat: Add Memcached authentication (#2117)
* chore: use what we really need from `opendal` (#2118)
* build(deps): Upgrade OpenDAL to the latest version (#2114)
* feat: Rewrite Redis environment variables API (#2116)
* Remove unused code warnings from Windows build (#2119)
* Fix AArch64 build with musl (#2120)
* feat: Add support to Redis cluster mode (#2113)
* build(deps): bump codecov/codecov-action from 3 to 4 (#2078)
* rustc driver detection - includes #1897 (#2085)
* Disable tests when the feature is disabled
* allow the compilation of sccache without any features (only local build)
* build(deps): bump base64 from 0.21.6 to 0.21.7
* build(deps): bump assert_cmd from 2.0.12 to 2.0.13
* chore: Unify env bool processing (#2103)
* Add different key prefix to the test
* New memcached env vars were implemented
* Simplify one match
* Add expiration time parsing for the Redis
* Unify sccache _KEY_PREFIX docs & processing
* build(deps): bump opendal from 0.44.2 to 0.45.0 (#2086)
* build(deps): bump hyper-util from 0.1.2 to 0.1.3 (#2099)
* build(deps): bump is-terminal from 0.4.10 to 0.4.12 (#2097)
* build(deps): bump toml from 0.8.8 to 0.8.10 (#2096)
* build(deps): bump reqsign from 0.14.6 to 0.14.7 (#2098)
* build(deps): bump memmap2 from 0.9.3 to 0.9.4 (#2089)
* Add generic read-only storage mode for a storage that fails the write check (#2091)
* build(deps): bump libc from 0.2.152 to 0.2.153 (#2087)
* build(deps): bump jobserver from 0.1.27 to 0.1.28 (#2088)
* build(deps): bump uuid from 1.6.1 to 1.7.0 (#2066)
* feat: Add possibility to configure key prefix (Redis, MemCached) (#2084)
* build(deps): bump env_logger from 0.10.1 to 0.10.2 (#2064)
* build(deps): bump regex from 1.10.2 to 1.10.3 (#2063)
* build(deps): bump which from 5.0.0 to 6.0.0 (#2051)
* build(deps): bump chrono from 0.4.31 to 0.4.33 (#2065)
* build(deps): bump vmactions/freebsd-vm from 1.0.5 to 1.0.6 (#2067)
* More Redis URLs typos fix (#2081)
* upgrade to version 0.7.7 (#2080)
* [commands::run_server_process]: fix race condition (#2077)
* chore: update S3 docs on region (#2079)
* Improve Redis docs (#2072)
* Note allowed --emit metadata in rust doc (#2075)
* github action: run on native m1 (#2068)
* build(deps): bump h2 from 0.3.22 to 0.3.24 (#2047)
* build(deps): bump predicates from 3.0.3 to 3.1.0 (#2052)
* Implement read-only local cache (#2048)
* feat(tree-wide): migrate to Hyper 1.x
* Update OpenDAL to 0.44.2 (#2060)
* Avoid spawning a new server for --show-stats
* Always fill disk cache max size accurately
* add default ttl of 0 to fix breaking change (#2058)
* build(deps): bump clap from 4.3.24 to 4.4.18 (#2050)
* Make --zero-stats just show a message that it's done its job (#2055)
* ci: Bump MSRV to 1.70.0 (#2054)
-------------------------------------------------------------------
Tue Jan 23 03:06:04 UTC 2024 - william.brown@suse.com

View File

@ -19,7 +19,7 @@
%define configdir %{_sysconfdir}/%{name}
Name: sccache
Version: 0.7.5~9
Version: 0.8.0~3
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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d9b552501fce61c56e4ed9bbe34a2705a33e4eaca98e3957d06b8ab4e4ace26d
size 40378690
oid sha256:0d7199fd56d709e744280977b3e2d29ecf8c02039e58593c29d67bb672799908
size 41636504