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

Christian Hesse eworm at archlinux.org
Fri Mar 9 13:51:52 UTC 2018


    Date: Friday, March 9, 2018 @ 13:51:51
  Author: eworm
Revision: 318321

upgpkg: systemd 238.0-3

use proper fix instead of revert (FS#57741)

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-09 13:25:24 UTC (rev 318320)
+++ PKGBUILD	2018-03-09 13:51:51 UTC (rev 318321)
@@ -8,7 +8,7 @@
 # Can be from either systemd or systemd-stable
 _commit='738ab7502afb7663d9aacdd73e79025aa7cd0a9b'
 pkgver=238.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'
@@ -61,10 +61,11 @@
             '209b01b044877cc986757fa4009a92ea98f480306c2530075d153203c3cd2b3afccab6aacc1453dee8857991e04270572f1700310705d7a0f4d5bed27fab8c67')
 
 _backports=(
+  # core: do not free heap-allocated strings (#8391) (FS#57741)
+  '5cbaad2f6795088db56063d20695c6444595822f'
 )
 
 _reverts=(
-  '56c8d7444ac212c48443a0d30e42ea279140f96d'  # https://bugs.archlinux.org/task/57741
 )
 
 _validate_tag() (



More information about the arch-commits mailing list