Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gitea: update to 1.16.5
@ 2022-03-26  0:11 zen0bit
  2022-03-26  0:18 ` [PR REVIEW] " paper42
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: zen0bit @ 2022-03-26  0:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR gitea
https://github.com/void-linux/void-packages/pull/36349

gitea: update to 1.16.5
- I tested the changes in this PR: **briefly**

- I built this PR locally for my native architecture, (x64 libc)


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

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

From 5e2d6b6b92781ff6c33a0dd2d00d29095790ffb2 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Sat, 26 Mar 2022 00:58:53 +0100
Subject: [PATCH] gitea: update to 1.16.5

---
 srcpkgs/gitea/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gitea/template b/srcpkgs/gitea/template
index f9eaa1b18732..8fd52547f8d2 100644
--- a/srcpkgs/gitea/template
+++ b/srcpkgs/gitea/template
@@ -1,6 +1,6 @@
 # Template file for 'gitea'
 pkgname=gitea
-version=1.16.4
+version=1.16.5
 revision=1
 create_wrksrc=yes
 build_style=go
@@ -32,7 +32,7 @@ license="MIT"
 homepage="https://gitea.io"
 changelog="https://github.com/go-gitea/gitea/blob/master/CHANGELOG.md"
 distfiles="https://github.com/go-gitea/gitea/releases/download/v${version}/gitea-src-${version}.tar.gz"
-checksum=ef396b797d39a64867dfcd4532043c363dce3fe054afaa37bb97f8a2ea3f2a18
+checksum=d9aab2e8357ca1a22eaffb328356e4e355a8f851a4de6fb4e7eb54ca80f0187b
 
 system_accounts="_gitea"
 _gitea_homedir="/var/lib/gitea"

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

* Re: [PR REVIEW] gitea: update to 1.16.5
  2022-03-26  0:11 [PR PATCH] gitea: update to 1.16.5 zen0bit
@ 2022-03-26  0:18 ` paper42
  2022-03-26  0:19 ` paper42
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-03-26  0:18 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36349#discussion_r835676104

Comment:
This should link to a raw file.

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

* Re: [PR REVIEW] gitea: update to 1.16.5
  2022-03-26  0:11 [PR PATCH] gitea: update to 1.16.5 zen0bit
  2022-03-26  0:18 ` [PR REVIEW] " paper42
@ 2022-03-26  0:19 ` paper42
  2022-03-26  1:06 ` [PR PATCH] [Updated] " zen0bit
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-03-26  0:19 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36349#discussion_r835676200

Comment:
Could we just use https://dl.gitea.io/gitea/?

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

* Re: [PR PATCH] [Updated] gitea: update to 1.16.5
  2022-03-26  0:11 [PR PATCH] gitea: update to 1.16.5 zen0bit
  2022-03-26  0:18 ` [PR REVIEW] " paper42
  2022-03-26  0:19 ` paper42
@ 2022-03-26  1:06 ` zen0bit
  2022-03-26  1:07 ` [PR REVIEW] " zen0bit
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: zen0bit @ 2022-03-26  1:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR gitea
https://github.com/void-linux/void-packages/pull/36349

gitea: update to 1.16.5
- I tested the changes in this PR: **briefly**

- I built this PR locally for my native architecture, (x64 libc)


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

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

From e75a4e6c0f7a17572b308552c1a9facf33a3ac7a Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Sat, 26 Mar 2022 00:58:53 +0100
Subject: [PATCH] gitea: update to 1.16.5

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

diff --git a/srcpkgs/gitea/template b/srcpkgs/gitea/template
index f9eaa1b18732..c8b9b361ce2d 100644
--- a/srcpkgs/gitea/template
+++ b/srcpkgs/gitea/template
@@ -1,6 +1,6 @@
 # Template file for 'gitea'
 pkgname=gitea
-version=1.16.4
+version=1.16.5
 revision=1
 create_wrksrc=yes
 build_style=go
@@ -30,9 +30,9 @@ short_desc="Git with a cup of Tea"
 maintainer="fosslinux <fosslinux@aussies.space>"
 license="MIT"
 homepage="https://gitea.io"
