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

Massimiliano Torromeo mtorromeo at archlinux.org
Sun Aug 9 15:56:53 UTC 2020


    Date: Sunday, August 9, 2020 @ 15:56:53
  Author: mtorromeo
Revision: 673160

Fixed GeoIP.conf permissions (FS#67516)

Modified:
  geoipupdate/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-09 15:52:18 UTC (rev 673159)
+++ PKGBUILD	2020-08-09 15:56:53 UTC (rev 673160)
@@ -2,7 +2,7 @@
 
 pkgname=geoipupdate
 pkgver=4.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Update GeoIP2 and GeoIP Legacy binary databases from MaxMind"
 license=('Apache' 'MIT')
 arch=('x86_64')
@@ -55,7 +55,7 @@
 
     cd "$srcdir/build"
     install -Dm755 geoipupdate "$pkgdir/usr/bin/geoipupdate"
-    install -Dm644 GeoIP.conf "$pkgdir/etc/GeoIP.conf"
+    install -Dm600 GeoIP.conf "$pkgdir/etc/GeoIP.conf"
     install -Dm644 geoipupdate.md "$pkgdir/usr/share/doc/$pkgname/geoipupdate.md"
     install -Dm644 GeoIP.conf.md "$pkgdir/usr/share/doc/$pkgname/GeoIP.conf.md"
     install -Dm644 geoipupdate.1 "$pkgdir/usr/share/man/man1/geoipupdate.1"



More information about the arch-commits mailing list