Commit Graph

23560 Commits

Author SHA1 Message Date
Pierre Labastie
db19db1ad7 dhcpd: the /var/lib/dhcp/dhcp.leases files is needed
Otherwise dhcpd does not start.
The "touch ..." instruction is the recommended way to create this
file according to dhcp.leases(5)
2022-03-28 15:02:30 +02:00
Pierre Labastie
51d13f742f Fix libXvMC tarball name 2022-03-28 15:01:37 +02:00
Bruce Dubbs
1e3661d093 Update to libXvMC-1.0.13 (Xorg library). 2022-03-27 11:27:10 -05:00
Bruce Dubbs
72337b3d3e Update to sqlite-autoconf-3380200 (3.38.2). 2022-03-27 11:08:13 -05:00
Bruce Dubbs
5f0efae47e Update to libnma-1.8.36. 2022-03-26 19:28:41 -05:00
Bruce Dubbs
0a3585c3c1 Update to cbindgen-0.21.0. 2022-03-26 19:21:30 -05:00
Bruce Dubbs
18c3a7b69b Update to libwacom-2.2.0. 2022-03-26 18:58:01 -05:00
Bruce Dubbs
ad33af621a Update to libevdev-1.12.1 (Xorg driver). 2022-03-26 18:50:48 -05:00
Bruce Dubbs
cf31c27e48 Update to seamonkey-2.53.11.1. 2022-03-26 18:28:32 -05:00
Bruce Dubbs
3e208e9941 Update to llvm-14.0.0. 2022-03-26 16:24:25 -05:00
Bruce Dubbs
b0e2b0cf2e Now inih-55 2022-03-26 01:27:05 -05:00
Bruce Dubbs
5d55431ef3 Update umockdev version 2022-03-25 21:57:22 -05:00
Bruce Dubbs
ef11129c11 Update to wireshark-3.6.3. 2022-03-25 14:23:43 -05:00
Bruce Dubbs
6404c14543 Update to harfbuzz-4.1.0. 2022-03-25 14:16:58 -05:00
Bruce Dubbs
986f69c55f Update to umockdev-0.17.8. 2022-03-25 13:01:09 -05:00
Bruce Dubbs
62a9a64d03 Package updates.
Update to inih-r54.
Update to glib-networking-2.72.0.
2022-03-25 12:56:18 -05:00
Bruce Dubbs
e467078cc3 Update to python-dbusmock-0.27.3. 2022-03-25 12:38:08 -05:00
Bruce Dubbs
b34a3bf3f7 Update to highlight-4.2. 2022-03-25 12:20:21 -05:00
Bruce Dubbs
99580c0e7f Update to babl-0.1.92. 2022-03-25 12:13:28 -05:00
Bruce Dubbs
b1f64a1162 Update to webkitgtk-2.36.0. 2022-03-25 11:56:00 -05:00
Bruce Dubbs
6e4f58e07b Fix sysprof URL 2022-03-25 11:55:10 -05:00
Xi Ruoyao
37a4b84ee0
python3: remove outdated test failures
The problematic subtests have been removed in 3.10.3, so they are not a
problem with 3.10.3 or pending 3.10.4.

