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

Christian Hesse eworm at archlinux.org
Mon Jul 3 14:11:18 UTC 2017


    Date: Monday, July 3, 2017 @ 14:11:16
  Author: eworm
Revision: 299572

upgpkg: systemd 233-7

resolved: bugfix of null pointer p->question dereferencing (#6020) (CVE-2017-9217)

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-03 12:57:43 UTC (rev 299571)
+++ PKGBUILD	2017-07-03 14:11:16 UTC (rev 299572)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
 pkgver=233
-pkgrel=6
+pkgrel=7
 arch=('i686' 'x86_64')
 url="https://www.github.com/systemd/systemd"
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -49,6 +49,8 @@
   '6554550f35a7976f9110aff94743d3576d5f02dd'
   # shared: fix keyring handling in ask-password-api
   '2c390a919055af01b3ab6cce6dd0f97fb4784460'
+  # resolved: bugfix of null pointer p->question dereferencing (#6020) (CVE-2017-9217)
+  'a924f43f30f9c4acaf70618dd2a055f8b0f166be'
 )
 
 _validate_tag() {



More information about the arch-commits mailing list