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

Sébastien Luttringer seblu at archlinux.org
Tue May 19 16:47:55 UTC 2020


    Date: Tuesday, May 19, 2020 @ 16:47:54
  Author: seblu
Revision: 386949

upgpkg: bind 9.16.3-1

- Security bump (CVE-2020-8616 CVE-2020-8617)
- Fix gcc 10 build
- Update options with new syntax
- Useless text alignment to fix commit message

Modified:
  bind/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-19 16:44:15 UTC (rev 386948)
+++ PKGBUILD	2020-05-19 16:47:54 UTC (rev 386949)
@@ -100,9 +100,9 @@
   install -D -m640 -o 0 -g 40 named.conf "$pkgdir/etc/named.conf"
 
   install -d -m770 -o 0 -g 40 "$pkgdir/var/named"
-  install    -m640 -o 0 -g 40 localhost.zone "$pkgdir/var/named"
-  install    -m640 -o 0 -g 40 localhost.ip6.zone "$pkgdir/var/named"
-  install    -m640 -o 0 -g 40 127.0.0.zone "$pkgdir/var/named"
+  install -m640 -o 0 -g 40 localhost.zone "$pkgdir/var/named"
+  install -m640 -o 0 -g 40 localhost.ip6.zone "$pkgdir/var/named"
+  install -m640 -o 0 -g 40 127.0.0.zone "$pkgdir/var/named"
 }
 
 package_bind-tools() {



More information about the arch-commits mailing list