Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] goaccess: update to 1.9.1
@ 2024-06-06  8:22 MIvanchev
  2024-06-06  8:22 ` [PR PATCH] [Updated] " MIvanchev
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: MIvanchev @ 2024-06-06  8:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 389 bytes --]

There is a new pull request by MIvanchev against master on the void-packages repository

https://github.com/MIvanchev/void-packages goaccess
https://github.com/void-linux/void-packages/pull/50716

goaccess: update to 1.9.1
#### Testing the changes
- I tested the changes in this PR: **briefly**


A patch file from https://github.com/void-linux/void-packages/pull/50716.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-goaccess-50716.patch --]
[-- Type: text/x-diff, Size: 1929 bytes --]

From 11747e2eed8181d6c275a3b6098597320ad90845 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Thu, 6 Jun 2024 10:20:46 +0200
Subject: [PATCH] goaccess: update to 1.9.1

---
 srcpkgs/goaccess/patches/cross.patch | 15 ---------------
 srcpkgs/goaccess/template            |  7 ++++---
 2 files changed, 4 insertions(+), 18 deletions(-)
 delete mode 100644 srcpkgs/goaccess/patches/cross.patch

diff --git a/srcpkgs/goaccess/patches/cross.patch b/srcpkgs/goaccess/patches/cross.patch
deleted file mode 100644
index f4a85fc50dba1e..00000000000000
--- a/srcpkgs/goaccess/patches/cross.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -107,6 +107,10 @@ if HAS_SEDTR
- else
- 	./bin2c resources/js/app.js src/appjs.h app_js
- endif
-+ 
-+bin2c$(EXEEXT): src/bin2c.c
-+	gcc $< -o $@
-+
- 
- confdir = $(sysconfdir)/goaccess
- dist_conf_DATA = config/goaccess.conf
-
-
diff --git a/srcpkgs/goaccess/template b/srcpkgs/goaccess/template
index ce6231cc025331..90f2592ba4cbd8 100644
--- a/srcpkgs/goaccess/template
+++ b/srcpkgs/goaccess/template
@@ -1,9 +1,9 @@
 # Template file for 'goaccess'
 pkgname=goaccess
-version=1.4.5
+version=1.9.1
 revision=1
 build_style=gnu-configure
-configure_args="--enable-utf8 --enable-geoip=legacy"
+configure_args="--enable-utf8 --enable-geoip=mmdb"
 hostmakedepends="automake gettext gettext-devel tar"
 makedepends="gettext-devel ncurses-devel geoip-devel"
 short_desc="Open source real-time web log analyzer and interactive viewer"
@@ -11,11 +11,12 @@ maintainer="Bart Kerkvliet <bart@bannarte.nl>"
 license="MIT"
 homepage="https://goaccess.io"
 distfiles="http://tar.goaccess.io/goaccess-${version}.tar.gz"
-checksum=c4820e781f75d9446f6b1be5fc8d11c6ec94a47fa8dd523001698c589f46c1ba
+checksum=eb7718b247962b5c763bce8c0135e915504bf812360133d0b67a1a4e869886f7
 
 pre_configure() {
 	autoreconf -fi
 }
+
 post_install() {
 	vlicense COPYING
 }

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] goaccess: update to 1.9.1
  2024-06-06  8:22 [PR PATCH] goaccess: update to 1.9.1 MIvanchev
@ 2024-06-06  8:22 ` MIvanchev
  2024-06-06  8:33 ` MIvanchev
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: MIvanchev @ 2024-06-06  8:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 394 bytes --]

There is an updated pull request by MIvanchev against master on the void-packages repository

https://github.com/MIvanchev/void-packages goaccess
https://github.com/void-linux/void-packages/pull/50716

goaccess: update to 1.9.1
#### Testing the changes
- I tested the changes in this PR: **briefly**


A patch file from https://github.com/void-linux/void-packages/pull/50716.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-goaccess-50716.patch --]
[-- Type: text/x-diff, Size: 1988 bytes --]

From 97e5873d0a8ca8a55a19f89a133805a1d089d404 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Thu, 6 Jun 2024 10:20:46 +0200
Subject: [PATCH] goaccess: update to 1.9.1

---
 srcpkgs/goaccess/patches/cross.patch | 15 ---------------
 srcpkgs/goaccess/template            |  9 +++++----
 2 files changed, 5 insertions(+), 19 deletions(-)
 delete mode 100644 srcpkgs/goaccess/patches/cross.patch

diff --git a/srcpkgs/goaccess/patches/cross.patch b/srcpkgs/goaccess/patches/cross.patch
deleted file mode 100644
index f4a85fc50dba1e..00000000000000
--- a/srcpkgs/goaccess/patches/cross.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -107,6 +107,10 @@ if HAS_SEDTR
- else
- 	./bin2c resources/js/app.js src/appjs.h app_js
- endif
-+ 
-+bin2c$(EXEEXT): src/bin2c.c
-+	gcc $< -o $@
-+
- 
- confdir = $(sysconfdir)/goaccess
- dist_conf_DATA = config/goaccess.conf
-
-
diff --git a/srcpkgs/goaccess/template b/srcpkgs/goaccess/template
index ce6231cc025331..d3313980859a10 100644
--- a/srcpkgs/goaccess/template
+++ b/srcpkgs/goaccess/template
@@ -1,21 +1,22 @@
 # Template file for 'goaccess'
 pkgname=goaccess
-version=1.4.5
+version=1.9.1
 revision=1
 build_style=gnu-configure
-configure_args="--enable-utf8 --enable-geoip=legacy"
+configure_args="--enable-utf8 --enable-geoip=mmdb"
 hostmakedepends="automake gettext gettext-devel tar"
-makedepends="gettext-devel ncurses-devel geoip-devel"
+makedepends="gettext-devel ncurses-devel libmaxminddb-devel geoip-devel"
 short_desc="Open source real-time web log analyzer and interactive viewer"
 maintainer="Bart Kerkvliet <bart@bannarte.nl>"
 license="MIT"
 homepage="https://goaccess.io"
 distfiles="http://tar.goaccess.io/goaccess-${version}.tar.gz"
-checksum=c4820e781f75d9446f6b1be5fc8d11c6ec94a47fa8dd523001698c589f46c1ba
+checksum=eb7718b247962b5c763bce8c0135e915504bf812360133d0b67a1a4e869886f7
 
 pre_configure() {
 	autoreconf -fi
 }
+
 post_install() {
 	vlicense COPYING
 }

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] goaccess: update to 1.9.1
  2024-06-06  8:22 [PR PATCH] goaccess: update to 1.9.1 MIvanchev
  2024-06-06  8:22 ` [PR PATCH] [Updated] " MIvanchev
