Commit Graph

26630 Commits

Author SHA1 Message Date
Ken Moffat
9403c3e01d Package updates:
Firefox-115.0esr,
JS-102.13.0,
2023-07-05 00:13:17 +01:00
Douglas R. Reno
7cca0f5f20 Remove the 32-bit sed from poppler.
I just tested it and it was applied in 23.07.0
2023-07-04 14:05:08 -05:00
Xi Ruoyao
55e02d66d0
biber: root -> &root; 2023-07-05 02:50:16 +08:00
Tim Tassonis
b20efdcada Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2023-07-04 20:49:37 +02:00
Tim Tassonis
2ccc4b3089 Update to xfce4-settings-4.18.3. 2023-07-04 20:49:19 +02:00
Bruce Dubbs
07a9618e93 Update to wayland-protocols-1.32. 2023-07-04 13:39:31 -05:00
Bruce Dubbs
7348ecb6cd Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2023-07-04 13:33:06 -05:00
Bruce Dubbs
35025e3eae Update to libqalculate-4.7.0. 2023-07-04 13:32:53 -05:00
Douglas R. Reno
c21fb49f78 libnvme: trivial capitalization change 2023-07-04 13:26:21 -05:00
Bruce Dubbs
345a4bce0f Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2023-07-04 13:19:14 -05:00
Bruce Dubbs
b5b377ad46 Update to vala-0.56.9. 2023-07-04 13:19:08 -05:00
Douglas R. Reno
e01ca502ba libnvme: Add the instructions for the test suite 2023-07-04 13:17:45 -05:00
Bruce Dubbs
7f5e3b2ac0 Update to poppler-23.07.0. 2023-07-04 13:12:39 -05:00
Bruce Dubbs
8d23330a3f Update to libjpeg-turbo-3.0.0. 2023-07-04 13:08:33 -05:00
Douglas R. Reno
e2ebccab0c Fix building xfsprogs-6.3.0 with gettext-0.22.
Gettext now verifies format strings, and po/de.po used %.lf instead of
%.1f (that is, an 'L' instead of a '1'). That causes the build to fail.
2023-07-04 13:06:40 -05:00
Douglas R. Reno
054cf57bb6 gcr4: mention epiphany as something that uses it 2023-07-04 13:04:06 -05:00
Xi Ruoyao
92981242bd
systemd: Update test suite status
PATH+=:/usr/bin is now coded in the test script, so we no longer need to
add it.  And I've noticed test-netlink failure on one of my systems.
2023-07-05 01:08:10 +08:00
Bruce Dubbs
40ba54c371 Update to taglib-1.13.1. 2023-07-03 13:04:00 -05:00
Bruce Dubbs
b9fe0dd643 Update to SDL2-2.28.1. 2023-07-03 12:58:29 -05:00
Bruce Dubbs
51259ad757 Update to bluez-5.68. 2023-07-03 12:48:05 -05:00
Bruce Dubbs
0b64dc8741 Update to libuv-v1.46.0. 2023-07-03 12:39:24 -05:00
Bruce Dubbs
3e4975fafe Update to libpaper-2.1.1. 2023-07-03 11:15:10 -05:00
Bruce Dubbs
d95049a96f Update to p11-kit-0.25.0. 2023-07-03 11:04:43 -05:00
Bruce Dubbs
d82628259f Update to glib-networking-2.76.1. 2023-07-03 10:51:35 -05:00
Bruce Dubbs
faacea444e Update to NetworkManager-1.42.8. 2023-07-03 10:43:35 -05:00
Xi Ruoyao
c0464a89b7
Shadow and PAM: Switch to Yescrypt
Attention - you must have libxcrypt for this.  If you are running an old
LFS release, install libxcrypt, then rebuild Shadow --with-yescrypt.

