Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package parsec for openSUSE:Factory checked in at 2023-03-28 17:52:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/parsec (Old) and /work/SRC/openSUSE:Factory/.parsec.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "parsec" Tue Mar 28 17:52:09 2023 rev:19 rq:1075018 version:1.2.0~rc1 Changes: -------- --- /work/SRC/openSUSE:Factory/parsec/parsec.changes 2023-03-15 18:56:04.900885745 +0100 +++ /work/SRC/openSUSE:Factory/.parsec.new.31432/parsec.changes 2023-03-28 17:52:09.859785156 +0200 @@ -1,0 +2,13 @@ +Mon Mar 27 09:55:24 UTC 2023 - Guillaume GARDET <[email protected]> + +- Disable jwt-svid-authenticator (SPIFFE) until fixed upstream + with gcc13 - https://github.com/parallaxsecond/parsec/issues/672 + +------------------------------------------------------------------- +Thu Mar 23 09:01:01 UTC 2023 - Guillaume GARDET <[email protected]> + +- Update to 1.2.0-rc1 +- Drop upstream patch: + * 664.patch + +------------------------------------------------------------------- Old: ---- 664.patch parsec-1.1.0.tar.gz New: ---- parsec-1.2.0-rc1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ parsec.spec ++++++ --- /var/tmp/diff_new_pack.akBKcq/_old 2023-03-28 17:52:11.715794111 +0200 +++ /var/tmp/diff_new_pack.akBKcq/_new 2023-03-28 17:52:11.719794131 +0200 @@ -17,11 +17,11 @@ %global rustflags '-Clink-arg=-Wl,-z,relro,-z,now' -%define archive_version 1.1.0 +%define archive_version 1.2.0-rc1 %{?systemd_ordering} Name: parsec -Version: 1.1.0 +Version: 1.2.0~rc1 Release: 0 Summary: Platform AbstRaction for SECurity License: Apache-2.0 @@ -34,8 +34,6 @@ Source5: parsec.conf Source6: system-user-parsec.conf Source10: https://git.trustedfirmware.org/TS/trusted-services.git/snapshot/trusted-services-389b506.tar.gz -# PATCH-FIX-UPSTREAM - https://github.com/parallaxsecond/parsec/pull/664 -Patch1: 664.patch BuildRequires: cargo BuildRequires: clang-devel BuildRequires: cmake @@ -71,16 +69,19 @@ %prep %setup -q -a1 -a10 -n parsec-%{archive_version} -%patch1 -p1 rmdir trusted-services-vendor mv trusted-services-389b506 trusted-services-vendor rm -rf .cargo && mkdir .cargo cp %{SOURCE2} .cargo/config # Enable all providers sed -i -e 's#default = \["unix-peer-credentials-authenticator"\]##' Cargo.toml -# Features available in 1.0.0: +# Features available in 1.2.0-rc1: # all-providers = ["tpm-provider", "pkcs11-provider", "mbed-crypto-provider", "trusted-service-provider"] # all-authenticators = ["direct-authenticator", "unix-peer-credentials-authenticator", "jwt-svid-authenticator"] +%if 0%{?suse_version} > 1550 +# But disable "jwt-svid-authenticator"/SPIFFE with gcc13 until build fixed upstream - https://github.com/parallaxsecond/parsec/issues/672 +sed -i -e 's#all-authenticators = \["direct-authenticator", "unix-peer-credentials-authenticator", "jwt-svid-authenticator"\]#all-authenticators = \["direct-authenticator", "unix-peer-credentials-authenticator"\]#' Cargo.toml +%endif # But disable "trusted-service-provider" until we have a trusted-services package echo 'default = ["tpm-provider", "pkcs11-provider", "mbed-crypto-provider", "all-authenticators"]' >> Cargo.toml ++++++ _service ++++++ --- /var/tmp/diff_new_pack.akBKcq/_old 2023-03-28 17:52:11.759794324 +0200 +++ /var/tmp/diff_new_pack.akBKcq/_new 2023-03-28 17:52:11.763794343 +0200 @@ -1,11 +1,11 @@ <services> <service name="cargo_vendor" mode="disabled"> <param name="compression">xz</param> - <param name="srcdir">parsec-1.1.0</param> + <param name="srcdir">parsec-1.2.0-rc1</param> <param name="update">true</param> </service> <service name="cargo_audit" mode="disabled"> - <param name="srcdir">parsec-1.1.0</param> + <param name="srcdir">parsec-1.2.0-rc1</param> </service> </services> ++++++ vendor.tar.xz ++++++ /work/SRC/openSUSE:Factory/parsec/vendor.tar.xz /work/SRC/openSUSE:Factory/.parsec.new.31432/vendor.tar.xz differ: char 27, line 1
