Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
14.1.1_1 08 Nov 2024 08:24:20 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.82.0
PR: 282516 |
14.1.1 25 Sep 2024 06:28:03 |
Robert Clausecker (fuz) Author: Petteri Valkonen |
textproc/ripgrep: Update to version 14.1.1
Changelog: https://github.com/BurntSushi/ripgrep/releases/tag/14.1.1
PR: 281504
Event: EuroBSDcon 2024 |
14.1.0_5 10 Sep 2024 11:00:34 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.81.0
PR: 281300 |
14.1.0_4 10 Sep 2024 10:58:07 |
Mikael Urankar (mikael) Author: Siva Mahadevan |
*/*: remove STRIP_CMD calls in rust based ports
This is not needed after bc4fedc1fec0d359365c04d43be9e32bf101a50e
PR: 246993
Differential Revision: https://reviews.freebsd.org/D46503 |
14.1.0_4 26 Aug 2024 08:08:01 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.80.1
PR: 280490 |
14.1.0_3 18 Jun 2024 10:59:14 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.79.0
PR: 279707 |
14.1.0_2 13 May 2024 11:03:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.78.0
PR: 278834 |
14.1.0_1 13 May 2024 11:03:24 |
Mikael Urankar (mikael) |
textproc/ripgrep: Fix build with rust 1.78.0
PR: 278834
Approved by: portmgr (build fix blanket) |
14.1.0_1 23 Mar 2024 09:41:46 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.77.0
PR: 277786 |
14.1.0 23 Feb 2024 17:37:33 |
Nuno Teixeira (eduardo) Author: Petteri Valkonen |
textproc/ripgrep: Update to 14.1.0
- Move crates list to Makefile.crates
ChangeLog: https://github.com/BurntSushi/ripgrep/releases/tag/14.1.0
PR: 276975 |
14.0.3_3 19 Feb 2024 11:59:23 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.76.0
PR: 276920 |
14.0.3_2 10 Jan 2024 16:27:53 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
14.0.3_1 09 Jan 2024 12:15:54 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.75.0
PR: 276033 |
14.0.3 08 Jan 2024 13:00:38 |
Mikael Urankar (mikael) |
textproc/ripgrep: Update to 14.0.3
Changes:
https://github.com/BurntSushi/ripgrep/releases/tag/14.0.0
https://github.com/BurntSushi/ripgrep/releases/tag/14.0.1
https://github.com/BurntSushi/ripgrep/releases/tag/14.0.2
https://github.com/BurntSushi/ripgrep/releases/tag/14.0.3
PR: 275408
Approved by: Petteri Valkonen (maintainer) |
13.0.0_25 08 Dec 2023 15:04:09 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.74.1
PR: 275243 |
13.0.0_24 24 Oct 2023 10:22:32 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.73.0
PR: 274499 |
13.0.0_23 24 Oct 2023 10:21:44 |
Mikael Urankar (mikael) |
textproc/ripgrep: Fix build with rust 1.73.0
The crate packed_simd_2 is not maintained anymore.
firefox switched to packed_simd [1] in [2] but
it's not yet part of ripgrep 13.0.0
Backport [3] to fix the following issue:
error: unrecognized platform-specific intrinsic function: `simd_shuffle2`
-->
/wrkdirs/usr/ports/textproc/ripgrep/work/ripgrep-13.0.0/cargo-crates/packed_simd_2-0.3.8/src/codegen/llvm.rs:10:5
|
10 | pub fn simd_shuffle2<T, U>(x: T, y: T, idx: [u32; 2]) -> U;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[1] https://github.com/rust-lang/packed_simd/
[2]
https://github.com/mozilla/gecko-dev/commit/1e1bec8c6e383abf667d64ba1e556a4e68833f28
[3]
https://github.com/rust-lang/packed_simd/commit/a79edf4cfc54aad30a5630b217645c4b8274d8f7
PR: 274499
Approved by: portmgr (build fix blanket) |
13.0.0_23 08 Sep 2023 09:06:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.72.0
PR: 273331 |
13.0.0_22 19 Jul 2023 16:44:40 |
Joseph Mingrone (jrm) |
textproc/ripgrep: Fix build with rust 1.71.0
Summary:
Do not abort if documentation is missing.
error: missing documentation for an extern crate
--> crates/grep/src/lib.rs:17:1
|
17 | pub extern crate grep_cli as cli;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
PR: 272602
Reviewed by: mikael
Approved by: portmgr (build fix blanket)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D41095 |
13.0.0_22 17 Jul 2023 15:58:38 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.71.0
PR: 272449 |
13.0.0_21 09 Jun 2023 11:38:16 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.70.0
PR: 271797 |
13.0.0_20 23 Apr 2023 13:14:05 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.69.0
PR: 270953 |
13.0.0_19 16 Mar 2023 11:11:52 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.68.0
PR: 270080 |
13.0.0_18 13 Feb 2023 14:52:59 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.67.1
PR: 269336 |
13.0.0_17 07 Jan 2023 19:24:18 |
Daniel Engberg (diizzy) |
*/*: Bump rust (cargo) ports to reflect on WITH_LTO
Bump ports in tree so they get rebuilt with new default settings
for cargo ports |
13.0.0_16 20 Dec 2022 17:37:15 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.66.0
PR: 268415 |
13.0.0_15 17 Nov 2022 07:06:14 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.65.0
PR: 267622 |
13.0.0_14 30 Oct 2022 12:07:09 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.64.0
PR: 267173 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
13.0.0_13 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
13.0.0_13 25 Aug 2022 14:49:50 |
Baptiste Daroussin (bapt) |
rust: bring back update to 1.63
Revert back the revert of the update of rust and related commits
This revert was drive by beside validation by portmgr via exp-run
and not respectful of the etiquette we have between committers
This reverts commit 8ecb1f8141144c1603eb4026122d2e60eeaccd64.
This reverts commit 04d257baa182926cff158f32cf459e560426add0.
This reverts commit 2757c63bd0e6d01f9f0657fe03bb3a7b49adcae2.
This reverts commit 75f4713de5e3fbd1c6a0cb572e08121814a4072e.
This reverts commit e88e592111c86fdd1c0ac8717dbef9342e15e27c.
This reverts commit 783c056d7d681d66e2c5c59251c275d65274028e.
With hat: portmgr |
13.0.0_12 25 Aug 2022 10:49:39 |
Piotr Kubaj (pkubaj) |
Revert "lang/rust: Bump revisions after 1.63.0"
This reverts commit c7912d97754bb7aa9a18eb33df53f91cba4cd82d.
PR: 265915 |
13.0.0_13 25 Aug 2022 10:49:37 |
Piotr Kubaj (pkubaj) |
Revert "textproc/ripgrep: Fix build with rust 1.63.0"
This reverts commit 5a1f27ff0db44276526f0285a7227f6aa35dc115.
PR: 265915 |
13.0.0_13 25 Aug 2022 08:51:32 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.63.0 |
13.0.0_12 25 Aug 2022 08:50:04 |
Mikael Urankar (mikael) |
textproc/ripgrep: Fix build with rust 1.63.0
- Update packed_simd_2 to 0.3.8 which fixed the build with rust 1.63.0 |
13.0.0_12 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
13.0.0_12 02 Jul 2022 13:47:05 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.62.0 |
13.0.0_11 31 May 2022 13:06:17 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.61.0 |
13.0.0_10 03 May 2022 08:00:34 |
Tobias Kortkamp (tobik) |
lang/rust: Relink ports after the Rust 1.60.0 update |
13.0.0_9 08 Apr 2022 14:33:11 |
Mikael Urankar (mikael) |
textproc/ripgrep: Update packed_simd_2 crate
It fixes the build with the upcoming rust 1.60.0 update
error message:
error[E0635]: unknown feature `llvm_asm`
-->
/wrkdirs/usr/ports/textproc/ripgrep/work/ripgrep-13.0.0/cargo-crates/packed_simd_2-0.3.6/src/lib.rs:227:5
Approved by: portmgr (build fix blanket) |
13.0.0_8 15 Mar 2022 09:51:58 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.59.0 |
13.0.0_7 03 Feb 2022 14:02:32 |
Tobias Kortkamp (tobik) |
lang/rust: Relink consumers
PR: 261449
Security: ee26f513-826e-11ec-8be6-d4c9ef517024 |
13.0.0_6 17 Jan 2022 11:57:45 |
Tobias Kortkamp (tobik) |
lang/rust: Bump revisions after 1.58.0 |
13.0.0_5 05 Dec 2021 12:35:42 |
Tobias Kortkamp (tobik) |
lang/rust: Rebuild consumers for Rust 1.57.0 |
13.0.0_4 25 Oct 2021 08:55:19 |
Tobias Kortkamp (tobik) |
*: Rebuild for Rust 1.56.0 |
13.0.0_3 25 Oct 2021 08:49:18 |
Tobias Kortkamp (tobik) |
textproc/ripgrep: Unbreak with Rust 1.56.0
error[E0557]: feature has been removed
-->
/wrkdirprefix/usr/ports/textproc/ripgrep/work/ripgrep-13.0.0/cargo-crates/packed_simd_2-0.3.5/src/lib.rs:215:5
|
215 | const_generics,
| ^^^^^^^^^^^^^^ feature has been removed
|
= note: removed in favor of `#![feature(adt_const_params]` and
`#![feature(generic_const_exprs)]`
PR: 259251 |
13.0.0_3 21 Oct 2021 15:40:43 |
Stefan Eßer (se) |
textproc/ripgrep: Add CPE information
Approved by: portmgr (blanket) |
13.0.0_3 19 Sep 2021 09:03:23 |
Tobias Kortkamp (tobik) |
*: Rebuild lang/rust consumers after the 1.55.0 update |
13.0.0_2 09 Sep 2021 16:07:41 |
Jan Beich (jbeich) |
textproc/ripgrep: limit unstable rust features after 6bebfaa8a06c
Drop stale comment as it's now evident which crates need unstable features.
PR: 258367
Approved by: Petteri Valkonen (maintainer) |
13.0.0_2 28 Aug 2021 13:42:06 |
Mikael Urankar (mikael) |
lang/rust: Rebuild consumers for 1.54.0 |
13.0.0_1 24 Jul 2021 02:03:38 |
Piotr Kubaj (pkubaj) |
textproc/ripgrep: fix build on powerpc |
13.0.0_1 27 Jun 2021 05:39:51 |
Tobias Kortkamp (tobik) |
lang/rust: Rebuild consumers for 1.53.0 |
13.0.0 22 Jun 2021 22:30:39 |
Kevin Bowling (kbowling) Author: Petteri Valkonen |
textproc/ripgrep: Update to 13.0.0
Changes https://github.com/BurntSushi/ripgrep/releases/tag/13.0.0
PR: 256740
Approved by: maintainer |
12.1.1_12 14 Jun 2021 20:51:05 |
Tobias Kortkamp (tobik) |
textproc/ripgrep: Unbreak with CPUTYPE=haswell and rust>=1.48.0
error[E0432]: unresolved import `crate::arch::x86_64::_mm_shuffle_pi8`
-->
/usr/ports/textproc/ripgrep/work/ripgrep-12.1.1/cargo-crates/packed_simd-0.3.3/src/codegen/shuffle1_dyn.rs:40:29
|
40 | use crate::arch::x86_64::_mm_shuffle_pi8;
| ^^^^^^^^^^^^^^^^^^^^^---------------
| | |
| | help: a similar name
exists in the module: `_mm_shuffle_epi8`
| no `_mm_shuffle_pi8` in `arch::x86_64`
...
297 | impl_shuffle1_dyn!(u8x8);
| ------------------------- in this macro invocation
|
Pull in newer packed_simd crate to fix it. Newer versions are
published as packed_simd_2 because the original author is MIA.
PR: 251425
Reported by: Tomoaki AOKI <junchoon@dec.sakura.ne.jp> |
12.1.1_11 11 May 2021 18:33:12 |
Tobias Kortkamp (tobik) |
Rebuild lang/rust consumers after d8837418ea743776 |
12.1.1_10 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
12.1.1_10 29 Mar 2021 18:10:46 |
tobik |
Rebuild lang/rust consumers after r569489 |
12.1.1_9 14 Feb 2021 15:45:11 |
mikael |
lang/rust: Update to 1.50.0
- Use bundled libgit/libssh, the versions in ports are too old
- Update lang/rust-nightly to 2021-02-12
- Update devel/racer to 2.1.41
- Import upstream patch to fix build issue for Firefox and related ports
(https://bugzilla.mozilla.org/show_bug.cgi?id=1684261)
Changes: https://github.com/rust-lang/rust/releases/tag/1.50.0
Tested by: mikael, pkubaj
Differential Revision: https://reviews.freebsd.org/D28616 |
12.1.1_8 06 Jan 2021 10:13:59 |
mikael |
lang/rust: Update to 1.49.0
Changes: https://github.com/rust-lang/rust/releases/tag/1.49.0
Tested by: mikael, pkubaj
Differential Revision: https://reviews.freebsd.org/D27940 |
12.1.1_7 24 Nov 2020 12:48:54 |
mikael |
lang/rust: Update to 1.48.0
Changes: https://github.com/rust-lang/rust/releases/tag/1.48.0
Reviewed by: jbeich
Tested by: bdragon, jbeich, mikael
Differential Revision: https://reviews.freebsd.org/D27293 |
12.1.1_6 13 Oct 2020 08:36:35 |
mikael |
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 |
12.1.1_5 30 Aug 2020 18:36:08 |
tobik |
lang/rust: Update to 1.46.0
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/08/27/Rust-1.46.0.html
With hat: rust
Differential Revision: https://reviews.freebsd.org/D26176 |
12.1.1_4 03 Aug 2020 15:18:49 |
tobik |
lang/rust: Update to 1.45.2
Changes: https://blog.rust-lang.org/2020/08/03/Rust-1.45.2.html |
12.1.1_3 30 Jul 2020 18:26:54 |
tobik |
lang/rust: Update to 1.45.1
- Apply the "hard links break `env::current_exe()`" workaround from
r543251 to lang/rust too
- Force rebuild all consumers for the soundness bug in 1.45.0
Changes: https://blog.rust-lang.org/2020/07/30/Rust-1.45.1.html
With hat: rust
Differential Revision: https://reviews.freebsd.org/D25835 |
12.1.1_2 17 Jul 2020 06:44:04 |
tobik |
lang/rust: Update to 1.45.0
- This Rust release comes with LLVM 10. Drop the LLVM patches we
no longer need.
- On FreeBSD 13.0 powerpc64 set the elfv2 ABI explicitly in the
Rust target instead of patching LLVM.
- Build LLVM with Ninja. It can shorten the build time slightly.
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/07/16/Rust-1.45.0.html
Tested by: mikael, pkubaj, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D25658 |
12.1.1_1 04 Jun 2020 18:08:01 |
tobik |
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 |
12.1.1 01 Jun 2020 11:43:56 |
fernape |
textproc/ripgrep: Update to 12.1.1
From ChangeLog: https://github.com/BurntSushi/ripgrep/releases/tag/12.1.1
Bug fixes:
* Corrects some egregious markup output in --help.
* Mention the special $0 capture group in docs for the -r/--replace flag.
* Fix failing test resulting from out-of-sync dependencies.
PR: 246893
Submitted by: petteri.valkonen@iki.fi (maintainer) |
12.1.0 10 May 2020 07:44:52 |
tobik |
textproc/ripgrep: Update to 12.1.0
Changes: https://github.com/BurntSushi/ripgrep/releases/tag/12.1.0
PR: 246345
Approved by: Petteri Valkonen <petteri.valkonen@iki.fi> (maintainer) |
12.0.1_2 07 May 2020 20:39:41 |
asomers |
textproc/ripgrep: do install completion file for fish
To solve bug 244355, we stopped installing the completion file for fish,
because fish installed it itself. Now fish has stopped doing that, and they
request that packages like ripgrep install it themselves. But we are to
install it into a different directory than we used to. This change puts it
into the new location.
PR: 246290
Approved by: petteri.valkonen@iki.fi (maintainer) |
12.0.1_1 23 Apr 2020 15:32:30 |
tobik |
lang/rust: Update to 1.43.0
- Add workaround to fix build when CC/CXX have "clang" in them [1]
- Respect AR to fix build with external toolchains [2]
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/04/23/Rust-1.43.0.html
PR: 238556 [1], 245583 [2]
Reported by: Matthias Apitz <guru@unixarea.de> [1], Greg V
<greg@unrelenting.technology> [2]
Tested by: mikael, pkubaj, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D24521 |
12.0.1 31 Mar 2020 06:35:49 |
tobik |
textproc/ripgrep: Update to 12.0.1
Changes: https://github.com/BurntSushi/ripgrep/releases/tag/12.0.1
PR: 245183
Submitted by: Petteri Valkonen <petteri.valkonen@iki.fi> (maintainer) |
12.0.0 19 Mar 2020 05:56:12 |
tobik |
textproc/ripgrep: Update to 12.0.0
Changes: https://github.com/BurntSushi/ripgrep/releases/tag/12.0.0
PR: 244873
Approved by: Petteri Valkonen <petteri.valkonen@iki.fi> (maintainer) |
11.0.2_8 12 Mar 2020 19:39:25 |
tobik |
lang/rust: Update to 1.42.0
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/03/12/Rust-1.42.html
Tested by: mikael, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D24020 |
11.0.2_7 27 Feb 2020 15:22:29 |
tobik |
lang/rust: Update to 1.41.1
- Force rebuild all consumers to fix potential miscompilations with
1.41.0
- Enable SOURCES by default. The sources are indexed by RLS and
required for it to function properly, so they should be available
by default. This also makes sure we test the option properly.
- Remove implied --config=config.toml from x.py args
- Switch to the upstreamed backtrace crate patches like rust-nightly
- Enable WASM by default [0]
- Strip libraries (D23650) [1]
- Simplify plist generation (D23735) [2]
Changes: https://blog.rust-lang.org/2020/02/27/Rust-1.41.1.html
Submitted by: mikael [0,1,2]
With hat: rust
Differential Revision: https://reviews.freebsd.org/D23835 |
11.0.2_6 24 Feb 2020 13:02:10 |
0mp |
Don't install completion file for fish
ripgrep tries to install a completion file for the fish shell.
But the next version of shells/fish includes that file, creating
a conflict. The best way to resolve the conflict is to let fish
manage the file itself.
PR: 244355
Submitted by: asomers
Approved by: Petteri Valkonen (maintainer) |
11.0.2_5 30 Jan 2020 20:00:07 |
tobik |
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 |
11.0.2_4 19 Dec 2019 16:14:49 |
tobik |
lang/rust: Update to 1.40.0
- Force rebuild all consumers to catch regressions early
Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/12/19/Rust-1.40.0.html
Tested by: mikael.urankar@gmail.com, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D22843 |
11.0.2_3 07 Nov 2019 18:07:20 |
tobik |
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 |
11.0.2_2 27 Sep 2019 09:35:21 |
tobik |
lang/rust: Update to 1.38.0
- Force rebuild all consumers to catch regressions early
Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/09/26/Rust-1.38.0.html
Tested by: jbeich, mikael.urankar@gmail.com, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D21778 |
11.0.2_1 15 Aug 2019 14:30:16 |
tobik |
lang/rust: Update to 1.37.0
- Force rebuild all consumers to catch regressions early
Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/08/15/Rust-1.37.0.html
Tested by: jbeich, tobik, greg@unrelenting.technology (aarch64)
With hat: rust
Differential Revision: https://reviews.freebsd.org/D21247 |
11.0.2 02 Aug 2019 06:44:37 |
tobik |
textproc/ripgrep: Update to 11.0.2
Changes: https://github.com/BurntSushi/ripgrep/releases/tag/11.0.2
PR: 239592
Approved by: maintainer |
11.0.1_3 04 Jul 2019 14:41:57 |
tobik |
lang/rust: Update to 1.36.0
- Force rebuild all consumers to catch regressions early
Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/07/04/Rust-1.36.0.html
Tested by: jbeich, mikael.urankar@gmail.com
With hat: rust
Differential Revision: https://reviews.freebsd.org/D20810 |
11.0.1_2 24 May 2019 03:25:12 |
tobik |
lang/rust: Update to 1.35.0
- Force rebuild all consumers to catch regressions early
Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/05/23/Rust-1.35.0.html
Reviewed by: jbeich
Tested by: pkubaj (powerpc64), mikael.urankar@gmail.com (aarch64)
With hat: rust
Differential Revision: https://reviews.freebsd.org/D20332 |
11.0.1_1 15 May 2019 03:12:15 |
tobik |
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 |
11.0.1 16 Apr 2019 19:12:18 |
tobik |
textproc/ripgrep: Update to 11.0.1
This release only bumps the regex crate to 1.1.6 to fix a search
bug that can cause ripgrep to enter an infinite loop.
Changes: https://github.com/BurntSushi/ripgrep/releases/tag/11.0.1
PR: 237306 |
11.0.0 16 Apr 2019 07:09:19 |
tobik |
textproc/ripgrep: Update to 11.0.0
Changes: https://github.com/BurntSushi/ripgrep/releases/tag/11.0.0
PR: 237306
Approved by: maintainer |
0.10.0_7 11 Apr 2019 19:39:28 |
tobik |
lang/rust: Update to 1.34.0
- Update devel/racer to latest version that can build with 1.34.0
- Drop no longer needed patch from textproc/ripgrep
- Force rebuild all consumers to catch regressions early
Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/04/11/Rust-1.34.0.html
Reviewed by: jbeich
With hat: rust
Differential Revision: https://reviews.freebsd.org/D19850 |
0.10.0_6 28 Feb 2019 18:51:46 |
jbeich |
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 |
0.10.0_5 28 Feb 2019 18:47:28 |
jbeich |
USES=cargo to update libc to 0.2.49 for Tier2
PR: 235063
Differential Revision: https://reviews.freebsd.org/D19309 |
0.10.0_4 17 Jan 2019 19:50:39 |
jbeich |
lang/rust: update to 1.32.0
- devel/racer no longer needs to dowgrade rustc-ap-syntax
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html
Approved by: rust (tobik)
Differential Revision: https://reviews.freebsd.org/D18858 |
0.10.0_3 06 Dec 2018 17:11:15 |
jbeich |
lang/rust: update to 1.31.0
- devel/racer no longer needs to dowgrade rustc-ap-syntax
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2018/12/06/Rust-1.31.0.html
Approved by: rust (tobik)
Differential Revision: https://reviews.freebsd.org/D18427 |
0.10.0_2 05 Dec 2018 05:18:51 |
jbeich |
textproc/ripgrep: unbreak AVX=on on i386 after r454995
error[E0432]: unresolved import `simd::x86::avx`
--> cargo-crates/bytecount-0.3.2/src/lib.rs:49:16
|
49 | use simd::x86::avx::{LowHigh128, u8x32};
| ^^^ could not find `avx` in `x86`
https://github.com/rust-lang/rust/issues/56527 |
0.10.0_2 26 Nov 2018 08:34:52 |
jbeich |
textproc/ripgrep: enable PCRE2 support by default
PR: 233317
Approved by: Petteri Valkonen (maintainer) |
0.10.0_1 25 Oct 2018 21:59:37 |
jbeich |
lang/rust: update to 1.30.0
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2018/10/25/Rust-1.30.0.html
Approved by: rust (tobik)
MFH: 2018Q4 (less rust versions to support)
Differential Revision: https://reviews.freebsd.org/D17695 |
0.10.0 20 Oct 2018 17:42:33 |
tobik |
textproc/ripgrep: Update to 0.10.0
Changes: https://github.com/BurntSushi/ripgrep/releases/tag/0.10.0
PR: 232452
Approved by: petteri.valkonen@iki.fi (maintainer) |
0.9.0_2 12 Oct 2018 19:01:02 |
jbeich |
lang/rust: update to 1.29.2
- Force rebuild all consumers in case some are affected by miscompilation
Changes: https://blog.rust-lang.org/2018/10/12/Rust-1.29.2.html
PR: 229826 (follow up)
Approved by: rust (tobik)
MFH: 2018Q4
Differential Revision: https://reviews.freebsd.org/D17477 |
0.9.0_1 28 Sep 2018 17:59:24 |
jbeich |
lang/rust: update to 1.29.1
- Force rebuild all consumers as standard library is statically linked
Changes: https://blog.rust-lang.org/2018/09/25/Rust-1.29.1.html
PR: 229826 (follow up)
Approved by: dumbbell
Differential Revision: https://reviews.freebsd.org/D17337 |
0.9.0 08 Aug 2018 09:20:04 |
arved |
Update to 0.9.0
PR: 230449
Submitted by: maintainer |
0.8.1_1 03 May 2018 22:43:23 |
jbeich |
cargo: update libc to 0.2.40
Make sure ino64/abstime issues don't affect FreeBSD 12.0 or later. |
0.8.1 24 Feb 2018 22:26:15 |
tobik |
textproc/ripgrep: Update to 0.8.1
- Unconditionally install shell completion files
Changes: https://github.com/BurntSushi/ripgrep/releases/tag/0.8.1
PR: 226185
Submitted by: petteri.valkonen@iki.fi (maintainer) |