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

2020-12-16 Thread Christian Hesse via arch-commits
Date: Wednesday, December 16, 2020 @ 14:42:44
  Author: eworm
Revision: 404394

upgpkg: systemd 247.2-1: new upstream release

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |   16 +++-
 1 file changed, 3 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-16 14:37:37 UTC (rev 404393)
+++ PKGBUILD2020-12-16 14:42:44 UTC (rev 404394)
@@ -4,9 +4,9 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
-_tag='dcc360e35ecdeadfeaf8441628cfebb452acd59b' # git rev-parse v${pkgver}
-pkgver=247.1
-pkgrel=4
+_tag='8dff57da7abcb15e69936a8af9780475eb961a73' # git rev-parse v${pkgver}
+pkgver=247.2
+pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -68,16 +68,6 @@
   '31063db0b4842a452c6eadde5b969aaee2a0516a'
   # test: add tests for device_new_from_nulstr()
   'e6f882871568e4a331ac473871ee8a884f6e48d6'
-
-  # network: do not set broadcast if prefixlen is 31 or 32
-  'df8aa086420e6ce61e32898b2bb7c88b87fd1c43'
-  # network: fix verification for broadcast address
-  '05a7023d242b9012216c661f253df1c9c3d45b39'
-  # network: ignore broadcast address for /31 or /32 addresses
-  '2a236f9fc0ff8fb2152032551436fde74da7217a'
-
-  # nss-resolve: varlink_call() set error_id only when r >= 0
-  '3c229a9afb670025a3c1792bf5ac233b5a566ec5'
 )
 
 _reverts=(


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

2020-12-14 Thread Christian Hesse via arch-commits
Date: Monday, December 14, 2020 @ 11:23:20
  Author: eworm
Revision: 404306

upgpkg: systemd 247.1-4: fix firefox crash in libnss

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-14 11:02:41 UTC (rev 404305)
+++ PKGBUILD2020-12-14 11:23:20 UTC (rev 404306)
@@ -6,7 +6,7 @@
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 _tag='dcc360e35ecdeadfeaf8441628cfebb452acd59b' # git rev-parse v${pkgver}
 pkgver=247.1
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -75,6 +75,9 @@
   '05a7023d242b9012216c661f253df1c9c3d45b39'
   # network: ignore broadcast address for /31 or /32 addresses
   '2a236f9fc0ff8fb2152032551436fde74da7217a'
+
+  # nss-resolve: varlink_call() set error_id only when r >= 0
+  '3c229a9afb670025a3c1792bf5ac233b5a566ec5'
 )
 
 _reverts=(


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

2020-12-08 Thread Christian Hesse via arch-commits
Date: Tuesday, December 8, 2020 @ 15:50:32
  Author: eworm
Revision: 403137

upgpkg: systemd 247.1-3: network: two fixes for configuring address correctly

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 13:14:45 UTC (rev 403136)
+++ PKGBUILD2020-12-08 15:50:32 UTC (rev 403137)
@@ -6,7 +6,7 @@
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 _tag='dcc360e35ecdeadfeaf8441628cfebb452acd59b' # git rev-parse v${pkgver}
 pkgver=247.1
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -68,6 +68,13 @@
   '31063db0b4842a452c6eadde5b969aaee2a0516a'
   # test: add tests for device_new_from_nulstr()
   'e6f882871568e4a331ac473871ee8a884f6e48d6'
+
+  # network: do not set broadcast if prefixlen is 31 or 32
+  'df8aa086420e6ce61e32898b2bb7c88b87fd1c43'
+  # network: fix verification for broadcast address
+  '05a7023d242b9012216c661f253df1c9c3d45b39'
+  # network: ignore broadcast address for /31 or /32 addresses
+  '2a236f9fc0ff8fb2152032551436fde74da7217a'
 )
 
 _reverts=(


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

2020-12-08 Thread Christian Hesse via arch-commits
Date: Tuesday, December 8, 2020 @ 12:08:18
  Author: eworm
Revision: 403121

upgpkg: systemd 247.1-2: fix timeout waiting for device with space in name 
(FS#68785)

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 11:20:38 UTC (rev 403120)
+++ PKGBUILD2020-12-08 12:08:18 UTC (rev 403121)
@@ -6,7 +6,7 @@
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 _tag='dcc360e35ecdeadfeaf8441628cfebb452acd59b' # git rev-parse v${pkgver}
 pkgver=247.1
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -60,6 +60,14 @@
 
'825b9dd0167c072ba62cabe0677e7cd20f2b4b850328022540f122689d8b25315005fa98ce867cf6e7460b2b26df16b88bb3b5c9ebf721746dce4e2271af7b97')
 
 _backports=(
+  # set: introduce set_strjoin()
+  '4dbce717873000cff7b56f89266d1d2fe53f9284'
+  # sd-device: use set_strjoin()
+  '6f3ac0d51766b0b9101676cefe5c4ba81feba436'
+  # sd-device: keep escaped strings in DEVLINK= property
+  '31063db0b4842a452c6eadde5b969aaee2a0516a'
+  # test: add tests for device_new_from_nulstr()
+  'e6f882871568e4a331ac473871ee8a884f6e48d6'
 )
 
 _reverts=(


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

2020-12-01 Thread Christian Hesse via arch-commits
Date: Tuesday, December 1, 2020 @ 12:01:34
  Author: eworm
Revision: 402455

upgpkg: systemd 247.1-1: new upstream release

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |   13 +++--
 1 file changed, 3 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-01 10:08:12 UTC (rev 402454)
+++ PKGBUILD2020-12-01 12:01:34 UTC (rev 402455)
@@ -4,9 +4,9 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
-_tag='ddbbb1a91461e173fba2677466007ee1508184af' # git rev-parse v${pkgver}
-pkgver=247
-pkgrel=3
+_tag='dcc360e35ecdeadfeaf8441628cfebb452acd59b' # git rev-parse v${pkgver}
+pkgver=247.1
+pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -60,13 +60,6 @@
 
'825b9dd0167c072ba62cabe0677e7cd20f2b4b850328022540f122689d8b25315005fa98ce867cf6e7460b2b26df16b88bb3b5c9ebf721746dce4e2271af7b97')
 
 _backports=(
-  # home: fix homed.conf install location
-  '72a4466e6e80693f4455c0c5edf946f8a440845a'
-  # oom: fix oomd.conf install location
-  '2bb703e440c844162cc258dfa0385c33d7bc32b3'
-
-  # scope: on unified, make sure to unwatch all PIDs once they've been moved 
to the cgroup scope
-  'e9eec8b5d2c106c5dd51382a155e6045c7c17c1a'
 )
 
 _reverts=(


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

2020-12-01 Thread Christian Hesse via arch-commits
Date: Tuesday, December 1, 2020 @ 09:57:27
  Author: eworm
Revision: 402451

upgpkg: systemd 247-3: use upstream commit

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-01 08:23:47 UTC (rev 402450)
+++ PKGBUILD2020-12-01 09:57:27 UTC (rev 402451)
@@ -6,7 +6,7 @@
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 _tag='ddbbb1a91461e173fba2677466007ee1508184af' # git rev-parse v${pkgver}
 pkgver=247
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -64,12 +64,12 @@
   '72a4466e6e80693f4455c0c5edf946f8a440845a'
   # oom: fix oomd.conf install location
   '2bb703e440c844162cc258dfa0385c33d7bc32b3'
+
+  # scope: on unified, make sure to unwatch all PIDs once they've been moved 
to the cgroup scope
+  'e9eec8b5d2c106c5dd51382a155e6045c7c17c1a'
 )
 
 _reverts=(
-  # https://bugs.archlinux.org/task/68776
-  # core: serialize u->pids until the processes have been moved to the scope 
cgroup
-  '428a9f6f1d0396b9eacde2b38d667cbe3f15eb55'
 )
 
 prepare() {


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

2020-11-30 Thread Christian Hesse via arch-commits
Date: Monday, November 30, 2020 @ 15:08:53
  Author: eworm
Revision: 402416

define release mode

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-30 15:07:32 UTC (rev 402415)
+++ PKGBUILD2020-11-30 15:08:53 UTC (rev 402416)
@@ -110,6 +110,7 @@
 
   local _meson_options=(
 -Dversion-tag="${pkgver}-${pkgrel}-arch"
+-Dmode=release
 
 -Dgnu-efi=true
 -Dima=false
@@ -169,7 +170,6 @@
   etc/systemd/journal-upload.conf
   etc/systemd/logind.conf
   etc/systemd/networkd.conf
-  etc/systemd/oomd.conf
   etc/systemd/pstore.conf
   etc/systemd/resolved.conf
   etc/systemd/sleep.conf


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

2020-11-30 Thread Christian Hesse via arch-commits
Date: Monday, November 30, 2020 @ 15:07:32
  Author: eworm
Revision: 402415

drop libidn2 soname dependency

... this is now dlopen()ed.

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-30 13:38:22 UTC (rev 402414)
+++ PKGBUILD2020-11-30 15:07:32 UTC (rev 402415)
@@ -149,7 +149,7 @@
   license=('GPL2' 'LGPL2.1')
   depends=('acl' 'libacl.so' 'bash' 'cryptsetup' 'libcryptsetup.so' 'dbus'
'iptables' 'kbd' 'kmod' 'libkmod.so' 'hwids' 'libcap' 'libcap.so'
-   'libgcrypt' 'libxcrypt' 'libcrypt.so' 'systemd-libs' 'libidn2' 
'libidn2.so' 'lz4' 'pam'
+   'libgcrypt' 'libxcrypt' 'libcrypt.so' 'systemd-libs' 'libidn2' 
'lz4' 'pam'
'libelf' 'libseccomp' 'libseccomp.so' 'util-linux' 'libblkid.so'
'libmount.so' 'xz' 'pcre2' 'audit' 'libaudit.so' 'libp11-kit'
'libp11-kit.so' 'openssl')


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

2020-11-29 Thread Christian Hesse via arch-commits
Date: Sunday, November 29, 2020 @ 13:44:13
  Author: eworm
Revision: 402399

upgpkg: systemd 247-2: revert faulty commit (FS#68776)

... at least for now.

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-29 13:38:15 UTC (rev 402398)
+++ PKGBUILD2020-11-29 13:44:13 UTC (rev 402399)
@@ -6,7 +6,7 @@
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 _tag='ddbbb1a91461e173fba2677466007ee1508184af' # git rev-parse v${pkgver}
 pkgver=247
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -67,6 +67,9 @@
 )
 
 _reverts=(
+  # https://bugs.archlinux.org/task/68776
+  # core: serialize u->pids until the processes have been moved to the scope 
cgroup
+  '428a9f6f1d0396b9eacde2b38d667cbe3f15eb55'
 )
 
 prepare() {


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

2020-11-29 Thread Christian Hesse via arch-commits
Date: Sunday, November 29, 2020 @ 13:38:15
  Author: eworm
Revision: 402398

update checksums to match last commit

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-29 13:22:07 UTC (rev 402397)
+++ PKGBUILD2020-11-29 13:38:15 UTC (rev 402398)
@@ -42,7 +42,7 @@
 'SKIP'
 
'e38c7c422c82953f9c2476a5ab8009d614cbec839e4088bff5db7698ddc84e3d8ed64f32ed323f57b1913c5c9703546f794996cb415ed7cdda930b627962a3c4'
 
'f0d933e8c6064ed830dec54049b0a01e27be87203208f6ae982f10fb4eddc7258cb2919d594cbfb9a33e74c3510cfd682f3416ba8e804387ab87d1a217eb4b73'
-
'f1f0bc599eb73b96f81e5413a55617ab82978d057dc0cabf226d225bb836a967fe13b84c4f24f64c074b6568026ab81d457512ff20a5918892c47a3a603eaa6e'
+
'8e76f8334b95ce7fee9190f4a1016b16109f3a75b68635fc227b2b4791cf8179ef09b532b66b4ed885ddf98ed76befed3106f3c3088f1819ed8cdf4c13e0805a'
 
'a25b28af2e8c516c3a2eec4e64b8c7f70c21f974af4a955a4a9d45fd3e3ff0d2a98b4419fe425d47152d5acae77d64e69d8d014a7209524b75a81b0edb10bf3a'
 
'61032d29241b74a0f28446f8cf1be0e8ec46d0847a61dadb2a4f096e8686d5f57fe5c72bcf386003f6520bc4b5856c32d63bf3efe7eb0bc0deefc9f68159e648'
 
'c416e2121df83067376bcaacb58c05b01990f4614ad9de657d74b6da3efa441af251d13bf21e3f0f71ddcb4c9ea658b81da3d915667dc5c309c87ec32a1cb5a5'


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

2020-11-26 Thread Christian Hesse via arch-commits
Date: Friday, November 27, 2020 @ 07:18:18
  Author: eworm
Revision: 402099

upgpkg: systemd 247-1: new upstream release

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |   19 +--
 1 file changed, 13 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-27 04:00:18 UTC (rev 402098)
+++ PKGBUILD2020-11-27 07:18:18 UTC (rev 402099)
@@ -4,8 +4,8 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
-_tag='27d60e13ed5db2194cac14ad4cc86ad06d753805' # git rev-parse v${pkgver}
-pkgver=246.6
+_tag='ddbbb1a91461e173fba2677466007ee1508184af' # git rev-parse v${pkgver}
+pkgver=247
 pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
@@ -60,6 +60,10 @@
 
'825b9dd0167c072ba62cabe0677e7cd20f2b4b850328022540f122689d8b25315005fa98ce867cf6e7460b2b26df16b88bb3b5c9ebf721746dce4e2271af7b97')
 
 _backports=(
+  # home: fix homed.conf install location
+  '72a4466e6e80693f4455c0c5edf946f8a440845a'
+  # oom: fix oomd.conf install location
+  '2bb703e440c844162cc258dfa0385c33d7bc32b3'
 )
 
 _reverts=(
@@ -156,11 +160,14 @@
   'curl: machinectl pull-tar and pull-raw')
   backup=(etc/pam.d/systemd-user
   etc/systemd/coredump.conf
+  etc/systemd/homed.conf
   etc/systemd/journald.conf
   etc/systemd/journal-remote.conf
   etc/systemd/journal-upload.conf
   etc/systemd/logind.conf
   etc/systemd/networkd.conf
+  etc/systemd/oomd.conf
+  etc/systemd/pstore.conf
   etc/systemd/resolved.conf
   etc/systemd/sleep.conf
   etc/systemd/system.conf
@@ -179,10 +186,10 @@
   mv "$pkgdir"/usr/lib/lib{nss,systemd,udev}*.so* systemd-libs
 
   # manpages shipped with systemd-sysvcompat
-  rm 
"$pkgdir"/usr/share/man/man8/{halt,poweroff,reboot,runlevel,shutdown,telinit}.8
+  rm "$pkgdir"/usr/share/man/man8/{halt,poweroff,reboot,shutdown}.8
 
   # executable (symlinks) shipped with systemd-sysvcompat
-  rm "$pkgdir"/usr/bin/{halt,init,poweroff,reboot,runlevel,shutdown,telinit}
+  rm "$pkgdir"/usr/bin/{halt,init,poweroff,reboot,shutdown}
 
   # files shipped with systemd-resolvconf
   rm "$pkgdir"/usr/{bin/resolvconf,share/man/man1/resolvconf.1}
@@ -257,11 +264,11 @@
   depends=('systemd')
 
   install -D -m0644 -t "$pkgdir"/usr/share/man/man8 \
-build/man/{halt,poweroff,reboot,runlevel,shutdown,telinit}.8
+build/man/{halt,poweroff,reboot,shutdown}.8
 
   install -d -m0755 "$pkgdir"/usr/bin
   ln -s ../lib/systemd/systemd "$pkgdir"/usr/bin/init
-  for tool in halt poweroff reboot runlevel shutdown telinit; do
+  for tool in halt poweroff reboot shutdown; do
 ln -s systemctl "$pkgdir"/usr/bin/$tool
   done
 }


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

2020-11-13 Thread Christian Hesse via arch-commits
Date: Friday, November 13, 2020 @ 12:40:44
  Author: eworm
Revision: 400750

move runlevel & telinit to systemd-sysvcompat (again)

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-13 10:17:29 UTC (rev 400749)
+++ PKGBUILD2020-11-13 12:40:44 UTC (rev 400750)
@@ -179,10 +179,10 @@
   mv "$pkgdir"/usr/lib/lib{nss,systemd,udev}*.so* systemd-libs
 
   # manpages shipped with systemd-sysvcompat
-  rm "$pkgdir"/usr/share/man/man8/{halt,poweroff,reboot,shutdown}.8
+  rm 
"$pkgdir"/usr/share/man/man8/{halt,poweroff,reboot,runlevel,shutdown,telinit}.8
 
   # executable (symlinks) shipped with systemd-sysvcompat
-  rm "$pkgdir"/usr/bin/{halt,init,poweroff,reboot,shutdown}
+  rm "$pkgdir"/usr/bin/{halt,init,poweroff,reboot,runlevel,shutdown,telinit}
 
   # files shipped with systemd-resolvconf
   rm "$pkgdir"/usr/{bin/resolvconf,share/man/man1/resolvconf.1}
@@ -257,11 +257,11 @@
   depends=('systemd')
 
   install -D -m0644 -t "$pkgdir"/usr/share/man/man8 \
-build/man/{halt,poweroff,reboot,shutdown}.8
+build/man/{halt,poweroff,reboot,runlevel,shutdown,telinit}.8
 
   install -d -m0755 "$pkgdir"/usr/bin
   ln -s ../lib/systemd/systemd "$pkgdir"/usr/bin/init
-  for tool in halt poweroff reboot shutdown; do
+  for tool in halt poweroff reboot runlevel shutdown telinit; do
 ln -s systemctl "$pkgdir"/usr/bin/$tool
   done
 }


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

2020-09-20 Thread Christian Hesse via arch-commits
Date: Sunday, September 20, 2020 @ 20:01:23
  Author: eworm
Revision: 396360

upgpkg: systemd 246.6-1: new upstream release

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-20 18:33:53 UTC (rev 396359)
+++ PKGBUILD2020-09-20 20:01:23 UTC (rev 396360)
@@ -4,8 +4,8 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
-_tag='7570cf07107685ae6fac3989e3fc3e40fdd1db55' # git rev-parse v${pkgver}
-pkgver=246.5
+_tag='27d60e13ed5db2194cac14ad4cc86ad06d753805' # git rev-parse v${pkgver}
+pkgver=246.6
 pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'


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

2020-09-13 Thread Christian Hesse via arch-commits
Date: Sunday, September 13, 2020 @ 18:33:37
  Author: eworm
Revision: 396003

upgpkg: systemd 246.5-1: new upstream release

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-13 18:00:40 UTC (rev 396002)
+++ PKGBUILD2020-09-13 18:33:37 UTC (rev 396003)
@@ -4,8 +4,8 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
-_tag='5a7886c4fde182d10aaa5e1c4e35f7fac8633ef2' # git rev-parse v${pkgver}
-pkgver=246.4
+_tag='7570cf07107685ae6fac3989e3fc3e40fdd1db55' # git rev-parse v${pkgver}
+pkgver=246.5
 pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'


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

2020-09-02 Thread Christian Hesse via arch-commits
Date: Wednesday, September 2, 2020 @ 11:15:44
  Author: eworm
Revision: 395135

upgpkg: systemd 246.4-1: new upstream release

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-02 11:15:41 UTC (rev 395134)
+++ PKGBUILD2020-09-02 11:15:44 UTC (rev 395135)
@@ -4,8 +4,8 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
-_tag='b5ca06f13739f6fae3b73ccfc89d1e4d152329a2' # git rev-parse v${pkgver}
-pkgver=246.3
+_tag='5a7886c4fde182d10aaa5e1c4e35f7fac8633ef2' # git rev-parse v${pkgver}
+pkgver=246.4
 pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'


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

2020-08-26 Thread Christian Hesse via arch-commits
Date: Wednesday, August 26, 2020 @ 14:34:51
  Author: eworm
Revision: 394734

upgpkg: systemd 246.3-1: new upstream release

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-26 13:29:11 UTC (rev 394733)
+++ PKGBUILD2020-08-26 14:34:51 UTC (rev 394734)
@@ -4,9 +4,9 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
-_tag='91b37e6f0982e1e64c63017000248d7441a83a2e' # git rev-parse v${pkgver}
-pkgver=246.2
-pkgrel=2
+_tag='b5ca06f13739f6fae3b73ccfc89d1e4d152329a2' # git rev-parse v${pkgver}
+pkgver=246.3
+pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'


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

2020-08-20 Thread Christian Hesse via arch-commits
Date: Thursday, August 20, 2020 @ 08:21:43
  Author: eworm
Revision: 394426

upgpkg: systemd 246.2-2: libxcrypt rebuild

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-20 08:14:47 UTC (rev 394425)
+++ PKGBUILD2020-08-20 08:21:43 UTC (rev 394426)
@@ -6,12 +6,12 @@
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 _tag='91b37e6f0982e1e64c63017000248d7441a83a2e' # git rev-parse v${pkgver}
 pkgver=246.2
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
  'intltool' 'iptables' 'kmod' 'libcap' 'libidn2' 'libgcrypt'
- 'libmicrohttpd' 'libxslt' 'util-linux' 'linux-api-headers'
+ 'libmicrohttpd' 'libxcrypt' 'libxslt' 'util-linux' 
'linux-api-headers'
  'python-lxml' 'quota-tools' 'shadow' 'gnu-efi-libs' 'git'
  'meson' 'libseccomp' 'pcre2' 'audit' 'kexec-tools' 'libxkbcommon'
  'bash-completion' 'p11-kit' 'systemd')
@@ -142,7 +142,7 @@
   license=('GPL2' 'LGPL2.1')
   depends=('acl' 'libacl.so' 'bash' 'cryptsetup' 'libcryptsetup.so' 'dbus'
'iptables' 'kbd' 'kmod' 'libkmod.so' 'hwids' 'libcap' 'libcap.so'
-   'libgcrypt' 'systemd-libs' 'libidn2' 'libidn2.so' 'lz4' 'pam'
+   'libgcrypt' 'libxcrypt' 'libcrypt.so' 'systemd-libs' 'libidn2' 
'libidn2.so' 'lz4' 'pam'
'libelf' 'libseccomp' 'libseccomp.so' 'util-linux' 'libblkid.so'
'libmount.so' 'xz' 'pcre2' 'audit' 'libaudit.so' 'libp11-kit'
'libp11-kit.so' 'openssl')


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

2020-08-17 Thread Christian Hesse via arch-commits
Date: Monday, August 17, 2020 @ 19:34:33
  Author: eworm
Revision: 394346

upgpkg: systemd 246.2-1: new upstream release

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 14:37:43 UTC (rev 394345)
+++ PKGBUILD2020-08-17 19:34:33 UTC (rev 394346)
@@ -4,8 +4,8 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
-_tag='7fb880ddf101b871f68aae0d86db652e2c13c5db' # git rev-parse v${pkgver}
-pkgver=246.1
+_tag='91b37e6f0982e1e64c63017000248d7441a83a2e' # git rev-parse v${pkgver}
+pkgver=246.2
 pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'


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

2020-08-07 Thread Christian Hesse via arch-commits
Date: Friday, August 7, 2020 @ 20:04:20
  Author: eworm
Revision: 393235

upgpkg: systemd 246.1-1: new upstream release

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-07 20:03:45 UTC (rev 393234)
+++ PKGBUILD2020-08-07 20:04:20 UTC (rev 393235)
@@ -4,8 +4,8 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
-_tag='5c68ad14af6c89261f31f0abb4850fb1c99e8cfd' # git rev-parse v${pkgver}
-pkgver=246
+_tag='7fb880ddf101b871f68aae0d86db652e2c13c5db' # git rev-parse v${pkgver}
+pkgver=246.1
 pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
@@ -226,7 +226,7 @@
 
 package_systemd-libs() {
   pkgdesc='systemd client libraries'
-  depends=('glibc' 'libcap' 'libgcrypt' 'lz4' 'xz')
+  depends=('glibc' 'libcap' 'libgcrypt' 'lz4' 'xz' 'zstd')
   license=('LGPL2.1')
   provides=('libsystemd' 'libsystemd.so' 'libudev.so')
   conflicts=('libsystemd')


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

2020-07-27 Thread Christian Hesse via arch-commits
Date: Monday, July 27, 2020 @ 18:31:06
  Author: eworm
Revision: 392585

upgpkg: systemd 245.7-1: new upstream release

Also switch dns-over-tls support to openssl, as we already link
against that. (FS#64634)

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |   37 +
 1 file changed, 5 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-27 18:24:25 UTC (rev 392584)
+++ PKGBUILD2020-07-27 18:31:06 UTC (rev 392585)
@@ -4,9 +4,9 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
-_tag='a47534aa62edfddb2df86e2d0c208979f24dc8c2' # git rev-parse v${pkgver}
-pkgver=245.6
-pkgrel=8
+_tag='8a8b000d682a7108463c5c74bc876c5658d9de4a' # git rev-parse v${pkgver}
+pkgver=245.7
+pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -64,34 +64,6 @@
 _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'
-
-  # Revert "job: Don't mark as redundant if deps are relevant"
-  'cc479760b4736082d26ec332f2423a9ab23d59c5'
-
-  # Fix build with µhttpd 0.9.71
-  'd17eabb1052e7c8c432331a7a782845e36164f01'
-
-  # these are in stable branch already
-
-  # sd-journal: don't check namespaces if we have no namespace to go by
-  'd55f53e95646174f3b5921e920e9210c5af43856'
-
-  # parse-util: backport safe_atou32_full()
-  '64126925181809e7c0b8916471186c0bfa19d6ce'
-  # basic/user-util: always use base 10 for user/group numbers 
-  '9498903de6c1f7b0c3e5f1654d0ee451a304c59d'
 )
 
 _reverts=(
@@ -153,6 +125,7 @@
 -Ddefault-hierarchy=hybrid
 -Ddefault-kill-user-processes=false
 -Ddefault-locale=C
+-Ddns-over-tls=openssl
 -Dfallback-hostname='archlinux'
 -Dnologin-path=/usr/bin/nologin
 -Dntp-servers="${_timeservers[*]}"
@@ -179,7 +152,7 @@
'libgcrypt' 'systemd-libs' 'libidn2' 'libidn2.so' 'lz4' 'pam'
'libelf' 'libseccomp' 'libseccomp.so' 'util-linux' 'libblkid.so'
'libmount.so' 'xz' 'pcre2' 'audit' 'libaudit.so' 'libp11-kit'
-   'libp11-kit.so')
+   'libp11-kit.so' 'openssl')
   provides=('nss-myhostname' "systemd-tools=$pkgver" "udev=$pkgver")
   replaces=('nss-myhostname' 'systemd-tools' 'udev')
   conflicts=('nss-myhostname' 'systemd-tools' 'udev')


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

2020-07-07 Thread Christian Hesse via arch-commits
Date: Tuesday, July 7, 2020 @ 08:57:36
  Author: eworm
Revision: 390932

fix build with {U+03BC}httpd 0.9.71

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |3 +++
 1 file changed, 3 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 08:57:07 UTC (rev 390931)
+++ PKGBUILD2020-07-07 08:57:36 UTC (rev 390932)
@@ -80,6 +80,9 @@
   # Revert "job: Don't mark as redundant if deps are relevant"
   'cc479760b4736082d26ec332f2423a9ab23d59c5'
 
+  # Fix build with µhttpd 0.9.71
+  'd17eabb1052e7c8c432331a7a782845e36164f01'
+
   # these are in stable branch already
 
   # sd-journal: don't check namespaces if we have no namespace to go by


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

2020-07-07 Thread Christian Hesse via arch-commits
Date: Tuesday, July 7, 2020 @ 08:57:07
  Author: eworm
Revision: 390931

handle special executable prefixes in initramfs

Modified:
  systemd/trunk/PKGBUILD
  systemd/trunk/initcpio-install-systemd

--+
 PKGBUILD |2 +-
 initcpio-install-systemd |   11 +++
 2 files changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 06:09:06 UTC (rev 390930)
+++ PKGBUILD2020-07-07 08:57:07 UTC (rev 390931)
@@ -44,7 +44,7 @@
 
'e38c7c422c82953f9c2476a5ab8009d614cbec839e4088bff5db7698ddc84e3d8ed64f32ed323f57b1913c5c9703546f794996cb415ed7cdda930b627962a3c4'
 
'85d115c10016e4a67eec051315e2e292939844f260bf698018c5bd1c516c28444f635eb15832a23e26891c4beda14bacfa57fdeda45c00f1b653abe3b123'
 
'f0d933e8c6064ed830dec54049b0a01e27be87203208f6ae982f10fb4eddc7258cb2919d594cbfb9a33e74c3510cfd682f3416ba8e804387ab87d1a217eb4b73'
-
'80ac350fb4dc58c52d4c1ce77a1f91b8cd64d4c99a1c1e24194acac56f9e4a69b2304b13113e93d38459041fa073fe97840776d99ed7e4ce99aa76a3adb39583'
+
'f1f0bc599eb73b96f81e5413a55617ab82978d057dc0cabf226d225bb836a967fe13b84c4f24f64c074b6568026ab81d457512ff20a5918892c47a3a603eaa6e'
 
'a25b28af2e8c516c3a2eec4e64b8c7f70c21f974af4a955a4a9d45fd3e3ff0d2a98b4419fe425d47152d5acae77d64e69d8d014a7209524b75a81b0edb10bf3a'
 
'61032d29241b74a0f28446f8cf1be0e8ec46d0847a61dadb2a4f096e8686d5f57fe5c72bcf386003f6520bc4b5856c32d63bf3efe7eb0bc0deefc9f68159e648'
 
'c416e2121df83067376bcaacb58c05b01990f4614ad9de657d74b6da3efa441af251d13bf21e3f0f71ddcb4c9ea658b81da3d915667dc5c309c87ec32a1cb5a5'

Modified: initcpio-install-systemd
===
--- initcpio-install-systemd2020-07-07 06:09:06 UTC (rev 390930)
+++ initcpio-install-systemd2020-07-07 08:57:07 UTC (rev 390931)
@@ -69,10 +69,13 @@
 map add_systemd_unit "${values[@]}"
 ;;
 Exec*)