@ 2024-06-06  8:33 ` MIvanchev
  2024-06-06  8:36 ` MIvanchev
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: MIvanchev @ 2024-06-06  8:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 394 bytes --]

There is an updated pull request by MIvanchev against master on the void-packages repository

https://github.com/MIvanchev/void-packages goaccess
https://github.com/void-linux/void-packages/pull/50716

goaccess: update to 1.9.1
#### Testing the changes
- I tested the changes in this PR: **briefly**


A patch file from https://github.com/void-linux/void-packages/pull/50716.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-goaccess-50716.patch --]
[-- Type: text/x-diff, Size: 2099 bytes --]

From 2fdcda32f0ad66b2a218548f6eb32cf34a956653 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Thu, 6 Jun 2024 10:20:46 +0200
Subject: [PATCH] goaccess: update to 1.9.1

---
 srcpkgs/goaccess/patches/cross.patch | 15 ---------------
 srcpkgs/goaccess/template            | 11 +++++++----
 2 files changed, 7 insertions(+), 19 deletions(-)
 delete mode 100644 srcpkgs/goaccess/patches/cross.patch

diff --git a/srcpkgs/goaccess/patches/cross.patch b/srcpkgs/goaccess/patches/cross.patch
deleted file mode 100644
index f4a85fc50dba1e..00000000000000
--- a/srcpkgs/goaccess/patches/cross.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -107,6 +107,10 @@ if HAS_SEDTR
- else
- 	./bin2c resources/js/app.js src/appjs.h app_js
- endif
-+ 
-+bin2c$(EXEEXT): src/bin2c.c
-+	gcc $< -o $@
-+
- 
- confdir = $(sysconfdir)/goaccess
- dist_conf_DATA = config/goaccess.conf
-
-
diff --git a/srcpkgs/goaccess/template b/srcpkgs/goaccess/template
index ce6231cc025331..7d0363083b48a4 100644
--- a/srcpkgs/goaccess/template
+++ b/srcpkgs/goaccess/template
@@ -1,21 +1,24 @@
 # Template file for 'goaccess'
 pkgname=goaccess
-version=1.4.5
+version=1.9.3
 revision=1
+build_helper=qemu
 build_style=gnu-configure
-configure_args="--enable-utf8 --enable-geoip=legacy"
+configure_args="--enable-utf8 --enable-geoip=mmdb"
 hostmakedepends="automake gettext gettext-devel tar"
-makedepends="gettext-devel ncurses-devel geoip-devel"
+makedepends="gettext-devel ncurses-devel libmaxminddb-devel geoip-devel"
 short_desc="Open source real-time web log analyzer and interactive viewer"
 maintainer="Bart Kerkvliet <bart@bannarte.nl>"
 license="MIT"
 homepage="https://goaccess.io"
 distfiles="http://tar.goaccess.io/goaccess-${version}.tar.gz"
-checksum=c4820e781f75d9446f6b1be5fc8d11c6ec94a47fa8dd523001698c589f46c1ba
+checksum=49f0ee49e3c4a95f5f75f6806b0406746fcbf2f9ad971cae23e2ea95d3ec7837
 
 pre_configure() {
+	vsed -i "s|\t\./bin2c |\tqemu-${XBPS_TARGET_QEMU_MACHINE}-static ./bin2c |" Makefile.am
 	autoreconf -fi
 }
+
 post_install() {
 	vlicense COPYING
 }

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] goaccess: update to 1.9.1
  2024-06-06  8:22 [PR PATCH] goaccess: update to 1.9.1 MIvanchev
  2024-06-06  8:22 ` [PR PATCH] [Updated] " MIvanchev
  2024-06-06  8:33 ` MIvanchev
@ 2024-06-06  8:36 ` MIvanchev
  2024-06-06  8:42 ` [PR PATCH] [Updated] goaccess: update to 1.9.3 MIvanchev
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: MIvanchev @ 2024-06-06  8:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 394 bytes --]

There is an updated pull request by MIvanchev against master on the void-packages repository

https://github.com/MIvanchev/void-packages goaccess
https://github.com/void-linux/void-packages/pull/50716

goaccess: update to 1.9.1
#### Testing the changes
- I tested the changes in this PR: **briefly**


A patch file from https://github.com/void-linux/void-packages/pull/50716.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-goaccess-50716.patch --]
[-- Type: text/x-diff, Size: 2137 bytes --]

From 46cc207b45f56fa9399e39e7b1c4c31731845da5 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Thu, 6 Jun 2024 10:20:46 +0200
Subject: [PATCH] goaccess: update to 1.9.3

---
 srcpkgs/goaccess/patches/cross.patch | 15 ---------------
 srcpkgs/goaccess/template            | 13 +++++++++----
 2 files changed, 9 insertions(+), 19 deletions(-)
 delete mode 100644 srcpkgs/goaccess/patches/cross.patch

diff --git a/srcpkgs/goaccess/patches/cross.patch b/srcpkgs/goaccess/patches/cross.patch
deleted file mode 100644
index f4a85fc50dba1e..00000000000000
--- a/srcpkgs/goaccess/patches/cross.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -107,6 +107,10 @@ if HAS_SEDTR
- else
- 	./bin2c resources/js/app.js src/appjs.h app_js
- endif
-+ 
-+bin2c$(EXEEXT): src/bin2c.c
-+	gcc $< -o $@
-+
- 
- confdir = $(sysconfdir)/goaccess
- dist_conf_DATA = config/goaccess.conf
-
-
diff --git a/srcpkgs/goaccess/template b/srcpkgs/goaccess/template
index ce6231cc025331..af6db9a3107b1c 100644
--- a/srcpkgs/goaccess/template
+++ b/srcpkgs/goaccess/template
@@ -1,21 +1,26 @@
 # Template file for 'goaccess'
 pkgname=goaccess
