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

2020-12-16 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, December 16, 2020 @ 10:38:52
  Author: mtorromeo
Revision: 776625

upgpkg: geoipupdate 4.6.0-1

Modified:
  geoipupdate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-16 10:38:49 UTC (rev 776624)
+++ PKGBUILD2020-12-16 10:38:52 UTC (rev 776625)
@@ -1,7 +1,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=geoipupdate
-pkgver=4.5.0
+pkgver=4.6.0
 pkgrel=1
 pkgdesc="Update GeoIP2 and GeoIP Legacy binary databases from MaxMind"
 license=('Apache' 'MIT')
@@ -19,7 +19,7 @@
 "geoipupdate.timer"
 )
 
-sha256sums=('dfa3ecebebe23923735612fc442388c5d8e02991b316012ab7d2738b3a48e9d4'
+sha256sums=('e64c3cb6f2c999e11e8401814305cbd7676c9d78a0131e06ed9dd950606dffcd'
 '94d120a089524b91b2c3095332dee66b346bc97f1496cbff677ff02afa37a6cc'
 'ba9039ae9cc3dea4fe48480527b515cab2ad3a2f69aea5bf55f551e6895779e3')
 


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

2020-11-02 Thread Massimiliano Torromeo via arch-commits
Date: Monday, November 2, 2020 @ 17:00:29
  Author: mtorromeo
Revision: 739962

upgpkg: geoipupdate 4.5.0-1

Modified:
  geoipupdate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-02 17:00:26 UTC (rev 739961)
+++ PKGBUILD2020-11-02 17:00:29 UTC (rev 739962)
@@ -1,12 +1,13 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=geoipupdate
-pkgver=4.3.0
-pkgrel=3
+pkgver=4.5.0
+pkgrel=1
 pkgdesc="Update GeoIP2 and GeoIP Legacy binary databases from MaxMind"
 license=('Apache' 'MIT')
 arch=('x86_64')
 url="https://dev.maxmind.com/geoip/geoipupdate;
+depends=(glibc)
 makedepends=(go pandoc)
 backup=(etc/GeoIP.conf)
 provides=(geoip2-database)
@@ -18,7 +19,7 @@
 "geoipupdate.timer"
 )
 
-sha256sums=('0c6df6a563203e87e80c9998975c287cd4e3a5eb6c83b90dd5a0597298b098f0'
+sha256sums=('dfa3ecebebe23923735612fc442388c5d8e02991b316012ab7d2738b3a48e9d4'
 '94d120a089524b91b2c3095332dee66b346bc97f1496cbff677ff02afa37a6cc'
 'ba9039ae9cc3dea4fe48480527b515cab2ad3a2f69aea5bf55f551e6895779e3')
 


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

2020-08-09 Thread Massimiliano Torromeo via arch-commits
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
===
--- PKGBUILD2020-08-09 15:52:18 UTC (rev 673159)
+++ PKGBUILD2020-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"


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

2020-06-03 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, June 3, 2020 @ 08:53:16
  Author: mtorromeo
Revision: 638249

go package guidelines rebuild

Modified:
  geoipupdate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 08:31:16 UTC (rev 638248)
+++ PKGBUILD2020-06-03 08:53:16 UTC (rev 638249)
@@ -2,12 +2,12 @@
 
 pkgname=geoipupdate
 pkgver=4.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Update GeoIP2 and GeoIP Legacy binary databases from MaxMind"
 license=('Apache' 'MIT')
 arch=('x86_64')
 url="https://dev.maxmind.com/geoip/geoipupdate;
-makedepends=(go-pie pandoc)
+makedepends=(go pandoc)
 backup=(etc/GeoIP.conf)
 provides=(geoip2-database)
 replaces=(geoip2-database)
@@ -36,8 +36,14 @@
 make BUILDDIR="$srcdir/build" data
 
 cd cmd/geoipupdate
-export LDFLAGS="$LDFLAGS -X main.defaultConfigFile=$CONFFILE -X 
main.defaultDatabaseDirectory=$DATADIR -X main.version=$pkgver"
-go build -trimpath -ldflags "-extldflags $LDFLAGS" -o 
"$srcdir/build/geoipupdate" .
+go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-extldflags \"$LDFLAGS\" -X main.defaultConfigFile=$CONFFILE 
-X main.defaultDatabaseDirectory=$DATADIR -X main.version=$pkgver" \
+-o "$srcdir/build/geoipupdate" \
+.
 }
 
 package() {


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

2020-04-22 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, April 22, 2020 @ 14:42:13
  Author: mtorromeo
Revision: 617656

upgpkg: geoipupdate 4.3.0-1

Modified:
  geoipupdate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-22 14:29:39 UTC (rev 617655)
+++ PKGBUILD2020-04-22 14:42:13 UTC (rev 617656)
@@ -1,7 +1,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=geoipupdate
-pkgver=4.2.2
+pkgver=4.3.0
 pkgrel=1
 pkgdesc="Update GeoIP2 and GeoIP Legacy binary databases from MaxMind"
 license=('Apache' 'MIT')
@@ -18,7 +18,7 @@
 "geoipupdate.timer"
 )
 
-sha256sums=('a9267a1fbbadc4686198002d3de0ef60a65e3b47c4e050bcdccf692aa1791092'
+sha256sums=('0c6df6a563203e87e80c9998975c287cd4e3a5eb6c83b90dd5a0597298b098f0'
 '94d120a089524b91b2c3095332dee66b346bc97f1496cbff677ff02afa37a6cc'
 'ba9039ae9cc3dea4fe48480527b515cab2ad3a2f69aea5bf55f551e6895779e3')