pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/rust



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Jul 22 08:02:27 UTC 2018

Modified Files:
        pkgsrc/lang/rust: Makefile distinfo

Log Message:
Update to 1.27.2

Changelog:
Version 1.27.2 (2018-07-20)

Compatibility Notes

 * The borrow checker was fixed to avoid potential unsoundness when using
   match ergonomics: #52213.

Version 1.27.1 (2018-07-10)

Security Notes

 * rustdoc would execute plugins in the /tmp/rustdoc/plugins directory when
   running, which enabled executing code as some other user on a given
   machine. This release fixes that vulnerability; you can read more about
   this on the blog.

   Thank you to Red Hat for responsibily disclosing this vulnerability to us.

Compatibility Notes

 * The borrow checker was fixed to avoid an additional potential unsoundness
   when using match ergonomics: #51415, #49534.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/lang/rust/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/lang/rust/distinfo

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

Modified files:

Index: pkgsrc/lang/rust/Makefile
diff -u pkgsrc/lang/rust/Makefile:1.43 pkgsrc/lang/rust/Makefile:1.44
--- pkgsrc/lang/rust/Makefile:1.43      Wed Jul 18 16:24:38 2018
+++ pkgsrc/lang/rust/Makefile   Sun Jul 22 08:02:27 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2018/07/18 16:24:38 jperkin Exp $
+# $NetBSD: Makefile,v 1.44 2018/07/22 08:02:27 ryoon Exp $
 
-DISTNAME=      rustc-1.27.1-src
+DISTNAME=      rustc-1.27.2-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
 CATEGORIES=    lang
 MASTER_SITES=  http://static.rust-lang.org/dist/

Index: pkgsrc/lang/rust/distinfo
diff -u pkgsrc/lang/rust/distinfo:1.29 pkgsrc/lang/rust/distinfo:1.30
--- pkgsrc/lang/rust/distinfo:1.29      Mon Jul 16 01:58:58 2018
+++ pkgsrc/lang/rust/distinfo   Sun Jul 22 08:02:27 2018
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.29 2018/07/16 01:58:58 ryoon Exp $
+$NetBSD: distinfo,v 1.30 2018/07/22 08:02:27 ryoon Exp $
 
 SHA1 (rust-1.26.2-i686-apple-darwin.tar.gz) = 7a353c1875f4656e95a14ec4822c3c2a408d1d26
 RMD160 (rust-1.26.2-i686-apple-darwin.tar.gz) = 9377bd2f7373c5cf7b7e936e51d2749bea8f687f
@@ -68,10 +68,10 @@ SHA1 (rust-std-1.26.2-x86_64-unknown-net
 RMD160 (rust-std-1.26.2-x86_64-unknown-netbsd.tar.gz) = 1d03242cc13771fe6ba9752d4a63352f50741b1c
 SHA512 (rust-std-1.26.2-x86_64-unknown-netbsd.tar.gz) = 56a390eddecb10db7f52715e43261cba1374e0cf08bb36c9d26ca04eda5a4513cc9e9b2488c4ebc53cd3721f2f104df8bbb9a90b226eb8261263da7a89f76541
 Size (rust-std-1.26.2-x86_64-unknown-netbsd.tar.gz) = 67022448 bytes
-SHA1 (rustc-1.27.1-src.tar.gz) = fddb7e63cc64fbfb533ce6b4442ea95661708cdb
-RMD160 (rustc-1.27.1-src.tar.gz) = 8cdba1bc27772fb47c57e3e3e299581e60be9ea6
-SHA512 (rustc-1.27.1-src.tar.gz) = 5e7db1a251729b7dd6711c160255026f56c6b8f7b4efb5033de86d281367ac0734e784412de72e2c4d11593789f517fb96899ee44e07efbef6c0bdc929392da9
-Size (rustc-1.27.1-src.tar.gz) = 96870955 bytes
+SHA1 (rustc-1.27.2-src.tar.gz) = af8d56609da8747ade91e5cba0f366629c697aa6
+RMD160 (rustc-1.27.2-src.tar.gz) = 3114297c3202de4449a4ff6eb829664423df2c34
+SHA512 (rustc-1.27.2-src.tar.gz) = a4dacae9b1652fa03d5262ccd4d503953743d3b088de0125ea7761d4d0b045e19a8a6ca3fef1d7c7fbbb33ec2516c7ea4c93130475a6af34dc01dce16587b3f9
+Size (rustc-1.27.2-src.tar.gz) = 96873639 bytes
 SHA1 (patch-src_bootstrap_bin_rustc.rs) = d9787517f03162d3548e89a91ecf933fd67774d8
 SHA1 (patch-src_bootstrap_lib.rs) = d86e173b931099730a4f18d044d7977c89f87b91
 SHA1 (patch-src_libbacktrace_configure) = b2c1e9b93a99408aad42ab9f1af27704cc81bdd8



Home | Main Index | Thread Index | Old Index