diff options
| author | Alan Somers <asomers@FreeBSD.org> | 2024-10-21 19:25:23 +0000 |
|---|---|---|
| committer | Alan Somers <asomers@FreeBSD.org> | 2024-11-09 22:45:49 +0000 |
| commit | b039f2e46b15c1ff5cbaf41e642993d982294da3 (patch) | |
| tree | b80e6212aa517e7a9f99789d76ae94af846fd2e3 /UPDATING | |
| parent | fe3a6cd7e057fe3d176c9945ab69c378e0e3f533 (diff) | |
Diffstat (limited to 'UPDATING')
| -rw-r--r-- | UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -5,6 +5,18 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20241109: + AFFECTS: all users of i386 + AUTHOR: asomers@FreeBSD.org + + On i386 the lang/rust port has been updated to require SSE2 by default. Not + only does the compiler itself require SSE2, but it unconditionally generates + code that requires it, too. Over 500 ports include Rust code (www/firefox, + security/py-cryptography, etc). Official binary packages of all of those + ports will no longer work on Pentium III and older hardware. PIII users must + now build their own lang/rust packages, clearing the SSE2 option, and rebuild + any dependent ports. + 20241104: AFFECTS: users of mail/fetchmail AUTHOR: chalpin@cs.wisc.edu |
