Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
systemd
Commits:
cda4f7b3 by Christian Hesse at 2024-11-14T20:48:43+01:00
add a hint on my personal testing repository
- - - - -
29a73017 by Christian Hesse at 2024-11-14T20:53:47+01:00
upgpkg: 256.8-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,5 +1,5 @@
pkgbase = systemd
- pkgver = 256.7
+ pkgver = 256.8
pkgrel = 1
url = https://www.github.com/systemd/systemd
arch = x86_64
@@ -54,7 +54,7 @@ pkgbase = systemd
makedepends = python-pefile
makedepends = linux-headers
conflicts = mkinitcpio<38-1
- source = git+https://github.com/systemd/systemd#tag=v256.7?signed
+ source = git+https://github.com/systemd/systemd#tag=v256.8?signed
source = 0001-Use-Arch-Linux-device-access-groups.patch
source = arch.conf
source = loader.conf
@@ -75,7 +75,7 @@ pkgbase = systemd
validpgpkeys = A9EA9081724FFAE0484C35A1A81CEA22BC8C7E2E
validpgpkeys = 9A774DB5DB996C154EBBFBFDA0099A18E29326E1
validpgpkeys = 5C251B5FC54EB2F80F407AAAC54CA336CFEB557E
- sha512sums =
468f772b3dfa83483da75516499c50159206dc5f8e26d7a62fc08437c93a4e536c0b27ee7fa5ac11fb1bc27a9c0e41315261751e5cc7428629a30849aeb23386
+ sha512sums =
4ffda9aee045ac793e87a86cdee1d089960542e21b44993381095399baacdf79c1867d36cdc242767acee725603ea70f942f8fd61e0a69fe0c888b0e4dd17a37
sha512sums =
3ccf783c28f7a1c857120abac4002ca91ae1f92205dcd5a84aff515d57e706a3f9240d75a0a67cff5085716885e06e62597baa86897f298662ec36a940cf410e
sha512sums =
61032d29241b74a0f28446f8cf1be0e8ec46d0847a61dadb2a4f096e8686d5f57fe5c72bcf386003f6520bc4b5856c32d63bf3efe7eb0bc0deefc9f68159e648
sha512sums =
c416e2121df83067376bcaacb58c05b01990f4614ad9de657d74b6da3efa441af251d13bf21e3f0f71ddcb4c9ea658b81da3d915667dc5c309c87ec32a1cb5a5
@@ -100,7 +100,7 @@ pkgname = systemd
license = CC0-1.0
license = GPL-2.0-or-later
license = MIT-0
- depends = systemd-libs=256.7
+ depends = systemd-libs=256.8
depends = acl
depends = libacl.so
depends = bash
@@ -148,8 +148,8 @@ pkgname = systemd
optdepends = libp11-kit: support PKCS#11
optdepends = tpm2-tss: unlocking LUKS2 volumes with TPM2
provides = nss-myhostname
- provides = systemd-tools=256.7
- provides = udev=256.7
+ provides = systemd-tools=256.8
+ provides = udev=256.8
conflicts = nss-myhostname
conflicts = systemd-tools
conflicts = udev
@@ -194,19 +194,19 @@ pkgname = systemd-libs
pkgname = systemd-resolvconf
pkgdesc = systemd resolvconf replacement (for use with systemd-resolved)
- depends = systemd=256.7
+ depends = systemd=256.8
provides = openresolv
provides = resolvconf
conflicts = resolvconf
pkgname = systemd-sysvcompat
pkgdesc = sysvinit compat for systemd
- depends = systemd=256.7
+ depends = systemd=256.8
conflicts = sysvinit
pkgname = systemd-ukify
pkgdesc = Combine kernel and initrd into a signed Unified Kernel Image
- depends = systemd=256.7
+ depends = systemd=256.8
depends = binutils
depends = python-cryptography
depends = python-pefile
=====================================
PKGBUILD
=====================================
@@ -1,12 +1,20 @@
# Maintainer: Christian Hesse <[email protected]>
+# ➡️ Pushing pre-releases to [core-testing] can cause havoc, especially
+# as all [core] packages are built there, and may be moved before.
+# Anyway, pre-release packages may be available in my personal testing
+# repository. Brave souls add it with:
+# [eworm-testing]
+# SigLevel = Required
+# Server = https://pkgbuild.com/~eworm/$repo/$arch/
+
pkgbase=systemd
pkgname=('systemd'
'systemd-libs'
'systemd-resolvconf'
'systemd-sysvcompat'
'systemd-ukify')
-_tag='256.7'
+_tag='256.8'
# 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:
@@ -48,7 +56,7 @@
source=("git+https://github.com/systemd/systemd#tag=v${_tag}?signed"
'30-systemd-tmpfiles.hook'
'30-systemd-udev-reload.hook'
'30-systemd-update.hook')
-sha512sums=('468f772b3dfa83483da75516499c50159206dc5f8e26d7a62fc08437c93a4e536c0b27ee7fa5ac11fb1bc27a9c0e41315261751e5cc7428629a30849aeb23386'
+sha512sums=('4ffda9aee045ac793e87a86cdee1d089960542e21b44993381095399baacdf79c1867d36cdc242767acee725603ea70f942f8fd61e0a69fe0c888b0e4dd17a37'
'3ccf783c28f7a1c857120abac4002ca91ae1f92205dcd5a84aff515d57e706a3f9240d75a0a67cff5085716885e06e62597baa86897f298662ec36a940cf410e'
'61032d29241b74a0f28446f8cf1be0e8ec46d0847a61dadb2a4f096e8686d5f57fe5c72bcf386003f6520bc4b5856c32d63bf3efe7eb0bc0deefc9f68159e648'
'c416e2121df83067376bcaacb58c05b01990f4614ad9de657d74b6da3efa441af251d13bf21e3f0f71ddcb4c9ea658b81da3d915667dc5c309c87ec32a1cb5a5'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/systemd/-/compare/62c224b60ca150627be58ca2da50f47cc0a5793c...29a73017cd380cd8db070dbd560e229d523b3c79
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/systemd/-/compare/62c224b60ca150627be58ca2da50f47cc0a5793c...29a73017cd380cd8db070dbd560e229d523b3c79
You're receiving this email because of your account on gitlab.archlinux.org.