[ubuntu/groovy-proposed] systemd 245.6-3ubuntu3 (Accepted)
Balint Reczey
rbalint at ubuntu.com
Thu Jul 16 15:13:15 UTC 2020
systemd (245.6-3ubuntu3) groovy; urgency=medium
* Rebuild against libselinux 3.0
systemd (245.6-3ubuntu2) groovy; urgency=medium
* basic/cap-list: Print unknown capabilities in hexadecimal.
This fixes autopkgtest running on 5.8 kernels
(when systemd was built on an earlier one) (LP: #1885755)
File: debian/patches/basic-cap-list-parse-print-numerical-capabilities.patch
https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=ef46ec8289df815d42c9a3fdbf9fb347226d6be4
systemd (245.6-3ubuntu1) groovy; urgency=medium
* Merge to Ubuntu from Debian unstable
- Dropped changes:
* Enable EFI/bootctl on armhf.
systemd (245.6-3) unstable; urgency=medium
[ Dan Streetman ]
* d/t/upstream: capture new merged 'system.journal' from tests.
https://github.com/systemd/systemd/pull/15281
* d/t/upstream: use --directory or --file param for journalctl.
Properly tell journalctl if the journal to parse is a dir or file.
* d/t/storage: check for ext2 or ext4 fs when using crypttab 'tmp' option.
https://github.com/systemd/systemd/pull/15853
[ Martin Pitt ]
* debian/tests/localed-locale: Fix for environments without en_US.UTF-8.
Unconditionally back up/restore locale configuration files and generate
en_US.UTF-8. Previously the test failed in environments which have some
locale other than en_US.UTF-8 in /etc/default/locale.
Also fix the assertion of /etc/locale.conf not being present after
localectl. This only applies to Debian/Ubuntu tests, not upstream ones.
[ Dimitri John Ledkov ]
* Enable EFI/bootctl on armhf.
systemd (245.6-2ubuntu2) groovy; urgency=medium
[ Balint Reczey ]
* debian/tests/tests-in-lxd: Work around snapd.seeded.service hanging
File: debian/tests/tests-in-lxd
https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=04a3342ff533b234ccb1a1020f6d854ab0acd053
[ Dimitri John Ledkov ]
* ubuntu: enable CET on amd64.
File: debian/rules
https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=cc42a377e7e8c372124bcf43d9f4fb9c169f4292
[ Dan Streetman ]
* Lock swap blockdevice while calling mkswap (LP: #1838329)
Files:
- debian/patches/lp1838329/0001-blockdev-propagate-one-more-unexpected-error.patch
- debian/patches/lp1838329/0003-dissect-use-log_debug_errno-where-appropriate.patch
- debian/patches/lp1838329/0004-blockdev-add-helper-for-locking-whole-block-device.patch
- debian/patches/lp1838329/0005-makefs-lock-device-while-we-operate.patch
- debian/patches/lp1838329/0006-makefs-normalize-logging-a-bit.patch
- debian/patches/lp1838329/0007-cryptsetup-generator-use-systemd-makefs-for-implemen.patch
https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=652a148cf1d3ecfa93cfee288c152c90caee3ac6
systemd (245.6-2ubuntu1) groovy; urgency=medium
* Merge to Ubuntu from Debian unstable
- Dropped changes:
* dhclient-exit-hooks.d/timesyncd: Act only when systemd-timesyncd is enabled
* hwdb: Mask rfkill event from intel-hid on HP platforms (LP: #1883846)
File: debian/patches/hwdb-Mask-rfkill-event-from-intel-hid-on-HP-platforms.patch
https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=c705323d61b9cd4e36ceb92e236cd6e9ba4c1b1a
* debian/tests/tests-in-lxd: Show debugging info about reason of skipping test
File: debian/tests/tests-in-lxd
https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=1c835ca2d4f6d09977525d781d224a87ba7cde24
* debian/tests/tests-in-lxd: Drop workaround removing fstab from the container
(LP: #1886430)
File: debian/tests/tests-in-lxd
https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=f13213af98fa4c27c5f7e58c511b9691bb56065a
systemd (245.6-2) unstable; urgency=medium
[ Dan Streetman ]
* 40-vm-hotadd.rules: check offline before onlining memory/cpus.
The kernel will return EINVAL if the memory or cpu is already online,
which is harmless, but adds a confusing error to the log. Avoid the error
message by only onlining if the memory or cpu is currently offline.
(LP: #1876018)
[ Michael Biebl ]
* d/t/boot-and-services: use canonical name for NetworkManager service
* Fix build with libmicrohttpd 0.9.71.
The return type of callbacks was changed from int to an enum.
[ Youfu Zhang ]
* fsckd: avoid useless CR displayed on console (LP: #1692353)
[ Balint Reczey ]
* dhclient-exit-hooks.d/timesyncd: Act only when systemd-timesyncd is available.
Otherwise the hook script might trigger an error if the
systemd-timesyncd package is uninstalled but not purged. (LP: #1873031)
Date: Thu, 16 Jul 2020 16:54:53 +0200
Changed-By: Balint Reczey <rbalint at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/systemd/245.6-3ubuntu3
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 16 Jul 2020 16:54:53 +0200
Source: systemd
Architecture: source
Version: 245.6-3ubuntu3
Distribution: groovy
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Balint Reczey <rbalint at ubuntu.com>
Launchpad-Bugs-Fixed: 1692353 1838329 1873031 1876018 1883846 1885755 1886430
Changes:
systemd (245.6-3ubuntu3) groovy; urgency=medium
.
* Rebuild against libselinux 3.0
.
systemd (245.6-3ubuntu2) groovy; urgency=medium
.
* basic/cap-list: Print unknown capabilities in hexadecimal.
This fixes autopkgtest running on 5.8 kernels
(when systemd was built on an earlier one) (LP: #1885755)
File: debian/patches/basic-cap-list-parse-print-numerical-capabilities.patch
https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=ef46ec8289df815d42c9a3fdbf9fb347226d6be4
.
systemd (245.6-3ubuntu1) groovy; urgency=medium
.
* Merge to Ubuntu from Debian unstable
- Dropped changes:
* Enable EFI/bootctl on armhf.
.
systemd (245.6-3) unstable; urgency=medium
.
[ Dan Streetman ]
* d/t/upstream: capture new merged 'system.journal' from tests.
https://github.com/systemd/systemd/pull/15281
* d/t/upstream: use --directory or --file param for journalctl.
Properly tell journalctl if the journal to parse is a dir or file.
* d/t/storage: check for ext2 or ext4 fs when using crypttab 'tmp' option.
https://github.com/systemd/systemd/pull/15853
.
[ Martin Pitt ]
* debian/tests/localed-locale: Fix for environments without en_US.UTF-8.
Unconditionally back up/restore locale configuration files and generate
en_US.UTF-8. Previously the test failed in environments which have some
locale other than en_US.UTF-8 in /etc/default/locale.
Also fix the assertion of /etc/locale.conf not being present after
localectl. This only applies to Debian/Ubuntu tests, not upstream ones.
.
[ Dimitri John Ledkov ]
* Enable EFI/bootctl on armhf.
.
systemd (245.6-2ubuntu2) groovy; urgency=medium
.
[ Balint Reczey ]
* debian/tests/tests-in-lxd: Work around snapd.seeded.service hanging
File: debian/tests/tests-in-lxd
https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=04a3342ff533b234ccb1a1020f6d854ab0acd053
.
[ Dimitri John Ledkov ]
* ubuntu: enable CET on amd64.
File: debian/rules
https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=cc42a377e7e8c372124bcf43d9f4fb9c169f4292
.
[ Dan Streetman ]
* Lock swap blockdevice while calling mkswap (LP: #1838329)
Files:
- debian/patches/lp1838329/0001-blockdev-propagate-one-more-unexpected-error.patch
- debian/patches/lp1838329/0003-dissect-use-log_debug_errno-where-appropriate.patch
- debian/patches/lp1838329/0004-blockdev-add-helper-for-locking-whole-block-device.patch
- debian/patches/lp1838329/0005-makefs-lock-device-while-we-operate.patch
- debian/patches/lp1838329/0006-makefs-normalize-logging-a-bit.patch
- debian/patches/lp1838329/0007-cryptsetup-generator-use-systemd-makefs-for-implemen.patch
https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=652a148cf1d3ecfa93cfee288c152c90caee3ac6
.
systemd (245.6-2ubuntu1) groovy; urgency=medium
.
* Merge to Ubuntu from Debian unstable
- Dropped changes:
* dhclient-exit-hooks.d/timesyncd: Act only when systemd-timesyncd is enabled
* hwdb: Mask rfkill event from intel-hid on HP platforms (LP: #1883846)
File: debian/patches/hwdb-Mask-rfkill-event-from-intel-hid-on-HP-platforms.patch
https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=c705323d61b9cd4e36ceb92e236cd6e9ba4c1b1a
* debian/tests/tests-in-lxd: Show debugging info about reason of skipping test
File: debian/tests/tests-in-lxd
https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=1c835ca2d4f6d09977525d781d224a87ba7cde24
* debian/tests/tests-in-lxd: Drop workaround removing fstab from the container
(LP: #1886430)
File: debian/tests/tests-in-lxd
https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=f13213af98fa4c27c5f7e58c511b9691bb56065a
.
systemd (245.6-2) unstable; urgency=medium
.
[ Dan Streetman ]
* 40-vm-hotadd.rules: check offline before onlining memory/cpus.
The kernel will return EINVAL if the memory or cpu is already online,
which is harmless, but adds a confusing error to the log. Avoid the error
message by only onlining if the memory or cpu is currently offline.
(LP: #1876018)
.
[ Michael Biebl ]
* d/t/boot-and-services: use canonical name for NetworkManager service
* Fix build with libmicrohttpd 0.9.71.
The return type of callbacks was changed from int to an enum.
.
[ Youfu Zhang ]
* fsckd: avoid useless CR displayed on console (LP: #1692353)
.
[ Balint Reczey ]
* dhclient-exit-hooks.d/timesyncd: Act only when systemd-timesyncd is available.
Otherwise the hook script might trigger an error if the
systemd-timesyncd package is uninstalled but not purged. (LP: #1873031)
Checksums-Sha1:
187501c4e661166af6f691375c09d2dfb70b7655 5284 systemd_245.6-3ubuntu3.dsc
397a864ec43bdb9054df01987357444529a99518 9022866 systemd_245.6.orig.tar.gz
a29b49da198fbf9d1999b4bf6ab723185be32cd2 215348 systemd_245.6-3ubuntu3.debian.tar.xz
db789d260d153d6695d5a95af30ef686b52801c9 12110 systemd_245.6-3ubuntu3_source.buildinfo
Checksums-Sha256:
b6f02604313f45867b4949058bf4a8726d71a1f88d9587537457cd319ffa0da2 5284 systemd_245.6-3ubuntu3.dsc
f58424fd2d105503f836ff7d099d762901fb40347de993fce7373d65ff640f5b 9022866 systemd_245.6.orig.tar.gz
6c4136320f8428a265458944f003aafac4b827b71f10b4620c3f0778bd59ccd9 215348 systemd_245.6-3ubuntu3.debian.tar.xz
ce910b5c6e2bce5f720408fe6ab736503cdf634f7bca3967e9abd37e3c8f1a55 12110 systemd_245.6-3ubuntu3_source.buildinfo
Files:
62e6ca0b1c4ab87f89a6ff1f643932e3 5284 admin optional systemd_245.6-3ubuntu3.dsc
1eb3ca8f77978cc52dea6293467211a8 9022866 admin optional systemd_245.6.orig.tar.gz
6e0aca9d5f7fe3051a926157c7541527 215348 admin optional systemd_245.6-3ubuntu3.debian.tar.xz
737eb2ab64f7dab50cef160c07f3f1b5 12110 admin optional systemd_245.6-3ubuntu3_source.buildinfo
Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEI/PvTgXX55rLQUfDg6KBkWslS0UFAl8QbhsACgkQg6KBkWsl
S0Xa6hAAoZksozhfPIFRJ61iBS3521/hIHNAkAafskApc9b3RYjYE5SwgdjWC0Gi
G6TP1dzJSMqo4CUkniQojo+u2OALo8p149l+c89TIYOLQf0303A2GBvWaetCCfF3
bltuIlIN10oBHS4QVdpjAG70bnwxOElaUkpseQ4CP/qPylHml84aDuok8lW14Zy/
GvdaqcH0qn56gY/zZGhoQ8zr0zbO0K85rxlZ4eUjLZSrdHpt79E+oCjdNmrrglUE
nbwEDathIeC25I7U4hIKk6TU3WZKyVpepCz0BxPWL5tcJ3VpamFjZspT316Sk/z5
1hC0aZmEuRj2I5JvBVRWo6iUPOHvS6P2vj9OiXz6VhtE+ZnGulWv0PH6G2rkwn3p
pvnWxbYuhEuAj0i0fjEz2c55kkInTRQMbQ+3155DkNvJqXxTr2xd/WAZTnz/zeOM
viAOSIci2txTt9hiZbZJ9vylomf7x8T2LIkP7VillkwVZy5MImnohSqP+Rj0/IuP
XgSCKnZd3YRvHcwp3Y9RliUl8cXknRWofLH8AVOkqb3lViz8l7nY/SYFzY45rsfq
cTS5Qu9QnqKCDSuBhfofkbtCw8hOseInMGVH8fdBthfR/UVQfuYGRKNQh07Bq3yB
z7s0zr6FB6Zot9sDWBiX7wZpXqwNhl5hg6/4eEKZjZO6wujrm3A=
=zt9E
-----END PGP SIGNATURE-----
More information about the Groovy-changes
mailing list