-version=1.4.5
+version=1.9.3
 revision=1
+build_helper=qemu
 build_style=gnu-configure
-configure_args="--enable-utf8 --enable-geoip=legacy"
+configure_args="--enable-utf8 --enable-geoip=mmdb"
 hostmakedepends="automake gettext gettext-devel tar"
-makedepends="gettext-devel ncurses-devel geoip-devel"
+makedepends="gettext-devel ncurses-devel libmaxminddb-devel geoip-devel"
 short_desc="Open source real-time web log analyzer and interactive viewer"
 maintainer="Bart Kerkvliet <bart@bannarte.nl>"
 license="MIT"
 homepage="https://goaccess.io"
 distfiles="http://tar.goaccess.io/goaccess-${version}.tar.gz"
-checksum=c4820e781f75d9446f6b1be5fc8d11c6ec94a47fa8dd523001698c589f46c1ba
+checksum=49f0ee49e3c4a95f5f75f6806b0406746fcbf2f9ad971cae23e2ea95d3ec7837
 
 pre_configure() {
+	if [ "$CROSS_BUILD" ]; then
+		vsed -i "s|\t\./bin2c |\tqemu-${XBPS_TARGET_QEMU_MACHINE}-static ./bin2c |" Makefile.am
+	fi
 	autoreconf -fi
 }
+
 post_install() {
 	vlicense COPYING
 }

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] goaccess: update to 1.9.3
  2024-06-06  8:22 [PR PATCH] goaccess: update to 1.9.1 MIvanchev
                   ` (2 preceding siblings ...)
  2024-06-06  8:36 ` MIvanchev
@ 2024-06-06  8:42 ` MIvanchev
  2024-06-06  8:44 ` MIvanchev
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: MIvanchev @ 2024-06-06  8:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 394 bytes --]

There is an updated pull request by MIvanchev against master on the void-packages repository

https://github.com/MIvanchev/void-packages goaccess
https://github.com/void-linux/void-packages/pull/50716

goaccess: update to 1.9.3
#### Testing the changes
- I tested the changes in this PR: **briefly**


A patch file from https://github.com/void-linux/void-packages/pull/50716.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-goaccess-50716.patch --]
[-- Type: text/x-diff, Size: 3398 bytes --]

From 07aff573ac00b1a1781ea258ce811c2c3deb30dd Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Thu, 6 Jun 2024 10:42:10 +0200
Subject: [PATCH 1/2] libmaxminddb: update to 1.9.1

---
 srcpkgs/libmaxminddb/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libmaxminddb/template b/srcpkgs/libmaxminddb/template
index 1bf9f18a1f173a..3305fee4a9308b 100644
--- a/srcpkgs/libmaxminddb/template
+++ b/srcpkgs/libmaxminddb/template
@@ -1,14 +1,14 @@
 # Template file for 'libmaxminddb'
 pkgname=libmaxminddb
-version=1.3.2
+version=1.9.1
 revision=1
 build_style=gnu-configure
-short_desc="A library for working with MaxMind DB files"
+short_desc="C library for the MaxMind DB file format"
 maintainer="Elie ROUDNINSKI <xademax@gmail.com>"
 license="Apache-2.0"
-homepage="https://maxmind.github.io/${pkgname}/"
+homepage="https://maxmind.github.io/libmaxminddb/"
 distfiles="https://github.com/maxmind/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.gz"
