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-quinn-proto] f43: Update to version 0.11.16; Fixes RHBZ#2491309
Date: Tue, 14 Jul 2026 23:05:49 GMT	[thread overview]
Message-ID: <178407034941.1.12926625847168289209.rpms-rust-quinn-proto-8f549c15dcc1@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-quinn-proto
Branch : f43
Commit : 8f549c15dcc1457e54659f33c717dec5b11b2713
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-07-15T00:55:40+02:00
Stats  : +22/-10 in 6 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-quinn-proto/c/8f549c15dcc1457e54659f33c717dec5b11b2713?branch=f43

Log:
Update to version 0.11.16; Fixes RHBZ#2491309

---
diff --git a/.gitignore b/.gitignore
index 082781e..4a50a3b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /quinn-proto-0.11.11.crate
 /quinn-proto-0.11.13.crate
 /quinn-proto-0.11.14.crate
+/quinn-proto-0.11.16.crate

diff --git a/quinn-proto-fix-metadata-auto.diff b/quinn-proto-fix-metadata-auto.diff
index 1912f15..91e617c 100644
--- a/quinn-proto-fix-metadata-auto.diff
+++ b/quinn-proto-fix-metadata-auto.diff
@@ -1,11 +1,11 @@
---- quinn-proto-0.11.14/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ quinn-proto-0.11.14/Cargo.toml	2026-03-09T22:26:07.977176+00:00
-@@ -172,23 +172,8 @@
+--- quinn-proto-0.11.16/Cargo.toml	2006-07-24T01:21:28+00:00
++++ quinn-proto-0.11.16/Cargo.toml	2026-07-14T22:52:27.854936+00:00
+@@ -173,23 +173,8 @@
  [dev-dependencies.wasm-bindgen-test]
  version = "0.3.45"
  
 -[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies.getrandom]
--version = "0.3"
+-version = "0.4"
 -features = ["wasm_js"]
 -default-features = false
 -

diff --git a/quinn-proto-fix-metadata.diff b/quinn-proto-fix-metadata.diff
index c391aaa..8393ff4 100644
--- a/quinn-proto-fix-metadata.diff
+++ b/quinn-proto-fix-metadata.diff
@@ -1,6 +1,15 @@
---- quinn-proto-0.11.14/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ quinn-proto-0.11.14/Cargo.toml	2026-03-09T22:26:07.978903+00:00
-@@ -147,7 +147,7 @@
+--- quinn-proto-0.11.16/Cargo.toml	2006-07-24T01:21:28+00:00
++++ quinn-proto-0.11.16/Cargo.toml	2026-07-14T22:53:01.459710+00:00
+@@ -126,7 +126,7 @@
+ default-features = false
+ 
+ [dependencies.rustls-platform-verifier]
+-version = "0.7"
++version = ">=0.6,<0.8"
+ optional = true
+ 
+ [dependencies.slab]
+@@ -151,7 +151,7 @@
  version = "1.1"
  
  [dev-dependencies.hex-literal]
@@ -9,7 +18,7 @@
  
  [dev-dependencies.lazy_static]
  version = "1"
-@@ -169,9 +169,6 @@
+@@ -170,9 +170,6 @@
  ]
  default-features = false
  

diff --git a/rust-quinn-proto.spec b/rust-quinn-proto.spec
index 4f9d04c..0e735a4 100644
--- a/rust-quinn-proto.spec
+++ b/rust-quinn-proto.spec
@@ -5,7 +5,7 @@
 %global crate quinn-proto
 
 Name:           rust-quinn-proto
-Version:        0.11.14
+Version:        0.11.16
 Release:        %autorelease
 Summary:        State machine for the QUIC transport protocol
 
@@ -19,6 +19,7 @@ Patch:          quinn-proto-fix-metadata-auto.diff
 # * Temporarily allow hex-literal 0.4 until we update to 1.0; see
 #   https://src.fedoraproject.org/rpms/rust-hex-literal/pull-request/2,
 #   https://bugzilla.redhat.com/show_bug.cgi?id=2347108
+# * relax rustls-platform-verifier dependency to allow 0.6..=0.7
 Patch:          quinn-proto-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24

diff --git a/rust2rpm.toml b/rust2rpm.toml
index c7089cb..c9c91ca 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -6,6 +6,7 @@ cargo-toml-patch-comments = [
     https://src.fedoraproject.org/rpms/rust-hex-literal/pull-request/2, \
     https://bugzilla.redhat.com/show_bug.cgi?id=2347108\
     """,
+    "relax rustls-platform-verifier dependency to allow 0.6..=0.7",
 ]
 
 [features]

diff --git a/sources b/sources
index ed8dd34..f628297 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (quinn-proto-0.11.14.crate) = ff14860c12e70deaa332ec573d855abb6db0eee0b2d6f1b7aa4da1a3351beb005c3a9c08411aa87e004dd8cd269c59bac12feb0367e788760bff065765ce0d40
+SHA512 (quinn-proto-0.11.16.crate) = 6a46ec10e241f9d5ec0c932d8c2180a31e29d9bbae3dd37c3b8654b761ec5972de2c6f114f544114cc680b54e4114c0efe634a34dd9711130197be24934b2782

                 reply	other threads:[~2026-07-14 23:05 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=178407034941.1.12926625847168289209.rpms-rust-quinn-proto-8f549c15dcc1@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