notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: lang/rust/files/patch-vendor_openssl-sys_build_main.rs
SVNWeb

Number of commits found: 16

Mon, 17 Jul 2023
[ 15:57 Mikael Urankar (mikael) search for other commits by this committer ]    commit hash:e3d08dfcd40041417e25193dd13e7a03fb3e39df  commit hash:e3d08dfcd40041417e25193dd13e7a03fb3e39df  commit hash:e3d08dfcd40041417e25193dd13e7a03fb3e39df  e3d08df 
lang/rust: Update to 1.71.0

Announce:	https://blog.rust-lang.org/2023/07/13/Rust-1.71.0.html
ChangeLog:	https://github.com/rust-lang/rust/releases/tag/1.71.0

PR:		272449
Tested by:	mikael,pkubaj,vishwin
Fri, 30 Jun 2023
[ 11:40 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:8bcbc1e32c6c141a4855f402ca06516b9c83d0a6  commit hash:8bcbc1e32c6c141a4855f402ca06516b9c83d0a6  commit hash:8bcbc1e32c6c141a4855f402ca06516b9c83d0a6  8bcbc1e 
lang/rust: Fix build with LibreSSL 3.7.x

PR:		266670
Obtained from:	OpenBSD Ports
Sat, 2 Jul 2022
[ 13:47 Mikael Urankar (mikael) search for other commits by this committer ]    commit hash:558a5e4515a3de7cf7d27235b16b58cb1d3f3830  commit hash:558a5e4515a3de7cf7d27235b16b58cb1d3f3830  commit hash:558a5e4515a3de7cf7d27235b16b58cb1d3f3830  558a5e4  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
lang/rust: Update to 1.62.0

Announce:	https://blog.rust-lang.org/2022/06/30/Rust-1.62.0.html
ChangeLog:	https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1610-2022-06-30
Tested by:	mikael, pkubaj

Differential Revision:  https://reviews.freebsd.org/D35675
Sun, 5 Dec 2021
[ 12:35 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:237b36fa2e73986dc19284686e80a47cb329bb6f  commit hash:237b36fa2e73986dc19284686e80a47cb329bb6f  commit hash:237b36fa2e73986dc19284686e80a47cb329bb6f  237b36f  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
lang/rust: Update to 1.57.0

- Unbreak build with LibreSSL 3.4.x [0]
- Disable backtrace's libunwind backend on armv* since it or
  libunwind in base seem to be buggy and cause rustc to crash when
  building some consumers [1]
- Follow rust-nightly in d5f09dc31fcfdb77b69c86b9093bf67ec67653d9
  and reenable hardlinks in the build

Changes:	https://blog.rust-lang.org/2021/12/02/Rust-1.57.0.html
PR:		259738 [0]
PR:		259799 [1]
PR:		260140
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D33190
With hat:	rust
Sun, 19 Sep 2021
[ 09:03 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:6f1fefb50e755d727f471aeb75ebe4e28f876b4b  commit hash:6f1fefb50e755d727f471aeb75ebe4e28f876b4b  commit hash:6f1fefb50e755d727f471aeb75ebe4e28f876b4b  6f1fefb  (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
lang/rust: Update to 1.55.0

- Set codegen-units=1 [1]
- Add hack to skip cargo update on git sources as a step towards solving [2]
- Fix 'capacity overflow' panics on armv* [3]

Changes:	https://blog.rust-lang.org/2021-09-09/Rust-1.55.0.html
PR:		258337
PR:		256099 [1]
PR:		256581 [2]
PR:		257419 [3]
Reviewed by:	mikael, pkubaj
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D31872
With hat:	rust
Sat, 28 Aug 2021
[ 13:38 Mikael Urankar (mikael) search for other commits by this committer Author: pouet ]    commit hash:55dbddeb07345c55bdc6d4d09c3bf6f3409ab0f5  commit hash:55dbddeb07345c55bdc6d4d09c3bf6f3409ab0f5  commit hash:55dbddeb07345c55bdc6d4d09c3bf6f3409ab0f5  55dbdde  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
lang/rust: Update to 1.54.0

 - Update lang/rust to 1.54.0
 - Update devel/racer to 2.1.48
 - Fix various consumers

Changes:	https://blog.rust-lang.org/2021/07/29/Rust-1.54.0.html
Reviewed by:	tobik, pkubaj
Differential Revision:        https://reviews.freebsd.org/D31617
With hat:	rust
Tue, 11 May 2021
[ 17:29 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:d8837418ea743776bc43b9c91d83080d8eff5029  commit hash:d8837418ea743776bc43b9c91d83080d8eff5029  commit hash:d8837418ea743776bc43b9c91d83080d8eff5029  d883741  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
lang/rust: Update to 1.52.1

- Add 32-bit powerpc support from bdragon@
- Unbreak build with LibreSSL 3.3.x [1]
- Add an update script

Changes:	https://blog.rust-lang.org/2021/05/06/Rust-1.52.0.html
Changes:	https://blog.rust-lang.org/2021/05/10/Rust-1.52.1.html
PR:		255608, 255652 [1]
Reviewed by:	mikael, pkubaj
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D30099
Sat, 12 Dec 2020
[ 18:51 mikael search for other commits by this committer ] Original commit   Revision:557858
lang/rust: Fix build with libressl 3.2.3

PR:		251766
Submitted by:	John Kennedy
Wed, 28 Oct 2020
[ 13:41 mikael search for other commits by this committer ] Original commit   Revision:553543
lang/rust: fix build with libressl-3.2.2

PR:		250589
Submitted by:	John Kennedy <warlock@phouka.net>
Tue, 13 Oct 2020
[ 08:36 mikael search for other commits by this committer ] Original commit   Revision:552221 (Only the first 10 of 117 ports in this commit are shown above. View all ports for this commit)
lang/rust: Update to 1.47.0

  - Add powerpc64le arch (submitted by bdragon in D26711)
  - Disable DOCS, same problem fixed in r546048

  - Update devel/racer to 2.1.36
  - Import upstream patch to fix www/firefox
    (https://hg.mozilla.org/integration/autoland/rev/e2cede25c027)
  - Import gentoo patches to fix www/firefox-esr, www/cliqz and mail/thunderbird
   
(https://dev.gentoo.org/~whissi/mozilla/patchsets/firefox-esr-78-patches-03.tar.xz
: 0036, 0037 and 0038)
  - Force rebuild all consumers to catch regressions

Changelog:
  https://github.com/rust-lang/rust/releases/tag/1.47.0

Differential Revision:	https://reviews.freebsd.org/D26721
Thu, 4 Jun 2020
[ 18:08 tobik search for other commits by this committer ] Original commit   Revision:537917 (Only the first 10 of 99 ports in this commit are shown above. View all ports for this commit)
lang/rust: Update to 1.44.0

- Remove devel/cargo-tree since it is now integrated into cargo
- Add patch to fix build with LibreSSL 3.1.x and 3.2.0 [1]
- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2020/06/04/Rust-1.44.0.html
PR:		246332 [1]
Tested by:	mikael, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D25099
Thu, 30 Jan 2020
[ 20:00 tobik search for other commits by this committer ] Original commit   Revision:524658 (Only the first 10 of 86 ports in this commit are shown above. View all ports for this commit)
lang/rust: Update to 1.41.0

- Force rebuild all consumers to catch regressions early
- Switch to cross-compiled (from amd64) bootstraps for all
  architectures generated with the incoming lang/rust-bootstrap
- Update cargo-c to 0.5.2 to unbreak librav1e build
- Make use of regular MAKE_ENV/TEST_ENV in lang/rust
- Turn on RUST_BACKTRACE in lang/rust and USES=cargo to hopefully
  produce more useful failure logs when something panics during
  builds

Changes:	https://blog.rust-lang.org/2020/01/30/Rust-1.41.0.html
Tested by:	mikael, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D23385
Thu, 7 Nov 2019
[ 18:07 tobik search for other commits by this committer ] Original commit   Revision:516995 (Only the first 10 of 83 ports in this commit are shown above. View all ports for this commit)
lang/rust: Update to 1.39.0

- Force rebuild all consumers to catch regressions early
- Partially apply D20792 in preparation for PPC_ABI support
- Add LibreSSL 3.0.x support [1]

Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.

Changes:	https://blog.rust-lang.org/2019/11/07/Rust-1.39.0.html
PR:		241411 [1]
Tested by:	mikael.urankar@gmail.com, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D22240
Wed, 15 May 2019
[ 03:12 tobik search for other commits by this committer ] Original commit   Revision:501679 (Only the first 10 of 62 ports in this commit are shown above. View all ports for this commit)
lang/rust: Update to 1.34.2

- While here add patches from [1] for LibreSSL 2.9.1 support

[1] https://github.com/sfackler/rust-openssl/pull/1097

Changes:	https://blog.rust-lang.org/2019/05/13/Security-advisory.html
Changes:	https://blog.rust-lang.org/2019/05/14/Rust-1.34.2.html
PR:		237495 [1]
Security:	37528379-76a8-11e9-a4fd-00012e582166
Thu, 28 Feb 2019
[ 18:51 jbeich search for other commits by this committer ] Original commit   Revision:494176 (Only the first 10 of 81 ports in this commit are shown above. View all ports for this commit)
lang/rust: update to 1.33.0

- www/firefox temporarily loses SIMD in charset conversion, see
  https://bugzilla.mozilla.org/show_bug.cgi?id=1521249
- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2019/02/28/Rust-1.33.0.html
Tested by:	Mikael Urankar (aarch64, armv6, armv7, powerpc64), Piotr Kubaj
(powerpc64)
Approved by:	rust (tobik)
Differential Revision:	https://reviews.freebsd.org/D19354
Thu, 17 Jan 2019
[ 19:51 jbeich search for other commits by this committer ] Original commit   Revision:490601 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
lang/rust: rename patches to match diff prefix

Git even with -M -C -C couldn't detect all renames in modified files,
so rename in a separate commit.

Approved by:	rust (tobik)
Differential Revision:	https://reviews.freebsd.org/D18858

Number of commits found: 16