-checksum=e6f881aa6bd8cfa154a44d965450620df1f714c6dc9dd9971ad98f6e04f6c0f0
+checksum=a80682a89d915fdf60b35d316232fb04ebf36fff27fda9bd39fe8a38d3cd3f12
 
 libmaxminddb-devel_package() {
 	short_desc+=" - development files"

From 2694a5e773df45250d8749246a46f908b0b9abb0 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Thu, 6 Jun 2024 10:20:46 +0200
Subject: [PATCH 2/2] goaccess: update to 1.9.3

---
 srcpkgs/goaccess/patches/cross.patch | 15 ---------------
 srcpkgs/goaccess/template            | 13 +++++++++----
 2 files changed, 9 insertions(+), 19 deletions(-)
 delete mode 100644 srcpkgs/goaccess/patches/cross.patch

diff --git a/srcpkgs/goaccess/patches/cross.patch b/srcpkgs/goaccess/patches/cross.patch
deleted file mode 100644
index f4a85fc50dba1e..00000000000000
--- a/srcpkgs/goaccess/patches/cross.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -107,6 +107,10 @@ if HAS_SEDTR
- else
- 	./bin2c resources/js/app.js src/appjs.h app_js
- endif
-+ 
-+bin2c$(EXEEXT): src/bin2c.c
-+	gcc $< -o $@
-+
- 
- confdir = $(sysconfdir)/goaccess
- dist_conf_DATA = config/goaccess.conf
-
-
diff --git a/srcpkgs/goaccess/template b/srcpkgs/goaccess/template
index ce6231cc025331..af6db9a3107b1c 100644
--- a/srcpkgs/goaccess/template
+++ b/srcpkgs/goaccess/template
@@ -1,21 +1,26 @@
 # Template file for 'goaccess'
 pkgname=goaccess
-version=1.4.5
+version=1.9.3
 revision=1
+build_helper=qemu
 build_style=gnu-configure
-configure_args="--enable-utf8 --enable-geoip=legacy"
+configure_args="--enable-utf8 --enable-geoip=mmdb"
 hostmakedepends="automake gettext gettext-devel tar"
-makedepends="gettext-devel ncurses-devel geoip-devel"
+makedepends="gettext-devel ncurses-devel libmaxminddb-devel geoip-devel"
 short_desc="Open source real-time web log analyzer and interactive viewer"
 maintainer="Bart Kerkvliet <bart@bannarte.nl>"
 license="MIT"
 homepage="https://goaccess.io"
 distfiles="http://tar.goaccess.io/goaccess-${version}.tar.gz"
-checksum=c4820e781f75d9446f6b1be5fc8d11c6ec94a47fa8dd523001698c589f46c1ba
+checksum=49f0ee49e3c4a95f5f75f6806b0406746fcbf2f9ad971cae23e2ea95d3ec7837
 
 pre_configure() {
+	if [ "$CROSS_BUILD" ]; then
+		vsed -i "s|\t\./bin2c |\tqemu-${XBPS_TARGET_QEMU_MACHINE}-static ./bin2c |" Makefile.am
+	fi
 	autoreconf -fi
 }
+
 post_install() {
 	vlicense COPYING
 }

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] goaccess: update to 1.9.3
  2024-06-06  8:22 [PR PATCH] goaccess: update to 1.9.1 MIvanchev
                   ` (3 preceding siblings ...)
  2024-06-06  8:42 ` [PR PATCH] [Updated] goaccess: update to 1.9.3 MIvanchev
@ 2024-06-06  8:44 ` MIvanchev
  2024-06-06  8:52 ` MIvanchev
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: MIvanchev @ 2024-06-06  8:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 394 bytes --]

There is an updated pull request by MIvanchev against master on the void-packages repository

https://github.com/MIvanchev/void-packages goaccess
https://github.com/void-linux/void-packages/pull/50716

goaccess: update to 1.9.3
#### Testing the changes
- I tested the changes in this PR: **briefly**


A patch file from https://github.com/void-linux/void-packages/pull/50716.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-goaccess-50716.patch --]
[-- Type: text/x-diff, Size: 3874 bytes --]

From 07aff573ac00b1a1781ea258ce811c2c3deb30dd Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Thu, 6 Jun 2024 10:42:10 +0200
Subject: [PATCH 1/2] libmaxminddb: update to 1.9.1

