Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.17.9_9 08 Nov 2024 08:24:20 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.82.0
PR: 282516 |
1.17.9_8 27 Oct 2024 21:40:41 |
Yuri Victorovich (yuri) |
security/solana: Update WWW |
1.17.9_8 23 Oct 2024 03:11:24 |
Yuri Victorovich (yuri) |
Mk/Uses/cargo.mk: Remove cross-compilation options for Rust-based ports
Reasons:
* Port build shouldn't use cross-compilation mode
because it buids for the same architecture.
* RUSTFLAGS isn't passed to the build of all or some Rust ports
in the cross-compilation mode.
Essential changes:
* Remove the CARGO_BUILD_TARGET make variable.
* Remove CARGO_BUILD_TARGET and CARGO_TARGET_* from CARGO_ENV.
* Update many ports that used CARGO_BUILD_TARGET.
* Build paths now don't include the architecture triplet part.
Immadiate benefits: (Only the first 15 lines of the commit message are shown above ) |
1.17.9_8 17 Oct 2024 02:56:41 |
Yuri Victorovich (yuri) |
security/solana: Use llvm15 |
1.17.9_7 10 Sep 2024 11:00:34 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.81.0
PR: 281300 |
1.17.9_6 26 Aug 2024 08:08:01 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.80.1
PR: 280490 |
1.17.9_5 18 Jun 2024 10:59:14 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.79.0
PR: 279707 |
1.17.9_4 13 May 2024 11:03:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.78.0
PR: 278834 |
1.17.9_3 23 Mar 2024 09:41:46 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.77.0
PR: 277786 |
1.17.9_2 19 Feb 2024 11:59:23 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.76.0
PR: 276920 |
1.17.9_1 12 Jan 2024 20:25:42 |
Yuri Victorovich (yuri) |
security/solana: Correct BROKEN=xx line |
1.17.9_1 12 Jan 2024 06:22:53 |
Yuri Victorovich (yuri) |
security/solana: Broken on armv7, powerpc64l
Reported by: https://portsfallout.com/ |
1.17.9_1 09 Jan 2024 12:15:54 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.75.0
PR: 276033 |
1.17.9 12 Dec 2023 23:14:33 |
Yuri Victorovich (yuri) |
security/solana: update 1.9.4 → 1.17.9
Reported by: portscout |
1.9.4_18 08 Dec 2023 15:04:09 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.74.1
PR: 275243 |
1.9.4_17 24 Oct 2023 10:22:32 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.73.0
PR: 274499 |
1.9.4_16 08 Sep 2023 09:06:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.72.0
PR: 273331 |
1.9.4_15 17 Jul 2023 15:58:38 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.71.0
PR: 272449 |
1.9.4_14 09 Jun 2023 11:38:16 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.70.0
PR: 271797 |
1.9.4_13 23 Apr 2023 13:14:05 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.69.0
PR: 270953 |
1.9.4_12 16 Mar 2023 11:11:52 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.68.0
PR: 270080 |
1.9.4_11 13 Feb 2023 14:52:59 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.67.1
PR: 269336 |
1.9.4_10 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 |
1.9.4_9 20 Dec 2022 17:37:15 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.66.0
PR: 268415 |
1.9.4_8 17 Nov 2022 07:06:14 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.65.0
PR: 267622 |
1.9.4_7 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) |
1.9.4_6 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 ) |
1.9.4_6 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 |
1.9.4_5 25 Aug 2022 10:49:39 |
Piotr Kubaj (pkubaj) |
Revert "lang/rust: Bump revisions after 1.63.0"
This reverts commit c7912d97754bb7aa9a18eb33df53f91cba4cd82d.
PR: 265915 |
1.9.4_6 25 Aug 2022 08:51:32 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.63.0 |
1.9.4_5 20 Jul 2022 22:00:06 |
Yuri Victorovich (yuri) |
security/solana: Add comment |
1.9.4_5 02 Jul 2022 13:48:12 |
Mikael Urankar (mikael) |
security/solana: Mark as broken
It doesn't build with rust 1.61 and the latest version (1.9.24) is affected by
this bug:
https://github.com/quinn-rs/quinn/issues/1142
PR: 264292
Approved by: maintainer timeout |
1.9.4_5 02 Jul 2022 13:47:05 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.62.0 |
1.9.4_4 31 May 2022 13:06:17 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.61.0 |
1.9.4_3 03 May 2022 08:00:34 |
Tobias Kortkamp (tobik) |
lang/rust: Relink ports after the Rust 1.60.0 update |
1.9.4_2 15 Mar 2022 09:51:58 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.59.0 |
1.9.4_1 03 Feb 2022 14:02:32 |
Tobias Kortkamp (tobik) |
lang/rust: Relink consumers
PR: 261449
Security: ee26f513-826e-11ec-8be6-d4c9ef517024 |
1.9.4 27 Jan 2022 20:27:59 |
Yuri Victorovich (yuri) |
security/solana: Update 1.9.2 -> 1.9.4
Reported by: portscout |
1.9.2_1 17 Jan 2022 11:57:45 |
Tobias Kortkamp (tobik) |
lang/rust: Bump revisions after 1.58.0 |
1.9.2 23 Dec 2021 21:17:34 |
Yuri Victorovich (yuri) |
security/solana: Update 1.8.5 -> 1.9.2
Reported by: portscout |
1.8.5_1 05 Dec 2021 12:35:42 |
Tobias Kortkamp (tobik) |
lang/rust: Rebuild consumers for Rust 1.57.0 |
1.8.5 23 Nov 2021 23:53:28 |
Yuri Victorovich (yuri) |
security/solana: Update 1.8.2 -> 1.8.5
Reported by: portscout |
1.8.2 06 Nov 2021 23:56:37 |
Yuri Victorovich (yuri) |
security/solana: Update 1.7.12 -> 1.8.2
Reported by: portscout |
1.7.12_1 25 Oct 2021 08:55:19 |
Tobias Kortkamp (tobik) |
*: Rebuild for Rust 1.56.0 |
1.7.12 26 Sep 2021 22:54:47 |
Yuri Victorovich (yuri) |
security/solana: Update 1.7.11 -> 1.7.12 |
1.7.11_1 19 Sep 2021 09:03:23 |
Tobias Kortkamp (tobik) |
*: Rebuild lang/rust consumers after the 1.55.0 update |
1.7.11 19 Sep 2021 09:03:22 |
Tobias Kortkamp (tobik) |
Uses/cargo: Unbreak ports with CARGO_BUILD_TARGET set
While here fix their WITH_DEBUG builds too. |
1.7.11 16 Sep 2021 02:45:22 |
Yuri Victorovich (yuri) |
security/solana: Update 1.7.10 -> 1.7.11
Reported by: portscout |
1.7.10_1 28 Aug 2021 13:42:06 |
Mikael Urankar (mikael) |
lang/rust: Rebuild consumers for 1.54.0 |
1.7.10 16 Aug 2021 01:31:02 |
Yuri Victorovich (yuri) |
security/solana: Update 1.7.8 -> 1.7.10
Reported by: portscout |
1.7.8 25 Jul 2021 23:01:57 |
Yuri Victorovich (yuri) |
security/solana: Update 1.7.4 -> 1.7.8
Reported by: portscout |
1.7.4 10 Jul 2021 18:54:03 |
Yuri Victorovich (yuri) |
security/solana: Update 1.7.3 -> 1.7.4
Reported by: portscout |
1.7.3 27 Jun 2021 08:29:43 |
Yuri Victorovich (yuri) |
security/solana: Update 1.7.2 -> 1.7.3
Reported by: portscout |
1.7.2_1 27 Jun 2021 05:39:51 |
Tobias Kortkamp (tobik) |
lang/rust: Rebuild consumers for 1.53.0 |
1.7.2 23 Jun 2021 19:37:54 |
Yuri Victorovich (yuri) |
security/solana: Update 1.7.1 -> 1.7.2
Reported by: portscout |
1.7.1 11 Jun 2021 09:57:57 |
Yuri Victorovich (yuri) |
security/solana: Update 1.7.0 -> 1.7.1
Reported by: portscout |
1.7.0_1 02 Jun 2021 23:09:18 |
Yuri Victorovich (yuri) |
security/solana: Install executable that was missing |
1.7.0 02 Jun 2021 22:07:45 |
Yuri Victorovich (yuri) |
security/solana: Update 1.6.10 -> 1.7.0
Reported by: portscout |
1.6.10 26 May 2021 02:42:18 |
Yuri Victorovich (yuri) |
security/solana: Update 1.6.9 -> 1.6.10 |
1.6.9 16 May 2021 16:15:42 |
Yuri Victorovich (yuri) |
security/solana: Update 1.6.8 -> 1.6.9
Reported by: portscout |
1.6.8_1 11 May 2021 18:33:12 |
Tobias Kortkamp (tobik) |
Rebuild lang/rust consumers after d8837418ea743776 |
1.6.8 09 May 2021 16:11:09 |
Yuri Victorovich (yuri) |
security/solana: Update 1.6.7 -> 1.6.8
Reported by: portscout |
1.6.7 06 May 2021 05:49:40 |
Yuri Victorovich (yuri) |
security/solana: Update 1.6.6 -> 1.6.7
Reported by: portscout |
1.6.6 27 Apr 2021 09:56:08 |
Yuri Victorovich (yuri) |
security/solana: Update 1.5.19 -> 1.6.6
Reported by: portscout |
1.5.19 25 Apr 2021 04:06:07 |
Yuri Victorovich (yuri) |
security/solana: Broken on i386
Reported by: fallout |
1.5.19 24 Apr 2021 10:23:34 |
Yuri Victorovich (yuri) |
New port: security/solana: Web-scale blockchain for decentralized apps and
marketplaces |