[arch-commits] Commit in systemd/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Fri Apr 24 08:38:29 UTC 2020


    Date: Friday, April 24, 2020 @ 08:38:28
  Author: eworm
Revision: 381466

upgpkg: systemd 245.5-2

unregister binary formats during shutdown (FS#63697)

Modified:
  systemd/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-24 06:54:19 UTC (rev 381465)
+++ PKGBUILD	2020-04-24 08:38:28 UTC (rev 381466)
@@ -6,7 +6,7 @@
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 _tag='a520e63382396661d79f630b2babe717a85b1209' # git rev-parse v${pkgver}
 pkgver=245.5
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -64,6 +64,18 @@
 _backports=(
   # systemd-resolved: use hostname for certificate validation in DoT
   'eec394f10bbfcc3d2fc8504ad8ff5be44231abd5'
+
+  # unregister binary formats during shutdown #15566
+  # shared: add common helper for unregistering all binfmt entries
+  '965cc99416a3b5a2a71127e9e6d2e4a95ab3c432'
+  # shutdown: unregister all binfmt_misc entries before entering shutdown loop
+  '0282c0285a3e3c2e409305ce28555a6ad0489539'
+  # binfmt: modernize code a bit
+  'f3670df13e144c2f81bf6f9a0bea581e6d555bdd'
+  # binfmt: also unregister binfmt entries from unit
+  '846acb6798a63f35162f58e1146d1a1f40849e86'
+  # man: document binfmt's new --unregister switch
+  'cd9aa8f0f91b113acb079e79750c146c0529c2d7'
 )
 
 _reverts=(



More information about the arch-commits mailing list