forked from pool/sccache
19d6387573
Automatic systemd hardening effort by the security team. This has not been tested. For details please see https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort OBS-URL: https://build.opensuse.org/request/show/932185 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=5
125 lines
5.1 KiB
Plaintext
125 lines
5.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Nov 16 15:21:57 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
|
|
|
- Added hardening to systemd service(s) (bsc#1181400). Modified:
|
|
* sccache-dist-builder.service
|
|
* sccache-dist-scheduler.service
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 3 00:07:45 UTC 2021 - William Brown <william.brown@suse.com>
|
|
|
|
- Update license string in rpm
|
|
- Update vendor libraries
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 21 23:49:46 UTC 2021 - William Brown <william.brown@suse.com>
|
|
|
|
- Extend supported arches for potential OBS usage
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 11 05:34:00 UTC 2021 - wbrown@suse.de
|
|
|
|
- Set _service to use automatic vendor updates
|
|
- Set exclusive arches to match tier 1
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 28 00:57:24 UTC 2021 - William Brown <william.brown@suse.com>
|
|
|
|
- Change from rust-packaging to cargo-packaging
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 5 05:15:58 UTC 2021 - William Brown <william.brown@suse.com>
|
|
|
|
- Update vendored dependencies to resolve
|
|
-- potential memory corruption ( RUSTSEC-2021-0003 )
|
|
-- potential format injection ( RUSTSEC-2021-0020 )
|
|
-- potential request smuggling ( RUSTSEC-2020-0031 )
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 22 03:36:07 UTC 2021 - William Brown <william.brown@suse.com>
|
|
|
|
- Allow extra architectures with sccache
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 13 01:34:41 UTC 2021 - wbrown@suse.de
|
|
|
|
- Update to version 0.2.15~git1.22a176c:
|
|
* (cargo-release) start next development iteration 0.2.16-alpha.0
|
|
* (cargo-release) version 0.2.15
|
|
* Update docs/Releasing.md
|
|
* Workaround tiny_http issue #151 by disabling HTTP pipelining
|
|
* Upgrade itertools to 0.10
|
|
* Run `cargo update`
|
|
* Add C compiler versions to the hash calculation when available
|
|
* Move lru-disk-cache to an internal module
|
|
* Fix clippy warnings in lru-disk-cache
|
|
* Still read config file from Library/Preferences if it exists
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 22 03:22:20 UTC 2020 - wbrown@suse.de
|
|
|
|
- Update to version 0.2.14~git0.655ef1a:
|
|
* (cargo-release) version 0.2.14
|
|
* Remove [patch] section for the purpose of release
|
|
* Upgrade zstd to 0.6
|
|
* Run `cargo update`
|
|
* Bump lru-disk-cache version
|
|
* Fix a few more clippy warnings
|
|
* Make lru_disk_cache::Error's impl Display match what it was before 65bb3b6
|
|
* Ignore both -FS and -MP on MSVC
|
|
* Use a full path relative to `cwd` for extra hash files
|
|
* Set the current directory of the server to the directory containing the executable
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 25 14:25:45 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
- Fix build on non-x86_64 archs
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 20 00:29:39 UTC 2020 - William Brown <william.brown@suse.com>
|
|
|
|
- Fix service file commit definition
|
|
- Correct spec file example install
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 19 02:34:37 UTC 2020 - wbrown@suse.de
|
|
|
|
- Update to version 0.2.13~git474.6628e1f:
|
|
* New entry in ServerStartup enum to indicate AddrInUse Error (#840)
|
|
* Revert "Bump to tiny-http 0.7.0 (#830)" because it caused a regression, #846.
|
|
* Include -fsanitizer-blacklist in common_args
|
|
* Consume sanitizer blacklist as extra hash in msvc (#842)
|
|
* In case we fail to read the compressed content from the cache, treat the failure as a forced
|
|
recache. This prevents us from failing build jobs unconditionally if cache entries are corrupt
|
|
(or in case of other sporadic failures), in which case we should continue on with
|
|
force-recompiling and recaching. (#836)
|
|
* Bump to tiny-http 0.7.0 (#830)
|
|
* Modify logging to use SCCACHE_LOG. (#822)
|
|
* Implement `g++` and `clang++` behavior when used on a `.c` input file. Fixes #803 (#818)
|
|
* clang: Allow chrome plugin arguments (#817)
|
|
* Add known caveats section to readme (#815)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 18 21:50:56 UTC 2020 - William Brown <william.brown@suse.com>
|
|
|
|
- Configure features to generate sccache-dist for distributed builds.
|
|
- Add systemd unit files for builder and scheduler and example configs.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 18 05:17:42 UTC 2020 - William Brown <william.brown@suse.com>
|
|
|
|
- Add --features=all to allow all cache backends to be used.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 17 04:56:20 UTC 2020 - William Brown <william.brown@suse.com>
|
|
|
|
- Add support for obs cargo vendor to make packaging easier.
|
|
* osc service ra - now can update the source files.
|
|
- Improvements to spec file.
|
|
- Fix invalid license string.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 22 13:44:53 UTC 2020 - Sumit Jamgade <sjamgade@suse.com>
|
|
|
|
- Initial Package
|