Skip to content

Commit

Permalink
goaccess: rollback to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryzhovau committed Feb 21, 2024
1 parent f823967 commit e91f770
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions goaccess/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions goaccess/patches/030-tmp_path.patch
Original file line number Diff line number Diff line change
@@ -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|hr|min> - Date specificity. Possible values: `date`\n"
" (default), `hr` or `min`.\n"
" --db-path=<path> - Persist data to disk on exit to the given\n"
Expand All @@ -9,7 +9,7 @@
" --double-decode - Decode double-encoded values.\n"
" --enable-panel=<PANEL> - Enable parsing/displaying the given panel.\n"
" --fname-as-vhost=<regex> - 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> - Number of lines to test. >= 0 (10 default)\n"
" --persist - Persist data to disk on exit to the given\n"
Expand Down

0 comments on commit e91f770

Please sign in to comment.