summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO32
-rw-r--r--PKGBUILD22
2 files changed, 25 insertions, 29 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b13d0ab26a76..131488951951 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = systemd-selinux
- pkgver = 255.6
+ pkgver = 255.7
pkgrel = 1
url = https://www.github.com/systemd/systemd
arch = x86_64
@@ -55,7 +55,7 @@ pkgbase = systemd-selinux
makedepends = python-pefile
makedepends = libselinux
conflicts = mkinitcpio<38-1
- source = git+https://github.com/systemd/systemd-stable#tag=v255.6?signed
+ source = git+https://github.com/systemd/systemd-stable#tag=v255.7?signed
source = git+https://github.com/systemd/systemd#tag=v255?signed
source = 0001-Use-Arch-Linux-device-access-groups.patch
source = arch.conf
@@ -77,7 +77,7 @@ pkgbase = systemd-selinux
validpgpkeys = A9EA9081724FFAE0484C35A1A81CEA22BC8C7E2E
validpgpkeys = 9A774DB5DB996C154EBBFBFDA0099A18E29326E1
validpgpkeys = 5C251B5FC54EB2F80F407AAAC54CA336CFEB557E
- sha512sums = c1de1eb0d0ef6d8da81a105cdfcb86634bed6f46ab1038de9ab786fd85f59524e7eb30fe1d02dbf2c3b3a29dc66d04a102b2274a09ad3d2c18953c380099aa0e
+ sha512sums = 224648e176fe48d0cb96ac740b4f239e7ddbbb6aed6299976f1df2d5825757021c7be243d187446c274715214c8175bf925ebb27eece18a02ce1884bac2c1f20
sha512sums = d430427987309483c99062adb02741d25239ba5fbb97053ef817c0c5a0a935328af9c8b651de2b119b0e851dcf6623f01343859735ff81d7013ab0133e67c7ea
sha512sums = 3ccf783c28f7a1c857120abac4002ca91ae1f92205dcd5a84aff515d57e706a3f9240d75a0a67cff5085716885e06e62597baa86897f298662ec36a940cf410e
sha512sums = 61032d29241b74a0f28446f8cf1be0e8ec46d0847a61dadb2a4f096e8686d5f57fe5c72bcf386003f6520bc4b5856c32d63bf3efe7eb0bc0deefc9f68159e648
@@ -103,7 +103,7 @@ pkgname = systemd-selinux
license = CC0-1.0
license = GPL-2.0-or-later
license = MIT-0
- depends = systemd-libs-selinux=255.6
+ depends = systemd-libs-selinux=255.7
depends = acl
depends = libacl.so
depends = bash
@@ -151,9 +151,9 @@ pkgname = systemd-selinux
optdepends = libp11-kit: support PKCS#11
optdepends = tpm2-tss: unlocking LUKS2 volumes with TPM2
provides = nss-myhostname
- provides = systemd-tools=255.6
- provides = udev=255.6
- provides = systemd=255.6-1
+ provides = systemd-tools=255.7
+ provides = udev=255.7
+ provides = systemd=255.7-1
conflicts = nss-myhostname
conflicts = systemd-tools
conflicts = udev
@@ -194,7 +194,7 @@ pkgname = systemd-libs-selinux
provides = libsystemd.so
provides = libudev.so
provides = libsystemd-selinux
- provides = systemd-libs=255.6-1
+ provides = systemd-libs=255.7-1
conflicts = libsystemd
conflicts = libsystemd-selinux
conflicts = systemd-libs
@@ -202,29 +202,29 @@ pkgname = systemd-libs-selinux
pkgname = systemd-resolvconf-selinux
pkgdesc = systemd resolvconf replacement with SELinux support (for use with systemd-resolved)
- depends = systemd-selinux=255.6
+ depends = systemd-selinux=255.7
provides = openresolv
provides = resolvconf
- provides = systemd-resolvconf=255.6-1
+ provides = systemd-resolvconf=255.7-1
conflicts = resolvconf
- conflicts = systemd-resolvconf=255.6-1
+ conflicts = systemd-resolvconf=255.7-1
pkgname = systemd-sysvcompat-selinux
pkgdesc = sysvinit compat for systemd with SELinux support
- depends = systemd-selinux=255.6
- provides = systemd-sysvcompat=255.6-1
- provides = selinux-systemd-sysvcompat=255.6-1
+ depends = systemd-selinux=255.7
+ provides = systemd-sysvcompat=255.7-1
+ provides = selinux-systemd-sysvcompat=255.7-1
conflicts = sysvinit
conflicts = systemd-sysvcompat
conflicts = selinux-systemd-sysvcompat
pkgname = systemd-ukify-selinux
pkgdesc = Combine kernel and initrd into a signed Unified Kernel Image with SELinux support
- depends = systemd-selinux=255.6
+ depends = systemd-selinux=255.7
depends = binutils
depends = python-cryptography
depends = python-pefile
optdepends = python-pillow: Show the size of splash image
optdepends = sbsigntools: Sign the embedded kernel
provides = ukify
- provides = systemd-ukify=255.6-1
+ provides = systemd-ukify=255.7-1
diff --git a/PKGBUILD b/PKGBUILD
index bb6b885fe84a..4005f0e3e2d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,15 +12,11 @@ pkgname=('systemd-selinux'
'systemd-resolvconf-selinux'
'systemd-sysvcompat-selinux'
'systemd-ukify-selinux')
-_tag='255.6'
-# Upstream versioning is incompatible with pacman's version comparisons so we
-# replace tildes with the empty string to make sure pacman's version comparing
-# does the right thing for rc versions:
-# ➜ vercmp 255~rc1 255
-# 1
-# ➜ vercmp 255rc1 255
-# -1
-pkgver="${_tag/~/}"
+_tag='255.7'
+# Upstream versioning is incompatible with pacman's version comparisons, one
+# way or another. So we replace dashes and tildes with the empty string to
+# make sure pacman's version comparing does the right thing for rc versions:
+pkgver="${_tag/[-~]/}"
pkgrel=1
arch=('x86_64' 'aarch64')
license=('LGPL-2.1-or-later')
@@ -60,7 +56,7 @@ source=("git+https://github.com/systemd/systemd-stable#tag=v${_tag}?signed"
'30-systemd-tmpfiles.hook'
'30-systemd-udev-reload.hook'
'30-systemd-update.hook')
-sha512sums=('c1de1eb0d0ef6d8da81a105cdfcb86634bed6f46ab1038de9ab786fd85f59524e7eb30fe1d02dbf2c3b3a29dc66d04a102b2274a09ad3d2c18953c380099aa0e'
+sha512sums=('224648e176fe48d0cb96ac740b4f239e7ddbbb6aed6299976f1df2d5825757021c7be243d187446c274715214c8175bf925ebb27eece18a02ce1884bac2c1f20'
'd430427987309483c99062adb02741d25239ba5fbb97053ef817c0c5a0a935328af9c8b651de2b119b0e851dcf6623f01343859735ff81d7013ab0133e67c7ea'
'3ccf783c28f7a1c857120abac4002ca91ae1f92205dcd5a84aff515d57e706a3f9240d75a0a67cff5085716885e06e62597baa86897f298662ec36a940cf410e'
'61032d29241b74a0f28446f8cf1be0e8ec46d0847a61dadb2a4f096e8686d5f57fe5c72bcf386003f6520bc4b5856c32d63bf3efe7eb0bc0deefc9f68159e648'
@@ -98,6 +94,8 @@ if ((_systemd_UPSTREAM)); then
fi
_backports=(
+ # 99-systemd.rules: rework SYSTEMD_READY logic for device mapper
+ 'c072860593329293e19580b337504adb52248462'
)
_reverts=(
@@ -142,9 +140,7 @@ build() {
local _meson_options=(
-Dversion-tag="${_meson_version}-arch"
- # We use the version without tildes as the shared library tag because
- # pacman looks at the shared library version.
- -Dshared-lib-tag="${_meson_version/~/}"
+ -Dshared-lib-tag="${_meson_version}"
-Dmode="${_meson_mode}"
-Dapparmor=false