public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-sequoia-wot] epel10: Switch crypto backend from Nettle to OpenSSL
Date: Mon, 15 Jun 2026 12:50:14 GMT [thread overview]
Message-ID: <178152781490.1.9075514800117211040.rpms-rust-sequoia-wot-d22206dd8e5b@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-sequoia-wot
Branch : epel10
Commit : d22206dd8e5bdc8e07cfbe12527e3d4dc16d7ee7
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2024-04-22T19:32:14+02:00
Stats : +7/-8 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-sequoia-wot/c/d22206dd8e5bdc8e07cfbe12527e3d4dc16d7ee7?branch=epel10
Log:
Switch crypto backend from Nettle to OpenSSL
---
diff --git a/rust-sequoia-wot.spec b/rust-sequoia-wot.spec
index c96d99f..56d6f06 100644
--- a/rust-sequoia-wot.spec
+++ b/rust-sequoia-wot.spec
@@ -37,14 +37,13 @@ Summary: %{summary}
# BSD-2-Clause OR Apache-2.0 OR MIT
# BSL-1.0
# LGPL-2.0-or-later
-# LGPL-3.0 OR GPL-2.0 OR GPL-3.0
# MIT
# MIT OR Apache-2.0
# MIT OR Apache-2.0 OR Zlib
# MPL-2.0
# Unlicense OR MIT
# Zlib OR Apache-2.0 OR MIT
-License: LGPL-2.0-or-later AND Apache-2.0 AND BSD-3-Clause AND BSL-1.0 AND MIT AND MPL-2.0 AND Unicode-DFS-2016 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND (LGPL-3.0 OR GPL-2.0 OR GPL-3.0) AND (MIT OR Apache-2.0 OR Zlib) AND (Unlicense OR MIT)
+License: LGPL-2.0-or-later AND Apache-2.0 AND BSD-3-Clause AND BSL-1.0 AND MIT AND MPL-2.0 AND Unicode-DFS-2016 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND (MIT OR Apache-2.0 OR Zlib) AND (Unlicense OR MIT)
# LICENSE.dependencies contains a full license breakdown
%description -n %{crate} %{_description}
@@ -169,12 +168,12 @@ rm tests/tests.rs
%cargo_generate_buildrequires -f crypto-nettle,crypto-openssl
%build
-%cargo_build -f crypto-nettle
-%{cargo_license_summary -f crypto-nettle}
-%{cargo_license -f crypto-nettle} > LICENSE.dependencies
+%cargo_build -f crypto-openssl
+%{cargo_license_summary -f crypto-openssl}
+%{cargo_license -f crypto-openssl} > LICENSE.dependencies
%install
-%cargo_install -f crypto-nettle
+%cargo_install -f crypto-openssl
# install manual pages
mkdir -p %{buildroot}/%{_mandir}/man1
cp -pav target/release/build/%{crate}-*/out/sq-wot*.1 %{buildroot}/%{_mandir}/man1/
diff --git a/sequoia-wot-fix-metadata-auto.diff b/sequoia-wot-fix-metadata-auto.diff
index 473058f..39c6b90 100644
--- a/sequoia-wot-fix-metadata-auto.diff
+++ b/sequoia-wot-fix-metadata-auto.diff
@@ -1,5 +1,5 @@
--- sequoia-wot-0.11.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ sequoia-wot-0.11.0/Cargo.toml 2024-03-19T15:08:45.142777+00:00
++++ sequoia-wot-0.11.0/Cargo.toml 2024-04-22T17:20:44.046462+00:00
@@ -137,13 +137,6 @@
]
default-features = false
diff --git a/sequoia-wot-fix-metadata.diff b/sequoia-wot-fix-metadata.diff
index 0af6716..0419123 100644
--- a/sequoia-wot-fix-metadata.diff
+++ b/sequoia-wot-fix-metadata.diff
@@ -1,5 +1,5 @@
--- sequoia-wot-0.11.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ sequoia-wot-0.11.0/Cargo.toml 2024-03-19T15:09:15.305915+00:00
++++ sequoia-wot-0.11.0/Cargo.toml 2024-04-22T17:21:31.793679+00:00
@@ -63,10 +63,6 @@
[dependencies.crossbeam]
version = "0.8.1"
reply other threads:[~2026-06-15 12:50 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178152781490.1.9075514800117211040.rpms-rust-sequoia-wot-d22206dd8e5b@fedoraproject.org \
--to=decathorpe@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox