Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [PR REVIEW] keepalived: update to 2.2.4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-33894@inbox.vuxu.org>
@ 2021-11-05 20:13 ` paper42
  2021-11-05 21:30 ` [PR PATCH] [Updated] " uhohspaghetios
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2021-11-05 20:13 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/33894#discussion_r743951200

Comment:
```suggestion
homepage="https://www.keepalived.org/"
distfiles="https://www.keepalived.org/software/keepalived-${version}.tar.gz"
```

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

* Re: [PR PATCH] [Updated] keepalived: update to 2.2.4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-33894@inbox.vuxu.org>
  2021-11-05 20:13 ` [PR REVIEW] keepalived: update to 2.2.4 paper42
@ 2021-11-05 21:30 ` uhohspaghetios
  2021-11-05 21:31 ` [PR REVIEW] " uhohspaghetios
  2021-11-06  1:02 ` [PR PATCH] [Merged]: " Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: uhohspaghetios @ 2021-11-05 21:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/uhohspaghetios/void-packages keepalived-2.2.4
https://github.com/void-linux/void-packages/pull/33894

keepalived: update to 2.2.4
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33894.patch is attached

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

From 2733a50aee46e7573c00c873cdd0931ac11b63bc Mon Sep 17 00:00:00 2001
From: uhohspaghetios <rich@servermonkeys.com>
Date: Thu, 4 Nov 2021 01:54:47 -0400
Subject: [PATCH] keepalived: update to 2.2.4

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

diff --git a/srcpkgs/keepalived/template b/srcpkgs/keepalived/template
index af2d38eb6de8..c8dea3862abf 100644
--- a/srcpkgs/keepalived/template
+++ b/srcpkgs/keepalived/template
@@ -1,6 +1,6 @@
 # Template file for 'keepalived'
 pkgname=keepalived
-version=2.2.2
+version=2.2.4
 revision=1
 build_style=gnu-configure
 configure_args="--enable-sha1"
@@ -9,9 +9,9 @@ makedepends="openssl-devel libnl3-devel popt-devel libnfnetlink-devel"
 short_desc="Failover and monitoring daemon for LVS clusters"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
-homepage="http://www.keepalived.org/"
-distfiles="http://www.keepalived.org/software/${pkgname}-${version}.tar.gz"
-checksum=103692bd5345a4ed9f4581632ea636214fdf53e45682e200aab122c4fa674ece
+homepage="https://www.keepalived.org/"
+distfiles="https://www.keepalived.org/software/keepalived-${version}.tar.gz"
+checksum=0138d69087d44beaaa589527f0cfa6885958b320a837147d02b6b7df73ebc1df
 
 conf_files="/etc/keepalived/keepalived.conf"
 

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

* Re: [PR REVIEW] keepalived: update to 2.2.4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-33894@inbox.vuxu.org>
  2021-11-05 20:13 ` [PR REVIEW] keepalived: update to 2.2.4 paper42
  2021-11-05 21:30 ` [PR PATCH] [Updated] " uhohspaghetios
@ 2021-11-05 21:31 ` uhohspaghetios
  2021-11-06  1:02 ` [PR PATCH] [Merged]: " Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: uhohspaghetios @ 2021-11-05 21:31 UTC (permalink / raw)
  To: ml

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

New review comment by uhohspaghetios on void-packages repository

https://github.com/void-linux/void-packages/pull/33894#discussion_r743988258

Comment:
Thanks, change made in the commit.

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

* Re: [PR PATCH] [Merged]: keepalived: update to 2.2.4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-33894@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2021-11-05 21:31 ` [PR REVIEW] " uhohspaghetios
@ 2021-11-06  1:02 ` Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: Piraty @ 2021-11-06  1:02 UTC (permalink / raw)
  To: ml

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

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

keepalived: update to 2.2.4
https://github.com/void-linux/void-packages/pull/33894

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 5+ messages in thread

* Re: [PR REVIEW] keepalived: update to 2.2.4.
  2021-08-27 14:18 [PR PATCH] " ailiop-git
@ 2021-08-30 23:08 ` ericonr
  0 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-08-30 23:08 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32709#discussion_r698866641

Comment:
Please update to https.

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

end of thread, other threads:[~2021-11-06  1:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-33894@inbox.vuxu.org>
2021-11-05 20:13 ` [PR REVIEW] keepalived: update to 2.2.4 paper42
2021-11-05 21:30 ` [PR PATCH] [Updated] " uhohspaghetios
2021-11-05 21:31 ` [PR REVIEW] " uhohspaghetios
2021-11-06  1:02 ` [PR PATCH] [Merged]: " Piraty
2021-08-27 14:18 [PR PATCH] " ailiop-git
2021-08-30 23:08 ` [PR REVIEW] " ericonr

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