#4 Swap from geoip to libmaxminddb
Closed a year ago by filiperosset. Opened 2 years ago by jonathanspw.

file modified
+1
@@ -25,3 +25,4 @@ 

  /goaccess-1.6.tar.gz

  /goaccess-1.6.1.tar.gz

  /goaccess-1.6.2.tar.gz

+ /goaccess-1.6.3.tar.gz

file modified
+15 -1
@@ -7,7 +7,7 @@ 

  %endif

  

  Name:           goaccess

- Version:        1.6.2

+ Version:        1.6.3

  Release:        1%{?dist}

  Summary:        Real-time web log analyzer and interactive viewer

  License:        GPLv2+
@@ -16,7 +16,11 @@ 

  BuildRequires:  autoconf

  BuildRequires:  automake

  BuildRequires:  gcc

+ %if 0%{?rhel} > 8 || 0%{?fedora} > 36

+ BuildRequires:  libmaxminddb-devel

+ %else

  BuildRequires:  GeoIP-devel

+ %endif

  BuildRequires:  ncurses-devel

  BuildRequires:  gettext-devel

  %if %{with openssl}
@@ -74,7 +78,11 @@ 

  # %%configure --enable-debug --enable-geoip --enable-utf8 --enable-tcb=btree --with-getline

  %configure \

      --enable-debug \

+ %if 0%{?rhel} > 8 || 0%{?fedora} > 36

+     --enable-geoip=mmdb \

+ %else

      --enable-geoip=legacy \

+ %endif

      --enable-utf8 \

      --with-getline \

      %{?with_openssl: --with-openssl}
@@ -93,6 +101,12 @@ 

  %{_mandir}/man1/%{name}.1*

  

  %changelog

+ * Tue Aug 23 2022 Jonathan Wright <jonathan@almalinux.org> - 1.6.3-1

+ - update to 1.6.3 rhbz#2123764

+ 

+ * Tue Aug 23 2022 Jonathan Wright <jonathan@almalinux.org> - 1.6.2-2

+ - Replace GeoIP with libmaxminddb in f37+ and el9+

+ 

  * Mon Aug 15 2022 Fabio Alessandro Locati <fale@fedoraproject.org> - 1.6.2-1

  - Update to 1.6.2, fixes rhbz#2107794

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (goaccess-1.6.2.tar.gz) = 5299df01fd06777bf85da12e4d4ec3b9eca866bbab6cac64f3d674b0b3ecc90dc4c28f5bc2c94064b7654d381aa873626e98ec9f26fc2b546380bb9e40077a85

+ SHA512 (goaccess-1.6.3.tar.gz) = 7890fc35700db9ce1d3c720607cce6008a3140a14d143fcdd02f11a79f5344a26c648c9b7e6316a21d3ff07f588815bcdfb33072b5e0a18c429e9bfdb8bf99f4

GeoIP is deprecated and we should use libmaxminddb

1 new commit added

  • update to 1.6.3
2 years ago

1 new commit added

  • update sources
2 years ago

Pull-Request has been closed by filiperosset

a year ago