[arch-commits] Commit in hostapd/trunk (PKGBUILD hostapd.service)

David Runge dvzrv at archlinux.org
Thu Nov 28 08:36:53 UTC 2019


    Date: Thursday, November 28, 2019 @ 08:36:52
  Author: dvzrv
Revision: 534266

upgpkg: hostapd 2.9-3

Removing PrivateTmp=yes again from the systemd service file, as it introduces a regression, that prevents hostapd-cli from being used (FS#64375).

Modified:
  hostapd/trunk/PKGBUILD
  hostapd/trunk/hostapd.service

-----------------+
 PKGBUILD        |    6 +++---
 hostapd.service |    1 -
 2 files changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-28 08:30:35 UTC (rev 534265)
+++ PKGBUILD	2019-11-28 08:36:52 UTC (rev 534266)
@@ -1,9 +1,9 @@
 # Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: David Runge <dave at sleepmap.de>
+# Contributor: David Runge <dvzrv at archlinux.org>
 
 pkgname=hostapd
 pkgver=2.9
-pkgrel=2
+pkgrel=3
 pkgdesc="IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator"
 arch=('x86_64')
 url="https://w1.fi/hostapd/"
@@ -16,7 +16,7 @@
 sha256sums=('881d7d6a90b2428479288d64233151448f8990ab4958e0ecaca7eeb3c9db2bd7'
             'SKIP'
             '87445203a518864e704b85fa970d90940e9a5d9b401ceb802d11caab6c07a495'
-            'd9a8b44915ed71211f27533b9b075e22423d2fab27013f5ca89f1eec150459b2')
+            '989bc6855f44c0b360e3d4cd4a146c35b7c12f8a0ced627b4b033f58edcade8e')
 validpgpkeys=('EC4AA0A991A5F2464582D52D2B6EF432EFC895FA') # Jouni Malinen
 
 prepare() {

Modified: hostapd.service
===================================================================
--- hostapd.service	2019-11-28 08:30:35 UTC (rev 534265)
+++ hostapd.service	2019-11-28 08:36:52 UTC (rev 534266)
@@ -5,7 +5,6 @@
 [Service]
 ExecStart=/usr/bin/hostapd /etc/hostapd/hostapd.conf
 ExecReload=/bin/kill -HUP $MAINPID
-PrivateTmp=yes
 
 [Install]
 WantedBy=multi-user.target



More information about the arch-commits mailing list