-# don't add binaries unless they are required
-if [[ ${values[0]:0:1} != '-' ]]; then
-add_binary "${values[0]}"
-fi
+# do not add binaries unless they are required,
+# strip special executable prefixes
+case ${values[0]} in
+-*)  ;;
+!!*) add_binary "${values[0]#!!}" ;;
+*)   add_binary "${values[0]#[@!:+]}" ;;
+esac
 ;;
 esac
 


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

2020-06-23 Thread Christian Hesse via arch-commits
Date: Tuesday, June 23, 2020 @ 11:13:11
  Author: eworm
Revision: 390155

upgpkg: systemd 245.6-8

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-23 09:55:16 UTC (rev 390154)
+++ PKGBUILD2020-06-23 11:13:11 UTC (rev 390155)
@@ -6,7 +6,7 @@
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 _tag='a47534aa62edfddb2df86e2d0c208979f24dc8c2' # git rev-parse v${pkgver}
 pkgver=245.6
-pkgrel=7
+pkgrel=8
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'


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

2020-06-23 Thread Christian Hesse via arch-commits
Date: Tuesday, June 23, 2020 @ 09:55:16
  Author: eworm
Revision: 390154

update cherry-picks

* Revert "job: Don't mark as redundant if deps are relevant" (FS#66458)
* use commits from stable branch

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |   14 +-
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-23 08:37:21 UTC (rev 390153)
+++ PKGBUILD2020-06-23 09:55:16 UTC (rev 390154)
@@ -77,14 +77,18 @@
   # man: document binfmt's new --unregister switch
   'cd9aa8f0f91b113acb079e79750c146c0529c2d7'
 
+  # Revert "job: Don't mark as redundant if deps are relevant"
+  'cc479760b4736082d26ec332f2423a9ab23d59c5'
+
+  # these are in stable branch already
+
   # sd-journal: don't check namespaces if we have no namespace to go by
-  '2b6df46d21abe8a8b7481e420588a9a129699cf9'
+  'd55f53e95646174f3b5921e920e9210c5af43856'
 
-  # network: tc: support Hierarchy Token Bucket (HTB)
-  # (we need this for safe_atou32_full()...)
-  'b934ac3d6e7dcad114776ef30ee9098693e7ab7e'
+  # parse-util: backport safe_atou32_full()
+  '64126925181809e7c0b8916471186c0bfa19d6ce'
   # basic/user-util: always use base 10 for user/group numbers 
-  '156a5fd297b61bce31630d7a52c15614bf784843'
+  '9498903de6c1f7b0c3e5f1654d0ee451a304c59d'
 )
 
 _reverts=(


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

2020-06-22 Thread Christian Hesse via arch-commits
Date: Monday, June 22, 2020 @ 12:16:32
  Author: eworm
Revision: 390126

fix root's home inside initramfs

Modified:
  systemd/trunk/PKGBUILD
  systemd/trunk/initcpio-install-systemd

--+
 PKGBUILD |2 +-
 initcpio-install-systemd |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-22 10:35:14 UTC (rev 390125)
+++ PKGBUILD2020-06-22 12:16:32 UTC (rev 390126)
@@ -44,7 +44,7 @@
 
'e38c7c422c82953f9c2476a5ab8009d614cbec839e4088bff5db7698ddc84e3d8ed64f32ed323f57b1913c5c9703546f794996cb415ed7cdda930b627962a3c4'
 
'85d115c10016e4a67eec051315e2e292939844f260bf698018c5bd1c516c28444f635eb15832a23e26891c4beda14bacfa57fdeda45c00f1b653abe3b123'
 
'f0d933e8c6064ed830dec54049b0a01e27be87203208f6ae982f10fb4eddc7258cb2919d594cbfb9a33e74c3510cfd682f3416ba8e804387ab87d1a217eb4b73'
-
'd0218d51c557a8456e8f41a56fa057b525bbcfcfa580cbd58efb14f356854172a8e1f31779e023350645a5e28cd4b9d94b0d7a8a3d2ee22db181c65d8f661a2e'
+
'80ac350fb4dc58c52d4c1ce77a1f91b8cd64d4c99a1c1e24194acac56f9e4a69b2304b13113e93d38459041fa073fe97840776d99ed7e4ce99aa76a3adb39583'
 
'a25b28af2e8c516c3a2eec4e64b8c7f70c21f974af4a955a4a9d45fd3e3ff0d2a98b4419fe425d47152d5acae77d64e69d8d014a7209524b75a81b0edb10bf3a'
 
'61032d29241b74a0f28446f8cf1be0e8ec46d0847a61dadb2a4f096e8686d5f57fe5c72bcf386003f6520bc4b5856c32d63bf3efe7eb0bc0deefc9f68159e648'
 
'c416e2121df83067376bcaacb58c05b01990f4614ad9de657d74b6da3efa441af251d13bf21e3f0f71ddcb4c9ea658b81da3d915667dc5c309c87ec32a1cb5a5'

Modified: initcpio-install-systemd
===
--- initcpio-install-systemd2020-06-22 10:35:14 UTC (rev 390125)
+++ initcpio-install-systemd2020-06-22 12:16:32 UTC (rev 390126)
@@ -169,7 +169,7 @@
 'group: files' \
 'shadow: files'
 
-echo "root:x:0:0:root:/:/bin/sh" >"$BUILDROOT/etc/passwd"
+echo "root:x:0:0:root:/root:/bin/sh" >"$BUILDROOT/etc/passwd"
 echo 'root:*:::' >"$BUILDROOT/etc/shadow"
 getent group root audio disk input kmem kvm lp optical render storage tty 
uucp video | awk -F: ' { print $1 ":x:" $3 ":" }' >"$BUILDROOT/etc/group"
 


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

2020-06-17 Thread Christian Hesse via arch-commits
Date: Wednesday, June 17, 2020 @ 14:35:39
  Author: eworm
Revision: 389431

upgpkg: systemd 245.6-7

fix reproducibility with dynamically allocated groups

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-17 14:17:22 UTC (rev 389430)
+++ PKGBUILD2020-06-17 14:35:39 UTC (rev 389431)
@@ -6,7 +6,7 @@
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 _tag='a47534aa62edfddb2df86e2d0c208979f24dc8c2' # git rev-parse v${pkgver}
 pkgver=245.6
-pkgrel=6
+pkgrel=7
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -230,11 +230,10 @@
   install -D -m0644 initcpio-install-udev 
"$pkgdir"/usr/lib/initcpio/install/udev
   install -D -m0644 initcpio-hook-udev "$pkgdir"/usr/lib/initcpio/hooks/udev
 
-  # ensure proper permissions for /var/log/journal
-  # The permissions are stored with named group by tar, so this works with
-  # users and groups populated by systemd-sysusers. This is only to prevent a
-  # warning from pacman as permissions are set by systemd-tmpfiles anyway.
-  install -d -o root -g systemd-journal -m 2755 "$pkgdir"/var/log/journal
+  # The group 'systemd-journal' is allocated dynamically and may have varying
+  # gid on different systems. Let's install with gid 0 (root), systemd-tmpfiles
+  # will fix the permissions for us. (see /usr/lib/tmpfiles.d/systemd.conf)
+  install -d -o root -g root -m 2755 "$pkgdir"/var/log/journal
 
   # match directory owner/group and mode from [extra]/polkit
   install -d -o root -g 102 -m 0750 "$pkgdir"/usr/share/polkit-1/rules.d


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

2020-06-10 Thread Christian Hesse via arch-commits
Date: Wednesday, June 10, 2020 @ 21:05:49
  Author: eworm
Revision: 388771

upgpkg: systemd 245.6-6

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-10 20:59:01 UTC (rev 388770)
+++ PKGBUILD2020-06-10 21:05:49 UTC (rev 388771)
@@ -6,7 +6,7 @@
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 _tag='a47534aa62edfddb2df86e2d0c208979f24dc8c2' # git rev-parse v${pkgver}
 pkgver=245.6
-pkgrel=5
+pkgrel=6
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'


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

2020-06-10 Thread Christian Hesse via arch-commits
Date: Wednesday, June 10, 2020 @ 20:59:01
  Author: eworm
Revision: 388770

revert changes, but keep locked root account

This had some shortcomings, so we revert. We will develop a
sane solution for this soon.

Modified:
  systemd/trunk/PKGBUILD
  systemd/trunk/initcpio-install-systemd

--+
 PKGBUILD |2 +-
 initcpio-install-systemd |   11 +--
 2 files changed, 2 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-10 20:19:48 UTC (rev 388769)
+++ PKGBUILD2020-06-10 20:59:01 UTC (rev 388770)
@@ -44,7 +44,7 @@
 
'e38c7c422c82953f9c2476a5ab8009d614cbec839e4088bff5db7698ddc84e3d8ed64f32ed323f57b1913c5c9703546f794996cb415ed7cdda930b627962a3c4'
 
'85d115c10016e4a67eec051315e2e292939844f260bf698018c5bd1c516c28444f635eb15832a23e26891c4beda14bacfa57fdeda45c00f1b653abe3b123'
 
'f0d933e8c6064ed830dec54049b0a01e27be87203208f6ae982f10fb4eddc7258cb2919d594cbfb9a33e74c3510cfd682f3416ba8e804387ab87d1a217eb4b73'
-
'3e41c029728d80f469375ae1a0fd2107ede128c91ddf58e57058dd45cfd1403f8f0e75de4c1d4349acad84aea9d0011fdb8e1955335dfb619bddd61613dce6ee'
+
'd0218d51c557a8456e8f41a56fa057b525bbcfcfa580cbd58efb14f356854172a8e1f31779e023350645a5e28cd4b9d94b0d7a8a3d2ee22db181c65d8f661a2e'
 
'a25b28af2e8c516c3a2eec4e64b8c7f70c21f974af4a955a4a9d45fd3e3ff0d2a98b4419fe425d47152d5acae77d64e69d8d014a7209524b75a81b0edb10bf3a'
 
'61032d29241b74a0f28446f8cf1be0e8ec46d0847a61dadb2a4f096e8686d5f57fe5c72bcf386003f6520bc4b5856c32d63bf3efe7eb0bc0deefc9f68159e648'
 
'c416e2121df83067376bcaacb58c05b01990f4614ad9de657d74b6da3efa441af251d13bf21e3f0f71ddcb4c9ea658b81da3d915667dc5c309c87ec32a1cb5a5'

Modified: initcpio-install-systemd
===
--- initcpio-install-systemd2020-06-10 20:19:48 UTC (rev 388769)
+++ initcpio-install-systemd2020-06-10 20:59:01 UTC (rev 388770)
@@ -169,17 +169,8 @@
 'group: files' \
 'shadow: files'
 
-# By default we lock the root account in initramfs. A failed service or
-# timeout must not open the opportunity of an unprotected root shell.
-# Overwrite the shadow file in initramfs by creating custom
-# /etc/shadow.initramfs. Be warned: The file may leak from encrypted to
-# unencrypted storage.
 echo "root:x:0:0:root:/:/bin/sh" >"$BUILDROOT/etc/passwd"
-if [ -s /etc/shadow.initramfs ]; then
-add_file /etc/shadow.initramfs /etc/shadow
-else
-echo 'root:*:::' >"$BUILDROOT/etc/shadow"
-fi
+echo 'root:*:::' >"$BUILDROOT/etc/shadow"
 getent group root audio disk input kmem kvm lp optical render storage tty 
uucp video | awk -F: ' { print $1 ":x:" $3 ":" }' >"$BUILDROOT/etc/group"
 
 add_dir "/etc/modules-load.d"


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

2020-06-10 Thread Christian Hesse via arch-commits
Date: Wednesday, June 10, 2020 @ 20:19:31
  Author: eworm
Revision: 388768

upgpkg: systemd 245.6-5

push recent changes

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-10 20:07:40 UTC (rev 388767)
+++ PKGBUILD2020-06-10 20:19:31 UTC (rev 388768)
@@ -6,7 +6,7 @@
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 _tag='a47534aa62edfddb2df86e2d0c208979f24dc8c2' # git rev-parse v${pkgver}
 pkgver=245.6
-pkgrel=4
+pkgrel=5
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'


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

2020-06-10 Thread Christian Hesse via arch-commits
Date: Wednesday, June 10, 2020 @ 20:07:40
  Author: eworm
Revision: 388767

lock the root account in initramfs...

but allow to overwrite shadow file in initramfs with custom
/etc/shadow.initramfs.

Modified:
  systemd/trunk/PKGBUILD
  systemd/trunk/initcpio-install-systemd

--+
 PKGBUILD |2 +-
 initcpio-install-systemd |   11 ++-
 2 files changed, 11 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-10 18:58:28 UTC (rev 388766)
+++ PKGBUILD2020-06-10 20:07:40 UTC (rev 388767)
@@ -44,7 +44,7 @@
 
'e38c7c422c82953f9c2476a5ab8009d614cbec839e4088bff5db7698ddc84e3d8ed64f32ed323f57b1913c5c9703546f794996cb415ed7cdda930b627962a3c4'
 
'85d115c10016e4a67eec051315e2e292939844f260bf698018c5bd1c516c28444f635eb15832a23e26891c4beda14bacfa57fdeda45c00f1b653abe3b123'
 
'f0d933e8c6064ed830dec54049b0a01e27be87203208f6ae982f10fb4eddc7258cb2919d594cbfb9a33e74c3510cfd682f3416ba8e804387ab87d1a217eb4b73'
-
'e5dfc897f281dcfa89dc81b4f24a4098a49b190bff49cea313c20d4ad019e8ebbe07cbe84232bae0579d103bc66ce96d098e0dbd0a93efd19d249ac742060038'
+
'3e41c029728d80f469375ae1a0fd2107ede128c91ddf58e57058dd45cfd1403f8f0e75de4c1d4349acad84aea9d0011fdb8e1955335dfb619bddd61613dce6ee'
 
'a25b28af2e8c516c3a2eec4e64b8c7f70c21f974af4a955a4a9d45fd3e3ff0d2a98b4419fe425d47152d5acae77d64e69d8d014a7209524b75a81b0edb10bf3a'
 
'61032d29241b74a0f28446f8cf1be0e8ec46d0847a61dadb2a4f096e8686d5f57fe5c72bcf386003f6520bc4b5856c32d63bf3efe7eb0bc0deefc9f68159e648'
 
'c416e2121df83067376bcaacb58c05b01990f4614ad9de657d74b6da3efa441af251d13bf21e3f0f71ddcb4c9ea658b81da3d915667dc5c309c87ec32a1cb5a5'

Modified: initcpio-install-systemd
===
--- initcpio-install-systemd2020-06-10 18:58:28 UTC (rev 388766)
+++ initcpio-install-systemd2020-06-10 20:07:40 UTC (rev 388767)
@@ -169,8 +169,17 @@
 'group: files' \
 'shadow: files'
 
+# By default we lock the root account in initramfs. A failed service or
+# timeout must not open the opportunity of an unprotected root shell.
+# Overwrite the shadow file in initramfs by creating custom
+# /etc/shadow.initramfs. Be warned: The file may leak from encrypted to
+# unencrypted storage.
 echo "root:x:0:0:root:/:/bin/sh" >"$BUILDROOT/etc/passwd"
-echo "root" >"$BUILDROOT/etc/shadow"
+if [ -s /etc/shadow.initramfs ]; then
+add_file /etc/shadow.initramfs /etc/shadow
+else
+echo 'root:*:::' >"$BUILDROOT/etc/shadow"
+fi
 getent group root audio disk input kmem kvm lp optical render storage tty 
uucp video | awk -F: ' { print $1 ":x:" $3 ":" }' >"$BUILDROOT/etc/group"
 
 add_dir "/etc/modules-load.d"


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

2020-06-10 Thread Christian Hesse via arch-commits
Date: Wednesday, June 10, 2020 @ 18:42:04
  Author: eworm
Revision: 388758

disable DNSSEC by default

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |4 
 1 file changed, 4 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-10 18:19:58 UTC (rev 388757)
+++ PKGBUILD2020-06-10 18:42:04 UTC (rev 388758)
@@ -138,7 +138,11 @@
 -Dlz4=true
 -Dman=true
 
+# We disable DNSSEC by default, it still causes trouble:
+# https://github.com/systemd/systemd/issues/10579
+
 -Ddbuspolicydir=/usr/share/dbus-1/system.d
+-Ddefault-dnssec=no
 -Ddefault-hierarchy=hybrid
 -Ddefault-kill-user-processes=false
 -Ddefault-locale=C


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

2020-06-10 Thread Dave Reisner via arch-commits
Date: Wednesday, June 10, 2020 @ 17:23:47
  Author: dreisner
Revision: 388755

Remove revert that "fixed" FS#66908

This was never the right thing to do. Cyclic dependencies existed because users
decided to hand roll their own automount units with incorrect dependencies
rather than relying on the fstab generator. Upstream changes simply exposed
these always-wrong units as being wrong (albeit not in the best of ways).
Upstream will *not* be reverting anything in the short or long term here,
so neither should Arch. What upstream *is* doing is clarifying the documentation
about automounts[0] to try to discouarge this in the future.

I'm removing this revert to make sure that the next systemd build does not
include this.

[0] https://github.com/systemd/systemd/pull/16114

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |2 --
 1 file changed, 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-10 17:20:55 UTC (rev 388754)
+++ PKGBUILD2020-06-10 17:23:47 UTC (rev 388755)
@@ -88,8 +88,6 @@
 )
 
 _reverts=(
-  # introduces ordering cycle - FS#66908
-  'e1c091b6d4c55de5c5356e8ca5564dba6769b49f'
 )
 
 prepare() {


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

2020-06-06 Thread Andreas Radke via arch-commits
Date: Saturday, June 6, 2020 @ 19:38:30
  Author: andyrtr
Revision: 388382

upgpkg: systemd 245.6-4: fix ordering cycle leading to login impossible or 
automount failuing - FS#66908

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-06 14:59:37 UTC (rev 388381)
+++ PKGBUILD2020-06-06 19:38:30 UTC (rev 388382)
@@ -6,7 +6,7 @@
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 _tag='a47534aa62edfddb2df86e2d0c208979f24dc8c2' # git rev-parse v${pkgver}
 pkgver=245.6
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -88,6 +88,8 @@
 )
 
 _reverts=(
+  # introduces ordering cycle - FS#66908
+  'e1c091b6d4c55de5c5356e8ca5564dba6769b49f'
 )
 
 prepare() {


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

2020-06-05 Thread Christian Hesse via arch-commits
Date: Friday, June 5, 2020 @ 09:34:15
  Author: eworm
Revision: 388336

upgpkg: systemd 245.6-3

* cherry-pick: basic/user-util: always use base 10 for user/group numbers
* initcpio: get required groups from system

Modified:
  systemd/trunk/PKGBUILD
  systemd/trunk/initcpio-install-systemd

--+
 PKGBUILD |   10 --
 initcpio-install-systemd |   33 +++--
 2 files changed, 11 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-05 09:13:40 UTC (rev 388335)
+++ PKGBUILD2020-06-05 09:34:15 UTC (rev 388336)
@@ -6,7 +6,7 @@
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 _tag='a47534aa62edfddb2df86e2d0c208979f24dc8c2' # git rev-parse v${pkgver}
 pkgver=245.6
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -44,7 +44,7 @@
 
'e38c7c422c82953f9c2476a5ab8009d614cbec839e4088bff5db7698ddc84e3d8ed64f32ed323f57b1913c5c9703546f794996cb415ed7cdda930b627962a3c4'
 
'85d115c10016e4a67eec051315e2e292939844f260bf698018c5bd1c516c28444f635eb15832a23e26891c4beda14bacfa57fdeda45c00f1b653abe3b123'
 
'f0d933e8c6064ed830dec54049b0a01e27be87203208f6ae982f10fb4eddc7258cb2919d594cbfb9a33e74c3510cfd682f3416ba8e804387ab87d1a217eb4b73'
-
'bc16cd288fa4fe8f8d2d4ba7a3198f942626af08330e4d1656ee38c408b23bb532a1955a1327ec367ae35161e3cc1f336d9285fb9c7d4322f2865451fb9b8961'
+
'e5dfc897f281dcfa89dc81b4f24a4098a49b190bff49cea313c20d4ad019e8ebbe07cbe84232bae0579d103bc66ce96d098e0dbd0a93efd19d249ac742060038'
 
'a25b28af2e8c516c3a2eec4e64b8c7f70c21f974af4a955a4a9d45fd3e3ff0d2a98b4419fe425d47152d5acae77d64e69d8d014a7209524b75a81b0edb10bf3a'
 
'61032d29241b74a0f28446f8cf1be0e8ec46d0847a61dadb2a4f096e8686d5f57fe5c72bcf386003f6520bc4b5856c32d63bf3efe7eb0bc0deefc9f68159e648'
 
'c416e2121df83067376bcaacb58c05b01990f4614ad9de657d74b6da3efa441af251d13bf21e3f0f71ddcb4c9ea658b81da3d915667dc5c309c87ec32a1cb5a5'
@@ -79,6 +79,12 @@
 
   # sd-journal: don't check namespaces if we have no namespace to go by
   '2b6df46d21abe8a8b7481e420588a9a129699cf9'
+
+  # network: tc: support Hierarchy Token Bucket (HTB)
+  # (we need this for safe_atou32_full()...)
+  'b934ac3d6e7dcad114776ef30ee9098693e7ab7e'
+  # basic/user-util: always use base 10 for user/group numbers 
+  '156a5fd297b61bce31630d7a52c15614bf784843'
 )
 
 _reverts=(

Modified: initcpio-install-systemd
===
--- initcpio-install-systemd2020-06-05 09:13:40 UTC (rev 388335)
+++ initcpio-install-systemd2020-06-05 09:34:15 UTC (rev 388336)
@@ -169,37 +169,10 @@
 'group: files' \
 'shadow: files'
 
-add_file /etc/passwd <"$BUILDROOT/etc/passwd"
+echo "root" >"$BUILDROOT/etc/shadow"
+getent group root audio disk input kmem kvm lp optical render storage tty 
uucp video | awk -F: ' { print $1 ":x:" $3 ":" }' >"$BUILDROOT/etc/group"
 
-add_file /etc/shadow <

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

2020-06-03 Thread Christian Hesse via arch-commits
Date: Wednesday, June 3, 2020 @ 06:42:19
  Author: eworm
Revision: 388130

upgpkg: systemd 245.6-2

* really build version 245.6
* cherry-pick fix for sd-journal

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 04:43:28 UTC (rev 388129)
+++ PKGBUILD2020-06-03 06:42:19 UTC (rev 388130)
@@ -4,9 +4,9 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
-_tag='a520e63382396661d79f630b2babe717a85b1209' # git rev-parse v${pkgver}
+_tag='a47534aa62edfddb2df86e2d0c208979f24dc8c2' # git rev-parse v${pkgver}
 pkgver=245.6
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -76,6 +76,9 @@
   '846acb6798a63f35162f58e1146d1a1f40849e86'
   # man: document binfmt's new --unregister switch
   'cd9aa8f0f91b113acb079e79750c146c0529c2d7'
+
+  # sd-journal: don't check namespaces if we have no namespace to go by
+  '2b6df46d21abe8a8b7481e420588a9a129699cf9'
 )
 
 _reverts=(


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

2020-06-01 Thread Christian Hesse via arch-commits
Date: Monday, June 1, 2020 @ 20:53:09
  Author: eworm
Revision: 388028

upgpkg: systemd 245.6-1

* update to latest stabe release
* use users and groups from basic.conf in initramfs

Modified:
  systemd/trunk/PKGBUILD
  systemd/trunk/initcpio-install-systemd

--+
 PKGBUILD |8 
 initcpio-install-systemd |   39 +--
 2 files changed, 33 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-01 19:45:03 UTC (rev 388027)
+++ PKGBUILD2020-06-01 20:53:09 UTC (rev 388028)
@@ -5,8 +5,8 @@
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 _tag='a520e63382396661d79f630b2babe717a85b1209' # git rev-parse v${pkgver}
-pkgver=245.5
-pkgrel=2
+pkgver=245.6
+pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -14,7 +14,7 @@
  'libmicrohttpd' 'libxslt' 'util-linux' 'linux-api-headers'
  'python-lxml' 'quota-tools' 'shadow' 'gnu-efi-libs' 'git'
  'meson' 'libseccomp' 'pcre2' 'audit' 'kexec-tools' 'libxkbcommon'
- 'bash-completion' 'p11-kit')
+ 'bash-completion' 'p11-kit' 'systemd')
 options=('strip')
 validpgpkeys=('63CDA1E5D3FC22B998D20DD6327F26951A015CC4'  # Lennart Poettering 

   '5C251B5FC54EB2F80F407AAAC54CA336CFEB557E') # Zbigniew 
