Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | whatsnew: Update for GCC 13.1 | Xi Ruoyao | 2023-05-08 | 1 | -7/+19 |
| | | | | And let's discourage reusing scripts. | ||||
* | Merge branch 'bdubbs/gcc13' into trunk | Pierre Labastie | 2023-05-07 | 1 | -1/+1 |
|\ | | | | | | | I fixed libstdc++ soversion in the wrong branch | ||||
| * | Fix libstdc++ soversionbdubbs/gcc13 | Pierre Labastie | 2023-05-07 | 1 | -1/+1 |
| | | | | | | | | It's needed in the "stripping" page. | ||||
* | | coreutils: Explain gl_cv_macro_MB_CUR_MAX_good=yes | Xi Ruoyao | 2023-05-07 | 1 | -0/+8 |
| | | |||||
* | | psmisc: Run the test suite | Xi Ruoyao | 2023-05-03 | 1 | -1/+3 |
| | | | | | | | | It seems the package has provided the test suite since some time point. | ||||
* | | gcc: Add libhwasan and libstdc++exp into contents and short desc | Xi Ruoyao | 2023-05-03 | 1 | -2/+22 |
| | | | | | | | | | | | | TODO: HWAsan needs Linux 6.4 (not released yet) and a recent Intel CPU. So it the kernel and hardware support is available, we may see more test failures. I'll try it out on my new system... | ||||
* | | gcc: Document the meaning of --disable-fixincludes | Xi Ruoyao | 2023-05-02 | 1 | -0/+11 |
| | | |||||
* | | gcc: Update known test failures for GCC 13 | Xi Ruoyao | 2023-05-02 | 1 | -8/+8 |
| | | |||||
* | | Typo | Bruce Dubbs | 2023-05-01 | 1 | -1/+1 |
| | | |||||
* | | Package updates. | Bruce Dubbs | 2023-05-01 | 4 | -21/+37 |
| | | | | | | | | | | | | | | | | Update to vim-9.0.1503. Update to iana-etc-20230418. Update to sysvinit-3.07. Update to iproute2-6.3.0. Update to linux-6.3.1. | ||||
* | | Merge branch 'bdubbs/gcc13' into trunk | Bruce Dubbs | 2023-05-01 | 9 | -31/+62 |
|\| | |||||
| * | Fix double dashes | Thomas Trepl | 2023-05-01 | 1 | -1/+1 |
| | | |||||
| * | Readd configure accidently commented completely. | Thomas Trepl | 2023-05-01 | 1 | -0/+2 |
| | | |||||
| * | Use x.y.z in pck.ent for kernel | Thomas Trepl | 2023-05-01 | 1 | -2/+2 |
| | | |||||
| * | Fix typo | Thomas Trepl | 2023-05-01 | 1 | -1/+1 |
| | | |||||
| * | Upgrade to iproute2-6.3.0 | Thomas Trepl | 2023-05-01 | 1 | -3/+3 |
| | | |||||
| * | Upgrade to linux-6.3.1 | Thomas Trepl | 2023-05-01 | 1 | -3/+3 |
| | | |||||
| * | Comment out TIME_T_32_BIT_OK | Thomas Trepl | 2023-05-01 | 1 | -5/+6 |
| | | |||||
| * | Alternate fix for Ch6 coreutils. | Bruce Dubbs | 2023-04-27 | 1 | -2/+4 |
| | | |||||
| * | Create new branch for gcc13 | Bruce Dubbs | 2023-04-27 | 8 | -25/+51 |
| | | |||||
* | | openssl: Clarify the condition when 30-test_afalg.t fails | Xi Ruoyao | 2023-04-16 | 1 | -4/+7 |
| | | |||||
* | | util-linux: Clarify the condition of hardlink failure | Xi Ruoyao | 2023-04-16 | 1 | -1/+5 |
| | | |||||
* | | dbus: Enable tests | Xi Ruoyao | 2023-04-16 | 1 | -4/+8 |
|/ | | | | | Though many tests are disabled w/o optional dependencies, we can at least run a dozen of tests. | ||||
* | Be consistent with library contents. | Bruce Dubbs | 2023-04-15 | 1 | -2/+2 |
| | |||||
* | Revert "libelf: Add libelf.so.1 symlink into contents" | Xi Ruoyao | 2023-04-16 | 1 | -2/+1 |
| | | | | | | | | | This reverts commit 01a8a15a965a2dec4679c1734df0a03370189d34. We don't list the versioned SONAME symlink for any shared libraries. TODO: should we remove libelf-0.189.so from the list as well? It sounds like "libz.so.1.2.13" which is not listed too. | ||||
* | dependencies: Extend iproute2 external dependencies | Xi Ruoyao | 2023-04-15 | 1 | -3/+5 |
| | | | | | "make" outputs messages for lacking libtirpc, libbpf, and libmnl support, so document them. | ||||
* | libelf: Add libelf.so.1 symlink into contents | Xi Ruoyao | 2023-04-15 | 1 | -1/+2 |
| | |||||
* | Package updates. | Bruce Dubbs | 2023-04-14 | 4 | -31/+66 |
| | | | | | | | | | | Update to vim-9.0.1452. Update to iana-etc-20230405. Update to zstd-1.5.5. Update to Python-3.11.3. Update to meson-1.1.0. Update to man-pages-6.04. Update to linux-6.2.11. | ||||
* | eudev: Set /dev/kvm mode to 0660 and tag it "uaccess" | Xi Ruoyao | 2023-04-10 | 1 | -2/+14 |
| | | | | See the parent commit for rationale. | ||||
* | systemd: Set /dev/kvm mode to 0660 | Xi Ruoyao | 2023-04-10 | 1 | -0/+10 |
| | | | | | | | | | | The default /dev/kvm mode is 0666 and we consider it "not so safe". Like Tim said: "I'm also authenticating to my system all the time and don't do a chmod -R 777 / after every boot." With this option, the /dev/kvm mode is set to 0660 and it's tagged "uaccess" so systemd-logind will add an ACL entry for users logged-in locally. | ||||
* | glibc: libanl is a dummy now | Xi Ruoyao | 2023-04-08 | 1 | -1/+3 |
| | |||||
* | glibc: Clarify the reference to POSIX.1b and POSIX.1c | Xi Ruoyao | 2023-04-08 | 1 | -3/+4 |
| | | | | | | | The thread functions are in POSIX.1c, not POSIX.1b. Both POSIX.1b and POSIX.1c are named "extensions" (plural form). And POSIX.1b is titled "Real-time" instead of "Realtime". | ||||
* | Typo reported by rhubarbpieguy. | Ken Moffat | 2023-04-07 | 1 | -2/+2 |
| | |||||
* | acknowledgments: Add Jamenson as present Portuguese translator | Xi Ruoyao | 2023-04-04 | 1 | -1/+7 |
| | |||||
* | Update currency for flit-core | Bruce Dubbs | 2023-04-01 | 1 | -3/+7 |
| | |||||
* | flit-core: Kill revision='systemd' | Xi Ruoyao | 2023-04-01 | 1 | -1/+1 |
| | | | | I copied from jinja2 and edited the file, but forgot to remove this. | ||||
* | whatsnew: Add Flit-core | Xi Ruoyao | 2023-04-01 | 2 | -1/+5 |
| | | | | Also use the Normal Case for Flit-Core in a section title. | ||||
* | Update to linux-6.2.9 (#5230) | Xi Ruoyao | 2023-04-01 | 2 | -7/+7 |
| | |||||
* | gen-changelog: Mark security fix correctly | Xi Ruoyao | 2023-04-01 | 1 | -3/+6 |
| | |||||
* | dependencies: Add flit-core | Xi Ruoyao | 2023-04-01 | 1 | -1/+43 |
| | |||||
* | packages: Add flit-core into download page | Xi Ruoyao | 2023-04-01 | 2 | -0/+10 |
| | |||||
* | coreutils: Fix a bug in checksum utilities for failure reportingxry111/update-20230331 | Xi Ruoyao | 2023-03-31 | 1 | -8/+6 |
| | |||||
* | patches: Bump coreutils i18n patch md5sum for 9.2 | Xi Ruoyao | 2023-03-31 | 1 | -1/+1 |
| | |||||
* | wheel: Remove magic PYTHONPATH=src (unneeded with flit-core) and ... | Xi Ruoyao | 2023-03-31 | 1 | -54/+1 |
| | | | | duplicated pip3 explanation (already in flit-core page). | ||||
* | Package updates | Xi Ruoyao | 2023-03-31 | 4 | -30/+202 |
| | | | | | | | | | | | | | | Update to linux-6.2.8 (#5230) Update to xz-5.4.2 (#5233) Update to coreutils-9.2 (#5232) Update to libcap-2.68 (#5236) Update to bc-6.5.0 (#5228) Update to openssl-3.1.0 (#5227) Update to texinfo-7.0.3 (#5235) Update to grep-3.10 (#5234) Update to tzdata-2023c (#5237) Update to wheel-0.40.0 (#5229) Add flit-core-3.8.0 | ||||
* | Add a script to generate ChangeLog from "git diff" | Xi Ruoyao | 2023-03-31 | 1 | -0/+105 |
| | |||||
* | Clarify a sentence in "stripping" | Pierre Labastie | 2023-03-31 | 1 | -2/+2 |
| | | | | | Also fix a typo Report by Rainer Fiebig | ||||
* | Fix typo and copy&paste error | Thomas Trepl | 2023-03-30 | 1 | -4/+4 |
| | |||||
* | zstd depends on zlib | Pierre Labastie | 2023-03-29 | 1 | -1/+1 |
| | |||||
* | reboot.xml: Minor typo fix | Douglas R. Reno | 2023-03-23 | 1 | -1/+1 |
| | | | | Thanks goes to rhubabpieguy on lfs-dev |