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

Dave Reisner dreisner at archlinux.org
Sun Jan 29 16:15:27 UTC 2017


    Date: Sunday, January 29, 2017 @ 16:15:27
  Author: dreisner
Revision: 287703

upgpkg: systemd 232-8

- fix leftover files affected by CVE-2016-10156

Modified:
  systemd/trunk/PKGBUILD
  systemd/trunk/systemd.install

-----------------+
 PKGBUILD        |    2 +-
 systemd.install |   10 ++++++++++
 2 files changed, 11 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-29 12:43:47 UTC (rev 287702)
+++ PKGBUILD	2017-01-29 16:15:27 UTC (rev 287703)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
 pkgver=232
-pkgrel=7
+pkgrel=8
 arch=('i686' 'x86_64')
 url="https://www.github.com/systemd/systemd"
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'

Modified: systemd.install
===================================================================
--- systemd.install	2017-01-29 12:43:47 UTC (rev 287702)
+++ systemd.install	2017-01-29 16:15:27 UTC (rev 287703)
@@ -36,6 +36,15 @@
   echo ':: systemd-bootchart is no longer included with systemd'
 }
 
+_232_8_changes() {
+  # paper over possible effects of CVE-2016-10156
+  local stamps=(/var/lib/systemd/timers/*.timer)
+
+  if [[ -f ${stamps[0]} ]]; then
+    chmod 0644 "${stamps[@]}"
+  fi
+}
+
 post_install() {
   systemd-machine-id-setup
 
@@ -68,6 +77,7 @@
     219-2
     219-4
     230-1
+    232-8
   )
 
   for v in "${upgrades[@]}"; do



More information about the arch-commits mailing list