Jędrzejewski-Szmek 
@@ -44,7 +44,7 @@
 
'e38c7c422c82953f9c2476a5ab8009d614cbec839e4088bff5db7698ddc84e3d8ed64f32ed323f57b1913c5c9703546f794996cb415ed7cdda930b627962a3c4'
 
'85d115c10016e4a67eec051315e2e292939844f260bf698018c5bd1c516c28444f635eb15832a23e26891c4beda14bacfa57fdeda45c00f1b653abe3b123'
 
'f0d933e8c6064ed830dec54049b0a01e27be87203208f6ae982f10fb4eddc7258cb2919d594cbfb9a33e74c3510cfd682f3416ba8e804387ab87d1a217eb4b73'
-
'01de24951a05d38eca6b615a7645beb3677ca0e0f87638d133649f6dc14dcd2ea82594a60b793c31b14493a286d1d11a0d25617f54dbfa02be237652c8faa691'
+
'bc16cd288fa4fe8f8d2d4ba7a3198f942626af08330e4d1656ee38c408b23bb532a1955a1327ec367ae35161e3cc1f336d9285fb9c7d4322f2865451fb9b8961'
 
'a25b28af2e8c516c3a2eec4e64b8c7f70c21f974af4a955a4a9d45fd3e3ff0d2a98b4419fe425d47152d5acae77d64e69d8d014a7209524b75a81b0edb10bf3a'
 
'61032d29241b74a0f28446f8cf1be0e8ec46d0847a61dadb2a4f096e8686d5f57fe5c72bcf386003f6520bc4b5856c32d63bf3efe7eb0bc0deefc9f68159e648'
 
'c416e2121df83067376bcaacb58c05b01990f4614ad9de657d74b6da3efa441af251d13bf21e3f0f71ddcb4c9ea658b81da3d915667dc5c309c87ec32a1cb5a5'

Modified: initcpio-install-systemd
===
--- initcpio-install-systemd2020-06-01 19:45:03 UTC (rev 388027)
+++ initcpio-install-systemd2020-06-01 20:53:09 UTC (rev 388028)
@@ -110,6 +110,7 @@
 add_binary /usr/bin/sulogin
 
 map add_binary \
+/usr/bin/journalctl \
 /usr/bin/systemd-tmpfiles \
 /usr/lib/systemd/systemd-hibernate-resume \
 /usr/lib/systemd/systemd-shutdown \
@@ -118,9 +119,6 @@
 /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 \
@@ -171,16 +169,37 @@
 'group: files' \
 'shadow: files'
 
-echo "root:x:0:0:root:/:/bin/sh" >"$BUILDROOT/etc/passwd"
-echo "root:x:0:root" >"$BUILDROOT/etc/group"
-echo "root" >"$BUILDROOT/etc/shadow"
+add_file /etc/passwd <

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

2020-05-08 Thread Christian Hesse via arch-commits
Date: Friday, May 8, 2020 @ 06:11:22
  Author: eworm
Revision: 382762

add soname depends

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 05:58:47 UTC (rev 382761)
+++ PKGBUILD2020-05-08 06:11:22 UTC (rev 382762)
@@ -154,9 +154,12 @@
 package_systemd() {
   pkgdesc='system and service manager'
   license=('GPL2' 'LGPL2.1')
-  depends=('acl' 'bash' 'cryptsetup' 'dbus' 'iptables' 'kbd' 'kmod' 'hwids' 
'libcap'
-   'libgcrypt' 'systemd-libs' 'libidn2' 'libidn2.so' 'lz4' 'pam' 
'libelf'
-   'libseccomp' 'util-linux' 'xz' 'pcre2' 'audit' 'libp11-kit')
+  depends=('acl' 'libacl.so' 'bash' 'cryptsetup' 'libcryptsetup.so' 'dbus'
+   'iptables' 'kbd' 'kmod' 'libkmod.so' 'hwids' 'libcap' 'libcap.so'
+   'libgcrypt' 'systemd-libs' 'libidn2' 'libidn2.so' 'lz4' 'pam'
+   'libelf' 'libseccomp' 'libseccomp.so' 'util-linux' 'libblkid.so'
+   'libmount.so' 'xz' 'pcre2' 'audit' 'libaudit.so' 'libp11-kit'
+   'libp11-kit.so')
   provides=('nss-myhostname' "systemd-tools=$pkgver" "udev=$pkgver")
   replaces=('nss-myhostname' 'systemd-tools' 'udev')
   conflicts=('nss-myhostname' 'systemd-tools' 'udev')


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

2020-04-24 Thread Christian Hesse via arch-commits
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
===
--- PKGBUILD2020-04-24 06:54:19 UTC (rev 381465)
+++ PKGBUILD2020-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=(


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

2020-04-17 Thread Christian Hesse via arch-commits
Date: Friday, April 17, 2020 @ 18:46:44
  Author: eworm
Revision: 380461

upgpkg: systemd 245.5-1

new upstream release

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-17 18:21:46 UTC (rev 380460)
+++ PKGBUILD2020-04-17 18:46:44 UTC (rev 380461)
@@ -4,9 +4,9 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
-_tag='5d6baa2d17edd3e355dc6f165876988ed52c0940' # git rev-parse v${pkgver}
-pkgver=245.4
-pkgrel=2
+_tag='a520e63382396661d79f630b2babe717a85b1209' # git rev-parse v${pkgver}
+pkgver=245.5
+pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'


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

2020-04-01 Thread Christian Hesse via arch-commits
Date: Wednesday, April 1, 2020 @ 19:17:17
  Author: eworm
Revision: 379041

upgpkg: systemd 245.4-1

new upstream release

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-01 18:45:23 UTC (rev 379040)
+++ PKGBUILD2020-04-01 19:17:17 UTC (rev 379041)
@@ -4,9 +4,9 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
-_tag='f4d7fa4807ada3c1b7d6f67117eadbb014b67d2f' # git rev-parse v${pkgver}
-pkgver=245.3
-pkgrel=2
+_tag='5d6baa2d17edd3e355dc6f165876988ed52c0940' # git rev-parse v${pkgver}
+pkgver=245.4
+pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -62,9 +62,6 @@
 _backports=(
   # systemd-resolved: use hostname for certificate validation in DoT
   'eec394f10bbfcc3d2fc8504ad8ff5be44231abd5'
-
-  # user-util: Allow names starting with a digit
-  '93c23c9297e48e594785e0bb9c51504aae5fbe3e'
 )
 
 _reverts=(


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

2020-03-27 Thread Christian Hesse via arch-commits
Date: Friday, March 27, 2020 @ 19:48:56
  Author: eworm
Revision: 378566

upgpkg: systemd 245.3-2

user-util: Allow names starting with a digit (FS#65825)

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 19:34:46 UTC (rev 378565)
+++ PKGBUILD2020-03-27 19:48:56 UTC (rev 378566)
@@ -6,7 +6,7 @@
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 _tag='f4d7fa4807ada3c1b7d6f67117eadbb014b67d2f' # git rev-parse v${pkgver}
 pkgver=245.3
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -62,6 +62,9 @@
 _backports=(
   # systemd-resolved: use hostname for certificate validation in DoT
   'eec394f10bbfcc3d2fc8504ad8ff5be44231abd5'
+
+  # user-util: Allow names starting with a digit
+  '93c23c9297e48e594785e0bb9c51504aae5fbe3e'
 )
 
 _reverts=(


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

2020-03-26 Thread Christian Hesse via arch-commits
Date: Thursday, March 26, 2020 @ 15:05:07
  Author: eworm
Revision: 378515

upgpkg: systemd 245.3-1

new upstream release

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-26 12:49:51 UTC (rev 378514)
+++ PKGBUILD2020-03-26 15:05:07 UTC (rev 378515)
@@ -4,9 +4,9 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
-_tag='7d7a511c7cc0d159b86bacd181b6932556308b82' # git rev-parse v${pkgver}
-pkgver=245.2
-pkgrel=2
+_tag='f4d7fa4807ada3c1b7d6f67117eadbb014b67d2f' # git rev-parse v${pkgver}
+pkgver=245.3
+pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'


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

2020-03-19 Thread Christian Hesse via arch-commits
Date: Thursday, March 19, 2020 @ 16:12:58
  Author: eworm
Revision: 377929

upgpkg: systemd 245.2-2

systemd-resolved: use hostname for certificate validation in DoT (FS#65791)

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-19 16:12:27 UTC (rev 377928)
+++ PKGBUILD2020-03-19 16:12:58 UTC (rev 377929)
@@ -6,7 +6,7 @@
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 _tag='7d7a511c7cc0d159b86bacd181b6932556308b82' # git rev-parse v${pkgver}
 pkgver=245.2
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -60,6 +60,8 @@
 
'825b9dd0167c072ba62cabe0677e7cd20f2b4b850328022540f122689d8b25315005fa98ce867cf6e7460b2b26df16b88bb3b5c9ebf721746dce4e2271af7b97')
 
 _backports=(
+  # systemd-resolved: use hostname for certificate validation in DoT
+  'eec394f10bbfcc3d2fc8504ad8ff5be44231abd5'
 )
 
 _reverts=(


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

2020-03-18 Thread Christian Hesse via arch-commits
Date: Wednesday, March 18, 2020 @ 20:01:31
  Author: eworm
Revision: 377875

upgpkg: systemd 245.2-1

new upstream stable release

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |   11 +++
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 19:34:17 UTC (rev 377874)
+++ PKGBUILD2020-03-18 20:01:31 UTC (rev 377875)
@@ -4,9 +4,9 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
-_tag='68fef5d635424a60224cce610d30a9041124c204' # git rev-parse v${pkgver}
-pkgver=245
-pkgrel=3
+_tag='7d7a511c7cc0d159b86bacd181b6932556308b82' # git rev-parse v${pkgver}
+pkgver=245.2
+pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -60,11 +60,6 @@
 
'825b9dd0167c072ba62cabe0677e7cd20f2b4b850328022540f122689d8b25315005fa98ce867cf6e7460b2b26df16b88bb3b5c9ebf721746dce4e2271af7b97')
 
 _backports=(
-  # core: Fix resolution of nested DM devices for cgroups
-  'b7cf4b4ef5d0336443f21809b1506bc4a8aa75a9'
-
-  # analyze: fix table time output
-  '084df9c616fdfbcbf3d7fbe7dc6b975f1fa359d2'
 )
 
 _reverts=(


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

2020-03-10 Thread Christian Hesse via arch-commits
Date: Tuesday, March 10, 2020 @ 21:40:10
  Author: eworm
Revision: 377337

upgpkg: systemd 245-3

cherry-pick stable commits

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-10 21:29:55 UTC (rev 377336)
+++ PKGBUILD2020-03-10 21:40:10 UTC (rev 377337)
@@ -6,7 +6,7 @@
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 _tag='68fef5d635424a60224cce610d30a9041124c204' # git rev-parse v${pkgver}
 pkgver=245
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -60,6 +60,11 @@
 
'825b9dd0167c072ba62cabe0677e7cd20f2b4b850328022540f122689d8b25315005fa98ce867cf6e7460b2b26df16b88bb3b5c9ebf721746dce4e2271af7b97')
 
 _backports=(
+  # core: Fix resolution of nested DM devices for cgroups
+  'b7cf4b4ef5d0336443f21809b1506bc4a8aa75a9'
+
+  # analyze: fix table time output
+  '084df9c616fdfbcbf3d7fbe7dc6b975f1fa359d2'
 )
 
 _reverts=(


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

2020-03-10 Thread Christian Hesse via arch-commits
Date: Tuesday, March 10, 2020 @ 16:12:29
  Author: eworm
Revision: 377319

prepare for p11-kit split

This is required to mitigate circular dependency.

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-10 16:11:45 UTC (rev 377318)
+++ PKGBUILD2020-03-10 16:12:29 UTC (rev 377319)
@@ -137,7 +137,7 @@
   license=('GPL2' 'LGPL2.1')
   depends=('acl' 'bash' 'cryptsetup' 'dbus' 'iptables' 'kbd' 'kmod' 'hwids' 
'libcap'
'libgcrypt' 'systemd-libs' 'libidn2' 'libidn2.so' 'lz4' 'pam' 
'libelf'
-   'libseccomp' 'util-linux' 'xz' 'pcre2' 'audit' 'p11-kit')
+   'libseccomp' 'util-linux' 'xz' 'pcre2' 'audit' 'libp11-kit')
   provides=('nss-myhostname' "systemd-tools=$pkgver" "udev=$pkgver")
   replaces=('nss-myhostname' 'systemd-tools' 'udev')
   conflicts=('nss-myhostname' 'systemd-tools' 'udev')


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

2020-03-10 Thread Christian Hesse via arch-commits
Date: Tuesday, March 10, 2020 @ 15:32:05
  Author: eworm
Revision: 377272

upgpkg: systemd 245-2

add dependency on p11-kit (FS#65769)

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-10 15:01:09 UTC (rev 377271)
+++ PKGBUILD2020-03-10 15:32:05 UTC (rev 377272)
@@ -6,7 +6,7 @@
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 _tag='68fef5d635424a60224cce610d30a9041124c204' # git rev-parse v${pkgver}
 pkgver=245
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -14,7 +14,7 @@
  'libmicrohttpd' 'libxslt' 'util-linux' 'linux-api-headers'
  'python-lxml' 'quota-tools' 'shadow' 'gnu-efi-libs' 'git'
  'meson' 'libseccomp' 'pcre2' 'audit' 'kexec-tools' 'libxkbcommon'
- 'bash-completion')
+ 'bash-completion' 'p11-kit')
 options=('strip')
 validpgpkeys=('63CDA1E5D3FC22B998D20DD6327F26951A015CC4'  # Lennart Poettering 

   '5C251B5FC54EB2F80F407AAAC54CA336CFEB557E') # Zbigniew 
Jędrzejewski-Szmek 
@@ -137,7 +137,7 @@
   license=('GPL2' 'LGPL2.1')
   depends=('acl' 'bash' 'cryptsetup' 'dbus' 'iptables' 'kbd' 'kmod' 'hwids' 
'libcap'
'libgcrypt' 'systemd-libs' 'libidn2' 'libidn2.so' 'lz4' 'pam' 
'libelf'
-   'libseccomp' 'util-linux' 'xz' 'pcre2' 'audit')
+   'libseccomp' 'util-linux' 'xz' 'pcre2' 'audit' 'p11-kit')
   provides=('nss-myhostname' "systemd-tools=$pkgver" "udev=$pkgver")
   replaces=('nss-myhostname' 'systemd-tools' 'udev')
   conflicts=('nss-myhostname' 'systemd-tools' 'udev')


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

2020-03-06 Thread Christian Hesse via arch-commits
Date: Friday, March 6, 2020 @ 13:26:28
  Author: eworm
Revision: 376865

upgpkg: systemd 245-1

new upstream release

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-06 13:25:11 UTC (rev 376864)
+++ PKGBUILD2020-03-06 13:26:28 UTC (rev 376865)
@@ -4,8 +4,8 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
-_tag='b7ed902b2394f94e7f1fbe6c3194b5cd9a9429e6' # git rev-parse v${pkgver}
-pkgver=244.3
+_tag='68fef5d635424a60224cce610d30a9041124c204' # git rev-parse v${pkgver}
+pkgver=245
 pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
@@ -60,8 +60,6 @@
 
'825b9dd0167c072ba62cabe0677e7cd20f2b4b850328022540f122689d8b25315005fa98ce867cf6e7460b2b26df16b88bb3b5c9ebf721746dce4e2271af7b97')
 
 _backports=(
-  # units: Split modprobing out into a separate service unit
-  '625077264ba01a108386eeea733ee244e6b7ff14'
 )
 
 _reverts=(


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

2020-02-12 Thread Christian Hesse via arch-commits
Date: Wednesday, February 12, 2020 @ 18:40:21
  Author: eworm
Revision: 375507

upgpkg: systemd 244.3-1

new upstream stable release

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-12 17:33:06 UTC (rev 375506)
+++ PKGBUILD2020-02-12 18:40:21 UTC (rev 375507)
@@ -4,9 +4,9 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
-_tag='3ca4db9469dce2c0914933db4948456a367c5dc7' # git rev-parse v${pkgver}
-pkgver=244.2
-pkgrel=2
+_tag='b7ed902b2394f94e7f1fbe6c3194b5cd9a9429e6' # git rev-parse v${pkgver}
+pkgver=244.3
+pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -65,8 +65,6 @@
 )
 
 _reverts=(
-  # Support Plugable UD-PRO8 dock
-  '98c03090274a067806090e2974fd2091f8206457'
 )
 
 prepare() {


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

2020-02-08 Thread Christian Hesse via arch-commits
Date: Saturday, February 8, 2020 @ 16:02:25
  Author: eworm
Revision: 375009

upgpkg: systemd 244.2-2

fix:
* FS#64383 - [xorg][systemd] Failed to start X: systemd-logind Operation not 
permitted
* FS#65423 - [systemd] 244.2-1 makes usb hubs unsuable

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-08 14:14:12 UTC (rev 375008)
+++ PKGBUILD2020-02-08 16:02:25 UTC (rev 375009)
@@ -6,7 +6,7 @@
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 _tag='3ca4db9469dce2c0914933db4948456a367c5dc7' # git rev-parse v${pkgver}
 pkgver=244.2
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -60,9 +60,13 @@
 
'825b9dd0167c072ba62cabe0677e7cd20f2b4b850328022540f122689d8b25315005fa98ce867cf6e7460b2b26df16b88bb3b5c9ebf721746dce4e2271af7b97')
 
 _backports=(
+  # units: Split modprobing out into a separate service unit
+  '625077264ba01a108386eeea733ee244e6b7ff14'
 )
 
 _reverts=(
+  # Support Plugable UD-PRO8 dock
+  '98c03090274a067806090e2974fd2091f8206457'
 )
 
 prepare() {


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

2020-02-05 Thread Christian Hesse via arch-commits
Date: Wednesday, February 5, 2020 @ 19:04:53
  Author: eworm
Revision: 374687

upgpkg: systemd 244.2-1

new upstream release

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 18:18:24 UTC (rev 374686)
+++ PKGBUILD2020-02-05 19:04:53 UTC (rev 374687)
@@ -4,8 +4,8 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
-_tag='50a79652baa8650dc2bf7fe5979e67eb673a218e' # git rev-parse v${pkgver}
-pkgver=244.1
+_tag='3ca4db9469dce2c0914933db4948456a367c5dc7' # git rev-parse v${pkgver}
+pkgver=244.2
 pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'


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

2019-12-15 Thread Christian Hesse via arch-commits
Date: Sunday, December 15, 2019 @ 19:37:48
  Author: eworm
Revision: 371534

upgpkg: systemd 244.1-1

new upstream release

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-15 18:51:02 UTC (rev 371533)
+++ PKGBUILD2019-12-15 19:37:48 UTC (rev 371534)
@@ -4,8 +4,8 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
-_tag='ec298e702b87e2859f7f7864f51eef3360daf163' # git rev-parse v${pkgver}
-pkgver=244
+_tag='50a79652baa8650dc2bf7fe5979e67eb673a218e' # git rev-parse v${pkgver}
+pkgver=244.1
 pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'


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

2019-12-02 Thread Christian Hesse via arch-commits
Date: Monday, December 2, 2019 @ 09:53:10
  Author: eworm
Revision: 370198

set nologin-path to /usr/bin/nologin (FS#64665)

... just a cosmetic change.

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 00:33:08 UTC (rev 370197)
+++ PKGBUILD2019-12-02 09:53:10 UTC (rev 370198)
@@ -112,9 +112,10 @@
 
 -Ddbuspolicydir=/usr/share/dbus-1/system.d
 -Ddefault-hierarchy=hybrid
+-Ddefault-kill-user-processes=false
 -Ddefault-locale=C
--Ddefault-kill-user-processes=false
 -Dfallback-hostname='archlinux'
+-Dnologin-path=/usr/bin/nologin
 -Dntp-servers="${_timeservers[*]}"
 -Ddns-servers="${_nameservers[*]}"
 -Drpmmacrosdir=no


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

2019-11-19 Thread Christian Hesse via arch-commits
Date: Tuesday, November 19, 2019 @ 20:29:01
  Author: eworm
Revision: 369443

upgpkg: systemd 243.162-2

fix versioning with new upstream tags

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-19 18:20:40 UTC (rev 369442)
+++ PKGBUILD2019-11-19 20:29:01 UTC (rev 369443)
@@ -7,7 +7,7 @@
 # Can be from either systemd or systemd-stable
 _commit='e51d9bf9e5ac5a6618c175cd9b5cfdc6733cd5d1'
 pkgver=243.162
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -93,8 +93,10 @@
 pkgver() {
   cd "$pkgbase-stable"
 
+  # TODO: Switch to upstream versioning post v243!
+
   local _version _count
-  _version="$(git describe --abbrev=0 --tags)"
+  _version='v243'
   _count="$(git rev-list --count ${_version}..)"
   printf '%s.%s' "${_version#v}" "${_count}"
 }


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

2019-11-19 Thread Christian Hesse via arch-commits
Date: Tuesday, November 19, 2019 @ 10:43:38
  Author: eworm
Revision: 369431

upgpkg: systemd 243.162-1

new upstream release

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-19 10:20:32 UTC (rev 369430)
+++ PKGBUILD2019-11-19 10:43:38 UTC (rev 369431)
@@ -5,9 +5,9 @@
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 # Can be from either systemd or systemd-stable
-_commit='ef677436aa203c24816021dd698b57f219f0ff64'
-pkgver=243.78
-pkgrel=2
+_commit='e51d9bf9e5ac5a6618c175cd9b5cfdc6733cd5d1'
+pkgver=243.162
+pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -62,8 +62,6 @@
 
'209b01b044877cc986757fa4009a92ea98f480306c2530075d153203c3cd2b3afccab6aacc1453dee8857991e04270572f1700310705d7a0f4d5bed27fab8c67')
 
 _backports=(
-  # Revert "sysusers: properly mark generated accounts as locked" 
-  '12c829376a95ee0a734b8dbd347042062516f0a9'
 )
 
 _reverts=(


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

2019-11-05 Thread Christian Hesse via arch-commits
Date: Tuesday, November 5, 2019 @ 09:03:20
  Author: eworm
Revision: 366789

upgpkg: systemd 243.78-2

fix systemd-sysusers (FS#63972)

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-05 08:57:46 UTC (rev 366788)
+++ PKGBUILD2019-11-05 09:03:20 UTC (rev 366789)
@@ -7,7 +7,7 @@
 # Can be from either systemd or systemd-stable
 _commit='ef677436aa203c24816021dd698b57f219f0ff64'
 pkgver=243.78
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -62,6 +62,8 @@
 
'209b01b044877cc986757fa4009a92ea98f480306c2530075d153203c3cd2b3afccab6aacc1453dee8857991e04270572f1700310705d7a0f4d5bed27fab8c67')
 
 _backports=(
+  # Revert "sysusers: properly mark generated accounts as locked" 
+  '12c829376a95ee0a734b8dbd347042062516f0a9'
 )
 
 _reverts=(


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

2019-10-19 Thread Christian Hesse via arch-commits
Date: Saturday, October 19, 2019 @ 20:54:41
  Author: eworm
Revision: 365219

upgpkg: systemd 243.78-1

new upstream release

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-19 17:09:04 UTC (rev 365218)
+++ PKGBUILD2019-10-19 20:54:41 UTC (rev 365219)
@@ -5,8 +5,8 @@
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 # Can be from either systemd or systemd-stable
-_commit='fab6f010ac6c3bc93a10868de722d7c8c3622eb9'
-pkgver=243.51
+_commit='ef677436aa203c24816021dd698b57f219f0ff64'
+pkgver=243.78
 pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'


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

2019-10-06 Thread Christian Hesse via arch-commits
Date: Sunday, October 6, 2019 @ 19:01:45
  Author: eworm
Revision: 363976

base group removal

... and also base-devel, as base depends on systemd.

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |2 --
 1 file changed, 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-06 18:59:24 UTC (rev 363975)
+++ PKGBUILD2019-10-06 19:01:45 UTC (rev 363976)
@@ -148,7 +148,6 @@
 package_systemd() {
   pkgdesc='system and service manager'
   license=('GPL2' 'LGPL2.1')
-  groups=('base-devel')
   depends=('acl' 'bash' 'cryptsetup' 'dbus' 'iptables' 'kbd' 'kmod' 'hwids' 
'libcap'
'libgcrypt' 'systemd-libs' 'libidn2' 'libidn2.so' 'lz4' 'pam' 
'libelf'
'libseccomp' 'util-linux' 'xz' 'pcre2' 'audit')
@@ -260,7 +259,6 @@
 package_systemd-sysvcompat() {
   pkgdesc='sysvinit compat for systemd'
   license=('GPL2')
-  groups=('base')
   conflicts=('sysvinit')
   depends=('systemd')
 


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

2019-09-22 Thread Christian Hesse via arch-commits
Date: Sunday, September 22, 2019 @ 18:59:52
  Author: eworm
Revision: 363255

upgpkg: systemd 243.51-1

new commits in upstream repository

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-22 17:42:02 UTC (rev 363254)
+++ PKGBUILD2019-09-22 18:59:52 UTC (rev 363255)
@@ -5,8 +5,8 @@
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 # Can be from either systemd or systemd-stable
-_commit='efb536d0cbe2e58f80e501d1928c75e08f6a'
-pkgver=243.0
+_commit='fab6f010ac6c3bc93a10868de722d7c8c3622eb9'
+pkgver=243.51
 pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'


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

2019-09-03 Thread Christian Hesse via arch-commits
Date: Tuesday, September 3, 2019 @ 10:14:00
  Author: eworm
Revision: 361520

upgpkg: systemd 243.0-1

fix conflicting file with package filesystem

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-03 10:01:03 UTC (rev 361519)
+++ PKGBUILD2019-09-03 10:14:00 UTC (rev 361520)
@@ -194,8 +194,9 @@
   rm "$pkgdir"/usr/{bin/resolvconf,share/man/man1/resolvconf.1}
 
   # avoid a potential conflict with [core]/filesystem
-  rm "$pkgdir"/usr/share/factory/etc/nsswitch.conf
-  sed -i '/^C \/etc\/nsswitch\.conf/d' "$pkgdir"/usr/lib/tmpfiles.d/etc.conf
+  rm "$pkgdir"/usr/share/factory/etc/{issue,nsswitch.conf}
+  sed -i -e '/^C \/etc\/nsswitch\.conf/d' \
+-e '/^C \/etc\/issue/d' "$pkgdir"/usr/lib/tmpfiles.d/etc.conf
 
   # add back tmpfiles.d/legacy.conf, normally omitted without sysv-compat
   install -m0644 $pkgbase-stable/tmpfiles.d/legacy.conf 
"$pkgdir"/usr/lib/tmpfiles.d


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

2019-07-20 Thread Christian Hesse via arch-commits
Date: Saturday, July 20, 2019 @ 19:59:11
  Author: eworm
Revision: 358458

upgpkg: systemd 242.84-1

new commit in upstream stable repository

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |   16 +++-
 1 file changed, 3 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-20 15:33:09 UTC (rev 358457)
+++ PKGBUILD2019-07-20 19:59:11 UTC (rev 358458)
@@ -5,9 +5,9 @@
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 # Can be from either systemd or systemd-stable
-_commit='572385e13566f9ca442ee3b46742159b905b4712'
-pkgver=242.32
-pkgrel=3
+_commit='9d34e79ae8ef891adf3757f9248566def70471ad'
+pkgver=242.84
+pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -84,18 +84,8 @@
   # network: do not send ipv6 token to kernel
   '9f6e82e6eb3b6e73d66d00d1d6eee60691fb702f'
 
-  # core: set fs.file-max sysctl to LONG_MAX rather than ULONG_MAX
-  '6e2f78948403a4cce45b9e34311c9577c624f066'
-
   # cgroup-util: kill also threads
   'e48fcfef06d81bf08607d3c1657fdc6aa1e9a6ee'
-
-  # random-util: rename "err" to "success"
-  '328f850e36e86d14ab06d11fa8f2397e9575a7f9'
-  # util-lib: fix a typo in rdrand
-  '7f2cdceaed4d37c4e601e531c7d863fca1bd1460'
-  # random-util: eat up bad RDRAND values seen on AMD CPUs
-  '1c53d4a070edbec8ad2d384ba0014d0eb6bae077'
 )
 
 _reverts=(


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

2019-07-08 Thread Christian Hesse via arch-commits
Date: Monday, July 8, 2019 @ 20:25:22
  Author: eworm
Revision: 357406

upgpkg: systemd 242.32-3

fix issues with random generator on AMD CPUs

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-08 19:48:31 UTC (rev 357405)
+++ PKGBUILD2019-07-08 20:25:22 UTC (rev 357406)
@@ -7,7 +7,7 @@
 # Can be from either systemd or systemd-stable
 _commit='572385e13566f9ca442ee3b46742159b905b4712'
 pkgver=242.32
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -89,6 +89,13 @@
 
   # cgroup-util: kill also threads
   'e48fcfef06d81bf08607d3c1657fdc6aa1e9a6ee'
+
+  # random-util: rename "err" to "success"
+  '328f850e36e86d14ab06d11fa8f2397e9575a7f9'
+  # util-lib: fix a typo in rdrand
+  '7f2cdceaed4d37c4e601e531c7d863fca1bd1460'
+  # random-util: eat up bad RDRAND values seen on AMD CPUs
+  '1c53d4a070edbec8ad2d384ba0014d0eb6bae077'
 )
 
 _reverts=(


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

2019-07-01 Thread Christian Hesse via arch-commits
Date: Monday, July 1, 2019 @ 14:14:26
  Author: eworm
Revision: 357205

upgpkg: systemd 242.32-2

more backports

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-01 14:02:56 UTC (rev 357204)
+++ PKGBUILD2019-07-01 14:14:26 UTC (rev 357205)
@@ -7,7 +7,7 @@
 # Can be from either systemd or systemd-stable
 _commit='572385e13566f9ca442ee3b46742159b905b4712'
 pkgver=242.32
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -83,6 +83,12 @@
 
   # network: do not send ipv6 token to kernel
   '9f6e82e6eb3b6e73d66d00d1d6eee60691fb702f'
+
+  # core: set fs.file-max sysctl to LONG_MAX rather than ULONG_MAX
+  '6e2f78948403a4cce45b9e34311c9577c624f066'
+
+  # cgroup-util: kill also threads
+  'e48fcfef06d81bf08607d3c1657fdc6aa1e9a6ee'
 )
 
 _reverts=(


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

2019-06-29 Thread Christian Hesse via arch-commits
Date: Saturday, June 29, 2019 @ 11:53:48
  Author: eworm
Revision: 357052

upgpkg: systemd 242.32-1

new commit in upstream stable repository

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-29 11:52:31 UTC (rev 357051)
+++ PKGBUILD2019-06-29 11:53:48 UTC (rev 357052)
@@ -6,7 +6,7 @@
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 # Can be from either systemd or systemd-stable
 _commit='572385e13566f9ca442ee3b46742159b905b4712'
-pkgver=242.29
+pkgver=242.32
 pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'


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

2019-06-29 Thread Christian Hesse via arch-commits
Date: Saturday, June 29, 2019 @ 11:52:31
  Author: eworm
Revision: 357051

upgpkg: systemd 242.29-1

new commits in upstream stable repository

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-29 10:07:11 UTC (rev 357050)
+++ PKGBUILD2019-06-29 11:52:31 UTC (rev 357051)
@@ -5,9 +5,9 @@
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 # Can be from either systemd or systemd-stable
-_commit='298d13df7ef1097fa4801de573f668cef23a22b3'
+_commit='572385e13566f9ca442ee3b46742159b905b4712'
 pkgver=242.29
-pkgrel=3
+pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -81,8 +81,6 @@
   # network: bump MTU bytes only when MTUByte= is not set
   'f6fcc1c2a41eae749467de58453174296b635a69'
 
-  # networkd: fix link_up() (#12505)
-  '4eb086a38712ea98faf41e075b84555b11b54362'
   # network: do not send ipv6 token to kernel
   '9f6e82e6eb3b6e73d66d00d1d6eee60691fb702f'
 )


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

2019-06-21 Thread Christian Hesse via arch-commits
Date: Friday, June 21, 2019 @ 07:41:08
  Author: eworm
Revision: 356665

upgpkg: systemd 242.29-3

prepare for linux 5.2, fix link up in networkd

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 07:22:06 UTC (rev 356664)
+++ PKGBUILD2019-06-21 07:41:08 UTC (rev 356665)
@@ -7,7 +7,7 @@
 # Can be from either systemd or systemd-stable
 _commit='298d13df7ef1097fa4801de573f668cef23a22b3'
 pkgver=242.29
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -80,6 +80,11 @@
   '933c70a0a4e4fac47d18e0348ae97ee3d48dc139'
   # network: bump MTU bytes only when MTUByte= is not set
   'f6fcc1c2a41eae749467de58453174296b635a69'
+
+  # networkd: fix link_up() (#12505)
+  '4eb086a38712ea98faf41e075b84555b11b54362'
+  # network: do not send ipv6 token to kernel
+  '9f6e82e6eb3b6e73d66d00d1d6eee60691fb702f'
 )
 
 _reverts=(


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

2019-06-10 Thread Christian Hesse via arch-commits
Date: Monday, June 10, 2019 @ 21:31:25
  Author: eworm
Revision: 355598

upgpkg: systemd 242.29-2

libnftnl 1.1.3 + iptables 1.8.3 rebuild

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-10 21:12:24 UTC (rev 355597)
+++ PKGBUILD2019-06-10 21:31:25 UTC (rev 355598)
@@ -7,7 +7,7 @@
 # Can be from either systemd or systemd-stable
 _commit='298d13df7ef1097fa4801de573f668cef23a22b3'
 pkgver=242.29
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -80,8 +80,6 @@
   '933c70a0a4e4fac47d18e0348ae97ee3d48dc139'
   # network: bump MTU bytes only when MTUByte= is not set
   'f6fcc1c2a41eae749467de58453174296b635a69'
-  # test-network: adjust mtu
-  '7d7be1b9d8c17b5c4a41d72b6169a1f0270dc7b8'
 )
 
 _reverts=(


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

2019-06-10 Thread Christian Hesse via arch-commits
Date: Monday, June 10, 2019 @ 21:12:24
  Author: eworm
Revision: 355597

more network fixes

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 1 file changed, 10 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-10 19:47:24 UTC (rev 355596)
+++ PKGBUILD2019-06-10 21:12:24 UTC (rev 355597)
@@ -72,6 +72,16 @@
   '51aba17b88617515e037e8985d3a4ea871ac47fe'
   # network: fix assertion when link get carrier
   'b9ea3d2e47b3741f3f46ba9c5e19640136933b71'
+
+  # network: do not use ordered_set_printf() for DOMAINS= or ROUTE_DOMAINS=
+  'fe0e16db093a7da09fcb52a2bc7017197047443d'
+
+  # network: honor MTUBytes= setting
+  '933c70a0a4e4fac47d18e0348ae97ee3d48dc139'
+  # network: bump MTU bytes only when MTUByte= is not set
+  'f6fcc1c2a41eae749467de58453174296b635a69'
+  # test-network: adjust mtu
+  '7d7be1b9d8c17b5c4a41d72b6169a1f0270dc7b8'
 )
 
 _reverts=(


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

2019-05-10 Thread Christian Hesse via arch-commits
Date: Friday, May 10, 2019 @ 20:34:51
  Author: eworm
Revision: 352829

upgpkg: systemd 242.29-1

* new commits in upstream stable repository
* fix network link state issue (FS#62483)

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-10 20:18:11 UTC (rev 352828)
+++ PKGBUILD2019-05-10 20:34:51 UTC (rev 352829)
@@ -5,8 +5,8 @@
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 # Can be from either systemd or systemd-stable
-_commit='db2e367bfc3b119609f837eb973d915f6c550b2f'
-pkgver=242.19
+_commit='298d13df7ef1097fa4801de573f668cef23a22b3'
+pkgver=242.29
 pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
@@ -67,6 +67,11 @@
 
   # network: logs link state change
   '0beb9542e90ab1c5d1507a1046a326fbcf73861c'
+
+  # network: drop invalid assertion
+  '51aba17b88617515e037e8985d3a4ea871ac47fe'
+  # network: fix assertion when link get carrier
+  'b9ea3d2e47b3741f3f46ba9c5e19640136933b71'
 )
 
 _reverts=(


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

2019-04-29 Thread Christian Hesse via arch-commits
Date: Monday, April 29, 2019 @ 13:32:25
  Author: eworm
Revision: 352229

upgpkg: systemd 242.19-1

new commits in upstream stable repository

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |8 ++--
 1 file changed, 2 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-29 11:32:41 UTC (rev 352228)
+++ PKGBUILD2019-04-29 13:32:25 UTC (rev 352229)
@@ -5,8 +5,8 @@
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 # Can be from either systemd or systemd-stable
-_commit='7a6d834c0104304f506852eddc25b22e1ce65e3b'
-pkgver=242.16
+_commit='db2e367bfc3b119609f837eb973d915f6c550b2f'
+pkgver=242.19
 pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
@@ -67,10 +67,6 @@
 
   # network: logs link state change
   '0beb9542e90ab1c5d1507a1046a326fbcf73861c'
-  # network: prevent interfaces to be initialized multiple times
-  'bd08ce56156751d58584a44e766ef61340cdae2d'
-  # network: fix ref/unref logic for Link object
-  '5f707e1280d7c66d3adcffd47a23ad446257f355'
 )
 
 _reverts=(


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

2019-04-26 Thread Christian Hesse via arch-commits
Date: Friday, April 26, 2019 @ 09:45:53
  Author: eworm
Revision: 352139

upgpkg: systemd 242.16-1

new commits in upstream stable repository

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-26 08:42:36 UTC (rev 352138)
+++ PKGBUILD2019-04-26 09:45:53 UTC (rev 352139)
@@ -5,9 +5,9 @@
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 # Can be from either systemd or systemd-stable
-_commit='1e5d2d656420d0e755dbcf72aeba3c3aba54e956'
-pkgver=242.0
-pkgrel=3
+_commit='7a6d834c0104304f506852eddc25b22e1ce65e3b'
+pkgver=242.16
+pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -62,8 +62,6 @@
 
'209b01b044877cc986757fa4009a92ea98f480306c2530075d153203c3cd2b3afccab6aacc1453dee8857991e04270572f1700310705d7a0f4d5bed27fab8c67')
 
 _backports=(
-  # socket-util: make sure accept_flush() doesn't hang on EOPNOTSUPP
-  'f3d75364fbebf2ddb6393e54db5e10b6f6234e14'
   # basic/socket-util: put a limit on the loop to flush connections
   '67962036f6c6cfd34828c1f1f1fbdc0018fb9898'
 


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

2019-04-25 Thread Christian Hesse via arch-commits
Date: Thursday, April 25, 2019 @ 13:13:04
  Author: eworm
Revision: 352121

upgpkg: systemd 242.0-3

network: prevent interfaces to be initialized multiple times (FS#62347)

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-25 12:09:46 UTC (rev 352120)
+++ PKGBUILD2019-04-25 13:13:04 UTC (rev 352121)
@@ -7,7 +7,7 @@
 # Can be from either systemd or systemd-stable
 _commit='1e5d2d656420d0e755dbcf72aeba3c3aba54e956'
 pkgver=242.0
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -66,6 +66,13 @@
   'f3d75364fbebf2ddb6393e54db5e10b6f6234e14'
   # basic/socket-util: put a limit on the loop to flush connections
   '67962036f6c6cfd34828c1f1f1fbdc0018fb9898'
+
+  # network: logs link state change
+  '0beb9542e90ab1c5d1507a1046a326fbcf73861c'
+  # network: prevent interfaces to be initialized multiple times
+  'bd08ce56156751d58584a44e766ef61340cdae2d'
+  # network: fix ref/unref logic for Link object
+  '5f707e1280d7c66d3adcffd47a23ad446257f355'
 )
 
 _reverts=(


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

2019-04-25 Thread Christian Hesse via arch-commits
Date: Thursday, April 25, 2019 @ 12:09:35
  Author: eworm
Revision: 352119

upgpkg: systemd 242.0-2

try to fix unbootable system when using mkinitcpio 'systemd' hook (FS#62450)

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-25 11:29:11 UTC (rev 352118)
+++ PKGBUILD2019-04-25 12:09:35 UTC (rev 352119)
@@ -7,7 +7,7 @@
 # Can be from either systemd or systemd-stable
 _commit='1e5d2d656420d0e755dbcf72aeba3c3aba54e956'
 pkgver=242.0
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -62,6 +62,10 @@
 
'209b01b044877cc986757fa4009a92ea98f480306c2530075d153203c3cd2b3afccab6aacc1453dee8857991e04270572f1700310705d7a0f4d5bed27fab8c67')
 
 _backports=(
+  # socket-util: make sure accept_flush() doesn't hang on EOPNOTSUPP
+  'f3d75364fbebf2ddb6393e54db5e10b6f6234e14'
+  # basic/socket-util: put a limit on the loop to flush connections
+  '67962036f6c6cfd34828c1f1f1fbdc0018fb9898'
 )
 
 _reverts=(
@@ -78,9 +82,11 @@
 
   local _c
   for _c in "${_backports[@]}"; do
+git log --oneline -1 "${_c}"
 git cherry-pick -n "${_c}"
   done
   for _c in "${_reverts[@]}"; do
+git log --oneline -1 "${_c}"
 git revert -n "${_c}"
   done
 


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

2019-04-11 Thread Christian Hesse via arch-commits
Date: Thursday, April 11, 2019 @ 18:51:54
  Author: eworm
Revision: 350580

upgpkg: systemd 242.0-1

new upstream release

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 11:53:51 UTC (rev 350579)
+++ PKGBUILD2019-04-11 18:51:54 UTC (rev 350580)
@@ -5,8 +5,8 @@
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 # Can be from either systemd or systemd-stable
-_commit='3d835d09f29151c97af7cb1116e192df711587ab'
-pkgver=241.93
+_commit='1e5d2d656420d0e755dbcf72aeba3c3aba54e956'
+pkgver=242.0
 pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'


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

2019-04-09 Thread Christian Hesse via arch-commits
Date: Tuesday, April 9, 2019 @ 10:46:16
  Author: eworm
Revision: 350448

upgpkg: systemd 241.93-1

new commits in upstream stable repository

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 10:40:22 UTC (rev 350447)
+++ PKGBUILD2019-04-09 10:46:16 UTC (rev 350448)
@@ -5,8 +5,8 @@
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 # Can be from either systemd or systemd-stable
-_commit='335c248f0a0df88dffdc8f7e5e5695312a7d81aa'
-pkgver=241.72
+_commit='3d835d09f29151c97af7cb1116e192df711587ab'
+pkgver=241.93
 pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'


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

2019-04-09 Thread Christian Hesse via arch-commits
Date: Tuesday, April 9, 2019 @ 10:00:19
  Author: eworm
Revision: 350439

upgpkg: systemd 241.72-1

new commits in upstream stable repository

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 09:19:15 UTC (rev 350438)
+++ PKGBUILD2019-04-09 10:00:19 UTC (rev 350439)
@@ -5,8 +5,8 @@
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 # Can be from either systemd or systemd-stable
-_commit='cbf14c9500d5e6820fd7d96166ca0bf75c6850df'
-pkgver=241.67
+_commit='335c248f0a0df88dffdc8f7e5e5695312a7d81aa'
+pkgver=241.72
 pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'


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

2019-03-29 Thread Christian Hesse via arch-commits
Date: Friday, March 29, 2019 @ 20:08:19
  Author: eworm
Revision: 349419

upgpkg: systemd 241.67-1

new commits in upstream stable branch

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-29 18:23:36 UTC (rev 349418)
+++ PKGBUILD2019-03-29 20:08:19 UTC (rev 349419)
@@ -5,9 +5,9 @@
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 # Can be from either systemd or systemd-stable
-_commit='a09c170122cf3b37c3e4431bf082f9dbdc07fc70'
-pkgver=241.7
-pkgrel=2
+_commit='cbf14c9500d5e6820fd7d96166ca0bf75c6850df'
+pkgver=241.67
+pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'


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

2019-02-20 Thread Christian Hesse via arch-commits
Date: Wednesday, February 20, 2019 @ 13:45:12
  Author: eworm
Revision: 346575

upgpkg: systemd 241.7-2

update backup files

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-20 10:50:37 UTC (rev 346574)
+++ PKGBUILD2019-02-20 13:45:12 UTC (rev 346575)
@@ -7,7 +7,7 @@
 # Can be from either systemd or systemd-stable
 _commit='a09c170122cf3b37c3e4431bf082f9dbdc07fc70'
 pkgver=241.7
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -163,9 +163,11 @@
   etc/systemd/journal-remote.conf
   etc/systemd/journal-upload.conf
   etc/systemd/logind.conf
+  etc/systemd/networkd.conf
+  etc/systemd/resolved.conf
+  etc/systemd/sleep.conf
   etc/systemd/system.conf
   etc/systemd/timesyncd.conf
-  etc/systemd/resolved.conf
   etc/systemd/user.conf
   etc/udev/udev.conf)
   install=systemd.install


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

2019-02-20 Thread Christian Hesse via arch-commits
Date: Wednesday, February 20, 2019 @ 10:50:18
  Author: eworm
Revision: 346573

upgpkg: systemd 241.7-1

new upstream stable commits

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-20 10:37:45 UTC (rev 346572)
+++ PKGBUILD2019-02-20 10:50:18 UTC (rev 346573)
@@ -5,8 +5,8 @@
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 # Can be from either systemd or systemd-stable
-_commit='e62a7fea757f259eb330da5b6d3ab4ede46400a2'
-pkgver=241.0
+_commit='a09c170122cf3b37c3e4431bf082f9dbdc07fc70'
+pkgver=241.7
 pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'


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

2019-02-14 Thread Christian Hesse via arch-commits
Date: Thursday, February 14, 2019 @ 14:14:44
  Author: eworm
Revision: 346269

upgpkg: systemd 241.0-1

new upstream release

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-14 13:41:22 UTC (rev 346268)
+++ PKGBUILD2019-02-14 14:14:44 UTC (rev 346269)
@@ -5,9 +5,9 @@
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 # Can be from either systemd or systemd-stable
-_commit='0430af90ef28a229e51136ad364e1da7e76c8638'
-pkgver=240.95
-pkgrel=2
+_commit='e62a7fea757f259eb330da5b6d3ab4ede46400a2'
+pkgver=241.0
+pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -62,8 +62,6 @@
 
'209b01b044877cc986757fa4009a92ea98f480306c2530075d153203c3cd2b3afccab6aacc1453dee8857991e04270572f1700310705d7a0f4d5bed27fab8c67')
 
 _backports=(
-  # https://github.com/systemd/systemd/issues/11259
-  '8ca9e92c742602b8bcd431001e6f5b78c28c184f'
 )
 
 _reverts=(
@@ -116,8 +114,7 @@
   )
 
   local _meson_options=(
-# TODO: enable for v241
-#-Dversion-tag="${pkgver}-${pkgrel}-arch"
+-Dversion-tag="${pkgver}-${pkgrel}-arch"
 
 -Dgnu-efi=true
 -Dima=false


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

2019-02-12 Thread Christian Hesse via arch-commits
Date: Tuesday, February 12, 2019 @ 17:03:03
  Author: eworm
Revision: 346132

upgpkg: systemd 240.95-2

Rename libsystemd to systemd-libs:
 * there's more than just libsystemd
 * match all packages with pattern systemd*
 * naming consistency in repositories (gcc-libs, llvm-libs, boost-libs, 
mariadb-libs, ...)

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |   23 ++-
 1 file changed, 14 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-12 14:11:51 UTC (rev 346131)
+++ PKGBUILD2019-02-12 17:03:03 UTC (rev 346132)
@@ -3,11 +3,11 @@
 # Maintainer: Tom Gundersen 
 
 pkgbase=systemd
-pkgname=('systemd' 'libsystemd' 'systemd-resolvconf' 'systemd-sysvcompat')
+pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 # Can be from either systemd or systemd-stable
 _commit='0430af90ef28a229e51136ad364e1da7e76c8638'
 pkgver=240.95
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -116,6 +116,9 @@
   )
 
   local _meson_options=(
+# TODO: enable for v241
+#-Dversion-tag="${pkgver}-${pkgrel}-arch"
+
 -Dgnu-efi=true
 -Dima=false
 -Dlibidn2=true
@@ -147,7 +150,7 @@
   license=('GPL2' 'LGPL2.1')
   groups=('base-devel')
   depends=('acl' 'bash' 'cryptsetup' 'dbus' 'iptables' 'kbd' 'kmod' 'hwids' 
'libcap'
-   'libgcrypt' 'libsystemd' 'libidn2' 'libidn2.so' 'lz4' 'pam' 'libelf'
+   'libgcrypt' 'systemd-libs' 'libidn2' 'libidn2.so' 'lz4' 'pam' 
'libelf'
'libseccomp' 'util-linux' 'xz' 'pcre2' 'audit')
   provides=('nss-myhostname' "systemd-tools=$pkgver" "udev=$pkgver")
   replaces=('nss-myhostname' 'systemd-tools' 'udev')
@@ -179,9 +182,9 @@
   # we'll create this on installation
   rmdir "$pkgdir"/var/log/journal/remote
 
-  # runtime libraries shipped with libsystemd
-  install -d -m0755 libsystemd
-  mv "$pkgdir"/usr/lib/lib{nss,systemd,udev}*.so* libsystemd
+  # runtime libraries shipped with systemd-libs
+  install -d -m0755 systemd-libs
+  mv "$pkgdir"/usr/lib/lib{nss,systemd,udev}*.so* systemd-libs
 
   # manpages shipped with systemd-sysvcompat
   rm 
"$pkgdir"/usr/share/man/man8/{halt,poweroff,reboot,runlevel,shutdown,telinit}.8
@@ -229,14 +232,16 @@
   install -D -m0644 systemd-user.pam "$pkgdir"/etc/pam.d/systemd-user
 }
 
-package_libsystemd() {
+package_systemd-libs() {
   pkgdesc='systemd client libraries'
   depends=('glibc' 'libcap' 'libgcrypt' 'lz4' 'xz')
   license=('LGPL2.1')
-  provides=('libsystemd.so' 'libudev.so')
+  provides=('libsystemd' 'libsystemd.so' 'libudev.so')
+  conflicts=('libsystemd')
+  replaces=('libsystemd')
 
   install -d -m0755 "$pkgdir"/usr
-  mv libsystemd "$pkgdir"/usr/lib
+  mv systemd-libs "$pkgdir"/usr/lib
 }
 
 package_systemd-resolvconf() {


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

2019-02-11 Thread Christian Hesse via arch-commits
Date: Monday, February 11, 2019 @ 20:47:08
  Author: eworm
Revision: 346006

upgpkg: systemd 240.95-1

pull in latest stable commits

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-11 20:36:20 UTC (rev 346005)
+++ PKGBUILD2019-02-11 20:47:08 UTC (rev 346006)
@@ -5,9 +5,9 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-resolvconf' 'systemd-sysvcompat')
 # Can be from either systemd or systemd-stable
-_commit='8eeacf9b14ca852fabe71f98caef5c463dceec1a'
-pkgver=240.93
-pkgrel=3
+_commit='0430af90ef28a229e51136ad364e1da7e76c8638'
+pkgver=240.95
+pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'


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

2019-02-11 Thread Evangelos Foutras via arch-commits
Date: Monday, February 11, 2019 @ 20:21:23
  Author: foutrelis
Revision: 346000

upgpkg: systemd 240.93-3

Add libidn2.so sodep to help prevent partial upgrades breaking boot.

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-11 20:17:55 UTC (rev 345999)
+++ PKGBUILD2019-02-11 20:21:23 UTC (rev 346000)
@@ -7,7 +7,7 @@
 # Can be from either systemd or systemd-stable
 _commit='8eeacf9b14ca852fabe71f98caef5c463dceec1a'
 pkgver=240.93
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -147,8 +147,8 @@
   license=('GPL2' 'LGPL2.1')
   groups=('base-devel')
   depends=('acl' 'bash' 'cryptsetup' 'dbus' 'iptables' 'kbd' 'kmod' 'hwids' 
'libcap'
-   'libgcrypt' 'libsystemd' 'libidn2' 'lz4' 'pam' 'libelf' 'libseccomp'
-   'util-linux' 'xz' 'pcre2' 'audit')
+   'libgcrypt' 'libsystemd' 'libidn2' 'libidn2.so' 'lz4' 'pam' 'libelf'
+   'libseccomp' 'util-linux' 'xz' 'pcre2' 'audit')
   provides=('nss-myhostname' "systemd-tools=$pkgver" "udev=$pkgver")
   replaces=('nss-myhostname' 'systemd-tools' 'udev')
   conflicts=('nss-myhostname' 'systemd-tools' 'udev')


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

2019-02-09 Thread Evangelos Foutras via arch-commits
Date: Sunday, February 10, 2019 @ 02:43:18
  Author: foutrelis
Revision: 345803

libidn2 2.1.1 rebuild

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-10 02:29:59 UTC (rev 345802)
+++ PKGBUILD2019-02-10 02:43:18 UTC (rev 345803)
@@ -7,7 +7,7 @@
 # Can be from either systemd or systemd-stable
 _commit='8eeacf9b14ca852fabe71f98caef5c463dceec1a'
 pkgver=240.93
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'


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

2019-02-07 Thread Christian Hesse via arch-commits
Date: Thursday, February 7, 2019 @ 19:09:14
  Author: eworm
Revision: 345617

upgpkg: systemd 240.93-1

new commits in upstream stable branch

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-07 18:52:51 UTC (rev 345616)
+++ PKGBUILD2019-02-07 19:09:14 UTC (rev 345617)
@@ -5,9 +5,9 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-resolvconf' 'systemd-sysvcompat')
 # Can be from either systemd or systemd-stable
-_commit='f02b5472c6f0c41e5dc8dc2c84590866baf937ff'
-pkgver=240.34
-pkgrel=3
+_commit='8eeacf9b14ca852fabe71f98caef5c463dceec1a'
+pkgver=240.93
+pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -64,9 +64,6 @@
 _backports=(
   # https://github.com/systemd/systemd/issues/11259
   '8ca9e92c742602b8bcd431001e6f5b78c28c184f'
-
-  # https://github.com/systemd/systemd/issues/11314
-  'ee0b9e721a368742ac6fa9c3d9a33e45dc3203a2'
 )
 
 _reverts=(


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

2019-01-13 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 13, 2019 @ 20:49:57
  Author: foutrelis
Revision: 343992

libidn2 2.1.0 rebuild

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-13 20:25:22 UTC (rev 343991)
+++ PKGBUILD2019-01-13 20:49:57 UTC (rev 343992)
@@ -7,7 +7,7 @@
 # Can be from either systemd or systemd-stable
 _commit='f02b5472c6f0c41e5dc8dc2c84590866baf937ff'
 pkgver=240.34
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'


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

2019-01-11 Thread Christian Hesse via arch-commits
Date: Friday, January 11, 2019 @ 22:37:07
  Author: eworm
Revision: 343698

upgpkg: systemd 240.34-2

* drop dbus change reverted upstream
* backport udev fix

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-11 22:15:13 UTC (rev 343697)
+++ PKGBUILD2019-01-11 22:37:07 UTC (rev 343698)
@@ -7,7 +7,7 @@
 # Can be from either systemd or systemd-stable
 _commit='f02b5472c6f0c41e5dc8dc2c84590866baf937ff'
 pkgver=240.34
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -65,8 +65,8 @@
   # https://github.com/systemd/systemd/issues/11259
   '8ca9e92c742602b8bcd431001e6f5b78c28c184f'
 
-  # https://github.com/systemd/systemd/issues/11293
-  '69bd76f2b90cd00c1596b2e2c05845a4d9596fd2'
+  # https://github.com/systemd/systemd/issues/11314
+  'ee0b9e721a368742ac6fa9c3d9a33e45dc3203a2'
 )
 
 _reverts=(


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

2019-01-11 Thread Christian Hesse via arch-commits
Date: Friday, January 11, 2019 @ 12:48:08
  Author: eworm
Revision: 343612

upgpkg: systemd 240.34-1

new commits in stable repository

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |   20 +++-
 1 file changed, 3 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-11 12:01:27 UTC (rev 343611)
+++ PKGBUILD2019-01-11 12:48:08 UTC (rev 343612)
@@ -5,9 +5,9 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-resolvconf' 'systemd-sysvcompat')
 # Can be from either systemd or systemd-stable
-_commit='1742aae2aa8cd33897250d6fcfbe10928e43eb2f'
-pkgver=240.0
-pkgrel=3
+_commit='f02b5472c6f0c41e5dc8dc2c84590866baf937ff'
+pkgver=240.34
+pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -62,24 +62,10 @@
 
'209b01b044877cc986757fa4009a92ea98f480306c2530075d153203c3cd2b3afccab6aacc1453dee8857991e04270572f1700310705d7a0f4d5bed27fab8c67')
 
 _backports=(
-  # https://github.com/systemd/systemd/issues/11277
-  'b261494128e60dd3168e0ea961606ec4f39c5739'
-  'ff86c92e3043f71fc801cf687600a480ee8f6778'
-
-  # https://github.com/systemd/systemd/issues/11264
-  '577ab71c58d36bc8577d15f172a306c9c05cd2f4'
-
-  # https://github.com/systemd/systemd/issues/11251
-  '7334ade4a7e103b1a01d1c8fe1ea7c7a854a1c31'
-
-  # https://github.com/systemd/systemd/issues/11255
-  'adeb26c1affd09138bb96a9e25b795d146e64c97'
-
   # https://github.com/systemd/systemd/issues/11259
   '8ca9e92c742602b8bcd431001e6f5b78c28c184f'
 
   # https://github.com/systemd/systemd/issues/11293
-  '00efd4988b8e4a147f96337de32e54925640f0b7'
   '69bd76f2b90cd00c1596b2e2c05845a4d9596fd2'
 )
 


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

2019-01-07 Thread Dave Reisner via arch-commits
Date: Tuesday, January 8, 2019 @ 01:21:47
  Author: dreisner
Revision: 343093

upgpkg: systemd 240.0-3

- Force default locale of C -- this isn't strictly needed until 241, but I'll
  probably forget by then.
- backport official fixes for reverting removal of DBUS_SESSION_BUS_ADDRESS

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 23:43:22 UTC (rev 343092)
+++ PKGBUILD2019-01-08 01:21:47 UTC (rev 343093)
@@ -7,7 +7,7 @@
 # Can be from either systemd or systemd-stable
 _commit='1742aae2aa8cd33897250d6fcfbe10928e43eb2f'
 pkgver=240.0
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -77,13 +77,13 @@
 
   # https://github.com/systemd/systemd/issues/11259
   '8ca9e92c742602b8bcd431001e6f5b78c28c184f'
+
+  # https://github.com/systemd/systemd/issues/11293
+  '00efd4988b8e4a147f96337de32e54925640f0b7'
+  '69bd76f2b90cd00c1596b2e2c05845a4d9596fd2'
 )
 
 _reverts=(
-  # Lots of things still expect to find the session bus through environment.
-  # This will likely end up being reverted upstream in systemd.
-  # https://github.com/systemd/systemd/issues/11293
-  '2b2b7228bffef626fe8e9f131095995f3d50ee3b'
 )
 
 prepare() {
@@ -139,8 +139,8 @@
 -Dlz4=true
 
 -Ddbuspolicydir=/usr/share/dbus-1/system.d
-# TODO(dreisner): consider changing this to unified
 -Ddefault-hierarchy=hybrid
+-Ddefault-locale=C
 -Ddefault-kill-user-processes=false
 -Dfallback-hostname='archlinux'
 -Dntp-servers="${_timeservers[*]}"


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

2019-01-05 Thread Dave Reisner via arch-commits
Date: Saturday, January 5, 2019 @ 16:48:27
  Author: dreisner
Revision: 343019

Specify that systemd-resolvconf only works with systemd-resolved (FS#59722)

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-05 16:27:14 UTC (rev 343018)
+++ PKGBUILD2019-01-05 16:48:27 UTC (rev 343019)
@@ -257,7 +257,7 @@
 }
 
 package_systemd-resolvconf() {
-  pkgdesc='systemd resolvconf replacement'
+  pkgdesc='systemd resolvconf replacement (for use with systemd-resolved)'
   license=('LGPL2.1')
   depends=('systemd')
   provides=('openresolv' 'resolvconf')


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

2019-01-05 Thread Dave Reisner via arch-commits
Date: Saturday, January 5, 2019 @ 16:12:15
  Author: dreisner
Revision: 343016

Fix licensing for subpackages (FS#59306)

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-05 15:58:11 UTC (rev 343015)
+++ PKGBUILD2019-01-05 16:12:15 UTC (rev 343016)
@@ -249,7 +249,7 @@
 package_libsystemd() {
   pkgdesc='systemd client libraries'
   depends=('glibc' 'libcap' 'libgcrypt' 'lz4' 'xz')
-  license=('GPL2')
+  license=('LGPL2.1')
   provides=('libsystemd.so' 'libudev.so')
 
   install -d -m0755 "$pkgdir"/usr
@@ -258,7 +258,7 @@
 
 package_systemd-resolvconf() {
   pkgdesc='systemd resolvconf replacement'
-  license=('GPL2')
+  license=('LGPL2.1')
   depends=('systemd')
   provides=('openresolv' 'resolvconf')
   conflicts=('openresolv')


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

2019-01-04 Thread Dave Reisner via arch-commits
Date: Friday, January 4, 2019 @ 15:48:24
  Author: dreisner
Revision: 342956

upgpkg: systemd 240.0-2

- backport a whole slew of fixes

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |   21 -
 1 file changed, 20 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 15:23:37 UTC (rev 342955)
+++ PKGBUILD2019-01-04 15:48:24 UTC (rev 342956)
@@ -7,7 +7,7 @@
 # Can be from either systemd or systemd-stable
 _commit='1742aae2aa8cd33897250d6fcfbe10928e43eb2f'
 pkgver=240.0
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -62,9 +62,28 @@
 
'209b01b044877cc986757fa4009a92ea98f480306c2530075d153203c3cd2b3afccab6aacc1453dee8857991e04270572f1700310705d7a0f4d5bed27fab8c67')
 
 _backports=(
+  # https://github.com/systemd/systemd/issues/11277
+  'b261494128e60dd3168e0ea961606ec4f39c5739'
+  'ff86c92e3043f71fc801cf687600a480ee8f6778'
+
+  # https://github.com/systemd/systemd/issues/11264
+  '577ab71c58d36bc8577d15f172a306c9c05cd2f4'
+
+  # https://github.com/systemd/systemd/issues/11251
+  '7334ade4a7e103b1a01d1c8fe1ea7c7a854a1c31'
+
+  # https://github.com/systemd/systemd/issues/11255
+  'adeb26c1affd09138bb96a9e25b795d146e64c97'
+
+  # https://github.com/systemd/systemd/issues/11259
+  '8ca9e92c742602b8bcd431001e6f5b78c28c184f'
 )
 
 _reverts=(
+  # Lots of things still expect to find the session bus through environment.
+  # This will likely end up being reverted upstream in systemd.
+  # https://github.com/systemd/systemd/issues/11293
+  '2b2b7228bffef626fe8e9f131095995f3d50ee3b'
 )
 
 prepare() {


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

2018-12-23 Thread Dave Reisner via arch-commits
Date: Sunday, December 23, 2018 @ 14:33:07
  Author: dreisner
Revision: 342691

upgpkg: systemd 240.0-1

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-23 08:22:35 UTC (rev 342690)
+++ PKGBUILD2018-12-23 14:33:07 UTC (rev 342691)
@@ -5,8 +5,8 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-resolvconf' 'systemd-sysvcompat')
 # Can be from either systemd or systemd-stable
-_commit='3bf819c4ca718a6bc4b3b871cf52a0d1b518967d'
-pkgver=239.370
+_commit='1742aae2aa8cd33897250d6fcfbe10928e43eb2f'
+pkgver=240.0
 pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'


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

2018-12-17 Thread Christian Hesse via arch-commits
Date: Tuesday, December 18, 2018 @ 07:25:53
  Author: eworm
Revision: 342499

upgpkg: systemd 239.370-1

new commits in upstream stable repository

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-18 02:16:30 UTC (rev 342498)
+++ PKGBUILD2018-12-18 07:25:53 UTC (rev 342499)
@@ -5,8 +5,8 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-resolvconf' 'systemd-sysvcompat')
 # Can be from either systemd or systemd-stable
-_commit='63f95c0297aea62ce47d1389e5221c54992f580e'
-pkgver=239.303
+_commit='3bf819c4ca718a6bc4b3b871cf52a0d1b518967d'
+pkgver=239.370
 pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'


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

2018-11-26 Thread Christian Hesse via arch-commits
Date: Monday, November 26, 2018 @ 13:42:04
  Author: eworm
Revision: 340406

upgpkg: systemd 239.303-1

pushing downstream changes upstream

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 1 file changed, 2 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 11:30:18 UTC (rev 340405)
+++ PKGBUILD2018-11-26 13:42:04 UTC (rev 340406)
@@ -5,8 +5,8 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-resolvconf' 'systemd-sysvcompat')
 # Can be from either systemd or systemd-stable
-_commit='6b4878d667737b523ea251f2d8abde9748bb295e'
-pkgver=239.301
+_commit='63f95c0297aea62ce47d1389e5221c54992f580e'
+pkgver=239.303
 pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
@@ -62,15 +62,9 @@
 
'209b01b044877cc986757fa4009a92ea98f480306c2530075d153203c3cd2b3afccab6aacc1453dee8857991e04270572f1700310705d7a0f4d5bed27fab8c67')
 
 _backports=(
-  # journal: adapt for new improved LZ4_decompress_safe_partial()
-  'e41ef6fd0027d3619dc1cf062100b2d224d0ee7e'
 )
 
 _reverts=(
-  # shared/sleep-config: add switches to kill specific sleep modes
-  '6ebddf92527b5de840f021b8672b2977c2a58af5'
-  # shared/sleep-config: forbid hibernation if resume= is not configured
-  '6789dca0a26df0c44ff8020f0a4206bf21e52a7a'
 )
 
 prepare() {


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

2018-11-26 Thread Christian Hesse via arch-commits
Date: Monday, November 26, 2018 @ 11:29:59
  Author: eworm
Revision: 340404

upgpkg: systemd 239.301-1

pull in latest commit

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 06:36:16 UTC (rev 340403)
+++ PKGBUILD2018-11-26 11:29:59 UTC (rev 340404)
@@ -5,9 +5,9 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-resolvconf' 'systemd-sysvcompat')
 # Can be from either systemd or systemd-stable
-_commit='25d1ba1173e4cce9dab8a2c2164ce60f63fc68a5'
-pkgver=239.300
-pkgrel=2
+_commit='6b4878d667737b523ea251f2d8abde9748bb295e'
+pkgver=239.301
+pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'


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

2018-11-14 Thread Christian Hesse via arch-commits
Date: Wednesday, November 14, 2018 @ 12:50:27
  Author: eworm
Revision: 339680

upgpkg: systemd 239.300-2

* fix LZ4 API breakage
* fix sleep modes (FS#60650)

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-14 09:30:23 UTC (rev 339679)
+++ PKGBUILD2018-11-14 12:50:27 UTC (rev 339680)
@@ -7,7 +7,7 @@
 # Can be from either systemd or systemd-stable
 _commit='25d1ba1173e4cce9dab8a2c2164ce60f63fc68a5'
 pkgver=239.300
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -62,9 +62,15 @@
 
'209b01b044877cc986757fa4009a92ea98f480306c2530075d153203c3cd2b3afccab6aacc1453dee8857991e04270572f1700310705d7a0f4d5bed27fab8c67')
 
 _backports=(
+  # journal: adapt for new improved LZ4_decompress_safe_partial()
+  'e41ef6fd0027d3619dc1cf062100b2d224d0ee7e'
 )
 
 _reverts=(
+  # shared/sleep-config: add switches to kill specific sleep modes
+  '6ebddf92527b5de840f021b8672b2977c2a58af5'
+  # shared/sleep-config: forbid hibernation if resume= is not configured
+  '6789dca0a26df0c44ff8020f0a4206bf21e52a7a'
 )
 
 prepare() {


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

2018-10-29 Thread Dave Reisner via arch-commits
Date: Monday, October 29, 2018 @ 21:38:00
  Author: dreisner
Revision: 337520

upgpkg: systemd 239.300-1

this is not systemd. THIS. IS. SPARTAAA!!!

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 21:35:18 UTC (rev 337519)
+++ PKGBUILD2018-10-29 21:38:00 UTC (rev 337520)
@@ -5,8 +5,8 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-resolvconf' 'systemd-sysvcompat')
 # Can be from either systemd or systemd-stable
-_commit='1e6d6c7c628d77b20810f07653843651b4f0209b'
-pkgver=239.6
+_commit='25d1ba1173e4cce9dab8a2c2164ce60f63fc68a5'
+pkgver=239.300
 pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
@@ -62,9 +62,6 @@
 
'209b01b044877cc986757fa4009a92ea98f480306c2530075d153203c3cd2b3afccab6aacc1453dee8857991e04270572f1700310705d7a0f4d5bed27fab8c67')
 
 _backports=(
-  '8f6b442a78d0b485f044742ad90b2e8271b4e68e'
-  # CVE-2018-15688
-  '4dac5eaba4e419b29c97da38a8b1f82336c2c892'
 )
 
 _reverts=(


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

2018-10-28 Thread Dave Reisner via arch-commits
Date: Sunday, October 28, 2018 @ 21:01:53
  Author: dreisner
Revision: 337492

upgpkg: systemd 239.6-1

- fast forward to v239 stable tip
- Backport fix for FS#60341
- Backport fix for CVE-2018-15688 (FS#60609)
- Backport fix for meson build clash with 'debug' option name

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 20:43:24 UTC (rev 337491)
+++ PKGBUILD2018-10-28 21:01:53 UTC (rev 337492)
@@ -5,9 +5,9 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-resolvconf' 'systemd-sysvcompat')
 # Can be from either systemd or systemd-stable
-_commit='c38499d476026d999558a7eee9c95ca2fa41e115'
-pkgver=239.2
-pkgrel=2
+_commit='1e6d6c7c628d77b20810f07653843651b4f0209b'
+pkgver=239.6
+pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -62,9 +62,9 @@
 
'209b01b044877cc986757fa4009a92ea98f480306c2530075d153203c3cd2b3afccab6aacc1453dee8857991e04270572f1700310705d7a0f4d5bed27fab8c67')
 
 _backports=(
-  # statx fixes
-  '75720bff62a84896e9a0654afc7cf9408cf89a38'
-  '9c869d08d82c73f62ab3527567858ce4b0cf1257'
+  '8f6b442a78d0b485f044742ad90b2e8271b4e68e'
+  # CVE-2018-15688
+  '4dac5eaba4e419b29c97da38a8b1f82336c2c892'
 )
 
 _reverts=(


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

2018-09-12 Thread Christian Hesse via arch-commits
Date: Wednesday, September 12, 2018 @ 20:34:57
  Author: eworm
Revision: 334429

fix typo in meson options (FS#60018)

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-12 20:31:09 UTC (rev 334428)
+++ PKGBUILD2018-09-12 20:34:57 UTC (rev 334429)
@@ -117,7 +117,7 @@
   )
 
   local _meson_options=(
--Dgnuefi=true
+-Dgnu-efi=true
 -Dima=false
 -Dlibidn2=true
 -Dlz4=true


  1   2   3   4   >