Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] goatcounter: update to 2.3.0.
@ 2022-10-18 14:11 TeddyDD
  2022-10-18 17:06 ` [PR REVIEW] " classabbyamp
  2022-10-18 17:08 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: TeddyDD @ 2022-10-18 14:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-goatcounter
https://github.com/void-linux/void-packages/pull/40023

goatcounter: update to 2.3.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From d3e9eb1a37a0400f1dc3ea09e36970645384342f Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Tue, 18 Oct 2022 16:02:42 +0200
Subject: [PATCH] goatcounter: update to 2.3.0.

---
 srcpkgs/goatcounter/files/goatcounter/run | 2 +-
 srcpkgs/goatcounter/template              | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/goatcounter/files/goatcounter/run b/srcpkgs/goatcounter/files/goatcounter/run
index e8f78fc6360c..e52e6387f0a5 100755
--- a/srcpkgs/goatcounter/files/goatcounter/run
+++ b/srcpkgs/goatcounter/files/goatcounter/run
@@ -2,6 +2,6 @@
 
 [ -r ./conf ] && . ./conf
 
-: "${OPTS:=-db sqlite+/var/db/goatcounter/db.sqlite3?_busy_timeout=200&_journal_mode=wal&cache=shared -listen :5000 -public-port 5000 -tls none}"
+: "${OPTS:=-db sqlite+/var/db/goatcounter/db.sqlite3?_busy_timeout=200&_journal_mode=wal&cache=shared -listen :5000 -public-port 5000 -tls none -websocket}"
 
 exec chpst -u _goatcounter goatcounter serve ${OPTS}
diff --git a/srcpkgs/goatcounter/template b/srcpkgs/goatcounter/template
index 9ba8c6fda1c7..ab60650a187c 100644
--- a/srcpkgs/goatcounter/template
+++ b/srcpkgs/goatcounter/template
@@ -1,18 +1,18 @@
 # Template file for 'goatcounter'
 pkgname=goatcounter
-version=2.2.3
+version=2.3.0
 revision=1
 build_style=go
 go_import_path=zgo.at/goatcounter/v2
 go_package="${go_import_path}/cmd/goatcounter"
-go_ldflags="-X zgo.at/goatcounter.Version=${version}"
+go_ldflags="-X zgo.at/goatcounter/v2.Version=${version}"
 depends="tzdata"
 short_desc="Easy web analytics without tracking of personal data"
 maintainer="Martin Tournoij <martin@arp242.net>"
 license="EUPL-1.2"
 homepage="https://www.goatcounter.com/"
 distfiles="https://github.com/zgoat/goatcounter/archive/v${version}.tar.gz"
-checksum=5b3b07afda42752d7c9600a8671bbb30e70a98c656505eda99a4e67b309a94fc
+checksum=4caa1478b1b2de74feae2f3f06b8847018cc53548a2f5f04176b362f08503213
 system_accounts="_goatcounter"
 make_dirs="/var/db/goatcounter 0750 _goatcounter _goatcounter"
 

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

* Re: [PR REVIEW] goatcounter: update to 2.3.0.
  2022-10-18 14:11 [PR PATCH] goatcounter: update to 2.3.0 TeddyDD
@ 2022-10-18 17:06 ` classabbyamp
  2022-10-18 17:08 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2022-10-18 17:06 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40023#discussion_r998500366

Comment:
```suggestion
homepage="https://www.goatcounter.com/"
changelog="https://raw.githubusercontent.com/arp242/goatcounter/master/CHANGELOG.md"
```

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

* Re: [PR PATCH] [Merged]: goatcounter: update to 2.3.0.
  2022-10-18 14:11 [PR PATCH] goatcounter: update to 2.3.0 TeddyDD
  2022-10-18 17:06 ` [PR REVIEW] " classabbyamp
@ 2022-10-18 17:08 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2022-10-18 17:08 UTC (permalink / raw)
  To: ml

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

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

goatcounter: update to 2.3.0.
https://github.com/void-linux/void-packages/pull/40023

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-10-18 17:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-18 14:11 [PR PATCH] goatcounter: update to 2.3.0 TeddyDD
2022-10-18 17:06 ` [PR REVIEW] " classabbyamp
2022-10-18 17:08 ` [PR PATCH] [Merged]: " classabbyamp

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).