From e91f7705a12d4240853ba8a7a0dc36c43652d898 Mon Sep 17 00:00:00 2001 From: Alexander Ryzhov Date: Wed, 21 Feb 2024 09:54:16 +0000 Subject: [PATCH] goaccess: rollback to 1.8.1 https://github.com/allinurl/goaccess/issues/2635 --- goaccess/Makefile | 6 ++++-- goaccess/patches/030-tmp_path.patch | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/goaccess/Makefile b/goaccess/Makefile index bb95d15c..3ae62bd8 100644 --- a/goaccess/Makefile +++ b/goaccess/Makefile @@ -1,16 +1,18 @@ # SPDX-License-Identifier: GPL-2.0-only # # Copyright (C) 2011-2024 Entware +# +# 1.9.0-1.9.1 uses _sync_add_and_fetch() which is unportable to mips include $(TOPDIR)/rules.mk PKG_NAME:=goaccess -PKG_VERSION:=1.9 +PKG_VERSION:=1.8.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://tar.goaccess.io -PKG_HASH:=b11c8cf282c730541f2ac161d3ea3d4ad60bd88af56cc6ae87e4ab0f93378936 +PKG_HASH:=7f9432e6e95d0ece40be86d33f3c454b9c5eec31766914bc9c12f9cf4ead4597 PKG_INSTALL:=1 PKG_FIXUP:=autoreconf diff --git a/goaccess/patches/030-tmp_path.patch b/goaccess/patches/030-tmp_path.patch index d61ad18e..9a7304a9 100644 --- a/goaccess/patches/030-tmp_path.patch +++ b/goaccess/patches/030-tmp_path.patch @@ -1,6 +1,6 @@ --- a/src/options.c +++ b/src/options.c -@@ -286,7 +286,7 @@ cmd_help (void) +@@ -280,7 +280,7 @@ cmd_help (void) " --date-spec= - Date specificity. Possible values: `date`\n" " (default), `hr` or `min`.\n" " --db-path= - Persist data to disk on exit to the given\n" @@ -9,7 +9,7 @@ " --double-decode - Decode double-encoded values.\n" " --enable-panel= - Enable parsing/displaying the given panel.\n" " --fname-as-vhost= - Use log filename(s) as virtual host(s).\n" -@@ -310,12 +310,12 @@ cmd_help (void) +@@ -304,12 +304,12 @@ cmd_help (void) " --no-strict-status - Disable HTTP status code validation.\n" " --num-tests= - Number of lines to test. >= 0 (10 default)\n" " --persist - Persist data to disk on exit to the given\n"