From 8b5f0cad45cd05075279ef7d5ba4964d52269cd56314c5954689c314d066cab3 Mon Sep 17 00:00:00 2001 From: Alberto Planas Dominguez Date: Wed, 12 Jul 2023 15:37:38 +0000 Subject: [PATCH 1/2] 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 --- _servicedata | 2 +- ...eylime-0.2.1+git.1685699835.3c9d17c.tar.xz | 3 --- ...eylime-0.2.1+git.1689167094.67ce0cf.tar.xz | 3 +++ rust-keylime.changes | 23 +++++++++++++++++++ rust-keylime.spec | 2 +- vendor.tar.xz | 4 ++-- 6 files changed, 30 insertions(+), 7 deletions(-) delete mode 100644 rust-keylime-0.2.1+git.1685699835.3c9d17c.tar.xz create mode 100644 rust-keylime-0.2.1+git.1689167094.67ce0cf.tar.xz diff --git a/_servicedata b/_servicedata index 5c3cac3..c6c732b 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/keylime/rust-keylime.git - 3c9d17ccaa8b2ff773cdfb7cc7dedb87f4f1d09d \ No newline at end of file + 67ce0cf8374d217f90b1deb8fc0665ee4b0733a7 \ No newline at end of file diff --git a/rust-keylime-0.2.1+git.1685699835.3c9d17c.tar.xz b/rust-keylime-0.2.1+git.1685699835.3c9d17c.tar.xz deleted file mode 100644 index 447e6a2..0000000 --- a/rust-keylime-0.2.1+git.1685699835.3c9d17c.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0713f9bac1601c25e5634fbcc1737d8474d794e5b424235ae3db7976a46e2b8 -size 134820 diff --git a/rust-keylime-0.2.1+git.1689167094.67ce0cf.tar.xz b/rust-keylime-0.2.1+git.1689167094.67ce0cf.tar.xz new file mode 100644 index 0000000..9775225 --- /dev/null +++ b/rust-keylime-0.2.1+git.1689167094.67ce0cf.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c0b615f0d8d2220491323bb91638362d4ddb097b57e60ba7e7a3f58b63aa2c7 +size 145136 diff --git a/rust-keylime.changes b/rust-keylime.changes index e55a7b8..edd8205 100644 --- a/rust-keylime.changes +++ b/rust-keylime.changes @@ -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 diff --git a/rust-keylime.spec b/rust-keylime.spec index 6e5f2d5..aa27d68 100644 --- a/rust-keylime.spec +++ b/rust-keylime.spec @@ -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 diff --git a/vendor.tar.xz b/vendor.tar.xz index 860ee16..45f413d 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ca4907871b77f79c98f1f162f9a879b72caf06e6664a307b3c9ad4b57bd28b63 -size 31846476 +oid sha256:76a8744a23a907e3d07edf622517d1af0a30f0de1eea1ef65f17786ebb8c38c6 +size 29432688 From d52384261a77af3ece3ba636be123c237a07842e4092b1ff171c91b83d8ae592 Mon Sep 17 00:00:00 2001 From: Alberto Planas Dominguez Date: Fri, 14 Jul 2023 08:41:27 +0000 Subject: [PATCH 2/2] Accepting request 1098633 from home:aplanas:branches:security - 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 OBS-URL: https://build.opensuse.org/request/show/1098633 OBS-URL: https://build.opensuse.org/package/show/security/rust-keylime?expand=0&rev=59 --- _service | 2 +- _servicedata | 2 +- rust-keylime-0.2.1+git.1689167094.67ce0cf.tar.xz | 3 --- rust-keylime-0.2.2+git.1689256829.3d2b627.tar.xz | 3 +++ rust-keylime.changes | 8 ++++++++ rust-keylime.spec | 2 +- vendor.tar.xz | 4 ++-- 7 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 rust-keylime-0.2.1+git.1689167094.67ce0cf.tar.xz create mode 100644 rust-keylime-0.2.2+git.1689256829.3d2b627.tar.xz diff --git a/_service b/_service index a02526b..bb6fd7f 100644 --- a/_service +++ b/_service @@ -1,6 +1,6 @@ - 0.2.1+git.%ct.%h + 0.2.2+git.%ct.%h master https://github.com/keylime/rust-keylime.git git diff --git a/_servicedata b/_servicedata index c6c732b..399ecbc 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/keylime/rust-keylime.git - 67ce0cf8374d217f90b1deb8fc0665ee4b0733a7 \ No newline at end of file + 3d2b627bfe6e9a2ffda21b30080d5ef77125c516 \ No newline at end of file diff --git a/rust-keylime-0.2.1+git.1689167094.67ce0cf.tar.xz b/rust-keylime-0.2.1+git.1689167094.67ce0cf.tar.xz deleted file mode 100644 index 9775225..0000000 --- a/rust-keylime-0.2.1+git.1689167094.67ce0cf.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c0b615f0d8d2220491323bb91638362d4ddb097b57e60ba7e7a3f58b63aa2c7 -size 145136 diff --git a/rust-keylime-0.2.2+git.1689256829.3d2b627.tar.xz b/rust-keylime-0.2.2+git.1689256829.3d2b627.tar.xz new file mode 100644 index 0000000..476a518 --- /dev/null +++ b/rust-keylime-0.2.2+git.1689256829.3d2b627.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:457009304af27dd7817e566424147e95668d041c419ae01300a4e184829abcba +size 144716 diff --git a/rust-keylime.changes b/rust-keylime.changes index edd8205..d86054b 100644 --- a/rust-keylime.changes +++ b/rust-keylime.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +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 diff --git a/rust-keylime.spec b/rust-keylime.spec index aa27d68..b48daad 100644 --- a/rust-keylime.spec +++ b/rust-keylime.spec @@ -25,7 +25,7 @@ %define _config_norepl %config(noreplace) %endif Name: rust-keylime -Version: 0.2.1+git.1689167094.67ce0cf +Version: 0.2.2+git.1689256829.3d2b627 Release: 0 Summary: Rust implementation of the keylime agent License: Apache-2.0 AND MIT diff --git a/vendor.tar.xz b/vendor.tar.xz index 45f413d..fe8f892 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:76a8744a23a907e3d07edf622517d1af0a30f0de1eea1ef65f17786ebb8c38c6 -size 29432688 +oid sha256:43686462887fc581ae9452788d81b1f8b06cdb0c6d92147e5a5143337bea7792 +size 24536928