Bruce Dubbs
05299f4f48
Some initial 11.2 tags
2022-08-21 20:40:45 -05:00
Douglas R. Reno
24f4ee9163
Package Updates:
...
Update to gjs-1.72.2
Update to gnome-desktop-42.4
Update to geocode-glib-3.26.4
Update to tracker3-3.3.3
Update to cups-pk-helper-0.2.7
2022-08-18 13:38:34 -05:00
Pierre Labastie
a6d199dae6
Add glibc-2.36 patch for systemd in BLFS
2022-08-17 12:04:03 +02:00
Xi Ruoyao
bc099923a4
colord: update test command and result
...
"-k 2" is not needed because "ninja test" will simply invoke
"meson test", and the -k option of ninja won't affect test process.
2022-08-08 15:43:31 +08:00
Xi Ruoyao
66736d0dee
Revert "bluez: for systemd, create /var/lib/bluetooth at installation"
...
This reverts commit 58ad7bcaa6
.
No longer needed with bluez-5.65.
2022-07-25 15:43:26 +08:00
Bruce Dubbs
0b2a1fa8f0
Update to bluez-5.65.
2022-07-24 23:39:56 -05:00
Bruce Dubbs
23adab88da
Update to upower-v1.90.0.
2022-07-22 13:59:05 -05:00
Pierre Labastie
cca17d96ec
Minor updates and fixes for lm_sensors
2022-07-21 16:43:18 +02:00
Pierre Labastie
52944cb3d1
Update to LSB-Tools-0.10
2022-07-21 13:52:12 +02: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
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
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
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
156e1887fa
Package updates
...
Update to exempi-2.6.2
Update to libidn-1.41
Update to ModemManager-1.18.10
Update to exim-4.96
Update to sqlite-autoconf-3390000 (3.39.0)
2022-06-26 10:42:53 -05:00
Bruce Dubbs
c42d20552d
Move 'at' url to anduin
2022-06-22 22:50:23 -05:00
Xi Ruoyao
71c70d1ac8
dbus: remove --with-console-auth-dir
...
Sync with LFS @ r11.1-134.
2022-06-10 15:49:21 +08:00
Xi Ruoyao
b266362e91
upower: update to upower-v0.99.19 ( #16644 )
2022-06-09 16:22:32 +08:00
Xi Ruoyao
fc7f3a51bb
upower: make dbusmock dependency optional
...
Reported-by: Joe Locash <jlocash@gmail.com>
2022-06-07 16:41:53 +08:00
Bruce Dubbs
696d7c5a35
Update to sysstat-12.6.0.
2022-05-30 13:55:44 -05:00
Xi Ruoyao
46ac366355
update to systemd-251 (sync with LFS, #16566 )
2022-05-29 13:30:09 +08:00
Pierre Labastie
bbb35d2eb4
Update to logrotate-3.20.1
2022-05-26 20:32:10 +02:00
Bruce Dubbs
d9c3a6d524
Update to upower-v0.99.18.
2022-05-18 09:28:17 -05:00
Xi Ruoyao
19119f784e
update to bubblewrap-0.6.2 ( #16531 )
2022-05-13 20:15:43 +08:00
Bruce Dubbs
d0fbf51458
Update to unrar-6.1.7.
2022-05-08 13:21:53 -05:00
Pierre Labastie
7123e39ef5
Update to ModemManager-1.18.8
2022-04-30 17:04:42 +02:00
Xi Ruoyao
3d8a5921d6
bubblewrap: add --buildtype=release for meson
2022-04-24 18:56:25 +08:00
Xi Ruoyao
0df1e2d304
colord: remove unnecessary fixup
...
The "100 warnings" do not show up on my build without these commands. I
guess they are fixed at intltool -> gettext transition.
2022-04-22 12:18:33 +08:00
Pierre Labastie
7a9a7b2665
Remove spaces at the end of lines
2022-04-20 15:36:11 +02:00
Pierre Labastie
1c37eb5d5f
Update to pciutils-3.8.0
...
Also update changelog for parted
2022-04-19 20:34:15 +02:00
Pierre Labastie
fde1abe32d
Don't reference MarkupSafe and Jinja2 in systemd book
2022-04-17 09:50:50 +02:00
Pierre Labastie
6406b296af
systemd: add patch for kernel 5.17 headers
2022-04-06 17:25:29 +02:00
Bruce Dubbs
25ae8b8123
Typos
2022-04-06 10:19:42 -05:00
Bruce Dubbs
2edd90496f
Update to mc-4.8.28.
2022-03-28 17:36:50 -05:00
Tim Tassonis
0beb4e76ee
Update to at-3.2.5.
...
Fix changelog date
2022-03-28 21:30:58 +02:00
Bruce Dubbs
62d4a2391a
Update to bluez-5.64 and reformating kernel config
...
In grub-setup, change the order of kernel configureation items
to match the current kernel.
2022-03-20 11:48:09 -05:00
Xi Ruoyao
86b410e343
dbus: add --runstatedir=/run
...
Sync with LFS.
2022-03-13 16:30:08 +08:00
Pierre Labastie
27e5cd4c32
Allow elogind to exit when dbus is closed
...
As reported in ticket #16177 by Joe Locash, switching from runlevel
3 to 1 and back would render elogind useless: it is still running
but not connected to the bus, because dbus is killed in runlevel 1
and then restarted in runlevel 3. The added "sed" allows elogind to
exit when dbus is killed. This is the normal behavior of daemons
using dbus.
2022-03-12 11:30:51 +01:00
Bruce Dubbs
64755c7557
Update to harfbuzz-4.0.0.
...
Also correct some hard coded paths in fcron.
2022-03-10 17:56:23 -06:00
Bruce Dubbs
7495c403ea
Package updates.
...
Update to xine-lib-1.2.12.
Update to xterm-372.
Update to upower-v0.99.17.
Update to vlc-3.0.17.
2022-03-10 13:29:38 -06:00
Bruce Dubbs
f179b24118
Package updates.
...
Update to pycairo-1.21.0 (Python module).
Update to xscreensaver-6.03.
Update to sysstat-12.5.6.
2022-03-09 18:10:08 -06:00
Pierre Labastie
0075912529
Fix alignment of `\' in dbus configure
2022-03-09 14:57:22 +01:00
Bruce Dubbs
32f5b6fad4
Package updates.
...
Refine instructions for SCons-4.3.0.
Update to gtk+-3.24.33.
Update to pipewire-0.3.48.
Update to UnRar-6.1.6.
2022-03-08 13:25:55 -06:00
Bruce Dubbs
f3fd9487bb
Package updates.
...
Update to sqlite-autoconf-3380000 (3.38.0).
Update to unrar-6.1.5.
Update to gegl-0.4.36.
Update to babl-0.1.90.
2022-03-07 12:43:42 -06:00
Douglas R. Reno
c884c4b1dc
UPower: Minor tweaks/rewords
2022-03-06 17:11:44 -06:00
Pierre Labastie
475d43882d
Update to upower-0.99.16
2022-03-06 10:50:13 +01:00
Pierre Labastie
02d60dda32
Update to bubblewrap-0.6.1
2022-03-06 10:50:13 +01:00
Pierre Labastie
048aa0461b
Update to accountsservice-22.08.8
2022-03-06 10:50:13 +01:00
Xi Ruoyao
996f3953f6
package updates
...
* Update to vim-8.2.4489
* Update to dbus-1.14.0
2022-03-03 02:38:58 +08:00
Bruce Dubbs
5dbd08326d
Package updates.
...
Update to accountsservice-22.07.5.
Update to pipewire-0.3.47.
2022-02-20 10:47:59 -06:00
Bruce Dubbs
380306549c
Tags
2022-02-19 21:19:30 -06:00
Bruce Dubbs
51eb0bf885
Remove libgcrypt dependency from accountsservice
2022-02-19 16:23:40 -06:00
Bruce Dubbs
0ae4498aec
Package updates.
...
Update to libwnck-40.1.
Update to accountsservice-22.07.4.
2022-02-19 16:18:31 -06:00
Bruce Dubbs
de22bfa148
Tags
2022-02-18 21:48:44 -06:00
Douglas R. Reno
519aed4347
Package updates and tags
...
Update to colord-1.4.6
Update to librsvg-2.52.6
Off to printing I go
2022-02-18 17:08:15 -06:00
Douglas R. Reno
f1a479c7e7
Package Updates and Tags
...
Update to xf86-input-wacom-1.0.0
Update to libdrm-2.4.110
Update to XWayland-22.1.0
2022-02-18 13:06:30 -06:00
Bruce Dubbs
3f4dc8218d
Tags
2022-02-17 19:56:04 -06:00
Douglas R. Reno
ca783379c5
Package Updates and Tags:
...
Update to tree-2.0.2
Update to scons-4.3.0
2022-02-17 19:44:13 -06:00
Douglas R. Reno
d962244313
Tags and add text regarding failing tests in libevent
...
Off to a few utilities next, and then X...
2022-02-17 14:06:36 -06:00
Xi Ruoyao
6cbf1b1f97
systemd: add systemd-cryptenroll description
2022-02-17 19:52:03 +08:00
Bruce Dubbs
03a2986c05
A package update and some tags.
...
Update to libqalculate-4.0.0.
2022-02-16 22:44:55 -06:00
Douglas R. Reno
8c415ea2c2
Tags
2022-02-16 18:52:16 -06:00
Douglas R. Reno
453910f302
Initial round of tags from me
2022-02-16 15:46:11 -06:00
Bruce Dubbs
b21f9be7d5
Initial 11.1 tags
2022-02-15 16:43:23 -06:00
Douglas R. Reno
885bcd416d
Package update and a few tweaks:
...
Update to WebKitGTK-2.34.5
Fix an issue in gnome-shell-extensions (window-list) that causes icons
to be blank on the taskbar when the window-list extension is enabled.
Fix the manpages in OpenLDAP to usr /sbin instead of /usr/libexec.
Fix runtime issues in gnome-control-center caused by an invalid systemd
unit for AccountsService.
2022-02-13 17:42:44 -06:00
Douglas R. Reno
dfe5714b50
systemd-specific Sysstat fix:
...
Install additional required units in sysstat to prevent issues where
enabling the systemd units complains about nonexistent units.
2022-02-13 12:15:38 -06:00
Bruce Dubbs
3186d2b9d7
Update to at_3.2.4.
2022-02-12 12:02:55 -06:00
Bruce Dubbs
9eca1adad7
Package updates.
...
Update to gtk-4.6.1.
Update to ModemManager-1.18.6.
Update to libwacom-2.1.0.
Update to libqmi-1.30.4.
Update to qpdf-10.6.1.
2022-02-12 11:37:03 -06:00
Douglas R. Reno
e042fb42c3
Remove an unneeded tweak from CUPS and an option that is no longer used
...
from AccountsService (causes FTBFS).
2022-02-06 14:18:20 -06:00
Bruce Dubbs
9501a015ca
Package updates.
...
Update to vim-8.2.4236.
Update to git-2.35.1.
Update to accountsservice-22.04.62.
Update to cups-2.4.1.
Update to pipewire-0.3.44.
2022-01-31 13:16:50 -06:00
Bruce Dubbs
feb043a362
Package updates.
...
Update to git-2.35.0.
Update to xf86-input-libinput-1.2.1.
Update to unrar-6.1.4.
2022-01-25 13:47:27 -06:00
Pierre Labastie
34623f0e46
accountservice: fix to build with recent meson
...
Apply upstream fix as a sed
2022-01-17 12:27:33 +01:00
Douglas R. Reno
64351cbe6d
Package update and a fix for systemd
...
Update to thunderbird-91.5.0
Fix CVE-2021-3997 in systemd.
2022-01-13 18:44:17 -06:00
Bruce Dubbs
94c23691b6
Package updates.
...
Update to SDL2-2.0.20.
Update to hdparm-9.63.
Update to umockdev-0.17.2.
Update to libgusb-0.3.10.
Update to double-conversion-3.2.0.
2022-01-11 10:44:08 -06:00
Douglas R. Reno
5a82b26ffb
Package Updates and a minor reword:
...
Update to grilo-0.3.14 (Security Update)
Update to cheese-41.1
Update to gnome-online-accounts-3.40.1
2022-01-10 19:29:13 -06:00
Bruce Dubbs
5311527a6f
Update logrotate stats
2022-01-09 10:23:30 -06:00
Bruce Dubbs
fe83f5c9d7
Package updates and some text changes.
...
Update to Pygments-2.11.2.
Update to nss-3.74.
Update to sqlite-autoconf-3370200 (3.37.2).
Add a note to Boost to remove old cmake files.
Change pax to http from https..
2022-01-07 13:47:51 -06:00
Bruce Dubbs
bcccddd4f0
Package Updates.
2022-01-06 13:40:19 -06:00
Douglas R. Reno
7cc0c9d26c
Package updates:
...
Update to Mesa-21.3.3
Update to systemd-250
2021-12-30 19:06:39 -06:00
Xi Ruoyao
a17c33d8d7
systemd: minor reword
2021-12-27 20:53:46 +08:00
Douglas R. Reno
5a0d9f1be4
Package Updates:
...
Update to dovecot-2.3.17.1
Update to ModemManager-1.18.4
2021-12-23 16:00:05 -06:00
Bruce Dubbs
905237328c
Package updates.
...
Update to pango-1.50.1.
Update to unrar-6.1.3.
Update to unbound-1.14.0.
Update to wayland-1.20.0.
Update to tcsh-6.23.01.
2021-12-16 11:31:34 -06:00
Xi Ruoyao
cb8d788659
systemd: don't duplicate addition to system-session upgrading systemd
2021-12-09 19:52:04 +08:00
Bruce Dubbs
108e563e80
Package updates.
...
Update to glib-2.70.2.
Update to pangomm-1.46.2.
Update to pango-1.50.0.
Update to mypaint-brushes-1.3.1.
Update to sysstat-12.5.5.
2021-12-07 14:34:59 -06:00
Xi Ruoyao
e9dfbc0c26
udisks2: change >> to > to avoid append on upgrading
...
The package does not install mount_options.conf. It has
mount_options.conf.example but we don't use the example.
2021-12-05 03:03:47 +08:00
Pierre Labastie
edd2feb7a8
Update to blocaled-0.4
2021-12-03 22:51:34 +01:00
Douglas R. Reno
05a2eaa804
Bluez: remove unnecessary sed that causes build failures
2021-11-26 10:35:59 -06:00
Douglas R. Reno
6f75ffc5d7
Package updates:
...
Update to bluez-5.62
Update to opencv-4.5.4
Update to libical-3.0.11
Update to btrfs-progs-5.15.1
2021-11-25 11:51:43 -06:00
Douglas R. Reno
313f9a6ba8
Package Updates
...
Update to mupdf-1.19.0
Update to gnupg-2.2.33
Update to unrar-6.1.1
Update to pycryptodome-3.11.0
2021-11-23 16:49:11 -06:00
Pierre Labastie
e3b4ce180f
systemd: add two sed's for meson and linux
...
meson 0.60 prevents adding booleans, which was authorized before.
linux-5.14 headers lack some ARPHRD_xx definition
2021-11-18 23:54:26 +01:00
Xi Ruoyao
6fa16a5033
udisks2: add a configuration for kernel NTFS3 driver
2021-11-17 23:31:46 +08:00
Bruce Dubbs
7fa5ff6cd3
Package updates.
...
Update to git-2.34.0.
Update to libuninameslist-20211114.
Update to sg3_utils-1.47.
Update to pipewire-0.3.40.
Update to curl-7.80.0.
Update to mlt-7.2.0.
2021-11-16 17:48:16 -06:00
Bruce Dubbs
157b2eb8be
Archive ntfs-3g
2021-11-14 17:33:23 -06:00
Pierre Labastie
49887e8974
Updates
...
xscreensaver-6.02
mpg123-1.29.2
gc-8.0.6
autofs-5.1.8
libcap-pam-2.60
2021-11-05 14:11:44 +01:00
Pierre Labastie
3713bc71c8
Updates and a fix:
...
udisks2-2.9.4
upower: change download location
exim-4.95
mesa-21.2.4
libvpx-1.11.0
2021-10-22 14:31:54 +02:00
Xi Ruoyao
50836740d2
merge conditional XML from LFS
...
There was some consistency issues in URLs to LFS. For example, in
systemd revision the URL to LFS "General Network Configuration" points
to the sysv book, this can be really troubling to new readers.
Instead of fixing them one by one, merge conditional XML developed by
Pierre from LFS.
2021-10-17 04:17:34 +08:00
Bruce Dubbs
c176fc7912
Package updates.
...
Update to bind9-9.16.21.
Update to pipewire-0.3.36.
Update to ModemManager-1.18.2.
Update to sudo-1.9.8p1.
Update to acpid-2.0.33.
2021-09-17 11:59:48 -05:00
DJ Lucas
443e09d029
Update download locations for blocaled and LSB-Tools.
2021-09-16 19:36:45 -05:00
Bruce Dubbs
b42891ad41
Package Updates.
...
Update to libatomic_ops-7.6.12.
Update to sudo-1.9.8.
Update to libass-0.15.2.
Update to libexif-0.6.23.
Update to ModemManager-1.18.0.
2021-09-16 14:36:28 -05:00
Pierre Labastie
85580446b2
Remove spaces at the end of lines
...
I know it is somewhat useless, but I don't like them for
two reasons: first they cannot be seen, and I do not like things I
cannot see. Second, git highlights them, and this is disturbing...
2021-09-06 19:42:49 +02:00
Bruce Dubbs
7b2fed0fae
Tags
2021-08-29 15:39:21 -05:00
Douglas R. Reno
c8293ea3f1
Several tags
2021-08-29 12:49:17 -05:00
Bruce Dubbs
c93c620cae
Tags
2021-08-29 10:32:39 -05:00
Thomas Trepl (Moody)
01997ec82d
Tags
2021-08-29 09:16:58 +02:00
Douglas R. Reno
dd6942d3e9
Last tags prior to machine swap.
2021-08-28 22:40:03 -05:00
Ken Moffat
7223306aeb
Tags
2021-08-29 04:32:06 +01:00
Bruce Dubbs
740784badb
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
2021-08-28 18:11:27 -05:00
Bruce Dubbs
779b3223f9
Update to gdl-3.40.0.
...
Also:
Change order of elogind recommended dependencies to emphasize PAM.
Typo in xscreensaver-time
2021-08-28 18:09:12 -05:00
Pierre Labastie
da54a62385
Tags for kde and some deps
2021-08-28 22:59:53 +02:00
Pierre Labastie
34a6571e05
Tags
2021-08-28 15:44:55 +02:00
Ken Moffat
b5645ad46c
Tags.
2021-08-28 04:55:58 +01:00
Bruce Dubbs
20a35abcba
Tags
2021-08-27 19:08:59 -05:00
Pierre Labastie
e663b2a42a
Typo in bluez.xml
2021-08-27 22:34:25 +02:00
Bruce Dubbs
11ac8ee0aa
Tagit
2021-08-27 12:55:29 -05:00
Bruce Dubbs
cf0d8e5547
Update to bluez-5.61
2021-08-27 12:54:20 -05:00
Thomas Trepl (Moody)
3d8d0049b1
Tags
2021-08-27 07:47:09 +02:00
Bruce Dubbs
88fdf09fa6
Tags
2021-08-26 22:27:50 -05:00
Douglas R. Reno
3166e3cedc
Tags
2021-08-26 20:38:05 -05:00
Douglas R. Reno
cdf6da35a4
Pre-reboot tags
2021-08-26 16:10:34 -05:00
Xi Ruoyao
a79033326f
update to glib-2.68.4, and tagging dependencies
...
-Dselinux=false is no longer needed. And the sed is no longer needed.
2021-08-26 19:38:21 +08:00
Xi Ruoyao
937efdb209
tags
2021-08-26 18:14:35 +08:00
Douglas R. Reno
511ff5815d
Package update and some tags
...
Update to bubblewrap-0.5.0
2021-08-22 22:03:35 -05:00
Bruce Dubbs
59eea9d945
Package updates and tags
...
Update to ibus-1.5.25.
Update to cups-filters-1.28.10.
2021-08-21 19:32:38 -05:00
Bruce Dubbs
0469963ce5
Tagging. Mostly General Libraries and Utilities
2021-08-20 00:14:42 -05:00
Douglas R. Reno
c8c8fda12d
A handful of tags
2021-08-19 23:10:34 -05:00
Bruce Dubbs
7ae59abc8d
Tags
...
Tag most of X libraries and the rest of th ePython modules.
2021-08-19 15:56:06 -05:00
Bruce Dubbs
e94280ea57
Package updates.
...
Update to upower-UPOWER_0_99_13.
Update to stunnel-5.60.
Update to mc-4.8.27.
2021-08-18 23:03:01 -05:00
Douglas R. Reno
50a6bd6a51
A few tags and a minor tweak to Java to remove the version string,
...
preventing confusion.
2021-08-18 18:31:38 -05:00
Douglas R. Reno
9ab3e850b8
Some tags and a package update
...
Update to IO::Socket::SSL-2.072
2021-08-17 23:49:11 -05:00
Bruce Dubbs
4f68434f94
Tags and a couple of tweaks.
2021-08-17 22:32:02 -05:00
Bruce Dubbs
484d32acb7
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
2021-08-17 17:57:46 -05:00
Bruce Dubbs
f65a2dc1e0
Add a sysV patch for bluez and tag it.
2021-08-17 17:57:05 -05:00
Thomas Trepl (Moody)
a70b1d1311
Tags
2021-08-17 23:38:51 +02:00
Thomas Trepl (Moody)
7e59b8b5ae
Tags
2021-08-17 18:08:29 +02:00
Thomas Trepl (Moody)
4cb0c8f1bc
Tags
2021-08-17 17:02:25 +02:00
Bruce Dubbs
179d426d27
Tags and a glibc-2.24 update for postfix
2021-08-16 23:21:17 -05:00
Thomas Trepl (Moody)
9c812db90b
Tags
2021-08-16 20:07:54 +02:00
Xi Ruoyao
08e1b767d0
Tag for UEFI and dependencies ("required" and "recommended")
2021-08-17 01:07:26 +08:00
Thomas Trepl (Moody)
34c8fc5d0e
Tags
2021-08-16 18:39:57 +02:00
Bruce Dubbs
3381e88479
A couple of tags
2021-08-16 11:26:27 -05:00
Thomas Trepl (Moody)
3324c75220
Tags
2021-08-16 18:16:07 +02:00
Thomas Trepl (Moody)
8a00ffb89c
Tags
2021-08-16 16:43:59 +02:00
Xi Ruoyao
ac336b26f8
systemd: remove unneeded option
2021-08-16 00:19:28 +08:00
Xi Ruoyao
58ab63b9cd
systemd: add p11-kit as optional dependency
...
meson checks for it, and there are some code enabled by HAVE_P11KIT.
2021-08-15 04:19:40 +08:00
Bruce Dubbs
baeafab3f0
Package updates:
...
Update to ModemManager-1.16.10.
Update to xrdb-1.2.1 (Xorg application).
2021-08-10 17:45:07 -05:00
Tim Tassonis
e4a3fdbe82
- Update to usbutils-014.
...
- Update to dovecot-2.3.16.
- Update to vsftpd-3.0.5.
2021-08-07 17:55:36 +02:00
Bruce Dubbs
77a8b67f62
Package updates.
...
Update to udisks-2.9.3.
Update to poppler-21.08.0.
Update to jasper-2.0.33.
2021-08-05 15:05:24 -05:00
Xi Ruoyao
b3901604dc
bluez: add workaround for glibc-2.34
2021-08-05 21:10:13 +08:00
Xi Ruoyao
df6f75d8f1
systemd: append /usr/sbin into $PATH for test
2021-08-04 22:12:17 +08:00
Xi Ruoyao
e403b61c16
gpm: remove unneeded static library
2021-08-04 22:11:52 +08:00
Bruce Dubbs
65d8566876
9ckage updates and fixes.
...
Update to php-8.0.9.
Update to cbindgen-0.20.0.
Fix dependencies for elogind and p11kit.
Fix gcr-3.40.0 to build properly with meson-0.59.
2021-07-31 19:51:38 -05:00
Xi Ruoyao
f3e940f78f
secure some download URL
2021-07-31 00:14:52 +08:00
Douglas R. Reno
1fb591380c
Guard systemd against CVE-2021-33910
2021-07-23 06:39:57 -05:00
Douglas R. Reno
816a0aaa8a
Package Update:
...
Update to ModemManager-1.16.8
2021-07-20 21:18:34 -05:00
Bruce Dubbs
b7e2ce47c2
Add --buildtype=release for all packages that need it through Chapter 13.
2021-07-15 15:54:36 -05:00
Douglas R. Reno
e713e66ca0
Package updates and some tweaks.
...
Update to abiword-3.0.5
Make AsciiDoctor internal in Wireshark
Patch polkit-gnome to use the proper icon system again.
Patch cups-pk-helper to work with future versions of CUPS and GLib.
2021-07-12 22:17:55 -05:00
Thomas Trepl (Moody)
89265b096a
Tweak autofs for merged-/usr mode
2021-07-11 18:34:32 +02:00
Bruce Dubbs
e6b445c47c
Package Updates.
...
Update to ruby-3.0.2. Fixes
Update to bluez-5.60. Fixes
Update to libuv-1.41.1. Fixes
Update to libbytesize-2.6. Fixes
Update to mariadb-10.6.3. Fixes
2021-07-09 14:30:16 -05:00
Douglas R. Reno
4f60bf0123
Update to Python-3.9.6 (Security Update).
...
Update to systemd-249 (Security Update).
2021-07-08 23:07:13 -05:00
Douglas R. Reno
c3d04c0f49
hdparm: Adapt to merged-/usr changes.
2021-07-07 14:08:21 -05:00
Douglas R. Reno
63a0217b19
Package updates!
...
Update to mesa-21.1.3
Update to upower-0.99.12
Update to NetworkManager-1.32.0
Update to Mutter-40.2.1
Update to python-dbusmock-0.23.1
2021-06-18 15:50:11 -05:00
Douglas R. Reno
0f124fae04
Update to enchant-2.3.0
...
Update to unrar-6.0.7
Correct my previous commit in bluez
Mercurial: VIM uses Git now, so update the description
2021-06-16 14:57:04 -05:00
Douglas R. Reno
e8aa56dd07
Update to bluez-5.59
2021-06-16 14:06:49 -05:00
Douglas R. Reno
ea3a605d9f
Update to sysstat-12.5.4
2021-06-08 14:53:46 -05:00
Douglas R. Reno
21f40ffcb8
Update to ModemManager-1.16.6
2021-06-07 11:50:55 -05:00
Xi Ruoyao
20f070d84e
first batch of meson --buildtype=release
2021-06-04 20:06:48 +08:00
Xi Ruoyao
3918112abd
add xinclude for --buildtype=release
2021-06-04 19:26:37 +08:00
Douglas R. Reno
d0d2c85aef
logrotate, pciutils, usbutils: Change the systemd units/timers to
...
install in /usr/lib instead of /lib, for consistency with other related
merged-/usr changes.
2021-06-03 18:38:32 -05:00
Douglas R. Reno
8000e55751
Update to ModemManager-1.16.4
2021-05-26 16:18:10 -05:00
Xi Ruoyao
582f7322ed
bluez: remove extra empty line
2021-05-23 20:08:46 +08:00
Bruce Dubbs
6ca1d4e602
Package updates
...
Update to atkmm-2.28.2
Update to pangomm-2.46.1
Update to libepoxy-1.5.8
Update to gtkmm3-3.24.5
Update to logrotate-3.18.1
2021-05-22 17:10:20 -05:00
Douglas R. Reno
dd51538340
colord: Add missing dependencies that are mentioned in the Command
...
Explanations
2021-05-22 14:05:13 -05:00
Douglas R. Reno
229d06924a
Update to gcc-11.1.0
...
Update to systemd-248
Update to Python-3.9.5
2021-05-20 10:41:12 -05:00
Douglas R. Reno
d4eefa3678
D-Bus: Stop moving libdbus-1.so to /lib
2021-05-19 00:38:38 -05:00
Douglas R. Reno
7246c35922
Changelog: cups change is for both books, not just SysV
...
hdparm: Remove unnecessary text now that we're in merged-/usr
Subversion: Adapt some scripts to python3, avoiding several test suite
failures.
2021-05-18 17:09:31 -05:00
Bruce Dubbs
e713c58450
Update to unrar-6.0.6
2021-05-18 10:51:58 -05:00
Pierre Labastie
7cb46359db
Recommend a build order for elogind<->polkit circular dep
2021-05-15 22:07:15 +02:00
Douglas R. Reno
a19b7a4d44
pax: install 'pax' to /usr/bin instead of /bin.
2021-05-15 10:55:06 -05:00
Douglas R. Reno
cfd8dcbf38
cpio: Remove instructions for installing into /bin, that's unnecessary
...
now
2021-05-15 10:41:45 -05:00
Douglas R. Reno
deb4808e70
usbutils: Add missing bridgehead
2021-05-14 18:33:26 -05:00
Bruce Dubbs
a9e0d9f795
Update to hdparm-9.62
2021-05-11 13:25:09 -05:00
Bruce Dubbs
0145208a69
Update to at_3.2.2
2021-05-09 16:02:09 -05:00
Bruce Dubbs
f8660abe42
Update to hdparm-9.61
2021-05-07 14:35:35 -05:00
Douglas R. Reno
33b043b6fe
raptor2: update URL for libyajl
...
raptor2: update test suite expectations
2021-05-04 18:21:14 -05:00
Bruce Dubbs
78836c519a
Update to unrar-6.0.5.
2021-05-03 11:35:46 -05:00
Douglas R. Reno
0f870c5f2b
Update to bluez-5.58
...
Update to opencv and opencv_contrib 4.5.1
Update to decorator-5.0.7 (Python Module)
Update to stunnel-5.59
Update to libportal-0.4
2021-05-01 12:29:36 -05:00
Douglas R. Reno
115de74802
Patch systemd to work with Linux-API-Headers-5.11.14 and higher as well
...
as meson-0.57.2
2021-04-28 20:31:11 -05:00
Tim Tassonis
f230dd9408
Upgrade to p7zip-17.04.
2021-04-26 20:39:08 +02:00
Xi Ruoyao
45ab6c70c2
more SVN prop clean up
...
Remove "$LastChanged$" everywhere, and also some unused $Date$
2021-04-20 19:12:02 +08:00
Douglas R. Reno
3b339ddc8c
Update to gcr-3.40.0
...
Update to gsettings-desktop-schemas-40.0
Update to yelp-xsl-40.0
Update to vte-0.64.0
Update to gjs-1.68.0
Update to gnome-desktop-40.0
Update to libgee-0.20.4
Update to libpeas-1.30.0
Update to libgweather-40.0
Update to evolution-data-server-3.40.0
Update to tracker3-3.1.1
Update to tracker3-miners-3.1.1
Fix a security vulnerability in Avahi
Fix a security vulnerability in p7zip
Fix a security vulnerability in NetworkManager
Add a gnome-minor-40 entity and change the static URLs for sysprof/pygobject3/libdazzle over to it
Fix the spacing for the gnome-40 entity
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24440 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-04-07 01:06:55 +00:00
Xi Ruoyao
c6b192c037
secure package download URLs
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24436 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-04-05 12:36:04 +00:00
Douglas R. Reno
511f7c8f1e
Update to glib-2.66.8
...
Update to libgweather-3.38.2
Update to sg3_utils-1.46
Update to graphviz-2.47.0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24417 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-03-30 04:47:40 +00:00
Douglas R. Reno
03eca7f9d6
bluez: Make some SysV specific text SysV only, and add some systemd-equivalent text
...
Samba: Quick typo fix
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24412 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-03-29 16:43:56 +00:00
Douglas R. Reno
447485a40d
systemd: Use the proper patch version
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24401 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-03-25 17:18:58 +00:00
Pierre Labastie
8388aa7711
Updates:
...
- btrfs-progs-5.11
- jasper-2.0.26
- qpdf-10.3.0
- unrar-6.0.4
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24347 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-03-07 18:49:55 +00:00
Pierre Labastie
32d76f0019
Update to elogind-246.10
...
Also fix indents in changelog
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24346 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-03-06 09:08:09 +00:00
Douglas R. Reno
af843de0c7
Add systemd patch to allow rfkill to function properly on Linux 5.11+
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24339 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-03-05 01:09:49 +00:00
Bruce Dubbs
a8b5a1e7ff
Fix bluez
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24337 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-03-04 20:19:29 +00:00
Douglas R. Reno
5d2965c7ff
Update to ModemManager-1.16.2
...
Update to qpdf-10.2.0
Update to libgxps-0.3.2
Update to babl-0.1.86
Update to libqmi-1.28.2
Update to poppler-21.03.0
Update to URI-5.09 (Perl Module)
Update to gtksourceview4-4.8.1
Update to OpenSSH-8.5p1 (and ssh-askpass-8.5p1)
libwacom: Correct version number
libwacom: Add libwacom-show-stylus
bluez: Drop the patch
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24333 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-03-04 02:54:53 +00:00
Bruce Dubbs
cbb6df66c6
Update to bluez-5.56.
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24331 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-03-03 18:54:57 +00:00
Bruce Dubbs
42a0e5edd1
Archive cairomm.xml (not cairomm-1.0.xml)
...
Tag X libraries
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24272 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-23 05:05:47 +00:00
Douglas R. Reno
e096d1de17
Update to xf86-video-intel-20210222
...
Couple tags.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24270 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-23 01:02:40 +00:00
Bruce Dubbs
2b7420bb69
Tag printer stack, window managers, and misc
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24262 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-22 04:38:24 +00:00
Bruce Dubbs
eef74abe52
Tags for postlfs, general libraries, and programming
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24259 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-22 01:43:43 +00:00
Bruce Dubbs
d437f75666
More library tags
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24257 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-21 23:09:04 +00:00
Bruce Dubbs
6b063cc376
Tag xorg
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24250 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-21 01:41:49 +00:00
Bruce Dubbs
66d551c5da
Tag a lot of utilities and libraries
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24245 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-20 19:35:58 +00:00
Bruce Dubbs
9029db2656
Tag most of General Libraries and dependencies
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24241 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-20 06:13:48 +00:00
Douglas R. Reno
bfbc72aa81
Tags
...
GDB: Mention the TUI test suite failing
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24240 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-20 05:30:09 +00:00
Bruce Dubbs
cac276eba4
Initial 10.1 tags
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24238 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-19 19:32:42 +00:00
Pierre Labastie
4c24eb0a40
Remove period at the end of short descriptions.
...
In the process, some attributes in single quotes have been changed to double
quotes, and a few attribute lists have been written on one line instead of
several lines.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24236 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-19 15:20:16 +00:00
Douglas R. Reno
00637e128b
Update to taglib-1.12 (Security Update)
...
Update to seahorse-3.38.1
Update to folks-0.15.2
Update to pygments-2.8.0 (Python Module)
Update to sysstat-12.5.3
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24227 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-15 22:10:51 +00:00
Douglas R. Reno
f2d585bd39
Update to glib-2.66.7
...
Update to WebKitGTK+-2.30.5
Update to asciidoc-9.1.0
Update to xterm-366 (Security Update)
Fix a crash in bluez when using A2DP-based bluetooth devices
Belatedly mark Jinja2 as a security update
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24213 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-12 17:52:23 +00:00
Pierre Labastie
e1cd0c153f
qca-2.3.2
...
udisks-2.9.2
phonon-backend-vlc-0.11.2
libsamplerate-0.2.1
libsndfile-1.0.31
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24180 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-05 18:28:21 +00:00
Douglas R. Reno
1527145091
p7zip: Remove compressed manpages
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24179 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-05 17:22:52 +00:00
Douglas R. Reno
e8f2aba0f4
Update to mercurial-5.7
...
Update to nghttp2-1.43.0
Update to xterm-365
Update to p7zip-17.03
Update to network-manager-applet-1.20.0
Update to xf86-input-wacom-0.40.0
Update to pipewire-0.3.21
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24176 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-05 06:41:16 +00:00
Xi Ruoyao
81e5e5a6eb
systemd: add a missed comma
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24175 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-05 05:26:02 +00:00
Douglas R. Reno
7aa91c691d
Update to feh-3.6.3
...
Update to autofs-5.1.7
Update to talloc-2.3.2
Update to gparted-1.2.0
Update to xarchiver-0.5.4.17
Update to asciidoc-9.0.5
Update to util-macros-1.19.2
Update to libXt-1.2.1 (Xorg Library)
Update to wireshark-3.4.3 (Security Update)
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24158 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-01-30 21:09:05 +00:00
Douglas R. Reno
73fb07ade5
Update to scons-4.1.0
...
Update to bind (and bind-utils) 9.16.11
Update to pipewire-0.3.20
Update to mc-4.8.26
Update to pango-1.48.1
Update to libmbim-1.24.6
Update to pinentry-1.1.1
Update to icewm-2.1.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24155 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-01-30 06:14:38 +00:00
Xi Ruoyao
9bee48585e
systemd: use video group for /dev/dri/render*, to be consistent with eudev
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24150 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-01-28 05:25:41 +00:00
Douglas R. Reno
ba768b11ec
Update to inkscape-1.0.2
...
Update to postfix-3.5.9
Update to ModemManager-1.14.10
Update to libsigsegv-2.13
Update to libical-3.0.9
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24146 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-01-27 03:52:31 +00:00
Pierre Labastie
bc38b45975
tk-8.6.11.1
...
mesa-20.3.3
gptfdisk-1.0.6
cmake-3.19.3
Mako-1.1.4 (python module)
elogind-249.6.2
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24115 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-01-16 17:55:52 +00:00
Douglas R. Reno
75cf6e33ca
Update to php-8.0.1 (Security Update)
...
Update to py3c-1.3.1 (Python Module)
Update to gnome-control-center-3.38.3
Update to cups-filters-1.28.7
Update to logrotate-3.18.0
Update to gnome-desktop-3.38.3
Update to gvfs-1.46.2
Update to evolution-data-server-3.38.3
Update to evolution-3.38.3
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24097 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-01-09 23:37:04 +00:00
Douglas R. Reno
206e0bed73
Update to gnome-disk-utility-3.38.1
...
Update to xscreensaver-5.45
Update to epiphany-3.38.2
gegl: Add recommended dependency on graphviz. See the comment left in the page for rationale
systemd: Convert external dependency on qrencode to an internal dependency
qrencode: Minor tweaks
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24048 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-01-02 03:39:56 +00:00
Pierre Labastie
7be78b9aec
dbus-glib is not a dependency of upower, nor of networkmanager
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24036 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-12-31 09:00:24 +00:00
Bruce Dubbs
37d3725fcc
Update to libgpg-error-1.41.
...
Update to gnupg-2.2.26.
Update to sysstat-12.5.2.
Update to wireshark-3.4.2.
Update to php-8.0.0.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24022 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-12-28 17:41:32 +00:00
Bruce Dubbs
7a1065cdeb
Fix latest elogind with a short sed
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24017 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-12-24 17:13:16 +00:00
Bruce Dubbs
84b1648949
Fix elogind md5sum
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24013 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-12-22 17:05:55 +00:00
Bruce Dubbs
645dfa3c52
Update to gegl-0.4.28.
...
Update to babl-0.1.84.
Update to sudo-1.9.4p2.
Update to python-dbusmock-0.20.0.
Update to elogind-246.9.1.
Update to tiff-4.2.0.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24010 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-12-21 21:52:44 +00:00
Bruce Dubbs
934c29ba37
Update to gdk-pixbuf-2.42.2.
...
Update to sbc-1.5.
Update to mlt-6.24.0.
Update to unrar-6.0.3.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23966 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-12-08 18:35:56 +00:00
Douglas R. Reno
ae0944a3ca
Update to xorg-server-1.20.10 (Security Update)
...
Update to systemd-247
Update to nano-5.4
Update to libtirpc-1.3.1
Update to GnuTLS-3.7.0
Adapt xf86-input-wacom to udev changes
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23955 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-12-05 19:29:55 +00:00
Douglas R. Reno
ee4e4dea8e
Incorporate the rest of rhubarbpieguy's kernel suggestions
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23952 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-12-04 02:17:16 +00:00
Ken Moffat
f39cf0d0e5
Kernel config changes suggested by rhubarbpieguy
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23948 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-12-01 22:08:20 +00:00
Bruce Dubbs
01701da9b7
Sync ftp.gnome.org to am entity
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23928 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-11-23 17:54:07 +00:00
Bruce Dubbs
9ce2033d30
Update to sysstat-12.5.1.
...
Update to hdparm-9.60.
Update to qpdf-10.0.4.
Update to glibmm-2.64.4.
Update to tepl-5.0.1.
Update to dhcpcd-9.3.3.
Update to pipewire-0.3.16.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23925 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-11-22 20:26:39 +00:00
Douglas R. Reno
f455d4a0db
Update to gtk-doc-1.33.1
...
Update to ModemManager-1.14.8
Update to gnupg-2.2.24
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23914 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-11-19 16:21:30 +00:00
Bruce Dubbs
24b90dd5a2
Fix pax url
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23912 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-11-17 16:01:17 +00:00
Bruce Dubbs
71654ad3ed
Remove unneeded pax dependency
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23906 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-11-16 18:27:27 +00:00
Bruce Dubbs
8fa893efd5
Update to paxmirabilis-20201030 (pax).
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23904 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-11-16 18:02:46 +00:00
Xi Ruoyao
544b6a3c14
remove unnecessary --sysconfdir and --localstatedir in meson commands
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23900 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-11-14 19:20:40 +00:00
Douglas R. Reno
90691c2361
Add raptor2 security patch
...
Update to gpgme-1.15.0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23899 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-11-13 15:49:30 +00:00
Douglas R. Reno
05767aee10
Update to unrar-6.0.2
...
Update to libhandy-1.0.2
Update to thunderbird-78.4.3
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23895 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-11-12 21:15:12 +00:00
Bruce Dubbs
885b1a007c
Update to mariadb-10.5.8.
...
Update to xterm-362.
Update to LSB-Tools-0.9.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23894 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-11-12 21:01:45 +00:00
Douglas R. Reno
6b64a9180b
Update to xfwm4-4.14.6
...
Update to xfdesktop-4.14.3
Update to colord-1.4.5
Update to poppler-20.11.0
Update to Thunar-1.8.16
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23872 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-11-05 04:17:37 +00:00
Douglas R. Reno
a10e20c8ed
Update to WebKitGTK+-2.30.2
...
Update to usbutils-013
Update to unrar-0.6.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23836 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-10-23 20:43:53 +00:00
Douglas R. Reno
279fc64ecd
Update to openldap-2.4.54
...
Update to ModemManager-1.14.6
Update to NetworkManager-1.26.4
Update to evolution-3.38.1
Update to file-roller-3.38.0
Update to gnome-calculator-3.38.0
Update to gnome-disk-utility-3.38.0
Update to gnome-maps-3.38.1.1
Update to gnome-screenshot-3.38.0
Update to gnome-system-monitor-3.38.0
Update to gnome-terminal-3.38.1
Update to gedit-3.38.0
Update to epiphany-3.38.1
Adapt gnome-nettool to work with current versions of ping, ping6, and netstat.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23830 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-10-21 21:07:04 +00:00
DJ Lucas
b641fe7a71
Update to LSB-Tools-0.8.
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23821 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-10-19 01:45:06 +00:00
Pierre Labastie
0c77adcb1b
Remove installation of bootscript for AccountsServices (SusV)
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23766 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-09-27 06:51:13 +00:00
Douglas R. Reno
e532fc22b4
In preparation for the pygobject3 update, which removes pygobject3's python2 module, force the dbus tests to run with python3.
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23731 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-09-19 18:14:16 +00:00
Bruce Dubbs
9cee0ecaf7
Update to libxkbcommon-1.0.0.
...
Update to dhcpcd-9.2.0.
Update to bluez-5.55.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23694 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-09-07 16:55:17 +00:00
Douglas R. Reno
2bca18131c
Update to libqmi-1.26.4
...
Update to ModemManager-1.14.2
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23658 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-09-02 00:06:05 +00:00