public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-sequoia-wot] epel10: Switch crypto backend from Nettle to OpenSSL
@ 2026-06-15 12:50 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-06-15 12:50 UTC (permalink / raw)
  To: git-commits

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"

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-15 12:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15 12:50 [rpms/rust-sequoia-wot] epel10: Switch crypto backend from Nettle to OpenSSL Fabio Valentini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox