public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-actix-tls] f43: Update to version 3.6.0; Fixes RHBZ#2532680
@ 2026-09-22 13:28 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-09-22 13:28 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-actix-tls
Branch : f43
Commit : dac30465ccdb9bcf28d575bee99f3cd45944e66a
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-09-19T16:45:56+02:00
Stats  : +53/-20 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-actix-tls/c/dac30465ccdb9bcf28d575bee99f3cd45944e66a?branch=f43

Log:
Update to version 3.6.0; Fixes RHBZ#2532680

---
diff --git a/.gitignore b/.gitignore
index b3e7875..09fb2a6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /actix-tls-3.3.0.crate
 /actix-tls-3.4.0.crate
 /actix-tls-3.5.0.crate
+/actix-tls-3.6.0.crate

diff --git a/actix-tls-fix-metadata.diff b/actix-tls-fix-metadata.diff
index 59eb857..3fc31dd 100644
--- a/actix-tls-fix-metadata.diff
+++ b/actix-tls-fix-metadata.diff
@@ -1,6 +1,19 @@
---- actix-tls-3.5.0/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ actix-tls-3.5.0/Cargo.toml	2025-12-11T20:07:50.908685+00:00
-@@ -74,49 +74,6 @@
+--- actix-tls-3.6.0/Cargo.toml	2006-07-24T01:21:28+00:00
++++ actix-tls-3.6.0/Cargo.toml	2026-09-19T14:37:19.270756+00:00
+@@ -56,12 +56,6 @@
+     "tokio::*",
+ ]
+ 
+-[package.metadata.cargo-machete]
+-ignored = [
+-    "rustls_021",
+-    "rustls_webpki_0103",
+-]
+-
+ [features]
+ accept = []
+ connect = []
+@@ -74,49 +68,6 @@
      "dep:tls-openssl",
      "dep:tokio-openssl",
  ]
@@ -50,10 +63,11 @@
  uri = [
      "dep:http-0_2",
      "dep:http-1",
-@@ -126,23 +83,11 @@
+@@ -125,14 +76,6 @@
+ [lib]
  name = "actix_tls"
  path = "src/lib.rs"
- 
+-
 -[[example]]
 -name = "accept-rustls"
 -path = "examples/accept-rustls.rs"
@@ -61,6 +75,20 @@
 -    "accept",
 -    "rustls-0_23",
 -]
+ 
+ [[example]]
+ name = "hot-reload-openssl"
+@@ -142,23 +85,11 @@
+     "openssl",
+ ]
+ 
+-[[example]]
+-name = "hot-reload-rustls"
+-path = "examples/hot-reload-rustls.rs"
+-required-features = [
+-    "accept",
+-    "rustls-0_23",
+-]
 -
  [[test]]
  name = "accept-openssl"
@@ -74,7 +102,7 @@
  name = "test_connect"
  path = "tests/test_connect.rs"
  
-@@ -181,21 +126,6 @@
+@@ -198,21 +129,6 @@
  [dependencies.pin-project-lite]
  version = "0.2.7"
  
@@ -96,7 +124,7 @@
  [dependencies.tls-openssl]
  version = "0.10.55"
  optional = true
-@@ -211,27 +141,6 @@
+@@ -228,27 +144,6 @@
  [dependencies.tokio-openssl]
  version = "0.6"
  optional = true
@@ -124,10 +152,11 @@
  
  [dependencies.tokio-util]
  version = "0.7"
-@@ -241,21 +150,6 @@
+@@ -257,21 +152,6 @@
+ version = "0.1.30"
  features = ["log"]
  default-features = false
- 
+-
 -[dependencies.webpki-roots-022]
 -version = "0.22"
 -optional = true
@@ -142,24 +171,27 @@
 -version = "0.26"
 -optional = true
 -package = "webpki-roots"
--
+ 
  [dev-dependencies.actix-codec]
  version = "0.5"
+@@ -315,20 +195,6 @@
+     "rt",
+ ]
  
-@@ -291,16 +185,6 @@
- [dev-dependencies.tokio-rustls-026]
- version = "0.26"
- package = "tokio-rustls"
+-[dev-dependencies.tokio-rustls-026]
+-version = "0.26"
+-package = "tokio-rustls"
 -
 -[target."cfg(any())".dependencies.rustls-021]
 -version = "0.21.6"
 -optional = true
 -package = "rustls"
 -
--[target."cfg(any())".dependencies.rustls-webpki-0101]
--version = "0.101.4"
+-[target."cfg(any())".dependencies.rustls-webpki-0103]
+-version = "0.103.10"
 -optional = true
 -package = "rustls-webpki"
+-
+ [lints.cargo]
+ unused_dependencies = "allow"
  
- [lints.clippy]
- disallowed-names = "warn"

diff --git a/rust-actix-tls.spec b/rust-actix-tls.spec
index 8fe2d76..52771cf 100644
--- a/rust-actix-tls.spec
+++ b/rust-actix-tls.spec
@@ -6,7 +6,7 @@
 %global crate actix-tls
 
 Name:           rust-actix-tls
-Version:        3.5.0
+Version:        3.6.0
 Release:        %autorelease
 Summary:        TLS acceptor and connector services for Actix ecosystem
 

diff --git a/sources b/sources
index 7e60d54..332a786 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (actix-tls-3.5.0.crate) = 9a536e8f79f60c31450e1543604d672ee43eba9ebbe4fa171032ff99505f5be14c72ec7492b50fe60f1f8e641fee0febadfb93e7075a29b9997fa4e71cafc144
+SHA512 (actix-tls-3.6.0.crate) = 32fb90a515e3ce03146c0e263272098a2d06c685ba20b0a35fbe092fddb7ff03e55f868e1b3f1ae0bfe3378d7cf15037fa29449e4ae866665a0b6a4b7e78bbc3

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

only message in thread, other threads:[~2026-09-22 13:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-22 13:28 [rpms/rust-actix-tls] f43: Update to version 3.6.0; Fixes RHBZ#2532680 Fabio Valentini

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