Commit Graph

26415 Commits

Author SHA1 Message Date
Bruce Dubbs
6850e35d6d Update to vte-0.70.2. 2023-06-06 20:40:06 -05:00
Bruce Dubbs
5bdf4cefe1 Update to ntp-4.2.8p16. 2023-06-06 20:27:02 -05:00
Bruce Dubbs
a301ecadfb Update to tree-2.1.1. 2023-06-06 20:07:33 -05:00
Bruce Dubbs
d3cf76e101 Update to cachecontrol-0.13.0.tar.gz (Python module). 2023-06-06 20:01:26 -05:00
Bruce Dubbs
5867c6d623 Update to unrar-6.2.8. 2023-06-06 19:17:52 -05:00
Ken Moffat
d3daa9fe8c Package updates:
firefox-102.12.0,
js-102.12.0.
2023-06-06 21:19:34 +01:00
Bruce Dubbs
60cda8c2b0 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2023-06-05 15:14:29 -05:00
Bruce Dubbs
bb0a66137a Update to serf-1.3.10. 2023-06-05 15:09:46 -05:00
Bruce Dubbs
167292dd07 Update to gnupg-2.4.2. 2023-06-05 14:55:57 -05:00
Bruce Dubbs
75532e57ce Update to gc-8.2.4. 2023-06-05 14:20:48 -05:00
Bruce Dubbs
67f5429016 Update to xfce4-pulseaudio-plugin-0.4.7. 2023-06-05 14:11:45 -05:00
Bruce Dubbs
b72894d022 Update to xfce4-session-4.18.3. 2023-06-05 14:05:49 -05:00
Douglas R. Reno
7d52b1166e Update to intel-media-driver-23.2.3 2023-06-05 11:55:53 -05:00
Bruce Dubbs
640f42b1ab Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2023-06-04 22:17:35 -05:00
Bruce Dubbs
5543db1e2f Update Net-DNS verwqsion. 2023-06-04 22:17:20 -05:00
Douglas R. Reno
54cc37881a Remove description for libdmx and remove from installed files 2023-06-04 20:22:20 -05:00
Bruce Dubbs
493fd24555 Update to xwd-1.0.9 (Xorg App). 2023-06-04 20:12:08 -05:00
Bruce Dubbs
131ce99857 Update to xrdb-1.2.2 (Xorg App). 2023-06-04 20:10:16 -05:00
Bruce Dubbs
2834474aa7 Delete obsolete Xorg Library libdmx. 2023-06-04 19:54:28 -05:00
Bruce Dubbs
61c4030307 Update to xtrans-1.5.0 (Xorg Library). 2023-06-04 19:52:37 -05:00
Bruce Dubbs
8b2b100c10 Update to libX11-1.8.5 (Xorg Library). 2023-06-04 19:46:54 -05:00
Bruce Dubbs
0863931d90 Update to MarkupSafe-2.1.3 (Python Module). 2023-06-04 17:40:24 -05:00
Bruce Dubbs
e962ced3ca Update to Net-DNS-1.39 (Perl Module). 2023-06-04 17:35:34 -05:00
Bruce Dubbs
571e7ff949 Update to xterm-382. 2023-06-04 17:30:14 -05:00
Bruce Dubbs
10af8834b0 Update to curl-8.1.2. 2023-06-04 17:21:23 -05:00
Bruce Dubbs
416be1c955 Update to btrfs-progs-v6.3.1. 2023-06-04 17:14:07 -05:00
Bruce Dubbs
a68ccb1615 Fix git md5sum 2023-06-03 06:38:57 -05:00
Tim Tassonis
97bd764c30 Update to git-2.41.0. 2023-06-02 23:33:21 +02:00
Pierre Labastie
012fe49328 evolution-data-server: remove spurious dotdot
Reported by "r1c0n3r0" on #lfs-support
2023-06-02 21:17:39 +02:00
Xi Ruoyao
c407a61f5e
rust: Symlink the Zsh completion file so Zsh can find it 2023-06-03 00:22:55 +08:00
Xi Ruoyao
7623a70139
tracker3: Always install the doc into expected location, ...
and use a more clever way for testing.
2023-06-02 19:08:19 +08:00
Pierre Labastie
7bfd30d73c evolution-data-server: use ninja also for sysv 2023-06-02 10:07:11 +02:00
Tim Tassonis
d5c360b41d Update to qemu-8.0.2 2023-06-02 01:36:40 +02:00
Pierre Labastie
09b33fbafd Exiv2: Add command explanation to disable brotli 2023-06-01 21:26:03 +02:00
Douglas R. Reno
3a0324cbd9 Fix the preceding commit for tracker-miners 2023-06-01 14:25:20 -05:00
Douglas R. Reno
f950c9297b Update to tracker-miners-3.5.2 2023-06-01 14:21:06 -05:00
Douglas R. Reno
bed8a11c86 Update to tracker-3.5.3 2023-06-01 14:19:43 -05:00
Douglas R. Reno
74e0749708 Update to evolution-data-server-3.48.2 2023-06-01 14:14:28 -05:00
Douglas R. Reno
bbdb4bb6cd Update to libpeas-1.36.0 2023-06-01 14:10:58 -05:00
Pierre Labastie
75129f2bca Add brotli as a recommended dependency for exiv2
It can be disabled, but it is useful.
2023-06-01 21:02:53 +02:00
Douglas R. Reno
30edd677da libssh2: comment out unused patch from the Downloads section 2023-06-01 10:33:41 -05:00
Xi Ruoyao
48d48bdd2e
librsvg: Fix gi-docgen API doc install location 2023-06-01 21:23:18 +08:00
Xi Ruoyao
24ecd679da
rust: Add rustdoc into build.tools
The rustdoc program is a part of rustup default install.  And it was
installed with previous rustc releases even if we didn't specify it in
build.tools (so it's in the "contents and short descriptions" section).
But with rustc-1.69 it's not installed if we don't explicitly add it
into build.tools.

It's needed by "cargo doc" command (I use it when I develop Rust
crates), and also some BLFS packages (at least, the testsuite of
librsvg).

Add rustdoc into build.tools so it will be built and installed.
2023-06-01 19:09:45 +08:00
Xi Ruoyao
185bfd7176
glib2: Add back the test failure with du-9.2
PLEASE DO NOT REMOVE UNLESS YOU'VE TESTED WITH COREUTILS 9.2 OR LATER!
2023-06-01 16:27:43 +08:00
Xi Ruoyao
35a47ae8fb
Update to libssh2-1.11.0 2023-06-01 16:17:24 +08:00
Tim Tassonis
68cae622c8 Update to xfce4-power-manager-4.18.2.
Update to samba-4.18.3.
2023-06-01 00:50:00 +02:00
Douglas R. Reno
a6a7db150b glib2: trivial commit, just remove an extra period that was bugging me 2023-05-31 15:46:06 -05:00
Douglas R. Reno
363ca805ed sphinxcontrib-htmlhelp: Remove text about a sed that no longer exists. 2023-05-31 15:25:20 -05:00
Douglas R. Reno
84a5b4a439 nmap: Zenmap needs PyGObject3, it was ported from PyGTK (and Python2) in
7.94.
2023-05-31 15:14:21 -05:00
Pierre Labastie
7ac7c02515 Typos 2023-05-31 21:05:13 +02:00