Technically if Shadow is built with PAM, then --with-{b,yes}crypt
switches are not necessary (but also do no harm).  Just keep it there to
sync with LFS and prevent people building Shadow w/o PAM being locked
out of their system.
2023-07-03 21:52:28 +08:00
Bruce Dubbs
cb6ea7a9eb Remove git from gedit dependencies 2023-07-02 18:18:26 -05:00
Xi Ruoyao
dbb689b756
grub-efi: Update to unifont-15.0.06 2023-07-03 06:26:04 +08:00
Xi Ruoyao
cfde965157
dosfstools: A test suite is available 2023-07-03 06:26:04 +08:00
Xi Ruoyao
82cfa0bf7e
freetype2: Simplify document installation 2023-07-03 06:26:04 +08:00
Xi Ruoyao
41d4fe23c8
libaio: Remove unneeded sed
With GCC 13.1 and libaio-0.3.113 the sed is not needed.
2023-07-03 06:26:03 +08:00
Pierre Labastie
73780d5928 Allow release build for gedit again 2023-07-02 23:35:36 +02:00
Xi Ruoyao
6feca4d2dc
taglib: Fix test suite desc 2023-07-02 21:08:45 +08:00
Xi Ruoyao
9b61265fd8
building-notes: Mention -Wl,{-O1,--as-needed} and -fno-semantic-interposition for optimization 2023-07-02 20:33:53 +08:00
Xi Ruoyao
6efdfbe5f9
building-notes: Format and update
- Do not use the single quote "'" for *everything*.  Use a proper XML
  tag if applicable.
- Don't call the source directory "build" directory because we now often
  create a subdirectory named "build", so calling the source directory
  "build" can be puzzling.
- Update the method to use compressed patch (matching libpng
  instruction).
- Explain why ninja attempts to use N+1 or N+2 logical processors.
- Now we don't run test suites w/o parallel jobs.
- Use "less" instead of "more" as "less" is actually more powerful.
- Explain -mtune=.
- -DNDEBUG is not always implied by --buildtype=release, but it's
  sometimes implied.
- Alert that some "Skylake"s are actually not -march=skylake.
- For Rust, explain "-O" and "-g".
2023-07-02 19:33:10 +08:00
Xi Ruoyao
cbffe27c22
libblockdev: There is a test suite but we cannot run it 2023-07-02 18:04:02 +08:00
Xi Ruoyao
a410aff32e
gvfs: It has a test suite but we cannot run 2023-07-02 17:53:07 +08:00
Xi Ruoyao
6f1580f0f9
gvfs: libgdata is optional, not recommended
It's disabled via -Dgoogle=false.
2023-07-02 16:55:45 +08:00
Xi Ruoyao
5998e22c73
librsvg: Update to librsvg-2.56.2 2023-07-02 16:45:48 +08:00
Xi Ruoyao
7befd97543
grub-setup: dosfstools is needed for creating FS on ESP 2023-07-02 16:45:28 +08:00
Xi Ruoyao
6af6704d84
udisks2: Make runtime dependencies optional 2023-07-02 15:57:09 +08:00
Xi Ruoyao
d5e4de79d3
Udisks2 dependency chain clean up 2023-07-02 04:16:35 +08:00
Bruce Dubbs
cedbb4692f Typo 2023-07-01 14:39:50 -05:00
Bruce Dubbs
eb6cb8fa4f Change buildtype in gedit 2023-07-01 14:36:28 -05:00
Xi Ruoyao
dd0d59795b
ruby: Comment out an outdated (?) sed
With this sed the test suite failed very early and refused to continue,
but without it the tests seem fine.

Also add -k for make check to running the complete test suite even if
some test fails.
2023-07-01 19:10:41 +08:00
Tim Tassonis
907a269a03 Update to nss-3.91. 2023-07-01 01:05:55 +02:00
Bruce Dubbs
f0454b5734 Update to udisks-2.10.0. 2023-06-30 15:50:09 -05:00
Bruce Dubbs
a4013faf3b Update to libblockdev-3.0. 2023-06-30 15:40:21 -05:00
Bruce Dubbs
1e12131018 Add libnvme-1.5. 2023-06-30 15:35:03 -05:00
Bruce Dubbs
56f4290b3e Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2023-06-29 18:06:58 -05:00