Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package parsec for openSUSE:Factory checked in at 2024-04-16 20:05:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/parsec (Old) and /work/SRC/openSUSE:Factory/.parsec.new.26366 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "parsec" Tue Apr 16 20:05:37 2024 rev:24 rq:1168349 version:1.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/parsec/parsec.changes 2024-03-29 13:11:08.323529544 +0100 +++ /work/SRC/openSUSE:Factory/.parsec.new.26366/parsec.changes 2024-04-16 20:11:47.105961942 +0200 @@ -1,0 +2,13 @@ +Tue Apr 16 12:38:57 UTC 2024 - Guillaume GARDET <guillaume.gar...@opensuse.org> + +- Update to 1.4.0: + * Full changelog: https://github.com/parallaxsecond/parsec/compare/1.4.0-rc2...1.4.0 +- Simplify libstdc++-devel handling for Leap 15.x + +------------------------------------------------------------------- +Tue Apr 16 10:12:19 UTC 2024 - Max Lin <m...@suse.com> + +- Fix build on Leap 15.6 + * installed the corresponding libstdc++-devel to avoid the -lstdc++ not found + +------------------------------------------------------------------- Old: ---- parsec-1.4.0-rc2.tar.gz New: ---- parsec-1.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ parsec.spec ++++++ --- /var/tmp/diff_new_pack.RRuXnS/_old 2024-04-16 20:11:50.082071309 +0200 +++ /var/tmp/diff_new_pack.RRuXnS/_new 2024-04-16 20:11:50.098071897 +0200 @@ -17,11 +17,11 @@ %global rustflags '-Clink-arg=-Wl,-z,relro,-z,now' -%define archive_version 1.4.0-rc2 +%define archive_version 1.4.0 %{?systemd_ordering} Name: parsec -Version: 1.4.0~rc2 +Version: 1.4.0 Release: 0 Summary: Platform AbstRaction for SECurity License: Apache-2.0 @@ -33,13 +33,13 @@ Source5: parsec.conf Source6: system-user-parsec.conf Source10: https://git.trustedfirmware.org/TS/trusted-services.git/snapshot/trusted-services-389b506.tar.gz -BuildRequires: cargo +BuildRequires: cargo >= 1.66 BuildRequires: clang-devel BuildRequires: cmake BuildRequires: llvm-devel -%if 0%{?sle_version} >= 150400 -# Fix build with GCC11 on Backports SLE15-SP4/5 - Avoid to get -lstdc++ not found -BuildRequires: libstdc++6-devel-gcc12 +%if 0%{?suse_version} == 1500 +# Fix build with GCC13 on Backports SLE15-SPx - Avoid to get -lstdc++ not found +BuildRequires: libstdc++6-devel-gcc13 %endif BuildRequires: cargo-packaging BuildRequires: pkgconfig ++++++ _service ++++++ --- /var/tmp/diff_new_pack.RRuXnS/_old 2024-04-16 20:11:50.338080717 +0200 +++ /var/tmp/diff_new_pack.RRuXnS/_new 2024-04-16 20:11:50.358081451 +0200 @@ -1,11 +1,11 @@ <services> <service name="cargo_vendor" mode="manual"> <param name="compression">xz</param> - <param name="srcdir">parsec-1.4.0-rc1</param> + <param name="srcdir">parsec-1.4.0</param> <param name="update">true</param> </service> <service name="cargo_audit" mode="manual"> - <param name="srcdir">parsec-1.4.0-rc1</param> + <param name="srcdir">parsec-1.4.0</param> </service> </services> ++++++ parsec-1.4.0-rc2.tar.gz -> parsec-1.4.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/parsec-1.4.0-rc2/CHANGELOG.md new/parsec-1.4.0/CHANGELOG.md --- old/parsec-1.4.0-rc2/CHANGELOG.md 2024-03-28 15:57:20.000000000 +0100 +++ new/parsec-1.4.0/CHANGELOG.md 2024-04-08 12:15:53.000000000 +0200 @@ -1,5 +1,60 @@ # Changelog +## [1.4.0](https://github.com/parallaxsecond/parsec/tree/1.4.0) (2024-03-28) + +[Full Changelog](https://github.com/parallaxsecond/parsec/compare/1.4.0-rc2...1.4.0) + +## [1.4.0-rc2](https://github.com/parallaxsecond/parsec/tree/1.4.0-rc2) (2024-03-28) + +[Full Changelog](https://github.com/parallaxsecond/parsec/compare/1.4.0-rc1...1.4.0-rc2) + +**Merged pull requests:** + +- tpm/tests: Ignore test\_root\_key\_check case [\#755](https://github.com/parallaxsecond/parsec/pull/755) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm)) + +## [1.4.0-rc1](https://github.com/parallaxsecond/parsec/tree/1.4.0-rc1) (2024-03-18) + +[Full Changelog](https://github.com/parallaxsecond/parsec/compare/1.3.0...1.4.0-rc1) + +**Implemented enhancements:** + +- Set up build to track dependency mismatches [\#360](https://github.com/parallaxsecond/parsec/issues/360) + +**Fixed bugs:** + +- e2e\_tests/stress.rs: Add a workaround for spurious test failures [\#739](https://github.com/parallaxsecond/parsec/pull/739) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm)) + +**Security fixes:** + +- TPM Provider: Check root key's name [\#751](https://github.com/parallaxsecond/parsec/pull/751) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm)) + +**Closed issues:** + +- parsec-cli-tests.sh error: The CSR does not contain the serialNumber field of the Distinguished Name [\#742](https://github.com/parallaxsecond/parsec/issues/742) +- Migrate away from using users crate [\#678](https://github.com/parallaxsecond/parsec/issues/678) +- Parsec Quickstart - Docker: Pull access denied for parallaxsecond/parsec-quickstart, repository does not exist [\#666](https://github.com/parallaxsecond/parsec/issues/666) +- Vulnerability in SQLite [\#648](https://github.com/parallaxsecond/parsec/issues/648) + +**Merged pull requests:** + +- dependency\_cross\_matcher: Fix typo \(missing comma\) [\#754](https://github.com/parallaxsecond/parsec/pull/754) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm)) +- structopt: Migrate to clap [\#753](https://github.com/parallaxsecond/parsec/pull/753) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm)) +- Cargo.toml: Bump tss-esapi to 7.5.0 [\#750](https://github.com/parallaxsecond/parsec/pull/750) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm)) +- nightly/audit: Temporary ignore RUSTSEC-2024-0006 [\#748](https://github.com/parallaxsecond/parsec/pull/748) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm)) +- Use infallible conversion into instead of try\_into [\#747](https://github.com/parallaxsecond/parsec/pull/747) ([gowthamsk-arm](https://github.com/gowthamsk-arm)) +- .cargo/config.toml: remove [\#746](https://github.com/parallaxsecond/parsec/pull/746) ([billatarm](https://github.com/billatarm)) +- Dependency mismatcher Comparison option [\#745](https://github.com/parallaxsecond/parsec/pull/745) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm)) +- dependency\_cross\_matcher job: Move to PR runs and minor refactoring [\#743](https://github.com/parallaxsecond/parsec/pull/743) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm)) +- Cargo.lock: Update rustix and bitflags dependencies to latest version [\#741](https://github.com/parallaxsecond/parsec/pull/741) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm)) +- cargo-check: Run with both stable and MSRV Compilers [\#737](https://github.com/parallaxsecond/parsec/pull/737) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm)) +- ci.yml: Trigger docker image creation only on workflow\_dispatch [\#736](https://github.com/parallaxsecond/parsec/pull/736) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm)) +- ci.yml,deny.toml: Setup license testing [\#735](https://github.com/parallaxsecond/parsec/pull/735) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm)) +- Cargo.toml: Specify rust-version=1.66.0 [\#733](https://github.com/parallaxsecond/parsec/pull/733) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm)) +- Track and test dependencies' 'next' branch [\#732](https://github.com/parallaxsecond/parsec/pull/732) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm)) +- Add dependency cross matching [\#731](https://github.com/parallaxsecond/parsec/pull/731) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm)) +- e2e\_tests/mangled\_ping: Fix socket path [\#728](https://github.com/parallaxsecond/parsec/pull/728) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm)) +- ci/coverage: Fix cargo-tarpaulin to its locked version [\#727](https://github.com/parallaxsecond/parsec/pull/727) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm)) + ## [1.3.0](https://github.com/parallaxsecond/parsec/tree/1.3.0) (2023-10-25) [Full Changelog](https://github.com/parallaxsecond/parsec/compare/1.3.0-rc2...1.3.0) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/parsec-1.4.0-rc2/Cargo.lock new/parsec-1.4.0/Cargo.lock --- old/parsec-1.4.0-rc2/Cargo.lock 2024-03-28 15:57:20.000000000 +0100 +++ new/parsec-1.4.0/Cargo.lock 2024-04-08 12:15:53.000000000 +0200 @@ -1100,7 +1100,7 @@ [[package]] name = "parsec-service" -version = "1.3.0" +version = "1.4.0" dependencies = [ "anyhow", "base64 0.21.4", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/parsec-1.4.0-rc2/Cargo.toml new/parsec-1.4.0/Cargo.toml --- old/parsec-1.4.0-rc2/Cargo.toml 2024-03-28 15:57:20.000000000 +0100 +++ new/parsec-1.4.0/Cargo.toml 2024-04-08 12:15:53.000000000 +0200 @@ -1,6 +1,6 @@ [package] name = "parsec-service" -version = "1.3.0" +version = "1.4.0" authors = ["Parsec Project Contributors"] description = "A language-agnostic API to secure services in a platform-agnostic way" license = "Apache-2.0" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/parsec-1.4.0-rc2/fuzz/Cargo.lock new/parsec-1.4.0/fuzz/Cargo.lock --- old/parsec-1.4.0-rc2/fuzz/Cargo.lock 2024-03-28 15:57:20.000000000 +0100 +++ new/parsec-1.4.0/fuzz/Cargo.lock 2024-04-08 12:15:53.000000000 +0200 @@ -1201,7 +1201,7 @@ [[package]] name = "parsec-service" -version = "1.3.0" +version = "1.4.0" dependencies = [ "anyhow", "base64 0.21.4", ++++++ vendor.tar.xz ++++++ /work/SRC/openSUSE:Factory/parsec/vendor.tar.xz /work/SRC/openSUSE:Factory/.parsec.new.26366/vendor.tar.xz differ: char 15, line 1