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

2022-07-28 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, July 28, 2022 @ 20:21:31
  Author: mtorromeo
Revision: 1259022

herdened systemd service

Modified:
  geoipupdate/trunk/PKGBUILD
  geoipupdate/trunk/geoipupdate.service

-+
 PKGBUILD|4 ++--
 geoipupdate.service |   41 +
 2 files changed, 43 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-28 20:13:45 UTC (rev 1259021)
+++ PKGBUILD2022-07-28 20:21:31 UTC (rev 1259022)
@@ -2,7 +2,7 @@
 
 pkgname=geoipupdate
 pkgver=4.9.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Update GeoIP2 and GeoIP Legacy binary databases from MaxMind"
 license=('Apache' 'MIT')
 arch=('x86_64')
@@ -20,7 +20,7 @@
 )
 
 sha256sums=('43195d457a372dc07be593d815212d6ea21e499a37a6111058efa3296759cba9'
-'94d120a089524b91b2c3095332dee66b346bc97f1496cbff677ff02afa37a6cc'
+'46351d1fb0a5f3a6262539376cc6c22685de24d66d07f6f7a1497ed9a7a5385c'
 'ba9039ae9cc3dea4fe48480527b515cab2ad3a2f69aea5bf55f551e6895779e3')
 
 prepare() {

Modified: geoipupdate.service
===
--- geoipupdate.service 2022-07-28 20:13:45 UTC (rev 1259021)
+++ geoipupdate.service 2022-07-28 20:21:31 UTC (rev 1259022)
@@ -6,3 +6,44 @@
 [Service]
 Type=oneshot
 ExecStart=/usr/bin/geoipupdate --config-file /etc/GeoIP.conf
+
+NoNewPrivileges=true
+LockPersonality=true
+CapabilityBoundingSet=
+
+PrivateDevices=true
+PrivateTmp=true
+PrivateUsers=true
+ProtectSystem=strict
+ProtectHome=true
+ReadWritePaths=/var/lib/GeoIP
+
+MemoryDenyWriteExecute=true
+RemoveIPC=true
+RestrictRealtime=true
+RestrictNamespaces=true
+RestrictSUIDSGID=true
+
+RestrictAddressFamilies=AF_INET
+RestrictAddressFamilies=AF_INET6
+
+ProtectHostname=true
+ProtectControlGroups=true
+ProtectKernelLogs=true
+ProtectKernelTunables=true
+ProtectKernelModules=true
+ProtectClock=true
+ProtectProc=invisible
+
+SystemCallArchitectures=native
+SystemCallFilter=~@clock
+SystemCallFilter=~@cpu-emulation
+SystemCallFilter=~@debug
+SystemCallFilter=~@module
+SystemCallFilter=~@mount
+SystemCallFilter=~@obsolete
+SystemCallFilter=~@privileged
+SystemCallFilter=~@raw-io
+SystemCallFilter=~@reboot
+SystemCallFilter=~@resources
+SystemCallFilter=~@swap



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

2022-04-27 Thread Jelle van der Waa via arch-commits
Date: Wednesday, April 27, 2022 @ 16:20:10
  Author: jelle
Revision: 1191247

upgpkg: geoipupdate 4.9.0-2: go 1.18

Modified:
  geoipupdate/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-04-27 16:18:00 UTC (rev 1191246)
+++ PKGBUILD2022-04-27 16:20:10 UTC (rev 1191247)
@@ -2,7 +2,7 @@
 
 pkgname=geoipupdate
 pkgver=4.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Update GeoIP2 and GeoIP Legacy binary databases from MaxMind"
 license=('Apache' 'MIT')
 arch=('x86_64')



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

2022-02-28 Thread Massimiliano Torromeo via arch-commits
Date: Monday, February 28, 2022 @ 11:45:11
  Author: mtorromeo
Revision: 1138386

upgpkg: geoipupdate 4.9.0-1

Modified:
  geoipupdate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-28 11:43:13 UTC (rev 1138385)
+++ PKGBUILD2022-02-28 11:45:11 UTC (rev 1138386)
@@ -1,8 +1,8 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=geoipupdate
-pkgver=4.8.0
-pkgrel=2
+pkgver=4.9.0
+pkgrel=1
 pkgdesc="Update GeoIP2 and GeoIP Legacy binary databases from MaxMind"
 license=('Apache' 'MIT')
 arch=('x86_64')
@@ -19,7 +19,7 @@
 "geoipupdate.timer"
 )
 
