Update to version 0.5.3; Fixes RHBZ#2203389

epel9
Fabio Valentini 2 years ago
parent 03518a4b34
commit fc25e484ad
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -23,3 +23,4 @@
/socket2-0.4.7.crate
/socket2-0.4.9.crate
/socket2-0.5.2.crate
/socket2-0.5.3.crate

@ -5,7 +5,7 @@
%global crate socket2
Name: rust-socket2
Version: 0.5.2
Version: 0.5.3
Release: %autorelease
Summary: Utilities for handling networking sockets

@ -1,6 +1,6 @@
--- socket2-0.5.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ socket2-0.5.2/Cargo.toml 2023-05-10T15:27:56.113285+00:00
@@ -74,12 +74,3 @@
--- socket2-0.5.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ socket2-0.5.3/Cargo.toml 2023-05-29T17:57:49.179798+00:00
@@ -76,12 +76,3 @@
[target."cfg(unix)".dependencies.libc]
version = "0.2.141"

@ -1 +1 @@
SHA512 (socket2-0.5.2.crate) = 97f1f4316cd45a3142e136ffcdb2f078722c24f39ce6c3f43ea2b15c0955ae101839e98e9ecb47d1fdcccc90dffc87a859409dce88e80aad39b4ea0f1d2b4026
SHA512 (socket2-0.5.3.crate) = 63cb78d66b057587e4b3b50b9c618db1a202102c72b52b79c2e9f9a401dc1c28fe4523a0f6483b38ca8a3d24d1e2fca0b7176d96fef6ec1b922ae7c4afacc324

Loading…
Cancel
Save