-changelog="https://github.com/go-gitea/gitea/blob/master/CHANGELOG.md"
-distfiles="https://github.com/go-gitea/gitea/releases/download/v${version}/gitea-src-${version}.tar.gz"
-checksum=ef396b797d39a64867dfcd4532043c363dce3fe054afaa37bb97f8a2ea3f2a18
+changelog="https://raw.githubusercontent.com/go-gitea/gitea/main/CHANGELOG.md"
+distfiles="https://dl.gitea.io/gitea/${version}/gitea-src-${version}.tar.gz"
+checksum=d9aab2e8357ca1a22eaffb328356e4e355a8f851a4de6fb4e7eb54ca80f0187b
 
 system_accounts="_gitea"
 _gitea_homedir="/var/lib/gitea"

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

* Re: [PR REVIEW] gitea: update to 1.16.5
  2022-03-26  0:11 [PR PATCH] gitea: update to 1.16.5 zen0bit
                   ` (2 preceding siblings ...)
  2022-03-26  1:06 ` [PR PATCH] [Updated] " zen0bit
@ 2022-03-26  1:07 ` zen0bit
  2022-03-26  1:07 ` zen0bit
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: zen0bit @ 2022-03-26  1:07 UTC (permalink / raw)
  To: ml

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

New review comment by zen0bit on void-packages repository

https://github.com/void-linux/void-packages/pull/36349#discussion_r835690009

Comment:
https://raw.githubusercontent.com/go-gitea/gitea/main/CHANGELOG.md

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

* Re: [PR REVIEW] gitea: update to 1.16.5
  2022-03-26  0:11 [PR PATCH] gitea: update to 1.16.5 zen0bit
                   ` (3 preceding siblings ...)
  2022-03-26  1:07 ` [PR REVIEW] " zen0bit
@ 2022-03-26  1:07 ` zen0bit
  2022-03-26  1:08 ` zen0bit
  2022-03-26 19:03 ` [PR PATCH] [Merged]: " paper42
  6 siblings, 0 replies; 8+ messages in thread
From: zen0bit @ 2022-03-26  1:07 UTC (permalink / raw)
  To: ml

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

New review comment by zen0bit on void-packages repository

https://github.com/void-linux/void-packages/pull/36349#discussion_r835690009

Comment:
changed...
good?

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

* Re: [PR REVIEW] gitea: update to 1.16.5
  2022-03-26  0:11 [PR PATCH] gitea: update to 1.16.5 zen0bit
                   ` (4 preceding siblings ...)
  2022-03-26  1:07 ` zen0bit
@ 2022-03-26  1:08 ` zen0bit
  2022-03-26 19:03 ` [PR PATCH] [Merged]: " paper42
  6 siblings, 0 replies; 8+ messages in thread
From: zen0bit @ 2022-03-26  1:08 UTC (permalink / raw)
  To: ml

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

New review comment by zen0bit on void-packages repository

https://github.com/void-linux/void-packages/pull/36349#discussion_r835690117

Comment:
changed...
good?

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

* Re: [PR PATCH] [Merged]: gitea: update to 1.16.5
  2022-03-26  0:11 [PR PATCH] gitea: update to 1.16.5 zen0bit
                   ` (5 preceding siblings ...)
  2022-03-26  1:08 ` zen0bit
@ 2022-03-26 19:03 ` paper42
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-03-26 19:03 UTC (permalink / raw)
  To: ml

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

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

gitea: update to 1.16.5
https://github.com/void-linux/void-packages/pull/36349

Description:
- I tested the changes in this PR: **briefly**

- I built this PR locally for my native architecture, (x64 libc)


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

end of thread, other threads:[~2022-03-26 19:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-26  0:11 [PR PATCH] gitea: update to 1.16.5 zen0bit
2022-03-26  0:18 ` [PR REVIEW] " paper42
2022-03-26  0:19 ` paper42
2022-03-26  1:06 ` [PR PATCH] [Updated] " zen0bit
2022-03-26  1:07 ` [PR REVIEW] " zen0bit
2022-03-26  1:07 ` zen0bit
2022-03-26  1:08 ` zen0bit
2022-03-26 19:03 ` [PR PATCH] [Merged]: " paper42

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