-sha256sums=('ca718c3ffcc595ef441363699888d20150f1d3a6583ac2d60bcbd34f052db09f'
+sha256sums=('43195d457a372dc07be593d815212d6ea21e499a37a6111058efa3296759cba9'
 '94d120a089524b91b2c3095332dee66b346bc97f1496cbff677ff02afa37a6cc'
 'ba9039ae9cc3dea4fe48480527b515cab2ad3a2f69aea5bf55f551e6895779e3')
 



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

2022-02-27 Thread Felix Yan via arch-commits
Date: Monday, February 28, 2022 @ 07:18:55
  Author: felixonmars
Revision: 1138169

upgpkg: geoipupdate 4.8.0-2: rebuild packages signed by 
2C118C620F02DB9AC1D0F9FA94DD2393DA2EE423

Modified:
  geoipupdate/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-02-28 07:17:22 UTC (rev 1138168)
+++ PKGBUILD2022-02-28 07:18:55 UTC (rev 1138169)
@@ -2,7 +2,7 @@
 
 pkgname=geoipupdate
 pkgver=4.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Update GeoIP2 and GeoIP Legacy binary databases from MaxMind"
 license=('Apache' 'MIT')
 arch=('x86_64')



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

2021-07-28 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, July 28, 2021 @ 13:12:22
  Author: mtorromeo
Revision: 90

upgpkg: geoipupdate 4.8.0-1

Modified:
  geoipupdate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-28 13:06:27 UTC (rev 988879)
+++ PKGBUILD2021-07-28 13:12:22 UTC (rev 90)
@@ -1,7 +1,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=geoipupdate
-pkgver=4.7.1
+pkgver=4.8.0
 pkgrel=1
 pkgdesc="Update GeoIP2 and GeoIP Legacy binary databases from MaxMind"
 license=('Apache' 'MIT')
@@ -19,7 +19,7 @@
 "geoipupdate.timer"
 )
 
-sha256sums=('e3176325f916571244562a2fec58e0c9ce624f84dbf946616921be8521cbfd94'
+sha256sums=('ca718c3ffcc595ef441363699888d20150f1d3a6583ac2d60bcbd34f052db09f'
 '94d120a089524b91b2c3095332dee66b346bc97f1496cbff677ff02afa37a6cc'
 'ba9039ae9cc3dea4fe48480527b515cab2ad3a2f69aea5bf55f551e6895779e3')
 



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

2021-04-22 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, April 22, 2021 @ 08:29:34
  Author: mtorromeo
Revision: 920875

upgpkg: geoipupdate 4.7.1-1

Modified:
  geoipupdate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-22 07:57:29 UTC (rev 920874)
+++ PKGBUILD2021-04-22 08:29:34 UTC (rev 920875)
@@ -1,8 +1,8 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=geoipupdate
-pkgver=4.6.0
-pkgrel=2
+pkgver=4.7.1
+pkgrel=1
 pkgdesc="Update GeoIP2 and GeoIP Legacy binary databases from MaxMind"
 license=('Apache' 'MIT')
 arch=('x86_64')
@@ -19,7 +19,7 @@
 "geoipupdate.timer"
 )
 
-sha256sums=('e64c3cb6f2c999e11e8401814305cbd7676c9d78a0131e06ed9dd950606dffcd'
+sha256sums=('e3176325f916571244562a2fec58e0c9ce624f84dbf946616921be8521cbfd94'
 '94d120a089524b91b2c3095332dee66b346bc97f1496cbff677ff02afa37a6cc'
 'ba9039ae9cc3dea4fe48480527b515cab2ad3a2f69aea5bf55f551e6895779e3')
 


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

2021-02-23 Thread Massimiliano Torromeo via arch-commits
Date: Tuesday, February 23, 2021 @ 23:43:59
  Author: mtorromeo
Revision: 870922

upgpkg: geoipupdate 4.6.0-2: go 1.16 rebuild

Modified:
  geoipupdate/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-02-23 23:40:22 UTC (rev 870921)
+++ PKGBUILD2021-02-23 23:43:59 UTC (rev 870922)
@@ -2,7 +2,7 @@
 
 pkgname=geoipupdate
 pkgver=4.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Update GeoIP2 and GeoIP Legacy binary databases from MaxMind"
 license=('Apache' 'MIT')
 arch=('x86_64')