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

Christian Hesse eworm at archlinux.org
Tue May 22 22:05:00 UTC 2018


    Date: Tuesday, May 22, 2018 @ 22:04:59
  Author: eworm
Revision: 327780

clean up and switch to sha256sums

Modified:
  lldpd/trunk/PKGBUILD
  lldpd/trunk/lldpd.service
  lldpd/trunk/lldpd.tmpfiles

----------------+
 PKGBUILD       |   14 +++++++-------
 lldpd.service  |    2 --
 lldpd.tmpfiles |    1 +
 3 files changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-22 21:47:28 UTC (rev 327779)
+++ PKGBUILD	2018-05-22 22:04:59 UTC (rev 327780)
@@ -12,6 +12,7 @@
 depends=('glibc' 'libevent' 'libbsd' 'zlib' 'openssl' 'pciutils' 'perl'
          'libxml2' 'net-snmp' 'jansson')
 backup=('etc/lldpd.conf')
+validpgpkeys=('AEF2348766F371C689A7360095A42FE8353525F9') # Vincent Bernat <bernat at luffy.cx>
 source=("https://media.luffy.cx/files/lldpd/lldpd-$pkgver.tar.gz"
         "lldpd-$pkgver.tar.gz.sig::https://media.luffy.cx/files/lldpd/lldpd-$pkgver.tar.gz.gpg"
         'LICENSE'
@@ -18,13 +19,12 @@
         'lldpd.service'
         'lldpd.sysusers'
         'lldpd.tmpfiles')
-validpgpkeys=('AEF2348766F371C689A7360095A42FE8353525F9') # Vincent Bernat <bernat at luffy.cx>
-md5sums=('91de961bfccfa8790e0514a5dc6eafb3'
-         '368a231641559d4d16db0b7b699d5896'
-         '8ae98663bac55afe5d989919d296f28a'
-         'fc660a94c6dda3146ea7932685434bc8'
-         '8c9fee704ce84afe51930fc73484ab66'
-         '00a82f466404aec01b074503633d12ba')
+sha256sums=('450b622aac7ae1758f1ef82f3b7b94ec47f2ff33abfb0e6ac82555b9ee55f151'
+            'ccb7eb93200cfab9c6895194c13e28d56a018befc182d2642f9f408136e31ae3'
+            'e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63'
+            'b64af8bce17e0ba82bb614be16d2a183cc4f7f69bfc7d08e1430da63269f045a'
+            'a1d9097c08945651385e44ce9c070037f502dd789245212ea3d2782b3ba0037b'
+            'df64ebadacb832c4a9dcbdd531848ae70c21d67d309c7397163ba8db7e31248b')
 
 build() {
   cd $pkgname-$pkgver

Modified: lldpd.service
===================================================================
--- lldpd.service	2018-05-22 21:47:28 UTC (rev 327779)
+++ lldpd.service	2018-05-22 22:04:59 UTC (rev 327780)
@@ -7,7 +7,6 @@
 [Service]
 Type=notify
 NotifyAccess=main
-ExecStartPre=/usr/bin/mkdir -p /run/lldpd/chroot
 ExecStart=/usr/bin/lldpd
 Restart=on-failure
 PrivateTmp=yes
@@ -15,7 +14,6 @@
 RestrictAddressFamilies=AF_INET AF_INET6 AF_PACKET AF_NETLINK AF_UNIX
 # systemd >= 214
 ProtectHome=yes
-ProtectSystem=yes
 # systemd >= 231
 ReadWritePaths=/run/lldpd/
 # systemd >= 232

Modified: lldpd.tmpfiles
===================================================================
--- lldpd.tmpfiles	2018-05-22 21:47:28 UTC (rev 327779)
+++ lldpd.tmpfiles	2018-05-22 22:04:59 UTC (rev 327780)
@@ -1 +1,2 @@
 d /run/lldpd 0750 lldpd lldpd
+d /run/lldpd/chroot 0750 lldpd lldpd



More information about the arch-commits mailing list