pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

rust: updated to 1.68.2



Module Name:	pkgsrc-wip
Committed By:	Adam <adam@Jupyter.local>
Pushed By:	adam
Date:		Tue Mar 28 23:07:21 2023 +0200
Changeset:	bec4afa1977a3e499597450685409c5e60bc773b

Modified Files:
	rust/Makefile
	rust/distinfo

Log Message:
rust: updated to 1.68.2

What's in 1.68.2 stable
Rust 1.68.2 addresses GitHub's recent rotation of their RSA SSH host key, which happened on March 24th 2023 after their previous key accidentally leaked:

GitHub's RSA key bundled in Cargo has been updated, to ensure systems that haven't interacted with GitHub yet won't connect trusting the leaked key.

The leaked key has been hardcoded as revoked in Cargo, to ensure the key won't be used by Cargo even on systems that still trust the key.

Support for @revoked entries in .ssh/known_hosts (along with a better error message when the unsupported @cert-authority entries are used) is also included in Rust 1.68.2, as that change was a pre-requisite for backporting the hardcoded revocation.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bec4afa1977a3e499597450685409c5e60bc773b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 rust/Makefile | 2 +-
 rust/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/rust/Makefile b/rust/Makefile
index 7890803b8b..18990515d0 100644
--- a/rust/Makefile
+++ b/rust/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.197 2020/09/29 16:45:16 gdt Exp $
 
-DISTNAME=	rustc-1.68.1-src
+DISTNAME=	rustc-1.68.2-src
 PKGNAME=	${DISTNAME:S/rustc/rust/:S/-src//}
 CATEGORIES=	lang
 MASTER_SITES=	https://static.rust-lang.org/dist/
diff --git a/rust/distinfo b/rust/distinfo
index f3aaf83f6d..1491a5fb16 100644
--- a/rust/distinfo
+++ b/rust/distinfo
@@ -111,9 +111,9 @@ Size (rust-std-1.67.1-x86_64-unknown-linux-gnu.tar.gz) = 48592718 bytes
 BLAKE2s (rust-std-1.67.1-x86_64-unknown-netbsd.tar.xz) = 293323cfcdca6f894d6a9264ad4651f3aff5ef292eda71d515f4ffedc9a15659
 SHA512 (rust-std-1.67.1-x86_64-unknown-netbsd.tar.xz) = 41856bfeeefe82e5a3c7b9aa7d530b447fccfb5368e15032a3231e0d2a17c7cb9a78c5c5647a9007de8aa255ee95026375e56db92d834f588ad0988c2884b968
 Size (rust-std-1.67.1-x86_64-unknown-netbsd.tar.xz) = 29116148 bytes
-BLAKE2s (rustc-1.68.1-src.tar.gz) = e431c126551f6086c6f1b496b399e7eb4aa5abd03ac534bbbee2c692bfc35ef0
-SHA512 (rustc-1.68.1-src.tar.gz) = 5be1e7c3f723e9e77dfbd65468245886d8c555e63d61d7934b2d320af997ec13bd9417e6e86c28c7efae872e3f99798fec6b6222d3660234e5f1d1f2e6fee782
-Size (rustc-1.68.1-src.tar.gz) = 224746958 bytes
+BLAKE2s (rustc-1.68.2-src.tar.gz) = 942e11f87a05f63a1dd692ce1c2d53a272ccd18cc6706b03d3642bb9c708773b
+SHA512 (rustc-1.68.2-src.tar.gz) = 79676598babcbd6dbf281614a814699750d997dede1af41f7cf05c8d499fcc00832002d8a112d59986ef673a0a20d292b8d3fde1c1f1ed58a0b0a6662a003f88
+Size (rustc-1.68.2-src.tar.gz) = 224739451 bytes
 SHA1 (patch-compiler_rustc__codegen__ssa_src_back_linker.rs) = 62819cf6db7d2e3e77d433fe883046c28fc20d91
 SHA1 (patch-compiler_rustc__llvm_build.rs) = 190ff5e38c3a48bb4f11f4f8e5636bdeb36a0230
 SHA1 (patch-compiler_rustc__target_src_spec_aarch64__be__unknown__netbsd.rs) = c81d0d288699056ae45569f8d0a1c9bb08153ec4


Home | Main Index | Thread Index | Old Index