---
 srcpkgs/libmaxminddb/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libmaxminddb/template b/srcpkgs/libmaxminddb/template
index 1bf9f18a1f173a..3305fee4a9308b 100644
--- a/srcpkgs/libmaxminddb/template
+++ b/srcpkgs/libmaxminddb/template
@@ -1,14 +1,14 @@
 # Template file for 'libmaxminddb'
 pkgname=libmaxminddb
-version=1.3.2
+version=1.9.1
 revision=1
 build_style=gnu-configure
-short_desc="A library for working with MaxMind DB files"
+short_desc="C library for the MaxMind DB file format"
 maintainer="Elie ROUDNINSKI <xademax@gmail.com>"
 license="Apache-2.0"
-homepage="https://maxmind.github.io/${pkgname}/"
+homepage="https://maxmind.github.io/libmaxminddb/"
 distfiles="https://github.com/maxmind/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.gz"
-checksum=e6f881aa6bd8cfa154a44d965450620df1f714c6dc9dd9971ad98f6e04f6c0f0
+checksum=a80682a89d915fdf60b35d316232fb04ebf36fff27fda9bd39fe8a38d3cd3f12
 
 libmaxminddb-devel_package() {
 	short_desc+=" - development files"

From 9b8f242fd0d9faa2427fa3c38a67c0d73b33c139 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Thu, 6 Jun 2024 10:20:46 +0200
Subject: [PATCH 2/2] goaccess: update to 1.9.3

---
 srcpkgs/goaccess/patches/cross.patch | 15 ---------------
 srcpkgs/goaccess/template            | 13 +++++++++----
 srcpkgs/libmaxminddb/template        |  1 +
 3 files changed, 10 insertions(+), 19 deletions(-)
 delete mode 100644 srcpkgs/goaccess/patches/cross.patch

diff --git a/srcpkgs/goaccess/patches/cross.patch b/srcpkgs/goaccess/patches/cross.patch
deleted file mode 100644
index f4a85fc50dba1e..00000000000000
--- a/srcpkgs/goaccess/patches/cross.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -107,6 +107,10 @@ if HAS_SEDTR
- else
- 	./bin2c resources/js/app.js src/appjs.h app_js
- endif
-+ 
-+bin2c$(EXEEXT): src/bin2c.c
-+	gcc $< -o $@
-+
- 
- confdir = $(sysconfdir)/goaccess
- dist_conf_DATA = config/goaccess.conf
-
-
diff --git a/srcpkgs/goaccess/template b/srcpkgs/goaccess/template
index ce6231cc025331..af6db9a3107b1c 100644
--- a/srcpkgs/goaccess/template
+++ b/srcpkgs/goaccess/template
@@ -1,21 +1,26 @@
 # Template file for 'goaccess'
 pkgname=goaccess
-version=1.4.5
+version=1.9.3
 revision=1
+build_helper=qemu
 build_style=gnu-configure
-configure_args="--enable-utf8 --enable-geoip=legacy"
+configure_args="--enable-utf8 --enable-geoip=mmdb"
 hostmakedepends="automake gettext gettext-devel tar"
-makedepends="gettext-devel ncurses-devel geoip-devel"
+makedepends="gettext-devel ncurses-devel libmaxminddb-devel geoip-devel"
 short_desc="Open source real-time web log analyzer and interactive viewer"
 maintainer="Bart Kerkvliet <bart@bannarte.nl>"
 license="MIT"
 homepage="https://goaccess.io"
 distfiles="http://tar.goaccess.io/goaccess-${version}.tar.gz"
-checksum=c4820e781f75d9446f6b1be5fc8d11c6ec94a47fa8dd523001698c589f46c1ba
+checksum=49f0ee49e3c4a95f5f75f6806b0406746fcbf2f9ad971cae23e2ea95d3ec7837
 
 pre_configure() {
+	if [ "$CROSS_BUILD" ]; then
+		vsed -i "s|\t\./bin2c |\tqemu-${XBPS_TARGET_QEMU_MACHINE}-static ./bin2c |" Makefile.am
+	fi
 	autoreconf -fi
 }
+
 post_install() {
 	vlicense COPYING
 }
diff --git a/srcpkgs/libmaxminddb/template b/srcpkgs/libmaxminddb/template
index 3305fee4a9308b..7f5de9d8461b38 100644
--- a/srcpkgs/libmaxminddb/template
+++ b/srcpkgs/libmaxminddb/template
@@ -3,6 +3,7 @@ pkgname=libmaxminddb
 version=1.9.1
 revision=1
 build_style=gnu-configure
+checkdepends="perl"
 short_desc="C library for the MaxMind DB file format"
 maintainer="Elie ROUDNINSKI <xademax@gmail.com>"
 license="Apache-2.0"

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] goaccess: update to 1.9.3
  2024-06-06  8:22 [PR PATCH] goaccess: update to 1.9.1 MIvanchev
                   ` (4 preceding siblings ...)
  2024-06-06  8:44 ` MIvanchev
