Thomas Trepl
511932f44d
Automatic merge of trunk into multilib
2024-05-04 00:30:22 +02:00
Xi Ruoyao
1e7341fd35
systemd: Enable test suite (again)
...
With systemd-255, I get only 1 failure out of 1206. Thus it seems a
good idea to run the test suite.
We can always revert if something bad happens.
2024-05-03 13:39:48 +08:00
Thomas Trepl
d394d13edc
Automatic merge of trunk into multilib
2024-02-10 18:30:01 +01:00
Xi Ruoyao
fe99d50d94
systemd: Fix a bug breaking systemd-verify an instantiated unit
...
It's breaking Git test suite (and maybe other things).
2024-02-10 18:49:55 +08:00
Thomas Trepl
5d2d864a97
Automatic merge of trunk into multilib
2024-01-19 00:30:10 +01:00
Pierre Labastie
7152faa5fa
Change all xml files to utf-8 encoding
2024-01-18 20:53:23 +01:00
Thomas Trepl
0632116b70
Automatic merge of trunk into multilib
2024-01-17 15:07:16 +01:00
Xi Ruoyao
56eed6c5da
systemd: Update the explanation to match the actual command
2024-01-15 12:36:47 +08:00
Thomas Trepl
5605ef3876
Automatic merge of trunk into multilib
2024-01-07 00:30:10 +01:00
Xi Ruoyao
33c9cb06d7
systemd: Fix another deprecation warning
...
Not sure why I didn't catch it...
2024-01-06 11:26:22 +08:00
Thomas Trepl
6c474a791e
Automatic merge of trunk into multilib
2023-12-31 12:43:21 +01:00
Xi Ruoyao
8b4fb1245d
systemd: Fix CVE-2023-7008 ( #5405 )
2023-12-31 02:35:25 +08:00
Thomas Trepl
372bbbbfd5
Automatic merge of trunk into multilib
2023-12-22 00:30:17 +01:00
Xi Ruoyao
7380559028
systemd: Disable systemd-sysupdate with a better way
2023-12-18 16:38:21 +08:00
Xi Ruoyao
9afac649f2
Update to systemd-255
2023-12-18 16:31:18 +08:00
Thomas Trepl
c931e9dedd
Automatic merge of trunk into multilib
2023-09-03 00:30:12 +02:00
Xi Ruoyao
ffecb9ef81
systemd: Slightly adjust the desc for -Dnobody-group
2023-09-03 03:40:13 +08:00
Bruce Dubbs
3864d235cf
Package updates and misc upates/typos.
...
Update to vim-1837.$
Update to zlib-1.3.$
Update to wheel-0.41.2 (Python Module).$
Update to util-linux-2.39.2.$
Update to sysvinit-3.08.$
Update to shadow-4.14.0.$
Update to Python-3.11.5.$
Update to procps-ng-4.0.4.$
Update to pkgconf-2.0.2.$
Update to mpfr-4.2.1.$
Update to kbd-2.6.2.$
Update to gzip-1.13.$
Update to coreutils-9.4.$
Specify the 'nobody-group' for systemd.$
Remove unused usb group.$
2023-09-02 08:54:55 -05:00
Thomas Trepl
da2e8cba81
Automatic merge of trunk into multilib
2023-07-29 09:05:05 +02:00
Xi Ruoyao
c2ccad14a5
systemd: Add two new symlinks into contents
2023-07-29 10:19:04 +08:00
Xi Ruoyao
57f16783ed
systemd: Add --no-same-owner for man page extraction
...
Well, I forgot to create the man pages tarball as root, so if we don't
use --no-same-owner the man pages will be owned by UID 1000 :(.
Instead of regenerating the tarball again let's just fix this in the
book.
2023-07-29 09:56:55 +08:00
Xi Ruoyao
7dcd8c782b
systemd: Remove sed unneeded with 254
2023-07-29 09:51:28 +08:00
Thomas Trepl
df9c52eca4
Fix syntax error in CFLAGS when doing mx32
2023-07-19 16:16:02 +02:00
Thomas Trepl
e233b61123
Automatic merge of trunk into multilib
2023-05-14 00:30:09 +02:00
Bruce Dubbs
cd8339aa0b
Minor grammar fix
2023-05-13 10:46:29 -05:00
Xi Ruoyao
740ee46aef
systemd: Fix runtime issues exploited by GCC 13 ( #5254 )
...
Switch to "meson setup" from the plain "meson" by the way.
2023-05-10 16:26:26 +08:00
Thomas Trepl
ad897739dc
Automatic merge of trunk into multilib
2023-04-11 00:30:10 +02:00
Xi Ruoyao
dfde6640eb
systemd: Set /dev/kvm mode to 0660
...
The default /dev/kvm mode is 0666 and we consider it "not so safe".
Like Tim said: "I'm also authenticating to my system all the time and
don't do a chmod -R 777 / after every boot."
With this option, the /dev/kvm mode is set to 0660 and it's tagged
"uaccess" so systemd-logind will add an ACL entry for users logged-in
locally.
2023-04-10 16:17:04 +08:00
Thomas Trepl
d09e490fb2
Automatic merge of trunk into multilib
2023-03-05 11:16:29 +01:00
Xi Ruoyao
2efe1e8190
systemd: Document systemd-ac-power
...
It has been moved to /usr/bin for general use by upstream, so list it in
programs.
2023-03-05 15:20:24 +08:00
Xi Ruoyao
770e789527
Package updates
...
- Update to systemd-253
- Update to bc-6.3.1
- Update to linux-6.2.2
- Update to procps-ng-4.0.3
- Update to iproute2-6.2.0
- Update to meson-1.0.1
- Update to make-4.4.1
- Update to elfutils-0.189
2023-03-05 10:57:09 +08:00
Thomas Trepl
a2434bd4c1
Automatic merge of trunk into multilib
2023-01-27 00:30:14 +01:00
Xi Ruoyao
59d90df78a
systemd: remove an extra word "both"
...
It seems introduced unintentionally. I'm wondering what has happened
with David's text editor :).
2023-01-27 01:45:12 +08:00
Thomas Trepl
84958453db
Automatic merge of trunk into multilib
2023-01-26 00:30:11 +01:00
Douglas R. Reno
c349b4a2b3
Fix the build of systemd due to the last commit
2023-01-25 15:01:12 -06:00
David Bryant
69854d2a87
Edit systemd chapters for grammar and idiom.
2023-01-25 13:10:44 -06:00
Thomas Trepl
0f46bd2490
Add --lib=/usr/lib{,x}32 to get .pc files in the correct location
2023-01-15 09:18:16 +01:00
Thomas Trepl
219e4043ef
Automatic merge of trunk into multilib
2022-12-29 00:30:12 +01:00
Douglas R. Reno
e193e35799
Patch systemd against CVE-2022-4415
2022-12-28 09:52:50 -06:00
Thomas Trepl (Moody)
5f3a32820a
Automatic merge of trunk into multilib
2022-11-04 08:03:33 +01:00
Xi Ruoyao
5156c40031
systemd: fix and simply the command to disable systemd-sysupdate
...
"systemd disable" seems a typo...
And we don't need the ".timer" suffix because these .service units are
tied to the .timer units.
2022-11-04 10:42:03 +08:00
Thomas Trepl (Moody)
90fcd12a56
Automatic merge of trunk into multilib
2022-11-04 00:30:12 +01:00
Douglas R. Reno
172185a9f7
Update to systemd-252.
2022-11-03 14:33:43 -05:00
Thomas Trepl (Moody)
3ebe8768cc
Merge upstream
2022-08-07 11:00:44 +02:00
Bruce Dubbs
1b11115cd2
Package updates.
...
Update to binutils-2.38.
Update to util-linux-2.38.1.
Update to Python3-3.10.6.
Update to glibc-2.36.
2022-08-06 17:40:17 -05:00
Thomas Trepl (Moody)
d3e7e98da4
Automatic merge of trunk into multilib
2022-05-30 05:45:10 +02:00
Xi Ruoyao
f99a7eb572
systemd: disable systemd-sysupdate
2022-05-29 14:12:11 +08:00
Xi Ruoyao
77e340bc4a
systemd: use a better way to disable /usr/lib/pam.d
2022-05-29 12:29:20 +08:00
Xi Ruoyao
f435668903
systemd: remove unnecessary options
...
-Dblkid is automatically detected, and other three options are meson
defaults.
2022-05-29 12:29:20 +08:00
Xi Ruoyao
b4008bb22c
update to systemd-251 ( #5064 )
2022-05-29 12:29:20 +08:00