git: a01365ba2217 - main - lang/rust: Replace OpenSSL system default truststore with a more generic one
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Nov 2025 11:08:34 UTC
The branch main has been updated by mikael:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a01365ba22179d5ceabec53c65586012b75b4dab
commit a01365ba22179d5ceabec53c65586012b75b4dab
Author: Michael Osipov <michaelo@FreeBSD.org>
AuthorDate: 2025-11-10 17:06:09 +0000
Commit: Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2025-11-11 11:05:43 +0000
lang/rust: Replace OpenSSL system default truststore with a more generic one
---
lang/rust/Makefile | 2 +-
lang/rust/files/patch-vendor_git2-0.20.2_src_lib.rs | 18 ------------------
2 files changed, 1 insertion(+), 19 deletions(-)
diff --git a/lang/rust/Makefile b/lang/rust/Makefile
index 86743c10c2d5..065b5cacb80f 100644
--- a/lang/rust/Makefile
+++ b/lang/rust/Makefile
@@ -1,6 +1,6 @@
PORTNAME= rust
PORTVERSION?= 1.90.0
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES= lang
MASTER_SITES= https://static.rust-lang.org/dist/:src \
https://dev-static.rust-lang.org/dist/:src \
diff --git a/lang/rust/files/patch-vendor_git2-0.20.2_src_lib.rs b/lang/rust/files/patch-vendor_git2-0.20.2_src_lib.rs
deleted file mode 100644
index 116d0b1fd583..000000000000
--- a/lang/rust/files/patch-vendor_git2-0.20.2_src_lib.rs
+++ /dev/null
@@ -1,18 +0,0 @@
---- vendor/git2-0.20.2/src/lib.rs.orig 2025-02-21 20:02:44 UTC
-+++ vendor/git2-0.20.2/src/lib.rs
-@@ -759,6 +759,7 @@ fn init() {
- unix,
- not(target_os = "macos"),
- not(target_os = "ios"),
-+ not(target_os = "freebsd"),
- feature = "https"
- ))]
- fn openssl_env_init() {
-@@ -880,6 +881,7 @@ fn openssl_env_init() {
- windows,
- target_os = "macos",
- target_os = "ios",
-+ target_os = "freebsd",
- not(feature = "https")
- ))]
- fn openssl_env_init() {}