@ 2024-06-06  8:52 ` MIvanchev
  2024-06-06  8:56 ` MIvanchev
  2024-06-13 22:28 ` [PR PATCH] [Closed]: " abenson
  7 siblings, 0 replies; 9+ messages in thread
From: MIvanchev @ 2024-06-06  8:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 394 bytes --]

There is an updated pull request by MIvanchev against master on the void-packages repository

https://github.com/MIvanchev/void-packages goaccess
https://github.com/void-linux/void-packages/pull/50716

goaccess: update to 1.9.3
#### Testing the changes
- I tested the changes in this PR: **briefly**


A patch file from https://github.com/void-linux/void-packages/pull/50716.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-goaccess-50716.patch --]
[-- Type: text/x-diff, Size: 3408 bytes --]

From d7e15b500397d92260a238bb11fd09d3307162b5 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Thu, 6 Jun 2024 10:42:10 +0200
Subject: [PATCH 1/2] libmaxminddb: update to 1.9.1

---
 srcpkgs/libmaxminddb/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libmaxminddb/template b/srcpkgs/libmaxminddb/template
index 1bf9f18a1f173a..7f5de9d8461b38 100644
--- a/srcpkgs/libmaxminddb/template
+++ b/srcpkgs/libmaxminddb/template
@@ -1,14 +1,15 @@
 # Template file for 'libmaxminddb'
 pkgname=libmaxminddb
-version=1.3.2
+version=1.9.1
 revision=1
 build_style=gnu-configure
-short_desc="A library for working with MaxMind DB files"
+checkdepends="perl"
+short_desc="C library for the MaxMind DB file format"
 maintainer="Elie ROUDNINSKI <xademax@gmail.com>"
 license="Apache-2.0"
-homepage="https://maxmind.github.io/${pkgname}/"
+homepage="https://maxmind.github.io/libmaxminddb/"
 distfiles="https://github.com/maxmind/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.gz"
-checksum=e6f881aa6bd8cfa154a44d965450620df1f714c6dc9dd9971ad98f6e04f6c0f0
+checksum=a80682a89d915fdf60b35d316232fb04ebf36fff27fda9bd39fe8a38d3cd3f12
 
 libmaxminddb-devel_package() {
 	short_desc+=" - development files"

From b942c73e2d8e26e3f2c32e87e2c071ed1ea5b74a Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Thu, 6 Jun 2024 10:20:46 +0200
Subject: [PATCH 2/2] goaccess: update to 1.9.3

---
 srcpkgs/goaccess/patches/cross.patch | 15 ---------------
 srcpkgs/goaccess/template            | 13 +++++++++----
 2 files changed, 9 insertions(+), 19 deletions(-)
 delete mode 100644 srcpkgs/goaccess/patches/cross.patch

diff --git a/srcpkgs/goaccess/patches/cross.patch b/srcpkgs/goaccess/patches/cross.patch
deleted file mode 100644
index f4a85fc50dba1e..00000000000000
--- a/srcpkgs/goaccess/patches/cross.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -107,6 +107,10 @@ if HAS_SEDTR
- else
- 	./bin2c resources/js/app.js src/appjs.h app_js
- endif
-+ 
-+bin2c$(EXEEXT): src/bin2c.c
-+	gcc $< -o $@
-+
- 
- confdir = $(sysconfdir)/goaccess
- dist_conf_DATA = config/goaccess.conf
-
-
diff --git a/srcpkgs/goaccess/template b/srcpkgs/goaccess/template
index ce6231cc025331..5e15e9b8ce4233 100644
--- a/srcpkgs/goaccess/template
+++ b/srcpkgs/goaccess/template
@@ -1,21 +1,26 @@
 # Template file for 'goaccess'
 pkgname=goaccess
-version=1.4.5
+version=1.9.3
 revision=1
+build_helper=qemu
 build_style=gnu-configure
-configure_args="--enable-utf8 --enable-geoip=legacy"
+configure_args="--enable-utf8 --enable-geoip=mmdb"
 hostmakedepends="automake gettext gettext-devel tar"
-makedepends="gettext-devel ncurses-devel geoip-devel"
+makedepends="gettext-devel ncurses-devel libmaxminddb-devel"
 short_desc="Open source real-time web log analyzer and interactive viewer"
 maintainer="Bart Kerkvliet <bart@bannarte.nl>"
 license="MIT"
 homepage="https://goaccess.io"
 distfiles="http://tar.goaccess.io/goaccess-${version}.tar.gz"
-checksum=c4820e781f75d9446f6b1be5fc8d11c6ec94a47fa8dd523001698c589f46c1ba
+checksum=49f0ee49e3c4a95f5f75f6806b0406746fcbf2f9ad971cae23e2ea95d3ec7837
 
 pre_configure() {
+	if [ "$CROSS_BUILD" ]; then
+		vsed -i "s|\t\./bin2c |\tqemu-${XBPS_TARGET_QEMU_MACHINE}-static ./bin2c |" Makefile.am
+	fi
 	autoreconf -fi
 }
+
 post_install() {
 	vlicense COPYING
 }

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: goaccess: update to 1.9.3
  2024-06-06  8:22 [PR PATCH] goaccess: update to 1.9.1 MIvanchev
                   ` (5 preceding siblings ...)
  2024-06-06  8:52 ` MIvanchev
@ 2024-06-06  8:56 ` MIvanchev
  2024-06-13 22:28 ` [PR PATCH] [Closed]: " abenson
  7 siblings, 0 replies; 9+ messages in thread
From: MIvanchev @ 2024-06-06  8:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 166 bytes --]

New comment by MIvanchev on void-packages repository

https://github.com/void-linux/void-packages/pull/50716#issuecomment-2151762359

Comment:
CC @marmeladema @BKer 

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Closed]: goaccess: update to 1.9.3
  2024-06-06  8:22 [PR PATCH] goaccess: update to 1.9.1 MIvanchev
                   ` (6 preceding siblings ...)
  2024-06-06  8:56 ` MIvanchev
@ 2024-06-13 22:28 ` abenson
  7 siblings, 0 replies; 9+ messages in thread
From: abenson @ 2024-06-13 22:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 329 bytes --]

There's a closed pull request on the void-packages repository

goaccess: update to 1.9.3
https://github.com/void-linux/void-packages/pull/50716

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing

- I built this PR locally for my native architecture, (x86_64-GLIBC)


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-06-13 22:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-06  8:22 [PR PATCH] goaccess: update to 1.9.1 MIvanchev
2024-06-06  8:22 ` [PR PATCH] [Updated] " MIvanchev
2024-06-06  8:33 ` MIvanchev
2024-06-06  8:36 ` MIvanchev
2024-06-06  8:42 ` [PR PATCH] [Updated] goaccess: update to 1.9.3 MIvanchev
2024-06-06  8:44 ` MIvanchev
2024-06-06  8:52 ` MIvanchev
2024-06-06  8:56 ` MIvanchev
2024-06-13 22:28 ` [PR PATCH] [Closed]: " abenson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).