gnu: rust-openssl-sys-0.9: Update to 0.9.68.

* gnu/packages/crates-io.scm (rust-openssl-sys-0.9): Update to 0.9.68.
* gnu/packages/patches/rust-openssl-sys-no-vendor.patch: Add note about
supported versions of openssl.
This commit is contained in:
Efraim Flashner 2021-11-01 20:02:07 +02:00
parent 7af3b82217
commit b47e37a4fd
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351
2 changed files with 4 additions and 2 deletions

View file

@ -31725,14 +31725,14 @@ (define-public rust-openssl-probe-0.1
(define-public rust-openssl-sys-0.9
(package
(name "rust-openssl-sys")
(version "0.9.64")
(version "0.9.68")
(source
(origin
(method url-fetch)
(uri (crate-uri "openssl-sys" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1bsim2zk69q1dw6rixn48l1ci8bmz5kvbkgsks2ci079w0pzr7i0"))
(base32 "0l2ikxygkza3s5q3lvng4mhisdp2vdrvzkhpwhkx8vgnscjiymqw"))
(patches (search-patches "rust-openssl-sys-no-vendor.patch"))))
(build-system cargo-build-system)
(arguments

View file

@ -2,6 +2,8 @@ https://sources.debian.org/data/main/r/rust-openssl-sys/0.9.53-1/debian/patches/
"MIT" licensed according to debian/copyright file
slightly modified to only change the vendored openssl-src dependency
Starting from rust-openssl-sys@0.9.69 Cargo.toml starts searching for openssl-3.0.
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,14 +31,11 @@