Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] caddy: update to 2.6.4.
@ 2023-02-15  7:48 steinex
  2023-02-15  8:28 ` [PR REVIEW] " paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: steinex @ 2023-02-15  7:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/steinex/void-packages caddy
https://github.com/void-linux/void-packages/pull/42276

caddy: update to 2.6.4.
<!-- 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
-->


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

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

From bbd309e1dafc4e042436eef58eae0220e45a5fb1 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Wed, 15 Feb 2023 08:43:22 +0100
Subject: [PATCH] caddy: update to 2.6.4.

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

diff --git a/srcpkgs/caddy/template b/srcpkgs/caddy/template
index 5fd43bb04758..e2e6497e1002 100644
--- a/srcpkgs/caddy/template
+++ b/srcpkgs/caddy/template
@@ -1,6 +1,6 @@
 # Template file for 'caddy'
 pkgname=caddy
-version=2.6.3
+version=2.6.4
 revision=1
 build_style=go
 go_import_path=github.com/caddyserver/caddy/v2
@@ -11,7 +11,7 @@ maintainer="Dominic Monroe <monroef4@googlemail.com>"
 license="Apache-2.0"
 homepage="https://caddyserver.com"
 distfiles="https://github.com/caddyserver/caddy/archive/v${version}.tar.gz"
-checksum=86d6bb9b90fb21b223dc570eb2ccc8cf917750d70fb0d9c4a86d3ec6c13c712c
+checksum=41f26a7e494eb0e33cd1f167b3f00a4d9030b2f9d29f673a1837dde7bb5e82b0
 
 system_accounts="caddy"
 caddy_homedir="/var/lib/caddy"

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

* Re: [PR REVIEW] caddy: update to 2.6.4.
  2023-02-15  7:48 [PR PATCH] caddy: update to 2.6.4 steinex
@ 2023-02-15  8:28 ` paper42
  2023-02-15  8:34 ` [PR PATCH] [Updated] " steinex
  2023-02-16 15:22 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2023-02-15  8:28 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/42276#discussion_r1106798184

Comment:
```suggestion
homepage="https://caddyserver.com"
changelog="https://github.com/caddyserver/caddy/releases"
```

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

* Re: [PR PATCH] [Updated] caddy: update to 2.6.4.
  2023-02-15  7:48 [PR PATCH] caddy: update to 2.6.4 steinex
  2023-02-15  8:28 ` [PR REVIEW] " paper42
@ 2023-02-15  8:34 ` steinex
  2023-02-16 15:22 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: steinex @ 2023-02-15  8:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/steinex/void-packages caddy
https://github.com/void-linux/void-packages/pull/42276

caddy: update to 2.6.4.
<!-- 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
-->


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

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

From 424c8da45507272423259d0538b28ee07c8fc66d Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Wed, 15 Feb 2023 08:43:22 +0100
Subject: [PATCH] caddy: update to 2.6.4.

---
 srcpkgs/caddy/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/caddy/template b/srcpkgs/caddy/template
index 5fd43bb04758..baed05040a58 100644
--- a/srcpkgs/caddy/template
+++ b/srcpkgs/caddy/template
@@ -1,6 +1,6 @@
 # Template file for 'caddy'
 pkgname=caddy
-version=2.6.3
+version=2.6.4
 revision=1
 build_style=go
 go_import_path=github.com/caddyserver/caddy/v2
@@ -10,8 +10,9 @@ short_desc="Fast, cross-platform HTTP/2 web server with automatic HTTPS"
 maintainer="Dominic Monroe <monroef4@googlemail.com>"
 license="Apache-2.0"
 homepage="https://caddyserver.com"
+changelog="https://github.com/caddyserver/caddy/releases"
 distfiles="https://github.com/caddyserver/caddy/archive/v${version}.tar.gz"
-checksum=86d6bb9b90fb21b223dc570eb2ccc8cf917750d70fb0d9c4a86d3ec6c13c712c
+checksum=41f26a7e494eb0e33cd1f167b3f00a4d9030b2f9d29f673a1837dde7bb5e82b0
 
 system_accounts="caddy"
 caddy_homedir="/var/lib/caddy"

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

* Re: [PR PATCH] [Merged]: caddy: update to 2.6.4.
  2023-02-15  7:48 [PR PATCH] caddy: update to 2.6.4 steinex
  2023-02-15  8:28 ` [PR REVIEW] " paper42
  2023-02-15  8:34 ` [PR PATCH] [Updated] " steinex
@ 2023-02-16 15:22 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2023-02-16 15:22 UTC (permalink / raw)
  To: ml

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

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

caddy: update to 2.6.4.
https://github.com/void-linux/void-packages/pull/42276

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] 4+ messages in thread

end of thread, other threads:[~2023-02-16 15:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-15  7:48 [PR PATCH] caddy: update to 2.6.4 steinex
2023-02-15  8:28 ` [PR REVIEW] " paper42
2023-02-15  8:34 ` [PR PATCH] [Updated] " steinex
2023-02-16 15:22 ` [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).