Commit Graph

24107 Commits

Author SHA1 Message Date
Pierre Labastie
52944cb3d1 Update to LSB-Tools-0.10 2022-07-21 13:52:12 +02:00
Bruce Dubbs
8103d8e9fa Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2022-07-20 22:53:06 -05:00
Bruce Dubbs
a4fedc815a Remove gtkmm2.
The only package that referenced gtkmm2 was cdrdao to build
  an obsolete program, gcdmaster.  That program also needed an
  obsolete gnome2 library.  cdrdao was last updated May 2018.
2022-07-20 22:49:22 -05:00
Douglas R. Reno
7d5d3d4bf5 Package Updates:
Update to polkit-121
Update to mesa-22.1.4
Update to libwebp-1.2.3
Update to inkscape-1.2.1
2022-07-20 21:47:56 -05:00
Douglas R. Reno
6ddb21a4b5 Two updates and a tweak
Update to gcr-3.41.1
Update to blfs-systemd-units-20220720
lightdm: Adjust spacing to standard
2022-07-20 18:52:19 -05:00
Bruce Dubbs
75f4fc6579 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2022-07-19 15:03:59 -05:00
Bruce Dubbs
4d5a3711d4 Update to lightdm-1.32.0. 2022-07-19 15:03:51 -05:00
Bruce Dubbs
49aebdbb59 Update to icewm-2.9.8. 2022-07-19 14:55:43 -05:00
Pierre Labastie
e2c6a77079 Remove an unwanted change in kf5-frameworks 2022-07-19 21:48:29 +02:00
Ken Moffat
a72c6662b4 Firefox - fix typo ('alpha') in mozconfig. 2022-07-19 20:13:33 +01:00
Douglas R. Reno
4a86f18a79 Package Updates:
Update to mercurial-6.2
Update to upower-0.99.20
Update to libnotify-0.8.1
Update to xf86-input-wacom-1.1.0 (Xorg Driver)
2022-07-19 11:11:25 -05:00
Pierre Labastie
01935a5ff7 Comment out kapidox
See ticket #16805: right now the book is wrong: the instructions
for kapidox should be using pip3 or setup.py. We defer making
new instructions until we update kde-frameworks in August.
2022-07-19 14:21:17 +02:00
Pierre Labastie
739b7245db Typo 2022-07-18 17:53:07 +02:00
Pierre Labastie
47b0660ee7 graphviz: move the note about date before "make"
Otherwise, all libraries get relinked during "make install"
2022-07-18 17:50:43 +02:00
Douglas R. Reno
0f30bb1742 sysprof: itstool is now a required dependency. 2022-07-18 10:36:32 -05:00
Bruce Dubbs
87b7a107d2 Update to vala-0.56.2. 2022-07-17 17:51:56 -05:00
Bruce Dubbs
e2fb6f7a02 Update to gtk-vnc-1.3.1. 2022-07-17 17:38:23 -05:00
Bruce Dubbs
bc1eba0651 Update to sqlite-autoconf-3390100 (3.39.1). 2022-07-17 17:33:57 -05:00
Bruce Dubbs
97212500ed Update to jasper-3.0.6. 2022-07-17 17:19:06 -05:00
Bruce Dubbs
8dff71fbc0 Update to gegl-0.4.38. 2022-07-17 17:11:34 -05:00
Bruce Dubbs
4aa5f4547e Update to libgsf-1.14.50. 2022-07-17 14:35:24 -05:00
Bruce Dubbs
002959b300 Update to mpg123-1.30.1. 2022-07-17 14:22:24 -05:00
Bruce Dubbs
64f69a20f8 Update to libuv-v1.44.2. 2022-07-17 14:10:07 -05:00
Bruce Dubbs
0ff2be9969 Update to inih-r56. 2022-07-17 13:49:25 -05:00
Bruce Dubbs
13cfc2cf6a Update to MPlayer-1.5. 2022-07-17 13:32:04 -05:00
Pierre Labastie
87fa171f18 Update to firefox-102.0.1esr
Also fix building against alsa without pulseaudio (fix by
Thomas Trepl).
2022-07-17 20:08:15 +02:00
Pierre Labastie
8c94548326 Update to thunderbird-102.0.2
Also add MOZBUILD_STATE_PATH variable so that the build
does not stop waiting for user input (see ticket #16806).
2022-07-17 19:56:53 +02:00
Bruce Dubbs
987fb1615f Remove patch from libnl 2022-07-17 03:05:06 -05:00
Bruce Dubbs
c8f68cca7c Update to unbound-1.16.1. 2022-07-16 17:23:24 -05:00
Bruce Dubbs
16af291619 Update to libidn2-2.3.3. 2022-07-16 16:53:47 -05:00
Bruce Dubbs
0e09d22e99 Update to pipewire-0.3.54. 2022-07-16 16:01:56 -05:00
Bruce Dubbs
03d86b7789 Update to imlib2-1.9.1. 2022-07-16 10:51:54 -05:00
Bruce Dubbs
8252f03fcc Update to libnl-3.7.0. 2022-07-16 10:40:19 -05:00
Pierre Labastie
951fd4ebff Update to graphviz-5.0.0 2022-07-16 07:23:30 +02:00
Bruce Dubbs
29cefb8e7b Update to gnome-shell-42.3.1 and gnome-shell-extensions-42.3. 2022-07-15 20:06:49 -05:00
Bruce Dubbs
8b1522562c Update to mutter-42.3. 2022-07-15 19:38:38 -05:00
Xi Ruoyao
58ad7bcaa6
bluez: for systemd, create /var/lib/bluetooth at installation
In the systemd unit file of bluez-5.64, there is:

    ProtectSystem=full
    ReadWritePaths=/var/lib/bluetooth

The combination of these two options make systemd to bind mount /
recursively and read-only to /run/systemd/unit-root in a new mount
namespace, then bind mount /var/lib/bluetooth to
/run/systemd/unit-root/var/lib/bluetooth, then run bluez in the chroot
at /run/systemd/unit-root in the separate namespace.

This helps to reduce the potential damage if a bluez security
vulnerability is exposed.  But, if /var/lib/bluetooth does not exist,
systemd will fail to bind mount it and complain:

    bluetooth.service: bluetooth.service: Failed to set up mount
    namespacing: /run/systemd/unit-root/var/lib/bluetooth: No such
    file or directory

As a simple workaround, just create this directory at installation.  A
more elegant solution will be shipped in bluez-5.65:
https://git.kernel.org/pub/scm/bluetooth/bluez.git/commit/?id=0905a06

Q: Why -m700?
A: https://git.kernel.org/pub/scm/bluetooth/bluez.git/commit/?id=edc69d2
2022-07-15 23:59:17 +08:00
Bruce Dubbs
ddec2a88f1 spelling 2022-07-14 17:16:17 -05:00
Bruce Dubbs
3a60bfb3d3 Spelling 2022-07-14 17:14:20 -05:00
Bruce Dubbs
f07eaca5e7 upower is needed for gnome-bluetooth 2022-07-14 16:01:20 -05:00
Xi Ruoyao
09951b18c8
upower: LC_ALL=C is for test, not for install
How did I misplaced it ?!
2022-07-14 13:07:51 +08:00
Douglas R. Reno
d9ff8eba19 Package updates:
Update to gjs-1.72.1
Update to tracker3-3.3.2
Update to gnome-bluetooth-42.2
Update to epiphany-42.3
Update to libadwaita-1.1.3
Update to libhandy-1.6.3
Update to gnome-desktop-42.3
2022-07-13 21:43:31 -05:00
Douglas R. Reno
61c95bfa2a Xorg Font Updates:
Update to font-util-1.3.3 (Xorg Font)
Update to encodings-1.0.6 (Xorg Font)
2022-07-13 20:17:06 -05:00
Douglas R. Reno
1c6a6b6291 Xorg App updates:
Update to xcmsdb-1.0.6 (Xorg App)
Update to xmodmap-1.0.11 (Xorg App)
Update to xpr-1.1.0 (Xorg App)
Update to xwud-1.0.6 (Xorg App)
Update to xev-1.2.5 (Xorg App)
Update to xkbutils-1.0.5 (Xorg App)
Update to xrefresh-1.0.7 (Xorg App)
Update to xmessage-1.0.6 (Xorg App)
2022-07-13 20:08:03 -05:00
Douglas R. Reno
a1a652ad15 Package Updates:
Update to URI-5.12 (Perl Module)
Update to xf86-input-synaptics-1.9.2 (Xorg Driver)
Update to hdparm-9.64
Update to wayland-protocols-1.26
Update to libdrm-2.4.112
2022-07-13 19:46:02 -05:00
Douglas R. Reno
0bfec527d3 Two security updates:
Update to xorg-server-21.1.4
Update to Xwayland-22.1.3
2022-07-13 17:38:15 -05:00
Douglas R. Reno
c2051dbdc3 Five Security Updates:
Update to node.js-16.16.0
Update to php-8.1.8
Add security patch for Dovecot (fixes CVE-2022-30550)
Update to seamonkey-2.53.13
Update to gnupg-2.3.7
Mark git as a security update
2022-07-13 17:12:03 -05:00
Ken Moffat
e0dca41f97 Revision History - add our 25th release (11.1). 2022-07-13 20:09:24 +01:00
Pierre Labastie
79e8b549ff python-dbusmock requires dbus-python at build time 2022-07-13 14:39:41 +02:00
Tim Tassonis
b6759894d1 Update to git-2.37.1 2022-07-13 12:42:31 +02:00