summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-04-11 19:49:15 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-04-11 19:49:15 -0500
commitb6daa4c172f1003678e0855fc3a1ffbe6a5c87e5 (patch)
treeff009cb9702565b92e9fc038190c8e341bd547c7
parent993b9f25ac9328013087e12823edd96e45b83548 (diff)
systemd-238.76-1.parabola1: updating version
-rw-r--r--libre/systemd/PKGBUILD14
-rw-r--r--libre/systemd/initcpio-install-systemd3
2 files changed, 10 insertions, 7 deletions
diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD
index 307ec7cb2..f835253d0 100644
--- a/libre/systemd/PKGBUILD
+++ b/libre/systemd/PKGBUILD
@@ -10,10 +10,10 @@ pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
_libsystemd=('libsystemd-standalone' 'libudev' 'nss-systemd' 'nss-myhostname' 'nss-mymachines' 'nss-resolve')
pkgname+=("${_libsystemd[@]}")
# Can be from either systemd or systemd-stable
-_commit='738ab7502afb7663d9aacdd73e79025aa7cd0a9b'
-pkgver=238.0
-pkgrel=3
-pkgrel+=.parabola2
+_commit='f398c546c6fc43121131f41acec56b5a851bd35e'
+pkgver=238.76
+pkgrel=1
+pkgrel+=.parabola1
arch=('x86_64')
arch+=('i686' 'armv7h')
url="https://www.github.com/systemd/systemd"
@@ -58,7 +58,7 @@ sha512sums=('SKIP'
'SKIP'
'9348683829190628e25b7b3300fd880c426d555bde330d5fc5150a9a54b3ad9d4d1f2e69ea1dc6d6f086693dacc53c5af30f1fa7ad9b479791fd77bcdafa430e'
'f0d933e8c6064ed830dec54049b0a01e27be87203208f6ae982f10fb4eddc7258cb2919d594cbfb9a33e74c3510cfd682f3416ba8e804387ab87d1a217eb4b73'
- '86d7cacd7536b1069c82bbbb08de7ec81e7f0f18a19fc2b06fabe90db4700623eb3540b75121080d325672d92e26912632ae4f93fd3c0bb48eb3e5eedd88352c'
+ '3214b80fb5e3a9eed026dc1d6f23a3785c34b03dd09cba536ad4413322fc0d83936ec3d140ad11ffbf527b4bb8b83887044209c453bd1a25d22d6b9cbcd88288'
'a25b28af2e8c516c3a2eec4e64b8c7f70c21f974af4a955a4a9d45fd3e3ff0d2a98b4419fe425d47152d5acae77d64e69d8d014a7209524b75a81b0edb10bf3a'
'70b3f1d6aaa9cd4b6b34055a587554770c34194100b17b2ef3aaf4f16f68da0865f6b3ae443b3252d395e80efabd412b763259ffb76c902b60e23b6b522e3cc8'
'6c6f579644ea2ebb6b46ee274ab15110718b0de40def8c30173ba8480b045d403f2aedd15b50ad9b96453f4ad56920d1350ff76563755bb9a80b10fa7f64f1d9'
@@ -83,8 +83,8 @@ sha512sums=('SKIP'
'6a16666f18b7075a68733376f4b1fe34dd2aa29eaf43e693a98e303b9c5202317636816cb4a914d5141801026d1693dd4de2f79e0950aa777e8de6e4879cd9d0')
_backports=(
- # core: do not free heap-allocated strings (#8391) (FS#57741)
- '5cbaad2f6795088db56063d20695c6444595822f'
+ # nspawn: wait for network namespace creation before interface setup (#8633)
+ '7511655807e90aa33ea7b71991401a79ec36bb41'
)
_reverts=(
diff --git a/libre/systemd/initcpio-install-systemd b/libre/systemd/initcpio-install-systemd
index 40a352c70..c91ca057f 100644
--- a/libre/systemd/initcpio-install-systemd
+++ b/libre/systemd/initcpio-install-systemd
@@ -117,6 +117,9 @@ build() {
/usr/lib/systemd/system-generators/systemd-gpt-auto-generator \
/usr/lib/systemd/system-generators/systemd-hibernate-resume-generator
+ # for journalctl in emergency shell
+ add_binary journalctl
+
# udev rules and systemd units
map add_udev_rule "$rules" \
50-udev-default.rules \