Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gitea: upgrade to 1.15.8
@ 2021-12-25 22:54 catdevnull
  2021-12-25 23:13 ` paper42
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: catdevnull @ 2021-12-25 22:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/catdevnull/void-packages patch-1
https://github.com/void-linux/void-packages/pull/34696

gitea: upgrade to 1.15.8
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/34696.patch is attached

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

From 63b128023146737d1efd736855a83537f424c622 Mon Sep 17 00:00:00 2001
From: Nulo <86896666+catdevnull@users.noreply.github.com>
Date: Sat, 25 Dec 2021 22:53:46 +0000
Subject: [PATCH] gitea: upgrade to 1.15.8

---
 srcpkgs/gitea/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gitea/template b/srcpkgs/gitea/template
index 1e8fe628361f..663d71fcdcbb 100644
--- a/srcpkgs/gitea/template
+++ b/srcpkgs/gitea/template
@@ -1,6 +1,6 @@
 # Template file for 'gitea'
 pkgname=gitea
-version=1.15.6
+version=1.15.8
 revision=1
 create_wrksrc=yes
 build_style=go

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

* Re: gitea: upgrade to 1.15.8
  2021-12-25 22:54 [PR PATCH] gitea: upgrade to 1.15.8 catdevnull
@ 2021-12-25 23:13 ` paper42
  2021-12-25 23:14 ` paper42
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2021-12-25 23:13 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34696#issuecomment-1001082166

Comment:
>     * I tested the changes in this PR: **NO**

Please test changes before making PRs, this PR won't even build.

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

* Re: gitea: upgrade to 1.15.8
  2021-12-25 22:54 [PR PATCH] gitea: upgrade to 1.15.8 catdevnull
  2021-12-25 23:13 ` paper42
@ 2021-12-25 23:14 ` paper42
  2021-12-25 23:36 ` catdevnull
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2021-12-25 23:14 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34696#issuecomment-1001082166

Comment:
>     * I tested the changes in this PR: **NO**

Please test changes before making PRs, this PR won't even build. People in #voidlinux will probably be able to help you if you are stuck at some point.

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

* Re: gitea: upgrade to 1.15.8
  2021-12-25 22:54 [PR PATCH] gitea: upgrade to 1.15.8 catdevnull
  2021-12-25 23:13 ` paper42
  2021-12-25 23:14 ` paper42
@ 2021-12-25 23:36 ` catdevnull
  2021-12-26  1:14 ` [PR PATCH] [Updated] " catdevnull
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: catdevnull @ 2021-12-25 23:36 UTC (permalink / raw)
  To: ml

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

New comment by catdevnull on void-packages repository

https://github.com/void-linux/void-packages/pull/34696#issuecomment-1001083402

Comment:
Sorry, thought my dumbass could just edit the version on GitHub's web editor to upgrade it but forgot about checksums. Guess it's time to setup another void-packages env..


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

* Re: [PR PATCH] [Updated] gitea: upgrade to 1.15.8
  2021-12-25 22:54 [PR PATCH] gitea: upgrade to 1.15.8 catdevnull
                   ` (2 preceding siblings ...)
  2021-12-25 23:36 ` catdevnull
@ 2021-12-26  1:14 ` catdevnull
  2021-12-26 10:05 ` paper42
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: catdevnull @ 2021-12-26  1:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/catdevnull/void-packages patch-1
https://github.com/void-linux/void-packages/pull/34696

gitea: upgrade to 1.15.8
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/34696.patch is attached

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

From 60e9515545a9c7dadd841e3116700c096834691e Mon Sep 17 00:00:00 2001
From: Nulo <git@nulo.in>
Date: Sat, 25 Dec 2021 22:13:44 -0300
Subject: [PATCH] gitea: upgrade to 1.15.8

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

diff --git a/srcpkgs/gitea/template b/srcpkgs/gitea/template
index 1e8fe628361f..2d998594cc15 100644
--- a/srcpkgs/gitea/template
+++ b/srcpkgs/gitea/template
@@ -1,6 +1,6 @@
 # Template file for 'gitea'
 pkgname=gitea
-version=1.15.6
+version=1.15.8
 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=14c33f89003125cca6bf88d80736815c6d14cbc5311e1f6015607983357d727d
+checksum=a05745e5c1b5e9b51caa3d96fd93689176689865a0c249aa477d411e5c082045
 
 system_accounts="_gitea"
 _gitea_homedir="/var/lib/gitea"

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

* Re: gitea: upgrade to 1.15.8
  2021-12-25 22:54 [PR PATCH] gitea: upgrade to 1.15.8 catdevnull
                   ` (3 preceding siblings ...)
  2021-12-26  1:14 ` [PR PATCH] [Updated] " catdevnull
@ 2021-12-26 10:05 ` paper42
  2021-12-26 15:19 ` catdevnull
  2021-12-26 21:34 ` [PR PATCH] [Merged]: " paper42
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2021-12-26 10:05 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34696#issuecomment-1001143583

Comment:
> This should work now.

Did you runtime test this update? If yes, please update the PR description. If no, please do so and still update the PR description.

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

* Re: gitea: upgrade to 1.15.8
  2021-12-25 22:54 [PR PATCH] gitea: upgrade to 1.15.8 catdevnull
                   ` (4 preceding siblings ...)
  2021-12-26 10:05 ` paper42
@ 2021-12-26 15:19 ` catdevnull
  2021-12-26 21:34 ` [PR PATCH] [Merged]: " paper42
  6 siblings, 0 replies; 8+ messages in thread
From: catdevnull @ 2021-12-26 15:19 UTC (permalink / raw)
  To: ml

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

New comment by catdevnull on void-packages repository

https://github.com/void-linux/void-packages/pull/34696#issuecomment-1001199407

Comment:
> Did you runtime test this update? If yes, please update the PR description.

Yes, I did. CI passes too. Updated.


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

* Re: [PR PATCH] [Merged]: gitea: upgrade to 1.15.8
  2021-12-25 22:54 [PR PATCH] gitea: upgrade to 1.15.8 catdevnull
                   ` (5 preceding siblings ...)
  2021-12-26 15:19 ` catdevnull
@ 2021-12-26 21:34 ` paper42
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2021-12-26 21:34 UTC (permalink / raw)
  To: ml

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

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

gitea: upgrade to 1.15.8
https://github.com/void-linux/void-packages/pull/34696

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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 (x86_64)


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

end of thread, other threads:[~2021-12-26 21:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-25 22:54 [PR PATCH] gitea: upgrade to 1.15.8 catdevnull
2021-12-25 23:13 ` paper42
2021-12-25 23:14 ` paper42
2021-12-25 23:36 ` catdevnull
2021-12-26  1:14 ` [PR PATCH] [Updated] " catdevnull
2021-12-26 10:05 ` paper42
2021-12-26 15:19 ` catdevnull
2021-12-26 21:34 ` [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).