Update to version 1.16.1; Fixes RHBZ#2240761

epel9
Fabio Valentini 1 year ago
parent af5403cb19
commit 0bb1e061c9
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -12,3 +12,4 @@
/sequoia-openpgp-1.14.0.crate
/sequoia-openpgp-1.15.0.crate
/sequoia-openpgp-1.16.0.crate
/sequoia-openpgp-1.16.1.crate

@ -5,7 +5,7 @@
%global crate sequoia-openpgp
Name: rust-sequoia-openpgp
Version: 1.16.0
Version: 1.16.1
Release: %autorelease
Summary: OpenPGP data types and associated machinery

@ -31,4 +31,5 @@ unwanted-features =
x25519-dalek-ng
crypto-botan
crypto-botan2
crypto-cng
crypto-rust

@ -1,5 +1,5 @@
--- sequoia-openpgp-1.16.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ sequoia-openpgp-1.16.0/Cargo.toml 2023-05-17T13:48:32.634394+00:00
--- sequoia-openpgp-1.16.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ sequoia-openpgp-1.16.1/Cargo.toml 2023-09-26T17:18:43.557770+00:00
@@ -303,8 +303,6 @@
crypto-cng = [
"cipher",
@ -31,7 +31,7 @@
-package = "rand"
-
-[target."cfg(windows)".dependencies.win-crypto-ng]
-version = ">=0.4, <0.6"
-version = ">=0.4, <0.5.1"
-features = [
- "rand",
- "block-cipher",

@ -1,5 +1,5 @@
--- sequoia-openpgp-1.16.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ sequoia-openpgp-1.16.0/Cargo.toml 2023-05-17T13:49:16.702593+00:00
--- sequoia-openpgp-1.16.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ sequoia-openpgp-1.16.1/Cargo.toml 2023-09-26T17:19:35.531001+00:00
@@ -264,10 +264,6 @@
version = "0.8"
features = ["xxh3"]
@ -20,16 +20,3 @@
[build-dependencies.lalrpop]
version = ">=0.17, <0.20"
@@ -300,12 +296,6 @@
]
crypto-botan = ["botan/botan3"]
crypto-botan2 = ["botan"]
-crypto-cng = [
- "cipher",
- "eax",
- "ed25519-dalek",
- "num-bigint-dig",
-]
crypto-nettle = ["nettle"]
crypto-openssl = [
"openssl",

@ -1 +1 @@
SHA512 (sequoia-openpgp-1.16.0.crate) = 0f51a494b8c011b77e98adef1747ba84eb36bf1b629c02341c10cf33b86cc2a7da9a99f57b65f44f23f8a2969fc83a1326288133b904ee5ebf54078034f6d5fc
SHA512 (sequoia-openpgp-1.16.1.crate) = c12b0bdacfc120f51f02d05029627b81c9d3be3a7297763a378c472560a5b81d1a46c3bd2acf5482c8147e1cc1f247cf0afeac735d786a77c32eeaa8e624e914

Loading…
Cancel
Save