Accepting request 1098388 from home:aplanas:branches:security
- 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 OBS-URL: https://build.opensuse.org/request/show/1098388 OBS-URL: https://build.opensuse.org/package/show/security/rust-keylime?expand=0&rev=58
This commit is contained in:
parent
c727b184bc
commit
8b5f0cad45
@ -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">67ce0cf8374d217f90b1deb8fc0665ee4b0733a7</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.1+git.1689167094.67ce0cf.tar.xz
Normal file
3
rust-keylime-0.2.1+git.1689167094.67ce0cf.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c0b615f0d8d2220491323bb91638362d4ddb097b57e60ba7e7a3f58b63aa2c7
|
||||
size 145136
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
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.1+git.1689167094.67ce0cf
|
||||
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:76a8744a23a907e3d07edf622517d1af0a30f0de1eea1ef65f17786ebb8c38c6
|
||||
size 29432688
|
||||
|
Loading…
x
Reference in New Issue
Block a user