Commit Graph

125 Commits

Author SHA1 Message Date
Pierre Labastie
ab4fdfccf8 Change all xml decl to encoding=utf-8 2024-01-19 22:39:35 +01:00
Rahul Chandra
fa718bb47d Update to bluez-5.72 2024-01-14 14:24:55 -05:00
Bruce Dubbs
9742686c3c Update to bluez-5.71. 2023-12-16 09:50:43 -06:00
Rahul Chandra
9448f79ba6 Update to bluez-5.70 2023-10-01 01:07:49 -04:00
Rahul Chandra
631d6d1da2 bluez-5.69 2023-09-04 00:55:10 -04:00
Bruce Dubbs
172c283578 Tag all remaining System Utilities 2023-08-20 15:35:13 -05:00
Xi Ruoyao
e7cd19a120
general: Use new rendering method for kernel configuration
It's almost a plain "conversion".  Exceptions:

- In elogind, [CGROUPS] is dropped because it's in LFS now.
- In libusb, move the kernel configuration to match the layout of other
  packages.
2023-07-31 21:44:37 +08:00
Bruce Dubbs
51259ad757 Update to bluez-5.68. 2023-07-03 12:48:05 -05:00
Xi Ruoyao
cb594b6ca3
general: Remove non-exist User Notes link
Part of User Notes removal by
https://www.linuxfromscratch.org/~xry111/remove-nonexist-usernote.sh
2023-06-29 19:17:52 +08:00
Douglas R. Reno
b464299292 Tag WebKit dependencies 2023-02-18 14:22:38 -06:00
Xi Ruoyao
8cf92e149b
bluez: Update kernel configuration section
1. I'm pretty sure MD5, SHA1, and KEY_DH_OPERATIONS are not needed
   because I've tried testing bluez w/o them.
2. Some options mentioned by the package's README should be added.
3. The menu hierarchy of Cryptographic API section has been changed in
   recent kernel releases so we need to adapt.
4. Let's not encourage people to use CONFIG_EXPERT.
2023-02-18 04:22:00 +08:00
David Bryant
48771ae06f Unless it's a directory name, or something like that, "test suite"
should be spelled as two words.
2022-12-13 12:19:29 -06:00
Pierre Labastie
3f2db3a638 Remove sect1info tags
They only contain a date tag that is nowhere used.
2022-11-29 08:58:07 +01:00
Bruce Dubbs
0d7ff48032 Update to bluez-5.66. 2022-11-16 18:13:09 -06:00
Thomas Trepl (Moody)
b5d7180d02 Tags for 11.2 2022-08-24 18:36:22 +02: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
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
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
Bruce Dubbs
03a2986c05 A package update and some tags.
Update to libqalculate-4.0.0.
2022-02-16 22:44:55 -06:00
Bruce Dubbs
bcccddd4f0 Package Updates. 2022-01-06 13:40:19 -06: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
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
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
Bruce Dubbs
f65a2dc1e0 Add a sysV patch for bluez and tag it. 2021-08-17 17:57:05 -05:00
Xi Ruoyao
b3901604dc
bluez: add workaround for glibc-2.34 2021-08-05 21:10:13 +08: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
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
Xi Ruoyao
582f7322ed
bluez: remove extra empty line 2021-05-23 20:08:46 +08: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
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
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
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
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
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
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
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
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
Bruce Dubbs
1f6d0c13e3 Xorg tags and a few others
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23553 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-08-17 21:48:50 +00:00
Bruce Dubbs
dca1247e63 Update to icewm-1.6.5.
Update to bluez-5.54. 
Update to libqmi-1.24.8. 



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22851 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-03-17 21:14:03 +00:00
Bruce Dubbs
1119387076 Update to ssh-askpass-8.2p1.
Update to bluez-5.53. 
Update to IO-Socket-SSL-2.067 (Perl module). 
Update to Net-DNS-1.22 (Perl module). 
Tag python modules and other misc files.



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22706 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-02-16 23:15:05 +00:00
Douglas R. Reno
ac3707c989 Update to ModemManager-1.10.8
Update to BlueZ-5.52

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22341 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-11-01 05:30:46 +00:00
Xi Ruoyao
591e1881b7 remove useless bluez patch
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22179 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-09-21 16:42:56 +00:00
Xi Ruoyao
e4e602695a update to bluez-5.51 (#12551)
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22172 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-09-20 18:19:51 +00:00