Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lego: update to 4.14.2.
@ 2024-01-02  8:06 chilledfrogs
  2024-02-15  4:03 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: chilledfrogs @ 2024-01-02  8:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chilledfrogs/void-packages lego
https://github.com/void-linux/void-packages/pull/48025

lego: update to 4.14.2.
<!-- 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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64

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

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

From 04c21829ff6eebbdc4a7f17a3505f17c5535da79 Mon Sep 17 00:00:00 2001
From: Allen Sobot <chilledfrogs@disroot.org>
Date: Mon, 1 Jan 2024 22:51:15 +0100
Subject: [PATCH] lego: update to 4.14.2.

---
 srcpkgs/lego/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/lego/template b/srcpkgs/lego/template
index 7b3c017cf922f..e6d3fcacae2e7 100644
--- a/srcpkgs/lego/template
+++ b/srcpkgs/lego/template
@@ -1,7 +1,7 @@
 # Template file for 'lego'
 pkgname=lego
-version=4.8.0
-revision=3
+version=4.14.2
+revision=1
 build_style=go
 go_import_path="github.com/go-acme/lego/v4"
 go_package="${go_import_path}/cmd/lego"
@@ -10,7 +10,7 @@ maintainer="Anachron <gith@cron.world>"
 license="MIT"
 homepage="https://go-acme.github.io/lego"
 distfiles="https://github.com/go-acme/lego/archive/v${version}.tar.gz"
-checksum=2cebfd9c7471c0a64ad877c4270378b2c45712103332674e5f26e5a347b8b6b1
+checksum=30118c803167d7711b0a40741eef53f7a2ff40b87f4cef936adb916b09ccf3a5
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] lego: update to 4.14.2.
  2024-01-02  8:06 [PR PATCH] lego: update to 4.14.2 chilledfrogs
@ 2024-02-15  4:03 ` classabbyamp
  2024-02-15 18:11 ` [PR PATCH] [Updated] " chilledfrogs
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2024-02-15  4:03 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/48025#discussion_r1490340048

Comment:
```suggestion
homepage="https://go-acme.github.io/lego"
changelog="https://raw.githubusercontent.com/go-acme/lego/master/CHANGELOG.md"
```

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

* Re: [PR PATCH] [Updated] lego: update to 4.14.2.
  2024-01-02  8:06 [PR PATCH] lego: update to 4.14.2 chilledfrogs
  2024-02-15  4:03 ` [PR REVIEW] " classabbyamp
@ 2024-02-15 18:11 ` chilledfrogs
  2024-05-16  1:46 ` lego: update to 4.15.0 github-actions
  2024-05-16  1:48 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: chilledfrogs @ 2024-02-15 18:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chilledfrogs/void-packages lego
https://github.com/void-linux/void-packages/pull/48025

lego: update to 4.14.2.
<!-- 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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64

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

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

From e1b9233ef1052628cd6bf56903bd45484bd76ec7 Mon Sep 17 00:00:00 2001
From: Allen Sobot <chilledfrogs@disroot.org>
Date: Mon, 1 Jan 2024 22:51:15 +0100
Subject: [PATCH] lego: update to 4.15.0.

---
 srcpkgs/lego/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/lego/template b/srcpkgs/lego/template
index 7b3c017cf922fc..b2d0e1435cee0b 100644
--- a/srcpkgs/lego/template
+++ b/srcpkgs/lego/template
@@ -1,7 +1,7 @@
 # Template file for 'lego'
 pkgname=lego
-version=4.8.0
-revision=3
+version=4.15.0
+revision=1
 build_style=go
 go_import_path="github.com/go-acme/lego/v4"
 go_package="${go_import_path}/cmd/lego"
@@ -9,8 +9,9 @@ short_desc="Let's Encrypt client and ACME library written in Go"
 maintainer="Anachron <gith@cron.world>"
 license="MIT"
 homepage="https://go-acme.github.io/lego"
+changelog="https://raw.githubusercontent.com/go-acme/lego/master/CHANGELOG.md"
 distfiles="https://github.com/go-acme/lego/archive/v${version}.tar.gz"
-checksum=2cebfd9c7471c0a64ad877c4270378b2c45712103332674e5f26e5a347b8b6b1
+checksum=3feb0501ca95d8c1fe831375ece6be6cfe57b76b51a9420d211e2472d132330d
 
 post_install() {
 	vlicense LICENSE

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

* Re: lego: update to 4.15.0.
  2024-01-02  8:06 [PR PATCH] lego: update to 4.14.2 chilledfrogs
  2024-02-15  4:03 ` [PR REVIEW] " classabbyamp
  2024-02-15 18:11 ` [PR PATCH] [Updated] " chilledfrogs
@ 2024-05-16  1:46 ` github-actions
  2024-05-16  1:48 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2024-05-16  1:46 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/48025#issuecomment-2113785784

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Merged]: lego: update to 4.15.0.
  2024-01-02  8:06 [PR PATCH] lego: update to 4.14.2 chilledfrogs
                   ` (2 preceding siblings ...)
  2024-05-16  1:46 ` lego: update to 4.15.0 github-actions
@ 2024-05-16  1:48 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2024-05-16  1:48 UTC (permalink / raw)
  To: ml

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

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

lego: update to 4.15.0.
https://github.com/void-linux/void-packages/pull/48025

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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64

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

end of thread, other threads:[~2024-05-16  1:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-02  8:06 [PR PATCH] lego: update to 4.14.2 chilledfrogs
2024-02-15  4:03 ` [PR REVIEW] " classabbyamp
2024-02-15 18:11 ` [PR PATCH] [Updated] " chilledfrogs
2024-05-16  1:46 ` lego: update to 4.15.0 github-actions
2024-05-16  1:48 ` [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).