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

Christian Hesse eworm at archlinux.org
Thu Apr 25 13:13:05 UTC 2019


    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
===================================================================
--- PKGBUILD	2019-04-25 12:09:46 UTC (rev 352120)
+++ PKGBUILD	2019-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=(



More information about the arch-commits mailing list