Forgot to commit this upgrading to 3.10.3.
2022-03-25 15:48:00 +08:00
Ken Moffat
b9c353b87a Typo fixes from rhubarbpieguy. 2022-03-25 03:29:22 +00:00
Bruce Dubbs
d20faec177 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2022-03-24 22:23:32 -05:00
Bruce Dubbs
32ed152a86 Fix network-manager-applet url 2022-03-24 22:23:21 -05:00
Ken Moffat
3f24c6cafd Fix x265 if git has not been installed.
Original problem report from rhubarbpieguy on blfs-support,
fix found at gentoo.
2022-03-25 02:22:54 +00:00
Bruce Dubbs
751dd1ebc0 Update to sysprof-3.44.0 and change some references.
Change <ulink> references to libunwind to internal <linkend> references.
2022-03-24 18:22:59 -05:00
Bruce Dubbs
aa04882576 Add libunwind-1.6.2 in suport of sysprof-3.44.0. 2022-03-24 17:47:56 -05:00
Bruce Dubbs
3d4cd385f2 Add libadwaita-1.1.0 in suport of GNOME-42. 2022-03-24 16:10:07 -05:00
Bruce Dubbs
df3319722b Update to network-manager-applet-1.26.0. 2022-03-24 14:27:54 -05:00
Bruce Dubbs
d5a72e44c4 NetworkManager-1.36.4. 2022-03-24 14:15:54 -05:00
Pierre Labastie
4d15c65857 openssh: don't use ChallengeResponseAuthentication
It is deprecated and replaced with KbdInteractiveAuthentication.
See sshd_config(5):
"KbdInteractiveAuthentication
 Specifies whether to use keyboard-interactive authentication.
 The argument to this keyword must be yes (the default) or no.
 ChallengeResponseAuthentication is a deprecated alias for this."
2022-03-24 17:04:04 +01:00
Pierre Labastie
3fd97c4ca7 postfix: make some command nodump
they cannot be run as they are with jhalfs
2022-03-24 15:06:01 +01:00
Pierre Labastie
77e8024def libportal: header removal should be done as root 2022-03-24 15:05:15 +01:00
Pierre Labastie
9a6f0ab378 lightdm (sysv): make "telinit" "nodump"
otherwise, jhalfs switch runlevels, lightdm starts, and if the
libinput or event xorg driver is not built, you need to reboot.
Also remove some obsolete instructions about the inittab,
since they are now performed by "make install-lightdm"
2022-03-24 08:10:33 +01:00
Pierre Labastie
90be06a650 Our instructions for xcb-proto depend on Xorg environment
This is not said anywhere (although arguably, anything that
depends on xcb-proto has a dependency tree containing
Xorg environment). Reported by mint_ on #lfs-support.
2022-03-23 18:48:08 +01:00
Pierre Labastie
9f7ea7277f Fix adwaita download url
Create the gnome-42 entity for that
2022-03-23 16:17:45 +01:00
Pierre Labastie
a5fe42a5c6 Fix cairo download url 2022-03-23 15:58:30 +01:00
Pierre Labastie
aa59fb3160 Fix patch version in kerberos "patch" command 2022-03-23 11:58:22 +01:00
Bruce Dubbs
5070c5f47f Update to libportal-0.6. 2022-03-22 17:25:58 -05:00
Bruce Dubbs
69231b0489 Update to pango-1.50.6. 2022-03-22 17:17:41 -05:00
Bruce Dubbs
5c797caf6b Update to adwaita-icon-theme-42.0. 2022-03-22 17:06:49 -05:00
Bruce Dubbs
3c51a6e1b0 Update to cairo-1.17.6. 2022-03-22 15:25:53 -05:00
Bruce Dubbs
f47132250d Update to libepoxy-1.5.10. 2022-03-22 14:51:46 -05:00
Bruce Dubbs
81d5326e7c Update to graphene-1.10.8. 2022-03-22 14:42:08 -05:00
Bruce Dubbs
4dda1eca5c Update to libgsf-1.14.49. 2022-03-22 14:27:18 -05:00
Douglas R. Reno
1aa7410a4a Package updates and a new perl module
Add JSON for Samba
Update to Samba-4.16.0
Update to krb5-1.19.3
2022-03-22 14:09:52 -05:00
Bruce Dubbs
e5f23614e3 Enable gtk4 library for libnma. 2022-03-22 13:03:54 -05:00
Bruce Dubbs
4fc1319ff6 Package updates.
Update to libhandy-1.6.1. Fixes
Update to libdazzle-3.44.0. Fixes
2022-03-22 12:54:19 -05:00
Douglas R. Reno
4432ef8e88 Update to Thunderbird-91.7.0 2022-03-22 00:25:18 -05:00