Accepting request 1098634 from security
OBS-URL: https://build.opensuse.org/request/show/1098634 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rust-keylime?expand=0&rev=17
This commit is contained in:
commit
b0af5b276e
2
_service
2
_service
@ -1,6 +1,6 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="versionformat">0.2.1+git.%ct.%h</param>
|
||||
<param name="versionformat">0.2.2+git.%ct.%h</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="url">https://github.com/keylime/rust-keylime.git</param>
|
||||
<param name="scm">git</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/keylime/rust-keylime.git</param>
|
||||
<param name="changesrevision">3c9d17ccaa8b2ff773cdfb7cc7dedb87f4f1d09d</param></service></servicedata>
|
||||
<param name="changesrevision">3d2b627bfe6e9a2ffda21b30080d5ef77125c516</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d0713f9bac1601c25e5634fbcc1737d8474d794e5b424235ae3db7976a46e2b8
|
||||
size 134820
|
3
rust-keylime-0.2.2+git.1689256829.3d2b627.tar.xz
Normal file
3
rust-keylime-0.2.2+git.1689256829.3d2b627.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:457009304af27dd7817e566424147e95668d041c419ae01300a4e184829abcba
|
||||
size 144716
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 14 07:31:23 UTC 2023 - aplanas@suse.com
|
||||
|
||||
- Update to version 0.2.2+git.1689256829.3d2b627:
|
||||
* Bump version to 0.2.2
|
||||
* build(deps): bump tempfile from 3.5.0 to 3.6.0
|
||||
* removing SIGINT stop signals from Dockerfiles and systemd service, as well as adding SIGTERM to IMA emulator as shutdown signal
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 12 14:17:39 UTC 2023 - aplanas@suse.com
|
||||
|
||||
- Update to version 0.2.1+git.1689167094.67ce0cf:
|
||||
* cargo: Bump serde to version 1.0.166
|
||||
* build(deps): bump libc from 0.2.142 to 0.2.147
|
||||
* adding release Dockerfiles in 3 flavours: fedora, distroless and wolfi
|
||||
* hash: add more configurable hash algorithm for public key digest
|
||||
* cargo: Update clap to version 4.3.11
|
||||
* cargo: Bump tokio crate version to 1.28.2
|
||||
* Add an example of IMA policy
|
||||
* main: Gracefully shutdown on SIGTERM or SIGINT
|
||||
* cargo: Bump proc-macro2 crate version
|
||||
* revocation: Parse revocation actions flexibly
|
||||
* crypto: Add unit tests for x509 functions
|
||||
* crypto: Make internal functions private
|
||||
* config: Add unit test for the list to files mapping
|
||||
* config: Make trusted_client_ca to accept lists
|
||||
* lib: Implement parser for lists from config file
|
||||
* build(deps): bump openssl from 0.10.48 to 0.10.55
|
||||
* Add secure mount sanity test to packit testing.
|
||||
* [packit] Do not let COPR project expire
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 7 09:08:22 UTC 2023 - Alberto Planas Dominguez <aplanas@suse.com>
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
%define _config_norepl %config(noreplace)
|
||||
%endif
|
||||
Name: rust-keylime
|
||||
Version: 0.2.1+git.1685699835.3c9d17c
|
||||
Version: 0.2.2+git.1689256829.3d2b627
|
||||
Release: 0
|
||||
Summary: Rust implementation of the keylime agent
|
||||
License: Apache-2.0 AND MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca4907871b77f79c98f1f162f9a879b72caf06e6664a307b3c9ad4b57bd28b63
|
||||
size 31846476
|
||||
oid sha256:43686462887fc581ae9452788d81b1f8b06cdb0c6d92147e5a5143337bea7792
|
||||
size 24536928
|
||||
|
Loading…
x
Reference in New Issue
Block a user