Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libostree for openSUSE:Factory checked in at 2023-09-20 13:21:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libostree (Old) and /work/SRC/openSUSE:Factory/.libostree.new.16627 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libostree" Wed Sep 20 13:21:17 2023 rev:33 rq:1110511 version:2023.6 Changes: -------- --- /work/SRC/openSUSE:Factory/libostree/libostree.changes 2023-08-30 10:21:00.885286073 +0200 +++ /work/SRC/openSUSE:Factory/.libostree.new.16627/libostree.changes 2023-09-20 13:21:32.422203117 +0200 @@ -1,0 +2,8 @@ +Tue Aug 29 09:53:25 UTC 2023 - Antonio Larrosa <[email protected]> + +- Use OpenSSL for ed25519 signatures which automatically uses + OpenSSL for SHA256 too (which is faster according to upstream and + libcurl already links with openssl). Also, openssl is fips + certified unlike libsodium. + +------------------------------------------------------------------- @@ -45 +53,2 @@ - + Notable bugfixe: fix ostree deployment on 64-bit inode fs. + + Notable bugfixe: fix ostree deployment on 64-bit inode fs + (boo#1214708). ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libostree.spec ++++++ --- /var/tmp/diff_new_pack.WEZH7v/_old 2023-09-20 13:21:33.782251841 +0200 +++ /var/tmp/diff_new_pack.WEZH7v/_new 2023-09-20 13:21:33.786251985 +0200 @@ -58,7 +58,7 @@ BuildRequires: gjs %endif %if %{with ed25519} -BuildRequires: pkgconfig(libsodium) >= 1.0.14 +BuildRequires: pkgconfig(openssl) %endif # Package was renamed from ostree to libostree with version 2017.2 @@ -142,7 +142,7 @@ %endif --with-dracut \ %if %{with ed25519} - --with-ed25519-libsodium \ + --with-openssl \ %endif --with-curl \ --without-soup \
