[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: rust-openssl-sys-0.9: Update to 0.9.68.
From: |
guix-commits |
Subject: |
branch master updated: gnu: rust-openssl-sys-0.9: Update to 0.9.68. |
Date: |
Tue, 02 Nov 2021 04:04:55 -0400 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new b47e37a gnu: rust-openssl-sys-0.9: Update to 0.9.68.
b47e37a is described below
commit b47e37a4fd3c66f79b34b084633cfc0a07e05d76
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Nov 1 20:02:07 2021 +0200
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.
---
gnu/packages/crates-io.scm | 4 ++--
gnu/packages/patches/rust-openssl-sys-no-vendor.patch | 2 ++
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index b8587e8..3054315 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -31725,14 +31725,14 @@ system for OpenSSL.")
(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
diff --git a/gnu/packages/patches/rust-openssl-sys-no-vendor.patch
b/gnu/packages/patches/rust-openssl-sys-no-vendor.patch
index 78a6b5e..9855faf 100644
--- a/gnu/packages/patches/rust-openssl-sys-no-vendor.patch
+++ b/gnu/packages/patches/rust-openssl-sys-no-vendor.patch
@@ -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 @@
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: rust-openssl-sys-0.9: Update to 0.9.68.,
guix-commits <=